From a662b146aca7227bc800eed4878000d2b7c9d757 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Thu, 5 Nov 2020 12:09:05 +0000 Subject: [PATCH] Add latest changes from gitlab-org/gitlab@master --- app/assets/javascripts/api.js | 4 +- .../components/design_scaler.vue | 23 +- .../permissions/components/settings_panel.vue | 25 + .../mixins/settings_pannel_mixin.js | 1 + .../wikis/components/delete_wiki_modal.vue | 6 +- .../javascripts/pages/shared/wikis/wikis.js | 7 + .../security_reports/security_reports_app.vue | 26 +- .../components/design_management/design.scss | 4 - app/controllers/concerns/wiki_actions.rb | 15 +- app/controllers/projects_controller.rb | 28 +- .../concerns/issue_resolver_arguments.rb | 2 +- app/helpers/page_layout_helper.rb | 31 +- app/models/concerns/featurable.rb | 3 +- .../project_features_compatibility.rb | 2 + .../concerns/storage/legacy_namespace.rb | 2 +- .../_generic_commit_status.html.haml | 2 +- ...security-artifacts-in-basic-security-m.yml | 5 + .../36820-fj-add-generic-canonical-url.yml | 5 + ...ll-Request-Import-to-a-Batched-Process.yml | 5 + .../cat-fix-sprite-failed-builds.yml | 5 + .../remove-graphql_lazy_authorization-ff.yml | 5 + ...ashed-storage-no-destroy-namespace-dir.yml | 5 + ...p-importing-features-disabled-in-gitea.yml | 5 + .../update-design-scaler-component.yml | 5 + changelogs/unreleased/wiki-toast.yml | 5 + ...uthorization.yml => generic_canonical.yml} | 8 +- .../development/gitlab_org_sitemap.yml | 8 + config/routes.rb | 4 + ...ements_access_level_to_project_features.rb | 19 + ...201103095752_add_issues_closed_at_index.rb | 17 + db/schema_migrations/20201030092151 | 1 + db/schema_migrations/20201103095752 | 1 + db/structure.sql | 5 +- doc/api/epics.md | 4 +- .../graphql/reference/gitlab_schema.graphql | 23 +- doc/api/graphql/reference/gitlab_schema.json | 38 +- doc/api/projects.md | 3 + doc/user/project/settings/index.md | 1 + lib/bitbucket_server/client.rb | 4 +- .../bitbucket_server_import/importer.rb | 31 +- lib/gitlab/graphql/lazy.rb | 6 +- lib/gitlab/legacy_github_import/importer.rb | 2 + locale/am_ET/gitlab.po | 1770 +- locale/ar_SA/gitlab.po | 1806 +- locale/as_IN/gitlab.po | 1770 +- locale/az_AZ/gitlab.po | 1770 +- locale/ba_RU/gitlab.po | 1761 +- locale/bg/gitlab.po | 1772 +- locale/bn_BD/gitlab.po | 1770 +- locale/bn_IN/gitlab.po | 1770 +- locale/bs_BA/gitlab.po | 1781 +- locale/ca_ES/gitlab.po | 1770 +- locale/cs_CZ/gitlab.po | 1788 +- locale/cy_GB/gitlab.po | 1806 +- locale/da_DK/gitlab.po | 1770 +- locale/de/gitlab.po | 1796 +- locale/el_GR/gitlab.po | 1770 +- locale/eo/gitlab.po | 1772 +- locale/es/gitlab.po | 2114 +- locale/et_EE/gitlab.po | 1770 +- locale/fa_IR/gitlab.po | 1770 +- locale/fi_FI/gitlab.po | 1770 +- locale/fil_PH/gitlab.po | 1770 +- locale/fr/gitlab.po | 1784 +- locale/gitlab.pot | 17 +- locale/gl_ES/gitlab.po | 1770 +- locale/he_IL/gitlab.po | 1788 +- locale/hi_IN/gitlab.po | 1770 +- locale/hr_HR/gitlab.po | 1779 +- locale/hu_HU/gitlab.po | 1770 +- locale/id_ID/gitlab.po | 1761 +- locale/ig_NG/gitlab.po | 1761 +- locale/is_IS/gitlab.po | 1770 +- locale/it/gitlab.po | 1772 +- locale/ja/gitlab.po | 2095 +- locale/ka_GE/gitlab.po | 1770 +- locale/kab/gitlab.po | 1770 +- locale/ko/gitlab.po | 1781 +- locale/ku_TR/gitlab.po | 1770 +- locale/ky_KG/gitlab.po | 1770 +- locale/lt_LT/gitlab.po | 1788 +- locale/mk_MK/gitlab.po | 32619 ++++++++++++++++ locale/mn_MN/gitlab.po | 1770 +- locale/nb_NO/gitlab.po | 1908 +- locale/nl_NL/gitlab.po | 1770 +- locale/pa_IN/gitlab.po | 1770 +- locale/pl_PL/gitlab.po | 1792 +- locale/pt_BR/gitlab.po | 1814 +- locale/pt_PT/gitlab.po | 1772 +- locale/ro_RO/gitlab.po | 1779 +- locale/ru/gitlab.po | 2018 +- locale/si_LK/gitlab.po | 1770 +- locale/sk_SK/gitlab.po | 1788 +- locale/sl_SI/gitlab.po | 1788 +- locale/sq_AL/gitlab.po | 1770 +- locale/sr_CS/gitlab.po | 1779 +- locale/sr_SP/gitlab.po | 1779 +- locale/sv_SE/gitlab.po | 1770 +- locale/sw_KE/gitlab.po | 1770 +- locale/tr_TR/gitlab.po | 1796 +- locale/uk/gitlab.po | 2002 +- locale/ur_PK/gitlab.po | 1770 +- locale/uz_UZ/gitlab.po | 1770 +- locale/vi_VN/gitlab.po | 1761 +- locale/zh_CN/gitlab.po | 1985 +- locale/zh_HK/gitlab.po | 1763 +- locale/zh_TW/gitlab.po | 1765 +- spec/features/canonical_link_spec.rb | 84 + spec/features/dashboard/root_explore_spec.rb | 8 - spec/frontend/api_spec.js | 33 +- .../__snapshots__/design_scaler_spec.js.snap | 115 - .../components/design_scaler_spec.js | 110 +- .../security_reports_app_spec.js | 52 +- spec/helpers/page_layout_helper_spec.rb | 71 + spec/lib/bitbucket_server/client_spec.rb | 9 + .../bitbucket_server_import/importer_spec.rb | 6 +- .../authorize/authorize_field_service_spec.rb | 12 +- .../project/tree_restorer_spec.rb | 8 +- .../import_export/safe_model_attributes.yml | 1 + .../legacy_github_import/importer_spec.rb | 3 +- spec/models/namespace_spec.rb | 2 +- spec/support/helpers/api_helpers.rb | 1 - .../user_deletes_wiki_page_shared_examples.rb | 4 +- .../user_updates_wiki_page_shared_examples.rb | 4 +- .../user_views_wiki_page_shared_examples.rb | 6 +- 125 files changed, 126434 insertions(+), 20456 deletions(-) create mode 100644 changelogs/unreleased/276440-check-all-pipeline-jobs-for-security-artifacts-in-basic-security-m.yml create mode 100644 changelogs/unreleased/36820-fj-add-generic-canonical-url.yml create mode 100644 changelogs/unreleased/Change-BitBucket-Pull-Request-Import-to-a-Batched-Process.yml create mode 100644 changelogs/unreleased/cat-fix-sprite-failed-builds.yml create mode 100644 changelogs/unreleased/remove-graphql_lazy_authorization-ff.yml create mode 100644 changelogs/unreleased/sh-hashed-storage-no-destroy-namespace-dir.yml create mode 100644 changelogs/unreleased/skip-importing-features-disabled-in-gitea.yml create mode 100644 changelogs/unreleased/update-design-scaler-component.yml create mode 100644 changelogs/unreleased/wiki-toast.yml rename config/feature_flags/development/{graphql_lazy_authorization.yml => generic_canonical.yml} (55%) create mode 100644 config/feature_flags/development/gitlab_org_sitemap.yml create mode 100644 db/migrate/20201030092151_add_requirements_access_level_to_project_features.rb create mode 100644 db/migrate/20201103095752_add_issues_closed_at_index.rb create mode 100644 db/schema_migrations/20201030092151 create mode 100644 db/schema_migrations/20201103095752 create mode 100644 locale/mk_MK/gitlab.po create mode 100644 spec/features/canonical_link_spec.rb delete mode 100644 spec/frontend/design_management/components/__snapshots__/design_scaler_spec.js.snap diff --git a/app/assets/javascripts/api.js b/app/assets/javascripts/api.js index 95d1b226381..7de827f0176 100644 --- a/app/assets/javascripts/api.js +++ b/app/assets/javascripts/api.js @@ -616,12 +616,12 @@ const Api = { return axios.get(url); }, - pipelineJobs(projectId, pipelineId) { + pipelineJobs(projectId, pipelineId, params) { const url = Api.buildUrl(this.pipelineJobsPath) .replace(':id', encodeURIComponent(projectId)) .replace(':pipeline_id', encodeURIComponent(pipelineId)); - return axios.get(url); + return axios.get(url, { params }); }, // Return all pipelines for a project or filter by query params diff --git a/app/assets/javascripts/design_management/components/design_scaler.vue b/app/assets/javascripts/design_management/components/design_scaler.vue index 8d26f84641e..85c6bd4d79e 100644 --- a/app/assets/javascripts/design_management/components/design_scaler.vue +++ b/app/assets/javascripts/design_management/components/design_scaler.vue @@ -1,5 +1,5 @@ diff --git a/app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue b/app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue index bcf82e264d1..e50add3b0a4 100644 --- a/app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue +++ b/app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue @@ -68,6 +68,11 @@ export default { required: false, default: false, }, + requirementsAvailable: { + type: Boolean, + required: false, + default: false, + }, visibilityHelpPath: { type: String, required: false, @@ -132,6 +137,7 @@ export default { snippetsAccessLevel: featureAccessLevel.EVERYONE, pagesAccessLevel: featureAccessLevel.EVERYONE, metricsDashboardAccessLevel: featureAccessLevel.PROJECT_MEMBERS, + requirementsAccessLevel: featureAccessLevel.EVERYONE, containerRegistryEnabled: true, lfsEnabled: true, requestAccessEnabled: true, @@ -234,6 +240,10 @@ export default { featureAccessLevel.PROJECT_MEMBERS, this.metricsDashboardAccessLevel, ); + this.requirementsAccessLevel = Math.min( + featureAccessLevel.PROJECT_MEMBERS, + this.requirementsAccessLevel, + ); if (this.pagesAccessLevel === featureAccessLevel.EVERYONE) { // When from Internal->Private narrow access for only members this.pagesAccessLevel = featureAccessLevel.PROJECT_MEMBERS; @@ -257,6 +267,9 @@ export default { this.pagesAccessLevel = featureAccessLevel.EVERYONE; if (this.metricsDashboardAccessLevel === featureAccessLevel.PROJECT_MEMBERS) this.metricsDashboardAccessLevel = featureAccessLevel.EVERYONE; + if (this.requirementsAccessLevel === featureAccessLevel.PROJECT_MEMBERS) + this.requirementsAccessLevel = featureAccessLevel.EVERYONE; + this.highlightChanges(); } }, @@ -481,6 +494,18 @@ export default { /> + + + showToast(toast.dataset.message)); + } } diff --git a/app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue b/app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue index d5696e3c8cf..89253cc7116 100644 --- a/app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue +++ b/app/assets/javascripts/vue_shared/security_reports/security_reports_app.vue @@ -3,6 +3,7 @@ import { GlIcon, GlLink, GlSprintf } from '@gitlab/ui'; import ReportSection from '~/reports/components/report_section.vue'; import { status } from '~/reports/constants'; import { s__ } from '~/locale'; +import { normalizeHeaders, parseIntPagination } from '~/lib/utils/common_utils'; import Flash from '~/flash'; import Api from '~/api'; @@ -52,12 +53,27 @@ export default { }); }, methods: { - checkHasSecurityReports(reportTypes) { - return Api.pipelineJobs(this.projectId, this.pipelineId).then(({ data: jobs }) => - jobs.some(({ artifacts = [] }) => + async checkHasSecurityReports(reportTypes) { + let page = 1; + while (page) { + // eslint-disable-next-line no-await-in-loop + const { data: jobs, headers } = await Api.pipelineJobs(this.projectId, this.pipelineId, { + per_page: 100, + page, + }); + + const hasSecurityReports = jobs.some(({ artifacts = [] }) => artifacts.some(({ file_type }) => reportTypes.includes(file_type)), - ), - ); + ); + + if (hasSecurityReports) { + return true; + } + + page = parseIntPagination(normalizeHeaders(headers)).nextPage; + } + + return false; }, activatePipelinesTab() { if (window.mrTabs) { diff --git a/app/assets/stylesheets/components/design_management/design.scss b/app/assets/stylesheets/components/design_management/design.scss index 81f2091e915..5d0db054949 100644 --- a/app/assets/stylesheets/components/design_management/design.scss +++ b/app/assets/stylesheets/components/design_management/design.scss @@ -75,10 +75,6 @@ $t-gray-a-16-design-pin: rgba($black, 0.16); left: 0; } -.design-scaler { - z-index: 1; -} - .design-scaler-wrapper { bottom: 0; left: 50%; diff --git a/app/controllers/concerns/wiki_actions.rb b/app/controllers/concerns/wiki_actions.rb index aed109309e3..6abb2e16226 100644 --- a/app/controllers/concerns/wiki_actions.rb +++ b/app/controllers/concerns/wiki_actions.rb @@ -103,9 +103,10 @@ module WikiActions @page = response.payload[:page] if response.success? + flash[:toast] = _('Wiki page was successfully updated.') + redirect_to( - wiki_page_path(wiki, page), - notice: _('Wiki was successfully updated.') + wiki_page_path(wiki, page) ) else render 'shared/wikis/edit' @@ -122,9 +123,10 @@ module WikiActions @page = response.payload[:page] if response.success? + flash[:toast] = _('Wiki page was successfully created.') + redirect_to( - wiki_page_path(wiki, page), - notice: _('Wiki was successfully updated.') + wiki_page_path(wiki, page) ) else render 'shared/wikis/edit' @@ -169,9 +171,10 @@ module WikiActions response = WikiPages::DestroyService.new(container: container, current_user: current_user).execute(page) if response.success? + flash[:toast] = _("Wiki page was successfully deleted.") + redirect_to wiki_path(wiki), - status: :found, - notice: _("Page was successfully deleted") + status: :found else @error = response render 'shared/wikis/edit' diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb index b141f0c450e..c03a820b384 100644 --- a/app/controllers/projects_controller.rb +++ b/app/controllers/projects_controller.rb @@ -381,6 +381,20 @@ class ProjectsController < Projects::ApplicationController .merge(import_url_params) end + def project_feature_attributes + %i[ + builds_access_level + issues_access_level + forking_access_level + merge_requests_access_level + repository_access_level + snippets_access_level + wiki_access_level + pages_access_level + metrics_dashboard_access_level + ] + end + def project_params_attributes [ :allow_merge_on_skipped_pipeline, @@ -418,23 +432,11 @@ class ProjectsController < Projects::ApplicationController :suggestion_commit_message, :packages_enabled, :service_desk_enabled, - - project_feature_attributes: %i[ - builds_access_level - issues_access_level - forking_access_level - merge_requests_access_level - repository_access_level - snippets_access_level - wiki_access_level - pages_access_level - metrics_dashboard_access_level - ], project_setting_attributes: %i[ show_default_award_emojis squash_option ] - ] + ] + [project_feature_attributes: project_feature_attributes] end def project_params_create_attributes diff --git a/app/graphql/resolvers/concerns/issue_resolver_arguments.rb b/app/graphql/resolvers/concerns/issue_resolver_arguments.rb index fe6fa0bb262..4715b867ecb 100644 --- a/app/graphql/resolvers/concerns/issue_resolver_arguments.rb +++ b/app/graphql/resolvers/concerns/issue_resolver_arguments.rb @@ -29,7 +29,7 @@ module IssueResolverArguments description: 'Usernames of users assigned to the issue' argument :assignee_id, GraphQL::STRING_TYPE, required: false, - description: 'ID of a user assigned to the issues, "none" and "any" values supported' + description: 'ID of a user assigned to the issues, "none" and "any" values are supported' argument :created_before, Types::TimeType, required: false, description: 'Issues created before this date' diff --git a/app/helpers/page_layout_helper.rb b/app/helpers/page_layout_helper.rb index 8029720e7c7..0551d1cd784 100644 --- a/app/helpers/page_layout_helper.rb +++ b/app/helpers/page_layout_helper.rb @@ -1,6 +1,8 @@ # frozen_string_literal: true module PageLayoutHelper + include Gitlab::Utils::StrongMemoize + def page_title(*titles) @page_title ||= [] @@ -44,7 +46,7 @@ module PageLayoutHelper if link @page_canonical_link = link else - @page_canonical_link + @page_canonical_link ||= generic_canonical_url end end @@ -147,4 +149,31 @@ module PageLayoutHelper css_class.join(' ') end + + private + + def generic_canonical_url + strong_memoize(:generic_canonical_url) do + next unless request.get? || request.head? + next unless generate_generic_canonical_url? + next unless Feature.enabled?(:generic_canonical, current_user) + + # Request#url builds the url without the trailing slash + request.url + end + end + + def generate_generic_canonical_url? + # For the main domain it doesn't matter whether there is + # a trailing slash or not, they're not considered different + # pages + return false if request.path == '/' + + # We only need to generate the canonical url when the request has a trailing + # slash. In the request object, only the `original_fullpath` and + # `original_url` keep the slash if it's present. Both `path` and + # `fullpath` would return the path without the slash. + # Therefore, we need to process `original_fullpath` + request.original_fullpath.sub(request.path, '')[0] == '/' + end end diff --git a/app/models/concerns/featurable.rb b/app/models/concerns/featurable.rb index 60aa46ce04c..20b72957ec2 100644 --- a/app/models/concerns/featurable.rb +++ b/app/models/concerns/featurable.rb @@ -37,7 +37,8 @@ module Featurable class_methods do def set_available_features(available_features = []) - @available_features = available_features + @available_features ||= [] + @available_features += available_features class_eval do available_features.each do |feature| diff --git a/app/models/concerns/project_features_compatibility.rb b/app/models/concerns/project_features_compatibility.rb index cedcf164a49..b69fb2931c3 100644 --- a/app/models/concerns/project_features_compatibility.rb +++ b/app/models/concerns/project_features_compatibility.rb @@ -88,3 +88,5 @@ module ProjectFeaturesCompatibility project_feature.__send__(:write_attribute, field, value) # rubocop:disable GitlabSecurity/PublicSend end end + +ProjectFeaturesCompatibility.prepend_if_ee('EE::ProjectFeaturesCompatibility') diff --git a/app/models/concerns/storage/legacy_namespace.rb b/app/models/concerns/storage/legacy_namespace.rb index 71b976c6f11..a82cf338039 100644 --- a/app/models/concerns/storage/legacy_namespace.rb +++ b/app/models/concerns/storage/legacy_namespace.rb @@ -90,7 +90,7 @@ module Storage end def old_repository_storages - @old_repository_storage_paths ||= repository_storages + @old_repository_storage_paths ||= repository_storages(legacy_only: true) end def repository_storages(legacy_only: false) diff --git a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml index 1d9aad81a9e..2627552058b 100644 --- a/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml +++ b/app/views/projects/generic_commit_statuses/_generic_commit_status.html.haml @@ -31,7 +31,7 @@ - if retried %span.has-tooltip{ title: _('Status was retried.') } - = sprite_icon('warning-solid', class: 'text-warning') + = sprite_icon('warning-solid', css_class: 'text-warning') .label-container - if generic_commit_status.tags.any? diff --git a/changelogs/unreleased/276440-check-all-pipeline-jobs-for-security-artifacts-in-basic-security-m.yml b/changelogs/unreleased/276440-check-all-pipeline-jobs-for-security-artifacts-in-basic-security-m.yml new file mode 100644 index 00000000000..52958c3b648 --- /dev/null +++ b/changelogs/unreleased/276440-check-all-pipeline-jobs-for-security-artifacts-in-basic-security-m.yml @@ -0,0 +1,5 @@ +--- +title: Ensure security report is displayed correctly in merge requests with a lot of CI jobs +merge_request: 46870 +author: +type: fixed diff --git a/changelogs/unreleased/36820-fj-add-generic-canonical-url.yml b/changelogs/unreleased/36820-fj-add-generic-canonical-url.yml new file mode 100644 index 00000000000..f647b6594ad --- /dev/null +++ b/changelogs/unreleased/36820-fj-add-generic-canonical-url.yml @@ -0,0 +1,5 @@ +--- +title: Generate canonical url and remove trailing slash +merge_request: 46435 +author: +type: changed diff --git a/changelogs/unreleased/Change-BitBucket-Pull-Request-Import-to-a-Batched-Process.yml b/changelogs/unreleased/Change-BitBucket-Pull-Request-Import-to-a-Batched-Process.yml new file mode 100644 index 00000000000..3e63f116778 --- /dev/null +++ b/changelogs/unreleased/Change-BitBucket-Pull-Request-Import-to-a-Batched-Process.yml @@ -0,0 +1,5 @@ +--- +title: Add Batch Support for Importing Pull Requests from Bitbucket +merge_request: 46696 +author: Simon Schrottner +type: performance diff --git a/changelogs/unreleased/cat-fix-sprite-failed-builds.yml b/changelogs/unreleased/cat-fix-sprite-failed-builds.yml new file mode 100644 index 00000000000..b88e09b5877 --- /dev/null +++ b/changelogs/unreleased/cat-fix-sprite-failed-builds.yml @@ -0,0 +1,5 @@ +--- +title: Fix retried builds icon sprite to use css_class +merge_request: 46955 +author: +type: fixed diff --git a/changelogs/unreleased/remove-graphql_lazy_authorization-ff.yml b/changelogs/unreleased/remove-graphql_lazy_authorization-ff.yml new file mode 100644 index 00000000000..d16a8b8ced4 --- /dev/null +++ b/changelogs/unreleased/remove-graphql_lazy_authorization-ff.yml @@ -0,0 +1,5 @@ +--- +title: Remove graphql_lazy_authorization feature flag +merge_request: 46819 +author: +type: added diff --git a/changelogs/unreleased/sh-hashed-storage-no-destroy-namespace-dir.yml b/changelogs/unreleased/sh-hashed-storage-no-destroy-namespace-dir.yml new file mode 100644 index 00000000000..e16785e8021 --- /dev/null +++ b/changelogs/unreleased/sh-hashed-storage-no-destroy-namespace-dir.yml @@ -0,0 +1,5 @@ +--- +title: Fix group destroy not working with Gitaly Cluster +merge_request: 46934 +author: +type: fixed diff --git a/changelogs/unreleased/skip-importing-features-disabled-in-gitea.yml b/changelogs/unreleased/skip-importing-features-disabled-in-gitea.yml new file mode 100644 index 00000000000..7444f83adae --- /dev/null +++ b/changelogs/unreleased/skip-importing-features-disabled-in-gitea.yml @@ -0,0 +1,5 @@ +--- +title: Skip disabled features when importing a project from Gitea +merge_request: 46800 +author: John Kristensen (@jerrykan) +type: fixed diff --git a/changelogs/unreleased/update-design-scaler-component.yml b/changelogs/unreleased/update-design-scaler-component.yml new file mode 100644 index 00000000000..24584e510fe --- /dev/null +++ b/changelogs/unreleased/update-design-scaler-component.yml @@ -0,0 +1,5 @@ +--- +title: Refresh design zooming buttons +merge_request: 46205 +author: +type: changed diff --git a/changelogs/unreleased/wiki-toast.yml b/changelogs/unreleased/wiki-toast.yml new file mode 100644 index 00000000000..ef84e3f6111 --- /dev/null +++ b/changelogs/unreleased/wiki-toast.yml @@ -0,0 +1,5 @@ +--- +title: Use toasts for wiki notifications +merge_request: 46201 +author: +type: changed diff --git a/config/feature_flags/development/graphql_lazy_authorization.yml b/config/feature_flags/development/generic_canonical.yml similarity index 55% rename from config/feature_flags/development/graphql_lazy_authorization.yml rename to config/feature_flags/development/generic_canonical.yml index 8277c2666ea..aa8da78ae19 100644 --- a/config/feature_flags/development/graphql_lazy_authorization.yml +++ b/config/feature_flags/development/generic_canonical.yml @@ -1,7 +1,7 @@ --- -name: graphql_lazy_authorization -introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/45263 -rollout_issue_url: +name: generic_canonical +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46435 +rollout_issue_url: type: development -group: group::plan +group: group::editor default_enabled: false diff --git a/config/feature_flags/development/gitlab_org_sitemap.yml b/config/feature_flags/development/gitlab_org_sitemap.yml new file mode 100644 index 00000000000..e0f10124d58 --- /dev/null +++ b/config/feature_flags/development/gitlab_org_sitemap.yml @@ -0,0 +1,8 @@ +--- +name: gitlab_org_sitemap +introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/46661 +rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/276915 +milestone: '13.6' +type: development +group: group::editor +default_enabled: false diff --git a/config/routes.rb b/config/routes.rb index 3ef14acbdd9..060088aaaf8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -275,6 +275,10 @@ Rails.application.routes.draw do draw :profile end + Gitlab.ee do + get '/sitemap' => 'sitemap#show', format: :xml + end + root to: "root#index" get '*unmatched_route', to: 'application#route_not_found' diff --git a/db/migrate/20201030092151_add_requirements_access_level_to_project_features.rb b/db/migrate/20201030092151_add_requirements_access_level_to_project_features.rb new file mode 100644 index 00000000000..2dff8e3cc4e --- /dev/null +++ b/db/migrate/20201030092151_add_requirements_access_level_to_project_features.rb @@ -0,0 +1,19 @@ +# frozen_string_literal: true + +class AddRequirementsAccessLevelToProjectFeatures < ActiveRecord::Migration[6.0] + include Gitlab::Database::MigrationHelpers + + DOWNTIME = false + + def up + with_lock_retries do + add_column :project_features, :requirements_access_level, :integer, default: 20, null: false + end + end + + def down + with_lock_retries do + remove_column :project_features, :requirements_access_level, :integer + end + end +end diff --git a/db/migrate/20201103095752_add_issues_closed_at_index.rb b/db/migrate/20201103095752_add_issues_closed_at_index.rb new file mode 100644 index 00000000000..7a8ee4e8d67 --- /dev/null +++ b/db/migrate/20201103095752_add_issues_closed_at_index.rb @@ -0,0 +1,17 @@ +# frozen_string_literal: true + +class AddIssuesClosedAtIndex < ActiveRecord::Migration[6.0] + include Gitlab::Database::MigrationHelpers + + DOWNTIME = false + + disable_ddl_transaction! + + def up + add_concurrent_index(:issues, [:project_id, :closed_at]) + end + + def down + remove_concurrent_index_by_name(:issues, 'index_issues_on_project_id_and_closed_at') + end +end diff --git a/db/schema_migrations/20201030092151 b/db/schema_migrations/20201030092151 new file mode 100644 index 00000000000..7b39a8e0dca --- /dev/null +++ b/db/schema_migrations/20201030092151 @@ -0,0 +1 @@ +ced03562d300f99abf687c258a25bf280a6c4f1798a893ee8a79189c09f19e6e \ No newline at end of file diff --git a/db/schema_migrations/20201103095752 b/db/schema_migrations/20201103095752 new file mode 100644 index 00000000000..4888f7c5dfb --- /dev/null +++ b/db/schema_migrations/20201103095752 @@ -0,0 +1 @@ +3427cf92dc785f399329b00a3dded01dd2a6386cafbd0ef4b732bfcf522ce615 \ No newline at end of file diff --git a/db/structure.sql b/db/structure.sql index ee43e18c517..d09539ba641 100644 --- a/db/structure.sql +++ b/db/structure.sql @@ -14993,7 +14993,8 @@ CREATE TABLE project_features ( repository_access_level integer DEFAULT 20 NOT NULL, pages_access_level integer NOT NULL, forking_access_level integer, - metrics_dashboard_access_level integer + metrics_dashboard_access_level integer, + requirements_access_level integer DEFAULT 20 NOT NULL ); CREATE SEQUENCE project_features_id_seq @@ -20956,6 +20957,8 @@ CREATE INDEX index_issues_on_milestone_id ON issues USING btree (milestone_id); CREATE INDEX index_issues_on_moved_to_id ON issues USING btree (moved_to_id) WHERE (moved_to_id IS NOT NULL); +CREATE INDEX index_issues_on_project_id_and_closed_at ON issues USING btree (project_id, closed_at); + CREATE UNIQUE INDEX index_issues_on_project_id_and_external_key ON issues USING btree (project_id, external_key) WHERE (external_key IS NOT NULL); CREATE UNIQUE INDEX index_issues_on_project_id_and_iid ON issues USING btree (project_id, iid); diff --git a/doc/api/epics.md b/doc/api/epics.md index cb2cf334f9a..74cde87bb91 100644 --- a/doc/api/epics.md +++ b/doc/api/epics.md @@ -349,7 +349,9 @@ PUT /groups/:id/epics/:epic_iid | `title` | string | no | The title of an epic | | `description` | string | no | The description of an epic. Limited to 1,048,576 characters. | | `confidential` | boolean | no | Whether the epic should be confidential | -| `labels` | string | no | The comma separated list of labels | +| `labels` | string | no | Comma-separated label names for an issue. Set to an empty string to unassign all labels. | +| `add_labels` | string | no | Comma-separated label names to add to an issue. | +| `remove_labels` | string | no | Comma-separated label names to remove from an issue. | | `updated_at` | string | no | When the epic was updated. Date time string, ISO 8601 formatted, for example `2016-03-11T03:45:40Z` . Requires administrator or project/group owner privileges ([introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/255309) in GitLab 13.5) | | `start_date_is_fixed` | boolean | no | Whether start date should be sourced from `start_date_fixed` or from milestones (since 11.3) | | `start_date_fixed` | string | no | The fixed start date of an epic (since 11.3) | diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql index 39bcae58bdc..f0e159093e6 100644 --- a/doc/api/graphql/reference/gitlab_schema.graphql +++ b/doc/api/graphql/reference/gitlab_schema.graphql @@ -8387,7 +8387,7 @@ type Group { after: String """ - ID of a user assigned to the issues, "none" and "any" values supported + ID of a user assigned to the issues, "none" and "any" values are supported """ assigneeId: String @@ -8431,6 +8431,11 @@ type Group { """ createdBefore: Time + """ + ID of an epic associated with the issues, "none" and "any" values are supported + """ + epicId: String + """ Returns the first _n_ elements from the list. """ @@ -14695,7 +14700,7 @@ type Project { """ issue( """ - ID of a user assigned to the issues, "none" and "any" values supported + ID of a user assigned to the issues, "none" and "any" values are supported """ assigneeId: String @@ -14734,6 +14739,11 @@ type Project { """ createdBefore: Time + """ + ID of an epic associated with the issues, "none" and "any" values are supported + """ + epicId: String + """ IID of the issue. For example, "1" """ @@ -14795,7 +14805,7 @@ type Project { """ issueStatusCounts( """ - ID of a user assigned to the issues, "none" and "any" values supported + ID of a user assigned to the issues, "none" and "any" values are supported """ assigneeId: String @@ -14885,7 +14895,7 @@ type Project { after: String """ - ID of a user assigned to the issues, "none" and "any" values supported + ID of a user assigned to the issues, "none" and "any" values are supported """ assigneeId: String @@ -14929,6 +14939,11 @@ type Project { """ createdBefore: Time + """ + ID of an epic associated with the issues, "none" and "any" values are supported + """ + epicId: String + """ Returns the first _n_ elements from the list. """ diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json index 1311991b485..434c3e0aef1 100644 --- a/doc/api/graphql/reference/gitlab_schema.json +++ b/doc/api/graphql/reference/gitlab_schema.json @@ -23095,7 +23095,7 @@ }, { "name": "assigneeId", - "description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported", + "description": "ID of a user assigned to the issues, \"none\" and \"any\" values are supported", "type": { "kind": "SCALAR", "name": "String", @@ -23225,6 +23225,16 @@ }, "defaultValue": null }, + { + "name": "epicId", + "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "includeSubgroups", "description": "Include issues belonging to subgroups", @@ -43209,7 +43219,7 @@ }, { "name": "assigneeId", - "description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported", + "description": "ID of a user assigned to the issues, \"none\" and \"any\" values are supported", "type": { "kind": "SCALAR", "name": "String", @@ -43338,6 +43348,16 @@ } }, "defaultValue": null + }, + { + "name": "epicId", + "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null } ], "type": { @@ -43448,7 +43468,7 @@ }, { "name": "assigneeId", - "description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported", + "description": "ID of a user assigned to the issues, \"none\" and \"any\" values are supported", "type": { "kind": "SCALAR", "name": "String", @@ -43653,7 +43673,7 @@ }, { "name": "assigneeId", - "description": "ID of a user assigned to the issues, \"none\" and \"any\" values supported", + "description": "ID of a user assigned to the issues, \"none\" and \"any\" values are supported", "type": { "kind": "SCALAR", "name": "String", @@ -43783,6 +43803,16 @@ }, "defaultValue": null }, + { + "name": "epicId", + "description": "ID of an epic associated with the issues, \"none\" and \"any\" values are supported", + "type": { + "kind": "SCALAR", + "name": "String", + "ofType": null + }, + "defaultValue": null + }, { "name": "after", "description": "Returns the elements in the list that come after the specified cursor.", diff --git a/doc/api/projects.md b/doc/api/projects.md index d35f6b213f9..cafad8b586b 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -1081,6 +1081,7 @@ POST /projects | `only_allow_merge_if_pipeline_succeeds` | boolean | **{dotted-circle}** No | Set whether merge requests can only be merged with successful jobs. | | `packages_enabled` | boolean | **{dotted-circle}** No | Enable or disable packages repository feature. | | `pages_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled`, or `public`. | +| `requirements_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled` or `public` | | `path` | string | **{check-circle}** Yes (if name isn't provided) | Repository name for new project. Generated based on name if not provided (generated as lowercase with dashes). | | `printing_merge_request_link_enabled` | boolean | **{dotted-circle}** No | Show link to create/view merge request when pushing from the command line. | | `public_builds` | boolean | **{dotted-circle}** No | If `true`, jobs can be viewed by non-project members. | @@ -1150,6 +1151,7 @@ POST /projects/user/:user_id | `only_allow_merge_if_pipeline_succeeds` | boolean | **{dotted-circle}** No | Set whether merge requests can only be merged with successful jobs. | | `packages_enabled` | boolean | **{dotted-circle}** No | Enable or disable packages repository feature. | | `pages_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled`, or `public`. | +| `requirements_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled` or `public` | | `path` | string | **{dotted-circle}** No | Custom repository name for new project. By default generated based on name. | | `printing_merge_request_link_enabled` | boolean | **{dotted-circle}** No | Show link to create/view merge request when pushing from the command line. | | `public_builds` | boolean | **{dotted-circle}** No | If `true`, jobs can be viewed by non-project-members. | @@ -1225,6 +1227,7 @@ PUT /projects/:id | `only_mirror_protected_branches` **(STARTER)** | boolean | **{dotted-circle}** No | Only mirror protected branches. | | `packages_enabled` | boolean | **{dotted-circle}** No | Enable or disable packages repository feature. | | `pages_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled`, or `public`. | +| `requirements_access_level` | string | **{dotted-circle}** No | One of `disabled`, `private`, `enabled` or `public` | | `path` | string | **{dotted-circle}** No | Custom repository name for the project. By default generated based on name. | | `public_builds` | boolean | **{dotted-circle}** No | If `true`, jobs can be viewed by non-project members. | | `remove_source_branch_after_merge` | boolean | **{dotted-circle}** No | Enable `Delete source branch` option by default for all new merge requests. | diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index 8fdcf58b5aa..4b368fc20d6 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -72,6 +72,7 @@ Use the switches to enable or disable the following features: | **Snippets** | ✓ | Enables [sharing of code and text](../../snippets.md) | | **Pages** | ✓ | Allows you to [publish static websites](../pages/) | | **Metrics Dashboard** | ✓ | Control access to [metrics dashboard](../integrations/prometheus.md) +| **Requirements** | ✓ | Control access to [Requirements Management](../requirements/index.md) Some features depend on others: diff --git a/lib/bitbucket_server/client.rb b/lib/bitbucket_server/client.rb index cf55c692271..8e84afe51d7 100644 --- a/lib/bitbucket_server/client.rb +++ b/lib/bitbucket_server/client.rb @@ -8,9 +8,9 @@ module BitbucketServer @connection = Connection.new(options) end - def pull_requests(project_key, repo) + def pull_requests(project_key, repo, page_offset: 0, limit: nil) path = "/projects/#{project_key}/repos/#{repo}/pull-requests?state=ALL" - get_collection(path, :pull_request) + get_collection(path, :pull_request, page_offset: page_offset, limit: limit) end def activities(project_key, repo, pull_request_id) diff --git a/lib/gitlab/bitbucket_server_import/importer.rb b/lib/gitlab/bitbucket_server_import/importer.rb index 68733c94a85..d29799f1029 100644 --- a/lib/gitlab/bitbucket_server_import/importer.rb +++ b/lib/gitlab/bitbucket_server_import/importer.rb @@ -177,16 +177,24 @@ module Gitlab # on the remote server. Then we have to issue a `git fetch` to download these # branches. def import_pull_requests - log_info(stage: 'import_pull_requests', message: 'starting') - pull_requests = client.pull_requests(project_key, repository_slug).to_a + page = 0 - # Creating branches on the server and fetching the newly-created branches - # may take a number of network round-trips. Do this in batches so that we can - # avoid doing a git fetch for every new branch. - pull_requests.each_slice(BATCH_SIZE) do |batch| - restore_branches(batch) if recover_missing_commits + log_info(stage: 'import_pull_requests', message: "starting") - batch.each do |pull_request| + loop do + log_debug(stage: 'import_pull_requests', message: "importing page #{page} and batch-size #{BATCH_SIZE} from #{page * BATCH_SIZE} to #{(page + 1) * BATCH_SIZE}") + + pull_requests = client.pull_requests(project_key, repository_slug, page_offset: page, limit: BATCH_SIZE).to_a + + break if pull_requests.empty? + + # Creating branches on the server and fetching the newly-created branches + # may take a number of network round-trips. This used to be done in batches to + # avoid doing a git fetch for every new branch, as the whole process is now + # batched, we do not need to separately do this in batches. + restore_branches(pull_requests) if recover_missing_commits + + pull_requests.each do |pull_request| if already_imported?(pull_request) log_info(stage: 'import_pull_requests', message: 'already imported', iid: pull_request.iid) else @@ -201,6 +209,9 @@ module Gitlab backtrace = Gitlab::BacktraceCleaner.clean_backtrace(e.backtrace) errors << { type: :pull_request, iid: pull_request.iid, errors: e.message, backtrace: backtrace.join("\n"), raw_response: pull_request.raw } end + + log_debug(stage: 'import_pull_requests', message: "finished page #{page} and batch-size #{BATCH_SIZE}") + page += 1 end end @@ -416,6 +427,10 @@ module Gitlab } end + def log_debug(details) + logger.debug(log_base_data.merge(details)) + end + def log_info(details) logger.info(log_base_data.merge(details)) end diff --git a/lib/gitlab/graphql/lazy.rb b/lib/gitlab/graphql/lazy.rb index b25e6b33a76..3cc11047387 100644 --- a/lib/gitlab/graphql/lazy.rb +++ b/lib/gitlab/graphql/lazy.rb @@ -36,11 +36,7 @@ module Gitlab end def self.with_value(unforced, &block) - if Feature.enabled?(:graphql_lazy_authorization) - self.new { unforced }.then(&block) - else - block.call(unforced) - end + self.new { unforced }.then(&block) end end end diff --git a/lib/gitlab/legacy_github_import/importer.rb b/lib/gitlab/legacy_github_import/importer.rb index e60651300eb..a17e3b1ad5c 100644 --- a/lib/gitlab/legacy_github_import/importer.rb +++ b/lib/gitlab/legacy_github_import/importer.rb @@ -303,6 +303,8 @@ module Gitlab end imported!(resource_type) + rescue ::Octokit::NotFound => e + errors << { type: resource_type, errors: e.message } end def imported?(resource_type) diff --git a/locale/am_ET/gitlab.po b/locale/am_ET/gitlab.po index ccb2d2cfd20..91876bbef41 100644 --- a/locale/am_ET/gitlab.po +++ b/locale/am_ET/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: am\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:45\n" +"PO-Revision-Date: 2020-11-03 22:44\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d የተስተካከለ የፍተሻ ውጤት" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d የተመረጠ ርዕሰ ጉዳይ" -msgstr[1] "%d የተመረጡ ርዕሰ ጉዳዮች" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "ከ%{name} %{count} ፍቃዶች" msgid "%{count} files touched" msgstr "%{count} ፋይሎች ተነክተዋል" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} ተጨማሪ" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- የSentry ክስተት: %{errorUrl}- በመጀመሪያ የታየው: %{firstSeen}- ለመጨረሻ ጊዜ የታየው: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "%{group_name} በቡድን የሚተዳደሩ መለያዎችን ይጠ msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} %{resultsString} ይይዛል" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ar_SA/gitlab.po b/locale/ar_SA/gitlab.po index ed9ee601d86..7618208528d 100644 --- a/locale/ar_SA/gitlab.po +++ b/locale/ar_SA/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ar\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -277,6 +277,15 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -331,15 +340,6 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -631,6 +631,24 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "%{count} more" msgstr "" @@ -679,6 +697,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -724,6 +748,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -850,9 +880,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -970,7 +997,7 @@ msgstr[5] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -994,6 +1021,9 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1231,9 +1261,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1276,6 +1303,18 @@ msgstr[5] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1312,6 +1351,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1321,23 +1363,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1660,6 +1687,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1963,6 +1993,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -2116,7 +2149,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -2152,10 +2185,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2242,6 +2275,9 @@ 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 "" @@ -2266,6 +2302,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2380,6 +2419,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2389,6 +2443,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2401,12 +2461,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2461,6 +2539,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2470,6 +2551,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2515,6 +2599,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2539,6 +2626,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2548,6 +2638,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2563,22 +2656,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2647,10 +2740,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2767,6 +2860,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2776,10 +2878,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2791,19 +2893,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2818,6 +2929,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2827,7 +2944,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2845,7 +2965,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2854,6 +2974,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2920,9 +3061,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2947,6 +3085,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2968,6 +3109,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2989,12 +3133,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -3043,6 +3193,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -3055,9 +3208,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -3085,9 +3244,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -3175,9 +3340,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3250,9 +3412,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3283,9 +3442,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3310,6 +3466,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3334,9 +3493,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3352,6 +3508,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3697,6 +3856,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3949,6 +4111,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4201,7 +4366,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4222,6 +4408,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4240,6 +4429,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4297,9 +4489,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4381,6 +4570,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4465,6 +4660,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4516,12 +4723,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4540,6 +4756,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4552,6 +4771,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4696,6 +4918,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4732,9 +4957,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4765,7 +5002,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4948,6 +5185,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5359,6 +5599,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5542,9 +5785,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5563,9 +5803,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5674,6 +5911,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5698,7 +5938,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5725,6 +5965,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5908,6 +6151,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5965,9 +6211,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6223,9 +6466,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6241,9 +6481,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6310,9 +6547,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6379,9 +6613,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6448,9 +6679,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6511,6 +6739,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6595,6 +6826,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6736,9 +6970,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6850,9 +7081,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -7168,7 +7396,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7219,6 +7447,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7294,6 +7525,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7675,6 +7909,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7735,6 +7972,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7744,6 +7984,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7777,6 +8020,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -8029,6 +8275,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -8122,6 +8371,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8377,6 +8629,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8434,6 +8689,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8473,6 +8737,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8494,6 +8764,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8521,15 +8797,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8545,6 +8821,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8584,6 +8863,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8596,6 +8878,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8605,6 +8893,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8761,9 +9052,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8773,6 +9061,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8788,9 +9079,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8812,6 +9100,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8875,12 +9166,18 @@ 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 "" @@ -8941,18 +9238,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -9040,9 +9346,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -9208,6 +9511,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9256,6 +9565,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9427,6 +9739,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9478,7 +9811,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9631,6 +9964,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9640,6 +9976,9 @@ 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 "" @@ -9661,6 +10000,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9688,9 +10030,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9859,15 +10198,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9940,6 +10288,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -10081,6 +10432,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -10108,7 +10465,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -10153,6 +10522,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -10180,7 +10552,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10942,12 +11317,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10978,6 +11359,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -11053,6 +11437,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -11155,6 +11542,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -11218,6 +11608,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11230,6 +11623,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11371,6 +11767,18 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11401,6 +11809,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11452,6 +11863,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11518,10 +11932,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11536,6 +11953,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11554,9 +11974,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11572,15 +11989,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11590,6 +12007,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11647,12 +12067,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11677,6 +12103,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11740,6 +12169,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11773,9 +12205,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11785,9 +12214,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11842,7 +12277,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12388,7 +12823,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12409,6 +12844,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12445,9 +12883,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12472,6 +12907,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12784,6 +13225,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12889,7 +13333,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -13048,6 +13492,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -13057,6 +13507,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -13102,12 +13555,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -13120,6 +13591,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -13132,6 +13606,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -13156,6 +13633,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13573,6 +14053,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13627,9 +14110,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13642,7 +14122,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13750,6 +14230,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13774,9 +14257,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13798,10 +14278,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13891,6 +14371,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -14011,6 +14494,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -14071,6 +14560,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -14080,12 +14572,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -14095,6 +14593,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -14107,6 +14629,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -14182,27 +14707,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -14221,6 +14752,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14254,6 +14788,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14263,12 +14842,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14302,6 +14899,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14317,37 +14917,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14356,6 +14977,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14380,9 +15004,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14482,25 +15103,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14548,6 +15169,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14596,6 +15271,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14812,6 +15490,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -15067,6 +15748,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -15085,6 +15769,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -15214,9 +15904,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15247,9 +15934,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15283,6 +15967,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15316,6 +16003,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15361,6 +16051,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15436,6 +16129,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -16003,9 +16699,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -16024,6 +16717,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -16057,9 +16753,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -16069,7 +16762,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -16081,6 +16774,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -16144,6 +16840,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16264,6 +16963,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16291,15 +16996,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16537,6 +17317,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16948,6 +17731,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17263,9 +18067,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17323,6 +18133,42 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17578,6 +18424,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -18046,6 +18895,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -18076,9 +18928,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18313,6 +19162,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18358,9 +19210,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18370,9 +19219,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18496,19 +19342,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18682,6 +19522,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18778,7 +19621,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18802,9 +19645,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18826,7 +19666,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18850,9 +19690,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18868,9 +19705,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18880,12 +19714,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18910,7 +19738,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -19102,7 +19930,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -19114,9 +19942,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -19219,6 +20044,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19300,6 +20128,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19318,6 +20149,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19348,6 +20182,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19384,6 +20221,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19612,6 +20455,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19621,6 +20467,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19633,12 +20482,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19843,9 +20698,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20539,7 +21391,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20842,6 +21694,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20896,6 +21751,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21352,6 +22210,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21478,6 +22339,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21589,6 +22453,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21670,6 +22537,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21718,9 +22588,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21934,6 +22801,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -22054,6 +22924,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -22075,9 +22948,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -22105,6 +22984,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -22234,7 +23116,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -22246,6 +23134,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -22264,6 +23164,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22360,7 +23263,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22393,6 +23296,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22606,6 +23512,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22762,6 +23671,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22789,6 +23704,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22858,6 +23776,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22867,6 +23788,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22882,6 +23809,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22906,9 +23836,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22918,6 +23845,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22957,6 +23887,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22987,7 +23920,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -23044,9 +23977,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -23128,9 +24058,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -23239,7 +24166,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -23284,10 +24211,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23416,6 +24343,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23479,6 +24409,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23518,6 +24454,15 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23698,6 +24643,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23713,7 +24661,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23728,9 +24676,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23824,6 +24769,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23938,6 +24886,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -24073,6 +25024,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -24178,6 +25132,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -24196,9 +25159,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24349,6 +25318,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24376,6 +25348,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24385,9 +25360,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24397,6 +25369,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24508,27 +25483,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24763,6 +25729,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24871,6 +25840,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24913,9 +25885,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24991,9 +25960,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -25057,6 +26023,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -25213,6 +26182,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25342,6 +26314,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25357,6 +26332,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25399,6 +26377,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25483,6 +26467,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25504,6 +26491,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25639,12 +26629,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25672,6 +26668,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25918,15 +26917,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -26011,7 +27025,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -26038,9 +27052,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -26053,9 +27064,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -26152,6 +27169,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -26179,7 +27202,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -26290,7 +27313,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26350,6 +27373,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26362,7 +27388,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26401,6 +27427,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26509,6 +27538,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26704,6 +27736,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26755,7 +27790,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26779,9 +27814,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26914,6 +27955,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26923,6 +27967,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27475,6 +28522,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27517,7 +28570,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27568,7 +28621,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27697,6 +28750,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27769,16 +28825,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27955,6 +29014,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -28105,6 +29167,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28330,6 +29395,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28468,10 +29536,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28498,6 +29569,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28510,9 +29584,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28534,15 +29635,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28597,10 +29710,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28720,6 +29830,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28816,9 +29929,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28972,6 +30082,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -29287,7 +30403,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29371,6 +30493,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29467,6 +30598,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29491,15 +30625,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29566,15 +30703,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29587,7 +30724,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29833,10 +30970,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29929,6 +31066,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29950,6 +31090,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29962,10 +31105,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29980,6 +31123,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -30181,6 +31333,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -30193,6 +31348,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -30217,9 +31381,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -30277,9 +31438,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30382,19 +31540,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30424,6 +31585,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30439,6 +31603,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30709,9 +31876,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30838,9 +32002,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30886,9 +32047,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30976,6 +32134,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -31234,7 +32395,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -31252,6 +32413,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -31270,6 +32434,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -31306,6 +32473,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31372,6 +32542,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31861,9 +33034,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31876,9 +33046,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31960,6 +33127,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -32140,9 +33310,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -32155,3 +33322,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/as_IN/gitlab.po b/locale/as_IN/gitlab.po index 9d2e0d1981a..11b3760c590 100644 --- a/locale/as_IN/gitlab.po +++ b/locale/as_IN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: as\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/az_AZ/gitlab.po b/locale/az_AZ/gitlab.po index 1cbe8715233..b68384c0f79 100644 --- a/locale/az_AZ/gitlab.po +++ b/locale/az_AZ/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: az\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:41\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ba_RU/gitlab.po b/locale/ba_RU/gitlab.po index b2de628096f..a5fbb55523f 100644 --- a/locale/ba_RU/gitlab.po +++ b/locale/ba_RU/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ba\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:44\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -876,9 +896,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1656,7 +1689,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1692,10 +1725,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -1929,6 +1983,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2010,6 +2091,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2845,6 +3001,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2887,6 +3043,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5198,7 +5438,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,7 +26518,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25570,6 +26578,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/bg/gitlab.po b/locale/bg/gitlab.po index e45c2a55932..1a34d69a3f4 100644 --- a/locale/bg/gitlab.po +++ b/locale/bg/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: bg\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Описание" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Да не се показва повече" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Файлове" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Шаблон за интервала" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Последна схема" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Няма достатъчно данни" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "Коефициент на успех:" msgid "PipelineCharts|Successful:" msgstr "Успешни:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Общо:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "Запазване на плана за схема" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Създаване на нов план за схема" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Изходен код" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "Етапът на планиране показва колко е вре msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." -msgstr "Всеки вписан потребител има достъп до проекта." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "Етапът на преглед и одобрение показва в msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Общо време за тестване на всички подавания/сливания" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/bn_BD/gitlab.po b/locale/bn_BD/gitlab.po index 06b0aaf5053..ba498acb24e 100644 --- a/locale/bn_BD/gitlab.po +++ b/locale/bn_BD/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: bn\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:41\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/bn_IN/gitlab.po b/locale/bn_IN/gitlab.po index cab59b3f095..29a8842c251 100644 --- a/locale/bn_IN/gitlab.po +++ b/locale/bn_IN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: bn-IN\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:44\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/bs_BA/gitlab.po b/locale/bs_BA/gitlab.po index 69e80843023..5d095bbb2ea 100644 --- a/locale/bs_BA/gitlab.po +++ b/locale/bs_BA/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: bs\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -208,6 +208,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -244,12 +250,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -463,6 +463,18 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%{count} more" msgstr "" @@ -505,6 +517,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -550,6 +568,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -676,9 +700,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -781,7 +802,7 @@ msgstr[2] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -799,6 +820,9 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1018,9 +1042,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1060,6 +1081,18 @@ msgstr[2] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1090,6 +1123,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1099,17 +1135,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1387,6 +1414,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1687,6 +1717,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1840,7 +1873,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1876,10 +1909,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1966,6 +1999,9 @@ 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 "" @@ -1990,6 +2026,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2104,6 +2143,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2113,6 +2167,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2125,12 +2185,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2185,6 +2263,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2194,6 +2275,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2239,6 +2323,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2263,6 +2350,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2272,6 +2362,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2287,22 +2380,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2368,10 +2461,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2488,6 +2581,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2497,10 +2599,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2512,19 +2614,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2539,6 +2650,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2548,7 +2665,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2566,7 +2686,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2575,6 +2695,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2641,9 +2782,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2668,6 +2806,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2689,6 +2830,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2710,12 +2854,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2764,6 +2914,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2776,9 +2929,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2806,9 +2965,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2896,9 +3061,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2971,9 +3133,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3004,9 +3163,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3031,6 +3187,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3055,9 +3214,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3073,6 +3229,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3406,6 +3565,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3655,6 +3817,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3901,7 +4066,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3922,6 +4108,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3940,6 +4129,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3997,9 +4189,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4081,6 +4270,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4165,6 +4360,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4216,12 +4423,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4240,6 +4456,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4252,6 +4471,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4396,6 +4618,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4432,9 +4657,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4465,7 +4702,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4648,6 +4885,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5059,6 +5299,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5242,9 +5485,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5263,9 +5503,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5374,6 +5611,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5398,8 +5638,8 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" -msgstr "Zatvoreno: %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "" @@ -5425,6 +5665,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5608,6 +5851,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5665,9 +5911,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5923,9 +6166,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5941,9 +6181,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6010,9 +6247,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6079,9 +6313,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6148,9 +6379,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6211,6 +6439,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6295,6 +6526,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6436,9 +6670,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6550,9 +6781,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6865,7 +7093,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6916,6 +7144,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6985,6 +7216,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7363,6 +7597,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7423,6 +7660,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7432,6 +7672,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7465,6 +7708,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7714,6 +7960,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7807,6 +8056,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8059,6 +8311,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8116,6 +8371,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8155,6 +8419,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8176,6 +8446,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8203,15 +8479,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8227,6 +8503,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8266,6 +8545,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8278,6 +8560,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8287,6 +8575,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8443,9 +8734,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8455,6 +8743,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8470,9 +8761,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8494,6 +8782,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8557,12 +8848,18 @@ 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 "" @@ -8614,18 +8911,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8704,9 +9010,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8872,6 +9175,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8920,6 +9229,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9091,6 +9403,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9142,7 +9475,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9292,6 +9625,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9301,6 +9637,9 @@ 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 "" @@ -9322,6 +9661,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9349,9 +9691,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9520,15 +9859,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9601,6 +9949,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9742,6 +10093,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9769,7 +10126,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9814,6 +10183,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9841,7 +10213,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10603,12 +10978,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10639,6 +11020,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10714,6 +11098,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10816,6 +11203,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10879,6 +11269,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10891,6 +11284,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11029,6 +11425,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11059,6 +11467,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11110,6 +11521,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11176,10 +11590,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11194,6 +11611,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11212,9 +11632,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11230,15 +11647,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11248,6 +11665,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11305,12 +11725,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11335,6 +11761,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11398,6 +11827,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11431,9 +11863,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11443,9 +11872,15 @@ msgstr "Prvi dan sedmice" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11500,7 +11935,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12046,7 +12481,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12067,6 +12502,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12103,9 +12541,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12130,6 +12565,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12442,6 +12883,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12547,7 +12991,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12706,6 +13150,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12715,6 +13165,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12760,12 +13213,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12778,6 +13249,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12790,6 +13264,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12814,6 +13291,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13225,6 +13705,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13279,9 +13762,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13294,7 +13774,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13402,6 +13882,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13426,9 +13909,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13450,10 +13930,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13537,6 +14017,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13657,6 +14140,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13717,6 +14206,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13726,12 +14218,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13741,6 +14239,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13753,6 +14275,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13828,27 +14353,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13867,6 +14398,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13897,6 +14431,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13906,12 +14485,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13945,6 +14542,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13960,37 +14560,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13999,6 +14620,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14023,9 +14647,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14125,25 +14746,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14191,6 +14812,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14239,6 +14914,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14455,6 +15133,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14710,6 +15391,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14728,6 +15412,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14857,9 +15547,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14887,9 +15574,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14923,6 +15607,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14956,6 +15643,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15001,6 +15691,9 @@ msgstr "" msgid "Learn more" msgstr "Saznaj više" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15076,6 +15769,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15622,9 +16318,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15643,6 +16336,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15676,9 +16372,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15688,7 +16381,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15700,6 +16393,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15763,6 +16459,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15883,6 +16582,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15910,15 +16615,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16156,6 +16936,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16561,6 +17344,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16876,9 +17680,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16936,6 +17746,36 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17191,6 +18031,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17656,6 +18499,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17686,9 +18532,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17923,6 +18766,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17968,9 +18814,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17980,9 +18823,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18103,19 +18943,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18289,6 +19123,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18385,7 +19222,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18409,9 +19246,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18433,7 +19267,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18457,9 +19291,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18475,9 +19306,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18487,12 +19315,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18517,7 +19339,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18709,7 +19531,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18721,9 +19543,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18826,6 +19645,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18907,6 +19729,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18925,6 +19750,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18955,6 +19783,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18991,6 +19822,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19219,6 +20056,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19228,6 +20068,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19240,12 +20083,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19450,9 +20299,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20146,7 +20992,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20449,6 +21295,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20503,6 +21352,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20959,6 +21811,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21085,6 +21940,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21196,6 +22054,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21277,6 +22138,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21322,9 +22186,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21535,6 +22396,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21655,6 +22519,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21676,9 +22543,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21706,6 +22579,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21832,7 +22708,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21844,6 +22726,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21862,6 +22756,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21958,7 +22855,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21991,6 +22888,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22195,6 +23095,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22348,6 +23251,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22375,6 +23284,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22444,6 +23356,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22453,6 +23368,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Subota" @@ -22468,6 +23389,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22492,9 +23416,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22504,6 +23425,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22543,6 +23467,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22573,7 +23500,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22630,9 +23557,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22714,9 +23638,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22792,7 +23713,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22837,10 +23758,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22969,6 +23890,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23032,6 +23956,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23071,6 +24001,12 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23251,6 +24187,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23266,7 +24205,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23281,9 +24220,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23377,6 +24313,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23491,6 +24430,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23626,6 +24568,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23731,6 +24676,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23749,9 +24703,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23896,6 +24856,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23923,6 +24886,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23932,9 +24898,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23944,6 +24907,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24055,27 +25021,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24310,6 +25267,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24418,6 +25378,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24460,9 +25423,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24538,9 +25498,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24604,6 +25561,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24760,6 +25720,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24889,6 +25852,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24904,6 +25870,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24946,6 +25915,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25030,6 +26005,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25051,6 +26029,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25186,12 +26167,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25219,6 +26206,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25456,15 +26446,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25549,7 +26554,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25573,9 +26578,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25588,9 +26590,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25687,6 +26695,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25711,7 +26725,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25822,7 +26836,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25882,6 +26896,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25894,7 +26911,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25933,6 +26950,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26041,6 +27061,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26236,6 +27259,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26287,7 +27313,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26311,9 +27337,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26446,6 +27478,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26455,6 +27490,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27007,6 +28045,12 @@ msgstr "maloprije" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27043,7 +28087,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27094,7 +28138,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27223,6 +28267,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27295,16 +28342,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27481,6 +28531,9 @@ msgstr "" msgid "Tuesday" msgstr "Utorak" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27631,6 +28684,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27856,6 +28912,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27994,10 +29053,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28024,6 +29086,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28036,9 +29101,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28060,15 +29152,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28123,10 +29227,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28246,6 +29347,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28342,9 +29446,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28498,6 +29599,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28807,7 +29914,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28891,6 +30004,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28987,6 +30109,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29011,15 +30136,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29086,15 +30214,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29107,7 +30235,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29350,10 +30478,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29446,6 +30574,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29467,6 +30598,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29479,10 +30613,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29497,6 +30631,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29698,6 +30841,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29710,6 +30856,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29734,9 +30889,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29794,9 +30946,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29899,19 +31048,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29941,6 +31093,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29956,6 +31111,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30223,9 +31381,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30352,9 +31507,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30400,9 +31552,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30487,6 +31636,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "komentar" @@ -30730,7 +31882,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30748,6 +31900,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30766,6 +31921,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30802,6 +31960,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30865,6 +32026,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31342,9 +32506,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31357,9 +32518,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31438,6 +32596,9 @@ msgstr "" msgid "sign in" msgstr "prijavi se" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31618,9 +32779,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31633,3 +32791,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ca_ES/gitlab.po b/locale/ca_ES/gitlab.po index 77eb61ca568..46d9c3feec8 100644 --- a/locale/ca_ES/gitlab.po +++ b/locale/ca_ES/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ca\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} més" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GB" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "Afegeix una taula" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Bloca l'usuari" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "Tots els usuaris" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Tots els entorns" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "Incidències tancades" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Suprimeix la llista" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Descripció" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Domini" 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "No ho mostris més" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "feb." @@ -11191,12 +11611,18 @@ msgstr "Plantilles de fitxers" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Fitxers" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "Filtra..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Versió del Git" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Historial" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "Mai" msgid "New" msgstr "Nou" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Aplicació nova" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/cs_CZ/gitlab.po b/locale/cs_CZ/gitlab.po index 26c41224f85..cb561eaa887 100644 --- a/locale/cs_CZ/gitlab.po +++ b/locale/cs_CZ/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: cs\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "Zastavení úloh selhalo" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Blokovat uživatele" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,7 +4166,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "K dispozici" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "nastavení projektu" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,7 +22991,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/cy_GB/gitlab.po b/locale/cy_GB/gitlab.po index 20a9e54653f..be8ead5547c 100644 --- a/locale/cy_GB/gitlab.po +++ b/locale/cy_GB/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: cy\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:39\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -277,6 +277,15 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -331,15 +340,6 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -631,6 +631,24 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "%{count} more" msgstr "" @@ -679,6 +697,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Digwyddiad sentry: %{errorUrl}- Gwelwyd gyntaf: %{firstSeen}- Gwelwyd ddiwethaf: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -724,6 +748,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -850,9 +880,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -970,7 +997,7 @@ msgstr[5] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -994,6 +1021,9 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1231,9 +1261,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1276,6 +1303,18 @@ msgstr[5] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1312,6 +1351,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1321,23 +1363,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" -msgstr[4] "" -msgstr[5] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1660,6 +1687,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1963,6 +1993,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -2116,7 +2149,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -2152,10 +2185,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2242,6 +2275,9 @@ 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 "" @@ -2266,6 +2302,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2380,6 +2419,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2389,6 +2443,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2401,12 +2461,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2461,6 +2539,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2470,6 +2551,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2515,6 +2599,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2539,6 +2626,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2548,6 +2638,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2563,22 +2656,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2647,10 +2740,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2767,6 +2860,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2776,10 +2878,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2791,19 +2893,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2818,6 +2929,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2827,7 +2944,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2845,7 +2965,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2854,6 +2974,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2920,9 +3061,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2947,6 +3085,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2968,6 +3109,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2989,12 +3133,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -3043,6 +3193,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -3055,9 +3208,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -3085,9 +3244,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -3175,9 +3340,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3250,9 +3412,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3283,9 +3442,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3310,6 +3466,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3334,9 +3493,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3352,6 +3508,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3697,6 +3856,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3949,6 +4111,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4201,7 +4366,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4222,6 +4408,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4240,6 +4429,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4297,9 +4489,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4381,6 +4570,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4465,6 +4660,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4516,12 +4723,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4540,6 +4756,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4552,6 +4771,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4696,6 +4918,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4732,9 +4957,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4765,7 +5002,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4948,6 +5185,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5359,6 +5599,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5542,9 +5785,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5563,9 +5803,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5674,6 +5911,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5698,7 +5938,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5725,6 +5965,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5908,6 +6151,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5965,9 +6211,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6223,9 +6466,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6241,9 +6481,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6310,9 +6547,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6379,9 +6613,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6448,9 +6679,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6511,6 +6739,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6595,6 +6826,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6736,9 +6970,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6850,9 +7081,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -7168,7 +7396,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7219,6 +7447,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7294,6 +7525,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7675,6 +7909,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7735,6 +7972,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7744,6 +7984,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7777,6 +8020,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -8029,6 +8275,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -8122,6 +8371,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8377,6 +8629,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8434,6 +8689,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8473,6 +8737,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8494,6 +8764,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8521,15 +8797,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8545,6 +8821,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8584,6 +8863,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8596,6 +8878,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8605,6 +8893,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8761,9 +9052,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8773,6 +9061,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8788,9 +9079,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8812,6 +9100,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8875,12 +9166,18 @@ 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 "" @@ -8941,18 +9238,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -9040,9 +9346,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -9208,6 +9511,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9256,6 +9565,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9427,6 +9739,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9478,7 +9811,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9631,6 +9964,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9640,6 +9976,9 @@ 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 "" @@ -9661,6 +10000,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9688,9 +10030,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9859,15 +10198,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9940,6 +10288,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -10081,6 +10432,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -10108,7 +10465,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -10153,6 +10522,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -10180,7 +10552,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10942,12 +11317,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10978,6 +11359,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -11053,6 +11437,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -11155,6 +11542,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -11218,6 +11608,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11230,6 +11623,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11371,6 +11767,18 @@ msgstr[3] "" msgstr[4] "" msgstr[5] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11401,6 +11809,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11452,6 +11863,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11518,10 +11932,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11536,6 +11953,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11554,9 +11974,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11572,15 +11989,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11590,6 +12007,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11647,12 +12067,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11677,6 +12103,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11740,6 +12169,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11773,9 +12205,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11785,9 +12214,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11842,7 +12277,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12388,7 +12823,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12409,6 +12844,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12445,9 +12883,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12472,6 +12907,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12784,6 +13225,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12889,7 +13333,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -13048,6 +13492,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -13057,6 +13507,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -13102,12 +13555,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -13120,6 +13591,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -13132,6 +13606,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -13156,6 +13633,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13573,6 +14053,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13627,9 +14110,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13642,7 +14122,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13750,6 +14230,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13774,9 +14257,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13798,10 +14278,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13891,6 +14371,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -14011,6 +14494,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -14071,6 +14560,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -14080,12 +14572,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -14095,6 +14593,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -14107,6 +14629,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -14182,27 +14707,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -14221,6 +14752,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14254,6 +14788,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14263,12 +14842,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14302,6 +14899,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14317,37 +14917,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14356,6 +14977,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14380,9 +15004,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14482,25 +15103,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14548,6 +15169,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14596,6 +15271,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14812,6 +15490,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -15067,6 +15748,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -15085,6 +15769,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -15214,9 +15904,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15247,9 +15934,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15283,6 +15967,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15316,6 +16003,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15361,6 +16051,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15436,6 +16129,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -16003,9 +16699,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -16024,6 +16717,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -16057,9 +16753,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -16069,7 +16762,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -16081,6 +16774,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -16144,6 +16840,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16264,6 +16963,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16291,15 +16996,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16537,6 +17317,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16948,6 +17731,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17263,9 +18067,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17323,6 +18133,42 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17578,6 +18424,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -18046,6 +18895,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -18076,9 +18928,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18313,6 +19162,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18358,9 +19210,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18370,9 +19219,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18496,19 +19342,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18682,6 +19522,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18778,7 +19621,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18802,9 +19645,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18826,7 +19666,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18850,9 +19690,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18868,9 +19705,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18880,12 +19714,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18910,7 +19738,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -19102,7 +19930,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -19114,9 +19942,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -19219,6 +20044,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19300,6 +20128,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19318,6 +20149,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19348,6 +20182,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19384,6 +20221,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19612,6 +20455,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19621,6 +20467,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19633,12 +20482,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19843,9 +20698,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20539,7 +21391,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20842,6 +21694,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20896,6 +21751,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21352,6 +22210,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21478,6 +22339,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21589,6 +22453,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21670,6 +22537,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21718,9 +22588,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21934,6 +22801,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -22054,6 +22924,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -22075,9 +22948,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -22105,6 +22984,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -22234,7 +23116,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -22246,6 +23134,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -22264,6 +23164,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22360,7 +23263,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22393,6 +23296,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22606,6 +23512,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22762,6 +23671,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22789,6 +23704,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22858,6 +23776,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22867,6 +23788,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22882,6 +23809,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22906,9 +23836,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22918,6 +23845,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22957,6 +23887,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22987,7 +23920,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -23044,9 +23977,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -23128,9 +24058,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -23239,7 +24166,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -23284,10 +24211,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23416,6 +24343,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23479,6 +24409,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23518,6 +24454,15 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23698,6 +24643,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23713,7 +24661,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23728,9 +24676,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23824,6 +24769,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23938,6 +24886,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -24073,6 +25024,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -24178,6 +25132,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -24196,9 +25159,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24349,6 +25318,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24376,6 +25348,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24385,9 +25360,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24397,6 +25369,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24508,27 +25483,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24763,6 +25729,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24871,6 +25840,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24913,9 +25885,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24991,9 +25960,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -25057,6 +26023,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -25213,6 +26182,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25342,6 +26314,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25357,6 +26332,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25399,6 +26377,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25483,6 +26467,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25504,6 +26491,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25639,12 +26629,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25672,6 +26668,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25918,15 +26917,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -26011,7 +27025,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -26038,9 +27052,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -26053,9 +27064,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -26152,6 +27169,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -26179,7 +27202,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -26290,7 +27313,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26350,6 +27373,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26362,7 +27388,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26401,6 +27427,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26509,6 +27538,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26704,6 +27736,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26755,7 +27790,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26779,9 +27814,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26914,6 +27955,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26923,6 +27967,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27475,6 +28522,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27517,7 +28570,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27568,7 +28621,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27697,6 +28750,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27769,16 +28825,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27955,6 +29014,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -28105,6 +29167,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28330,6 +29395,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28468,10 +29536,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28498,6 +29569,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28510,9 +29584,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28534,15 +29635,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28597,10 +29710,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28720,6 +29830,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28816,9 +29929,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28972,6 +30082,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -29287,7 +30403,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29371,6 +30493,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29467,6 +30598,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29491,15 +30625,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29566,15 +30703,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29587,7 +30724,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29833,10 +30970,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29929,6 +31066,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29950,6 +31090,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29962,10 +31105,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29980,6 +31123,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -30181,6 +31333,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -30193,6 +31348,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -30217,9 +31381,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -30277,9 +31438,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30382,19 +31540,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30424,6 +31585,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30439,6 +31603,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30709,9 +31876,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30838,9 +32002,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30886,9 +32047,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30976,6 +32134,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -31234,7 +32395,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -31252,6 +32413,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -31270,6 +32434,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -31306,6 +32473,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31372,6 +32542,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31861,9 +33034,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31876,9 +33046,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31960,6 +33127,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -32140,9 +33310,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -32155,3 +33322,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/da_DK/gitlab.po b/locale/da_DK/gitlab.po index 2f8727463ef..e0666e44dfc 100644 --- a/locale/da_DK/gitlab.po +++ b/locale/da_DK/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: da\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po index 73d9e05089c..0a5e382d6fc 100644 --- a/locale/de/gitlab.po +++ b/locale/de/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: de\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d festes Testergebnis" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d Ticket ausgewählt" -msgstr[1] "%d Tickets ausgewählt" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "%{count} Zustimmungen von %{name}" msgid "%{count} files touched" msgstr "%{count} Dateien verändert" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} weitere" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Sentry-Event: %{errorUrl}- Zuerst gesehen: %{firstSeen}- Zuletzt gesehen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "%{group_name} nutzt Accounts, die von einer Gruppe verwaltet werden. Du msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} enthielt %{resultsString}" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -947,9 +969,6 @@ msgstr "(Fortschritt überprüfen)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(externe Quelle)" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- weniger anzeigen" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "0 für unbegrenzt" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type} Zusatz" -msgstr[1] "%{count} %{type} Zusätze" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} Änderung" -msgstr[1] "%{count} %{type} Änderungen" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "Tabelle hinzufügen" msgid "Add a task list" msgstr "Eine Aufgabenliste hinzufügen" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Füge zusätzlichen Text hinzu, der in jeglicher E-Mail-Kommunikation angezeigt wird. Maximal %{character_limit} Zeichen" @@ -1748,8 +1781,8 @@ msgstr "%{epic_ref} als untergeordnetes Epic hinzugefügt." msgid "Added %{label_references} %{label_text}." msgstr "%{label_references} %{label_text} hinzugefügt." -msgid "Added a To Do." -msgstr "To Do hinzugefügt." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "Ein Ticket zu einem Epic hinzugefügt." @@ -1784,12 +1817,12 @@ msgstr "Fügt %{epic_ref} als Sub-Epic hinzu." msgid "Adds %{labels} %{label_text}." msgstr "Fügt %{labels} %{label_text} hinzu." -msgid "Adds a To Do." -msgstr "To-Do hinzufügen." - msgid "Adds a Zoom meeting" msgstr "Fügt ein Zoom-Meeting hinzu" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "Fügt ein Ticket zu einem Epic hinzu." @@ -1874,6 +1907,9 @@ 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)" @@ -1898,6 +1934,9 @@ msgstr "Stoppen von Jobs ist fehlgeschlagen" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "SSH-Schlüssel" msgid "AdminStatistics|Snippets" msgstr "Codeausschnitte" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA deaktiviert" @@ -2021,6 +2075,12 @@ msgstr "2FA aktiviert" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Aktiv" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Admins" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Blockieren" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Benutzer(in) blockieren" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "Das bist du!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Neue(r) Benutzer(in)" @@ -2102,6 +2183,9 @@ msgstr "Keine Benutzer(innen) gefunden" msgid "AdminUsers|Owned groups will be left" msgstr "Eigene Gruppen werden verlassen" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "Persönliche Projekte werden verlassen" @@ -2147,6 +2231,9 @@ msgstr "Diese(r) Benutzer(in) kann keine Slash-Befehle verwenden" msgid "AdminUsers|The user will not receive any notifications" msgstr "Diese(r) Benutzer(in) erhält keine Benachrichtigungen" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Zur Bestätigung %{projectName} eingeben" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Erweitert" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Erweiterte Berechtigungen, Large File Storage und Einstellungen zur Zwei-Faktor-Authentifizierung." -msgid "Advanced search functionality" -msgstr "Erweiterte Suchfunktion" - msgid "After a successful password update you will be redirected to login screen." msgstr "Nach dem erfolgreichen Ändern des Passwortes wirst du zum Anmeldebildschirm weitergeleitet." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Nach einer erfolgreichen Passwortaktualisierung wirst du zur Anmeldeseite weitergeleitet, wo du dich mit deinem neuen Passwort anmelden kannst." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "Alarme" msgid "Alerts endpoint" msgstr "Alarm-Endpunkt" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "Algorithmus" @@ -2548,9 +2689,6 @@ msgstr "Alle Sicherheits-Scans sind aktiviert, weil %{linkStart}Auto DevOps%{lin msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "Alle Benutzer(innen)" - msgid "All users must have a name." msgstr "Alle Benutzer(innen) benötigen einen Namen." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Erlaube es Projekten in dieser Gruppe Git LFS zu verwenden" @@ -2596,6 +2737,9 @@ msgstr "Anfragen an das lokale Netzwerk von System-Hooks erlauben" msgid "Allow requests to the local network from web hooks and services" msgstr "Anfragen an das lokale Netzwerk von Web-Hooks und Diensten erlauben" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Diesem Schlüssel auch erlauben, in das Repository zu pushen? (Normalerweise ist nur Pull-Zugriff erlaubt)" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "Scheitern erlaubt" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Ermöglicht dir das Hinzufügen und Verwalten von Kubernetes-Clustern." @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Bei einem leeren GitLab-Benutzerfeld wird der vollständigen Namen des FogBugz-Benutzers/-Benutzerin (z. B. \"Von John Smith\") in die Beschreibung aller Tickets und Kommentare eingefügt. Außerdem werden diese Tickets und Kommentare auch mit dem/der Projektersteller(in) assoziiert und/oder ihm/ihr zugewiesen." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Es ist ein Fehler aufgetreten" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Bei der Vorschau des Blobs ist ein Fehler aufgetreten" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" 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 weight" msgstr "Beim Aktualisieren der Ticket-Gewichtung ist ein Fehler aufgetreten" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "Beim Abrufen der Service-Desk-Adresse ist ein Fehler aufgetreten." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Beim Abrufen der Board-Listen ist ein Fehler aufgetreten. Bitte versuche es erneut." @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "Beim Laden der Abonnementdetails ist ein Fehler aufgetreten." - msgid "An error occurred while making the request." msgstr "Beim Bearbeiten der Anfrage ist ein Fehler aufgetreten." @@ -2938,6 +3094,9 @@ msgstr "Beim Rendern der Vorschau der Broadcast-Nachricht ist ein Fehler aufgetr msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "Beim Umordnen von Tickets ist ein Fehler aufgetreten." @@ -2962,9 +3121,6 @@ msgstr "Beim Speichern des LDAP-Überschreibungsstatus ist ein Fehler aufgetrete msgid "An error occurred while saving assignees" msgstr "Beim Speichern der Zuweisungen ist ein Fehler aufgetreten" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "Beim Abonnieren von Benachrichtigungen ist ein Fehler aufgetreten." @@ -2980,6 +3136,9 @@ msgstr "Beim Abbestellen der Benachrichtigungen ist ein Fehler aufgetreten." msgid "An error occurred while updating approvers" msgstr "Beim Ändern der Genehmigungsberechtigten ist ein Fehler aufgetreten" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "Jobs archivieren" msgid "Archive project" msgstr "Projekt archivieren" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Mir zugewiesen" @@ -3801,8 +3966,29 @@ msgstr "Deine Anwendung wird, basierend auf den vordefinierten CI/CD-Einstellung msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Erfahre mehr in der %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "Die Auto-DevOps-Pipeline wurde aktiviert und wird verwendet, falls keine alternative CI-Konfigurationsdatei gefunden wurde. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Autovervollständigung" @@ -3822,6 +4008,9 @@ msgstr "Automatische Zertifikatsverwaltung mit %{lets_encrypt_link_start}Let's E msgid "Automatic certificate management using Let's Encrypt" msgstr "Automatische Zertifikatsverwaltung mit Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "Notiz" msgid "Available" msgstr "Verfügbar" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "Badge-Bild-URL" msgid "Badges|Badge image preview" msgstr "Badge-Bild-Vorschau" -msgid "Badges|Delete badge" -msgstr "Badge löschen" - msgid "Badges|Delete badge?" msgstr "Badge löschen?" @@ -3981,6 +4170,12 @@ msgstr "Bamboo Root-URL, z.B. https://bamboo.example.com" 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 "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Vorsicht. Änderungen am Projektnamensraum können unbeabsichtigte Nebenwirkungen haben." @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Bitbucket-Server-Import" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "Bereich anzeigen" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "Branch %{branchName} wurde im Repository dieses Projekts nicht gefunden. msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "Projekteinstellungen" msgid "Branches|protected" msgstr "geschützt" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "Broadcast-Nachricht wurde erfolgreich erstellt." @@ -4332,9 +4557,21 @@ msgstr "Integriert" msgid "Bulk request concurrency" msgstr "Parallelität von Massenanfragen" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "Von %{user_name}" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "Der Missbrauchsbericht kann nicht erstellt werden. Der/Die Benutzer(in) msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "Untergeordnetes Epic existiert nicht." msgid "Child epic doesn't exist." msgstr "Untergeordnetes Epic existiert nicht." +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Alle Umgebungen" msgid "CiVariable|Create wildcard" msgstr "Wildcard erstellen" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Fehler beim Speichern von Variablen" - msgid "CiVariable|Masked" msgstr "Maskiert" @@ -5163,9 +5403,6 @@ msgstr "Maskierung umschalten" msgid "CiVariable|Toggle protected" msgstr "Schutzstatus umschalten" -msgid "CiVariable|Validation failed" -msgstr "Validierung fehlgeschlagen" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "Schließe %{tabname}" msgid "Close epic" msgstr "Epic schließen" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Meilenstein abschließen" @@ -5298,7 +5538,7 @@ msgstr "Geschlossene Tickets" msgid "Closed this %{quick_action_target}." msgstr "Dieses %{quick_action_target} wurde geschlossen." -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Regionen konnten nicht von Ihrem AWS-Konto geladen werden" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "Erfahre mehr über %{help_link_start_machine_type}Maschinentypen%{help_l msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Erfahre mehr über %{help_link_start}Zonen%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Lerne mehr über Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "Schlüsselpaare werden geladen" -msgid "ClusterIntegration|Loading Regions" -msgstr "Regionen werden geladen" - msgid "ClusterIntegration|Loading VPCs" msgstr "VPCs werden geladen" @@ -5910,9 +6147,6 @@ msgstr "Keine Projekte gefunden" msgid "ClusterIntegration|No projects matched your search" msgstr "Keine Projekte entsprechen deiner Suche" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Region" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Entferne die Kubernetes-Cluster-Integration" @@ -6048,9 +6279,6 @@ msgstr "Netzwerke suchen" msgid "ClusterIntegration|Search projects" msgstr "Suche Projekte" -msgid "ClusterIntegration|Search regions" -msgstr "Regionen suchen" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "Wähle ein Projekt aus, um die Zone auszuwählen" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Wähle eine Zone aus" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "Wähle ein Netzwerk" -msgid "ClusterIntergation|Select a region" -msgstr "Wählen Sie eine Region" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "Zeitüberschreitung der Verbindung" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Wenden Sie sich an Sales, um ein Upgrade durchzuführen" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "Land" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "Erstellt am" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Erstellt am:" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Benutzerdefinierter Hostname (für private Commit-E-Mails)" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "%{firstProject}, %{rest} und %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Daten werden noch berechnet..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "Codeausschnitt löschen" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Liste löschen" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "Codeausschnitt löschen?" msgid "Delete source branch" msgstr "Quellbranch löschen" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Diesen Anhang löschen" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "Bereitstellen auf..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "Bereitgestellt" msgid "Deployed to" msgstr "Bereitgestellt für" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "Bereitstellung für" @@ -8808,6 +9117,9 @@ msgstr "Beschreibung" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Beschreibungsvorlagen ermöglichen dir, kontextspezifische Vorlagen für das Beschreibungsfeld von Tickets und Merge-Requests für dein Projekts zu definieren." @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "Diff Inhaltsbeschränkungen" @@ -9030,7 +9363,7 @@ msgstr "Gruppen-Runner deaktivieren" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "Dokumentation für gängige Identitätsanbieter" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Domäne" 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Nicht erneut anzeigen" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "Asset herunterladen" - msgid "Download codes" msgstr "Codes herunterladen" @@ -9407,15 +9746,24 @@ msgstr "Öffentlichen Bereitstellungsschlüssel bearbeiten" msgid "Edit stage" msgstr "Phase bearbeiten" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "Dieses Release bearbeiten" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Wiki-Seite bearbeiten" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "Die E-Mail scheint leer zu sein. Stelle sicher, dass sich die Antwort oben in der E-Mail befindet. Wir können keine Inline-Antworten verarbeiten." @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Endet am (UTC)" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "Genehmigungsberechtigte anzeigen" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "Gruppe exportieren" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "Konfiguriere" msgid "FeatureFlags|Configure feature flags" msgstr "Feature-Flags konfigurieren" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Feature-Flag erstellen" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "Prozentsatz" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Feb" @@ -11191,12 +11611,18 @@ msgstr "Dateivorlagen" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Dateien" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "Filter..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "Fertiggestellt" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "Erstmals gesehen" @@ -11329,9 +11758,15 @@ msgstr "Erster Wochentag" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Fester Termin" @@ -11386,8 +11821,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Bei interne Projekte kann jede(r) angemeldete Benutzer(in) die Pipelines anzeigen lassen und auf Job-Details (Ausgabeprotokolle und Artefakte) zugreifen" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "" @@ -11932,7 +12367,7 @@ msgstr "Erste Schritte mit Releases" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "Git-Strategie für Pipelines" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git-Version" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "Gruppen-URL" msgid "Group avatar" msgstr "Gruppenavatar" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "Äußere Forks verbieten" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "Äußere Forks für diese Gruppe verbieten" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Verlauf" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "Ich akzeptiere die %{terms_link}" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "Wenn diese Option aktiviert ist, wird der Zugriff auf Projekte mit einem externen Service anhand ihrer Klassifizierungslabels überprüft." +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "Importiere mehrere Repositorys, indem du eine Manifestdatei hochlädst." msgid "Import project" msgstr "Projekt importieren" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "Füge Nutzungsbedingungen und eine Datenschutzrichtlinie hinzu, die alle Benutzer(innen) akzeptieren müssen." @@ -13710,27 +14235,33 @@ msgstr "Gib die Host-Schlüssel manuell ein" msgid "Input your repository URL" msgstr "Gib deine Repository-URL ein" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "Installiere einen GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Installiere einen Runner auf Kubernetes" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,38 +14441,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "Interessierte können auch etwas beitragen wenn sie möchten, indem sie Commits pushen." msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Intern - Die Gruppe und alle internen Projekte können von jedem/jeder angemeldeten Benutzer(in) angesehen werden." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Intern - Auf das Projekt kann von jedem/jeder angemeldeten Benutzer(in) zugegriffen werden." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "Interne Benutzer(innen)" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Intervallmuster" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "Ticketboards" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "Jan" msgid "January" msgstr "Januar" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "Label hochstufen" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "Sprache" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "Letzter Zugriff am" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Letzte Pipeline" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Letzte Antwort von" @@ -14836,6 +15523,9 @@ msgstr "Letzte Aktualisierung" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "Mehr Informationen" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "Belasse die Optionen \"Dateityp\" und \"Übergabemethode\" auf ihren Sta msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "März" msgid "March" msgstr "März" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Mitgliedersperre" msgid "Member since %{date}" msgstr "Mitglied seit %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Mitglieder" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "Meilensteinlisten ist mit deiner momentanen Lizenz nicht verfügbar" msgid "Milestone lists show all issues from the selected milestone." msgstr "Meilensteinlisten zeigen alle Tickets des ausgewählten Meilensteins an." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "Namensraum ist leer" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "Niemals" msgid "New" msgstr "Neu" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Neue Anwendung" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Keine" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Nicht genügend Daten" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "Nicht jetzt" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,21 +18810,15 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "Projekte öffnen" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "Seitenleiste öffnen" -msgid "Open: %{openIssuesCount}" +msgid "Open: %{open}" msgstr "" -msgid "Open: %{open} • Closed: %{closed}" -msgstr "Offen: %{open} • Geschlossen: %{closed}" - msgid "Opened" msgstr "Geöffnet" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,8 +19134,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "Paket konnte nicht geladen werden" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,8 +19206,8 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" -msgstr "PyPi" +msgid "PackageType|PyPI" +msgstr "" msgid "Packages" msgstr "Pakete" @@ -18578,7 +19398,7 @@ msgstr "Personen ohne Berechtigung werden nie eine Benachrichtigung bekommen und msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Leistungsoptimierung" @@ -18695,6 +19512,9 @@ msgstr "Erfolgsquote:" msgid "PipelineCharts|Successful:" msgstr "Erfolgreich:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Insgesamt:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "Erste Schritte mit Pipelines" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "Der Projekt-Cache wurde erfolgreich zurückgesetzt." @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "Bitte gib einen beschreibenden Namen für deine Gruppe ein." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "Bitte beachte, dass diese Anwendung nicht von GitLab bereitgestellt wird. Du solltest daher die Authentizität überprüfen, bevor du den Zugriff erlaubst." +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "Schützen" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "Aktualisieren" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "In einer Sekunde aktualisieren, um den aktualisierten Status anzuzeigen..." @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "Epic erneut öffnen" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "Repository-Einstellungen" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,8 +22719,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "Alle Benutzer(innen) dieser Gruppe müssen die Zwei-Faktor-Authentifizierung einrichten" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Fordere alle Benutzer(innen) auf, die Nutzungsbedingungen und Datenschutzrichtlinien zu akzeptieren, wenn sie auf GitLab zugreifen." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Überprüfe den Prozess zum Konfigurieren von Dienstanbietern bei deinem Identitätsanbieter. In diesem Fall ist GitLab der \"Dienstanbieter\" oder die \"vertrauende Seite\"." @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "SSH-Hostschlüssel" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "Öffentlicher SSH-Schlüssel" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Samstag" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "Zeitplan der Pipeline speichern" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Variablen speichern" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Plane eine neue Pipeline" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "Suche" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "Merge-Requests durchsuchen" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "Wähle die Projekte aus, die du importieren möchtest." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "Wähle den Branch aus, den du als Standard für dieses Projekt festlegen msgid "Select the custom project template source group." msgstr "Wähle die Quellgruppe der benutzerdefinierten Projektvorlage aus." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "September" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "Servicevorlagen" msgid "Service URL" msgstr "Service-URL" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "Richte dein Projekt so ein, dass Änderungen automatisch an ein anderes Repository gesendet bzw. von diesem abgerufen werden. Branches, Tags und Commits werden automatisch synchronisiert." @@ -23582,6 +24524,15 @@ msgstr "Geteilte Runner" msgid "Shared projects" msgstr "Geteilte Projekte" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "Sherlock-Transaktionen" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Alle Mitglieder anzeigen" @@ -23745,6 +24702,9 @@ msgstr "Anmelden / Registrieren" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Anmeldebeschränkungen" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Registrierungsbeschränkungen" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Zugriffsebene, aufsteigend" msgid "SortOptions|Access level, descending" msgstr "Zugriffsebene, absteigend" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Erstellungsdatum" @@ -24267,6 +25224,9 @@ msgstr "Zuletzt angemeldet" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Größe" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Quellcode" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "Gib ein Regex-Muster für E-Mail-Adressen an, um interne Standardbenutze msgid "Specify the following URL during the Runner setup:" msgstr "Gib die folgende URL während des Runner-Setups an:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "Statistiken" msgid "Status" msgstr "Status" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "Als Spam einreichen" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "Suche ausführen" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "Erfolgreich" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "Informationen synchronisieren" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "Systemmetriken (benutzerdefiniert)" msgid "System metrics (Kubernetes)" msgstr "Systemmetriken (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "Vielen Dank! Zeig es mir nicht nochmal" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "Das Ticketsystem ist der Ort, um Dinge hinzuzufügen, die in einem Proje msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "Die Planungsphase stellt die Zeit vom vorherigen Schritt bis zum Pushen msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "Der private Schlüssel, der verwendet werden soll, wenn ein Clientzertifikat bereitgestellt wird. Dieser Wert wird im Ruhezustand verschlüsselt." -msgid "The project can be accessed by any logged in user." -msgstr "Auf das Projekt kann jede(r) angemeldete Nutzer(in) zugreifen." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "Die Review-Phase stellt die Zeit vom Anlegen eines Merge-Requests bis zu msgid "The roadmap shows the progress of your epics along a timeline" msgstr "Die Roadmap zeigt den Fortschritt deiner Epics anhand einer Zeitleiste an" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "Die Benutzerzuordnung legt fest, wie die E-Mail-Adressen und Benutzernamen der FogBuz-Benutzer(innen), die an deinem Projekt teilnehmen, in GitLab importiert werden. Du kannst dies ändern, indem du die Tabelle unten ausfüllst." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "Diese Anwendung wurde erstellt von %{link_to_owner}." msgid "This application will be able to:" msgstr "Diese Anwendung wird in der Lage sein:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "vor kurzem" msgid "Timeago|right now" msgstr "gerade jetzt" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Zeitüberschreitung" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,8 +27977,8 @@ msgstr "Gib zunächst deine Gitea-Host-URL und einen %{link_to_personal_token} e 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "Zur Verbesserung von GitLab würden wir gerne regelmäßig Nutzungsinformationen sammeln. Dies kann jederzeit in den %{settings_link_start}Einstellungen%{link_end} geändert werden. %{info_link_start}Weitere Informationen%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "Um ein SVN-Repository zu importieren, schaue dir %{svn_link} an." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "Navigation umschalten" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Seitenleiste ein-/ausblenden" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Gesamte Testzeit für alle Commits/Merges" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "Gesamt: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "Dienstag" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "Jetzt updaten" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "Nutzungsstatistiken" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "Bereits wegen Missbrauchs gemeldet" msgid "UserProfile|Blocked user" msgstr "Blockierte(r) Benutzer(in)" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "Alle Tickets anzeigen" @@ -28647,7 +29751,13 @@ msgstr "Klasse" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,12 +30449,12 @@ msgstr "Du kannst stattdessen %{linkStart}den Blob anzeigen%{linkEnd}." msgid "You can also create a project from the command line." msgstr "Du kannst ein Projekt auch über die Kommandozeile erstellen." -msgid "You can also press ⌘-Enter" -msgstr "" - msgid "You can also press Ctrl-Enter" msgstr "Sie können auch Strg-Enter drücken" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "Du kannst auch ein Label markieren, um es zu einem Prioritätslabel zu machen." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "Du hast keine Berechtigungen" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Du musst unsere Nutzungsbedingungen und Datenschutzerklärung akzeptieren, um ein Konto registrieren zu können" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Deine Gruppen" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "Aktivitäten deiner Projekte" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "Deine SSH-Schlüssel (%{count})" @@ -30061,9 +31216,6 @@ msgstr "Branch-Name" msgid "by" msgstr "von" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "Containerüberprüfung entdeckt bekannte Sicherheitslücken in deinen Do msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "Gesamten Bericht anzeigen" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,8 +31711,8 @@ msgstr "ist ein ungültiger IP-Adressbereich" msgid "is blocked by" msgstr "wird blockiert von" -msgid "is enabled." -msgstr "ist aktiviert." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "ist ungültig, weil es eine Downstream-Sperre gibt" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "ist kein gültiges X509-Zertifikat." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "ist zu lang (maximal 100 Einträge)" @@ -30634,6 +31789,9 @@ msgstr "ìst zu groß" msgid "jigsaw is not defined" msgstr "jigsaw ist nicht definiert" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "fehlt" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "letzte Bereitstellung" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "Projekte" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "Schnellzugriff" @@ -31184,9 +32342,6 @@ msgstr "registrieren" msgid "relates to" msgstr "bezieht sich auf" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "verbleibend" @@ -31264,6 +32419,9 @@ msgstr "weniger anzeigen" msgid "sign in" msgstr "Einloggen" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "Sortierung:" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "Wiki-Seite" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "mit %{additions} Ergänzungen, %{deletions} Löschungen." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "yaml ungültig" +msgid "your settings" +msgstr "" + diff --git a/locale/el_GR/gitlab.po b/locale/el_GR/gitlab.po index d64c5723522..589a59ba118 100644 --- a/locale/el_GR/gitlab.po +++ b/locale/el_GR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: el\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/eo/gitlab.po b/locale/eo/gitlab.po index 7e549a92ffb..f4bb088b700 100644 --- a/locale/eo/gitlab.po +++ b/locale/eo/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: eo\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:42\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Priskribo" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Ne montru denove" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Dosieroj" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Intervala ŝablono" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Lasta ĉenstablo" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Ne estas sufiĉe da datenoj" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "Proporcio de sukceso:" msgid "PipelineCharts|Successful:" msgstr "Sukcesaj:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Totalo:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "Konservi ĉenstablan planon" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Plani novan ĉenstablon" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Kodo" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "La etapo de la plano montras la tempon de la antaŭa ŝtupo ĝis la alpu msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." -msgstr "Ĉiu ensalutita uzanto havas atingon al la projekto" +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "La etapo de la kontrolo montras la tempon de la kreado de la peto pri ku msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Totala tempo por la testado de ĉiuj enmetadoj/kunfandoj" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po index d39cf6a2784..68fcb8c6471 100644 --- a/locale/es/gitlab.po +++ b/locale/es/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: es-ES\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:46\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "%d fallido" msgstr[1] "%d fallidos" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d solucionado el resultado de la prueba" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "%d incidencia en este grupo" msgstr[1] "%d incidencias en este grupo" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d incidencia seleccionada" -msgstr[1] "%d incidencias seleccionadas" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "%d incidencia importada correctamente con la etiqueta" @@ -247,8 +247,8 @@ msgstr[1] "%d métricas" msgid "%d milestone" msgid_plural "%d milestones" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d hito" +msgstr[1] "%d hitos" msgid "%d minute" msgid_plural "%d minutes" @@ -262,8 +262,8 @@ msgstr[1] "%d comentarios más" msgid "%d open issue" msgid_plural "%d open issues" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d incidencia abierta" +msgstr[1] "%d incidencias abiertas" msgid "%d pending comment" msgid_plural "%d pending comments" @@ -337,8 +337,8 @@ msgstr[1] "%d vulnerabilidades descartadas" msgid "%d warning found:" msgid_plural "%d warnings found:" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d advertencia encontrada:" +msgstr[1] "%d advertencias encontradas:" msgid "%s additional commit has been omitted to prevent performance issues." msgid_plural "%s additional commits have been omitted to prevent performance issues." @@ -349,7 +349,7 @@ msgid "%{actionText} & %{openOrClose} %{noteable}" msgstr "%{actionText} & %{openOrClose} %{noteable}" msgid "%{address} is an invalid IP address range" -msgstr "" +msgstr "%{address} no es en un rango de direcciones IP válido" msgid "%{author_link} wrote:" msgstr "%{author_link} escribió:" @@ -407,6 +407,16 @@ msgstr "%{count} aprobaciones de %{name}" msgid "%{count} files touched" msgstr "%{count} archivos modificados" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "%{count} incidencias seleccionadas" +msgstr[1] "%{count} incidencias seleccionadas" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} más" @@ -447,6 +457,12 @@ msgstr "%{deployLinkStart}Utilice una plantilla para implementar en ECS%{deployL msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "%{group_name} utiliza cuentas administradas de grupo. Debe crear una nue msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "%{host} inicia sesión desde una nueva ubicación" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} contenido en %{resultsString}" @@ -718,7 +737,7 @@ msgstr[1] "%{reportType} %{status} detectó %{other} vulnerabilidades." msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "%{size} %{unit}" + msgid "%{size} GiB" msgstr "%{size} Gb" @@ -747,7 +769,7 @@ msgid "%{size} bytes" msgstr "%{size} bytes" msgid "%{sourceBranch} into %{targetBranch}" -msgstr "" +msgstr "%{sourceBranch} en %{targetBranch}" msgid "%{spammable_titlecase} was submitted to Akismet successfully." msgstr "%{spammable_titlecase} se envió con éxito a Akismet." @@ -765,7 +787,7 @@ msgid "%{state} epics" msgstr "%{state} épicas" msgid "%{strongStart}Deletes%{strongEnd} source branch" -msgstr "" +msgstr "%{strongStart}Elimina%{strongEnd} la rama origen" msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position." msgstr "" @@ -945,16 +967,13 @@ msgid "(check progress)" msgstr "(comprobar el progreso)" msgid "(deleted)" -msgstr "" - -msgid "(external source)" -msgstr "(fuente externa)" +msgstr "(eliminado)" msgid "(line: %{startLine})" -msgstr "" +msgstr "(línea: %{startLine})" msgid "(max size 15 MB)" -msgstr "" +msgstr "(tamaño máximo 15 MB)" msgid "(removed)" msgstr "(eliminado)" @@ -963,7 +982,7 @@ msgid "(revoked)" msgstr "(revocado)" msgid "* * * * *" -msgstr "" +msgstr "* * * * *" msgid "+ %{amount} more" msgstr "+ %{amount} más" @@ -988,6 +1007,18 @@ msgstr[1] "+%d más" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+%{tags} más" @@ -1016,24 +1047,20 @@ msgstr "" msgid "- show less" msgstr "- mostrar menos" -msgid "0 bytes" +msgid "." msgstr "" +msgid "0 bytes" +msgstr "0 bytes" + msgid "0 for unlimited" msgstr "0 para ilimitado" msgid "0 for unlimited, only effective with remote storage enabled." -msgstr "" +msgstr "0 para ilimitado, solo efectivo con almacenamiento remoto habilitado." -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 adición de %{type}" -msgstr[1] "%{count} %{type} adiciones" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} modificación" -msgstr[1] "%{count} %{type} modificaciones" +msgid "0t1DgySidms" +msgstr "0t1DgySidms" msgid "1 Day" msgid_plural "%d Days" @@ -1042,8 +1069,8 @@ msgstr[1] "%d Días" msgid "1 Issue" msgid_plural "%d Issues" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 incidencia" +msgstr[1] "%d incidencias" msgid "1 closed issue" msgid_plural "%{issues} closed issues" @@ -1062,8 +1089,8 @@ msgstr[1] "%d días" msgid "1 deploy key" msgid_plural "%d deploy keys" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "1 clave de despliegue" +msgstr[1] "%d claves de despliegue" msgid "1 group" msgid_plural "%d groups" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "Ayuda de la API" @@ -1501,7 +1531,7 @@ msgid "Add" msgstr "Añadir" msgid "Add \"%{value}\"" -msgstr "" +msgstr "Añadir \"%{value}\"" msgid "Add %d issue" msgid_plural "Add %d issues" @@ -1557,7 +1587,7 @@ msgid "Add a To Do" msgstr "Añadir a tareas pendientes" msgid "Add a To-Do" -msgstr "" +msgstr "Añadir a tareas pendientes" msgid "Add a bullet list" msgstr "Añadir una lista de viñetas" @@ -1595,6 +1625,9 @@ msgstr "Añadir tabla" msgid "Add a task list" msgstr "Añadir una lista de tareas" +msgid "Add a to do" +msgstr "Añadir a tareas pendientes" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Añada un texto adicional que aparecerá en todas las comunicaciones vía correo electrónico. El límite es de %{character_limit} caracteres" @@ -1748,8 +1781,8 @@ msgstr "Agregada %{epic_ref} como una tarea épica hija." msgid "Added %{label_references} %{label_text}." msgstr "Agregada %{label_references} %{label_text}." -msgid "Added a To Do." -msgstr "Agregado a la lista de tareas pendientes." +msgid "Added a to do." +msgstr "Añadido a tareas pendientes." msgid "Added an issue to an epic." msgstr "Agrada una incidencia a una tarea épica." @@ -1784,12 +1817,12 @@ msgstr "Añade %{epic_ref} como tarea épica hija." msgid "Adds %{labels} %{label_text}." msgstr "Agrega %{labels} %{label_text}." -msgid "Adds a To Do." -msgstr "Agregar a la lista de tareas pendientes." - msgid "Adds a Zoom meeting" msgstr "Agregar una reunión de Zoom" +msgid "Adds a to do." +msgstr "Añade una tarea pendiente." + msgid "Adds an issue to an epic." msgstr "Agregar una incidencia a una tarea épica." @@ -1836,7 +1869,7 @@ msgid "AdminArea|Bots" msgstr "Bots" msgid "AdminArea|Components" -msgstr "" +msgstr "AdminArea|Componentes" msgid "AdminArea|Developer" msgstr "Desarrollador" @@ -1854,31 +1887,34 @@ msgid "AdminArea|Included Free in license" msgstr "AdminArea|Incluido gratis en la licencia" msgid "AdminArea|Latest groups" -msgstr "" +msgstr "AdminArea|Grupos más recientes" msgid "AdminArea|Latest projects" -msgstr "" +msgstr "AdminArea|Proyectos más recientes" msgid "AdminArea|Latest users" -msgstr "" +msgstr "AdminArea|Usuarios más recientes" msgid "AdminArea|Maintainer" msgstr "Mantenedor" msgid "AdminArea|New group" -msgstr "" +msgstr "AdminArea|Nuevo grupo" msgid "AdminArea|New project" -msgstr "" +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" msgid "AdminArea|Projects: %{number_of_projects}" -msgstr "" +msgstr "AdminArea|Proyectos: %{number_of_projects}" msgid "AdminArea|Reporter" msgstr "Reportador" @@ -1898,6 +1934,9 @@ msgstr "Error al detener trabajos" msgid "AdminArea|Total users" msgstr "Usuarios totales" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "Estadísticas de usuarios" @@ -1908,7 +1947,7 @@ msgid "AdminArea|Users without a Group and Project" msgstr "Usuarios sin grupo y proyecto" msgid "AdminArea|Users: %{number_of_users}" -msgstr "" +msgstr "AdminArea|Usuarios: %{number_of_users}" msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running." msgstr "Está a punto de detener todos los trabajos. Esto detendrá todos los trabajos que se están ejecutando actualmente." @@ -2012,6 +2051,21 @@ msgstr "Claves SSH" msgid "AdminStatistics|Snippets" msgstr "Fragmentos de código" +msgid "AdminUsers|(Admin)" +msgstr "AdminUsers|(Admin)" + +msgid "AdminUsers|(Blocked)" +msgstr "AdminUsers|(Bloqueado)" + +msgid "AdminUsers|(Deactivated)" +msgstr "AdminUsers|(Desactivado)" + +msgid "AdminUsers|(Internal)" +msgstr "AdminUsers|(Interno)" + +msgid "AdminUsers|(Pending approval)" +msgstr "AdminUsers|(Pendiente de aprobación)" + msgid "AdminUsers|2FA Disabled" msgstr "2FA desactivado" @@ -2019,7 +2073,13 @@ msgid "AdminUsers|2FA Enabled" msgstr "2FA Habilitado" msgid "AdminUsers|Access" -msgstr "" +msgstr "Acceso" + +msgid "AdminUsers|Access Git repositories" +msgstr "Acceso a los repositorios de Git" + +msgid "AdminUsers|Access the API" +msgstr "Acceder a la API" msgid "AdminUsers|Active" msgstr "Activo" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Administradores" +msgid "AdminUsers|Approve" +msgstr "Aprobar" + +msgid "AdminUsers|Approve user" +msgstr "Aprobar usuario" + +msgid "AdminUsers|Approved users can:" +msgstr "Los usuarios aprobados pueden:" + +msgid "AdminUsers|Are you sure?" +msgstr "AdminUsers|¿Está seguro?" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "Ser añadido a grupos y proyectos" + msgid "AdminUsers|Block" msgstr "Bloquear" +msgid "AdminUsers|Block this user" +msgstr "Bloquear a este usuario" + msgid "AdminUsers|Block user" msgstr "Bloquear usuario" @@ -2093,6 +2171,9 @@ msgstr "Está utilizando un asiento" msgid "AdminUsers|It's you!" msgstr "¡Es usted!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Nuevo usuario" @@ -2102,6 +2183,9 @@ msgstr "No se encontraron usuarios" msgid "AdminUsers|Owned groups will be left" msgstr "Se dejarán los grupos propios" +msgid "AdminUsers|Pending approval" +msgstr "Pendiente de aprobación" + msgid "AdminUsers|Personal projects will be left" msgstr "Se dejarán los proyectos personales" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "El usuario no recibirá ninguna notificación" +msgid "AdminUsers|This user has requested access" +msgstr "Este usuario ha solicitado acceso" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Para confirmar, escriba %{projectName}" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "Siempre puede desbloquear su cuenta, sus datos permanecerán intactos." + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "‫Administración" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Avanzado" @@ -2195,22 +2288,22 @@ msgstr "Configuración avanzada" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Permisos avanzados, almacenamiento de grandes archivos y configuraciones de autenticación de dos factores." -msgid "Advanced search functionality" -msgstr "Funcionalidad de búsqueda avanzada" - msgid "After a successful password update you will be redirected to login screen." msgstr "Después de una actualización correcta de la contraseña, será redirigido a la pantalla de inicio de sesión." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Después de una actualización correcta de la contraseña, se le redirigirá a la página de inicio de sesión donde podrá iniciar sesión con su nueva contraseña." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,12 +2368,12 @@ msgstr "Eventos" msgid "AlertManagement|High" msgstr "Alta" +msgid "AlertManagement|Incident" +msgstr "Incidente" + msgid "AlertManagement|Info" msgstr "Información" -msgid "AlertManagement|Issue" -msgstr "" - msgid "AlertManagement|Key" msgstr "" @@ -2315,10 +2408,10 @@ msgid "AlertManagement|Open" msgstr "Abrir" msgid "AlertManagement|Opsgenie is enabled" -msgstr "" +msgstr "Opsgenie está habilitado" msgid "AlertManagement|Please try again." -msgstr "" +msgstr "Por favor, inténtelo de nuevo." msgid "AlertManagement|Reported %{when}" msgstr "Reportado %{when}" @@ -2330,7 +2423,7 @@ msgid "AlertManagement|Resolved" msgstr "Resuelto" msgid "AlertManagement|Runbook" -msgstr "" +msgstr "Runbook" msgid "AlertManagement|Service" msgstr "Servicio" @@ -2378,10 +2471,10 @@ msgid "AlertManagement|Unknown" msgstr "Desconocido" msgid "AlertManagement|Value" -msgstr "" +msgstr "Valor" msgid "AlertManagement|View alerts in Opsgenie" -msgstr "" +msgstr "Ver alertas en Opsgenie" msgid "AlertManagement|View incident" msgstr "" @@ -2395,28 +2488,40 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|API URL" +msgid "AlertSettings|1. Select integration type" +msgstr "1. Seleccione el tipo de integración" + +msgid "AlertSettings|2. Name integration" msgstr "" +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + +msgid "AlertSettings|API URL" +msgstr "URL del API" + msgid "AlertSettings|Active" -msgstr "" +msgstr "Activo" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" +msgid "AlertSettings|Add new integrations" +msgstr "" + msgid "AlertSettings|Alert test payload" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." -msgstr "" - msgid "AlertSettings|Authorization key" -msgstr "" +msgstr "Clave de autorización" msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now." -msgstr "" +msgstr "La clave de autorización se ha restablecido correctamente. Por favor, guarde los cambios ahora." msgid "AlertSettings|Copy" +msgstr "Copiar" + +msgid "AlertSettings|Enter integration name" msgstr "" msgid "AlertSettings|Enter test alert JSON...." @@ -2425,13 +2530,19 @@ msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2465,7 +2585,7 @@ msgid "AlertSettings|URL cannot be blank and must start with http or https" msgstr "" msgid "AlertSettings|Webhook URL" -msgstr "" +msgstr "AlertSettings|URL del webhook" msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated." msgstr "" @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "Alertas" msgid "Alerts endpoint" msgstr "Endpoint de alertas" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "Integraciones actuales" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "endpoint HTTP" + +msgid "AlertsIntegrations|Integration Name" +msgstr "Nombre de integración" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "Todavía no se han añadido integraciones" + +msgid "AlertsIntegrations|Prometheus" +msgstr "Prometheus" + msgid "Algorithm" msgstr "Algoritmo" @@ -2513,7 +2654,7 @@ msgid "All environments" msgstr "Todos los entornos" msgid "All epics" -msgstr "" +msgstr "Todas las tareas épicas" msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings." msgstr "Todas las funcionalidades están habilitadas para proyectos en blanco, plantillas, o al importar, pero puedes deshabilitarlas posteriormente en la configuración del proyecto." @@ -2540,7 +2681,7 @@ msgid "All projects" msgstr "Todos los proyectos" msgid "All projects selected" -msgstr "" +msgstr "Todos los proyectos seleccionados" msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project" msgstr "Todas las exploraciones de seguridad están habilitadas porque %{linkStart}Auto DevOps%{linkEnd} está habilitado en este proyecto" @@ -2548,9 +2689,6 @@ msgstr "Todas las exploraciones de seguridad están habilitadas porque %{linkSta msgid "All threads resolved" msgstr "Todos los hilos resueltos" -msgid "All users" -msgstr "Todos los usuarios" - msgid "All users must have a name." msgstr "Todos los usuarios deben tener un nombre." @@ -2558,7 +2696,7 @@ msgid "Allow \"%{group_name}\" to sign you in" msgstr "Permitir al grupo %{group_name} iniciar sesión" msgid "Allow access to the following IP addresses" -msgstr "" +msgstr "Permitir el acceso a las siguientes direcciones IP" msgid "Allow commits from members who can merge to the target branch." msgstr "Permitir commits de los miembros que pueden hacer merge con la rama de destino." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "Permitir que los proyectos y subgrupos sobreescriban la configuración del grupo" + msgid "Allow projects within this group to use Git LFS" msgstr "Permitir que los proyectos dentro de este grupo usen Git LFS" @@ -2596,6 +2737,9 @@ msgstr "Permitir solicitudes a la red local desde hooks de sistema" msgid "Allow requests to the local network from web hooks and services" msgstr "Permitir solicitudes a la red local desde web hooks y servicios" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "Permitir que los subgrupos configuren sus propias reglas de autenticación de dos factores" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "¿Permitir que esta clave también haga push al repositorio? (El valor predeterminado solo permite hacer pull)" @@ -2612,10 +2756,13 @@ msgid "Allow users to request access (if visibility is public or internal)" msgstr "Permitir a los usuarios solicitar acceso (si la visibilidad es pública o interna)" msgid "Allowed" -msgstr "" +msgstr "Permitido" msgid "Allowed Geo IP" -msgstr "" +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" @@ -2623,6 +2770,9 @@ msgstr "Sólo los grupos de nivel superior pueden restringir los dominios de cor msgid "Allowed to fail" msgstr "Permitido fallar" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Le permite agregar y administrar clusters de Kubernetes." @@ -2630,7 +2780,7 @@ msgid "Almost there" msgstr "¡Ya queda poco!" msgid "Already blocked" -msgstr "" +msgstr "Ya está bloqueado" msgid "Also called \"Issuer\" or \"Relying party trust identifier\"" msgstr "También llamado \"emisor\" o \"identificador de confianza\"" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "Se ha disparado una alerta en %{project_path}." @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Se agregará a un campo de usuario de Gitlab el nombre completo del usuario de FogBugz (por ejemplo, \"John Smith\") en la descripción de todos los errores y los comentarios. También se asociarán o asignarán estos errores y comentarios al creador del proyecto." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Se ha producido un error" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "Se ha producido un error al recuperar los autores del proyecto." msgid "An error occurred previewing the blob" msgstr "Ha ocurrido un error visualizando el blob" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "Se produjo un error al activar/desactivar la suscripción de notificación" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "Se ha producido un error al actualizar el tamaño de la incidencia" @@ -2803,9 +2968,6 @@ msgstr "Se ha producido un error al obtener los informes de terraform." msgid "An error occurred while fetching the Service Desk address." msgstr "Se ha producido un error al obtener la dirección de Service Desk." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Se ha producido un error al obtener la lista de tableros. Por favor vuelva a intentarlo." @@ -2878,9 +3040,6 @@ msgstr "Se ha producido un error al cargar las incidencias" msgid "An error occurred while loading merge requests." msgstr "Se ha producido un error al cargar los merge requests." -msgid "An error occurred while loading milestones" -msgstr "Se ha producido un error al cargar los hitos" - msgid "An error occurred while loading project creation UI" msgstr "Se ha producido un error al cargar la interfaz de creación del proyecto" @@ -2911,9 +3070,6 @@ msgstr "Se ha producido un error al cargar el merge request." msgid "An error occurred while loading the pipelines jobs." msgstr "Se ha producido un error al cargar los trabajos de lo pipelines." -msgid "An error occurred while loading the subscription details." -msgstr "Se ha producido un error al cargar los detalles de la suscripción." - msgid "An error occurred while making the request." msgstr "Se ha producido un error al crear la petición." @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "Se ha producido un error al renderizar el editor" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "Se ha producido un error al ordenar las incidencias." @@ -2954,7 +3113,7 @@ msgid "An error occurred while retrieving diff files" msgstr "" msgid "An error occurred while retrieving projects." -msgstr "" +msgstr "Se ha producido un error al obtener los proyectos." msgid "An error occurred while saving LDAP override status. Please try again." msgstr "Se ha producido un error al guardar el estado de LDAP. Por favor, inténtalo de nuevo." @@ -2962,9 +3121,6 @@ msgstr "Se ha producido un error al guardar el estado de LDAP. Por favor, intén msgid "An error occurred while saving assignees" msgstr "Se ha producido un error al guardar las asignaciones" -msgid "An error occurred while searching for milestones" -msgstr "Se ha producido un error durante la búsqueda de hitos" - msgid "An error occurred while subscribing to notifications." msgstr "Se ha producido un error al suscribirse a las notificaciones." @@ -2980,8 +3136,11 @@ msgstr "Se ha producido un error al cancelar la suscripción a las notificacione msgid "An error occurred while updating approvers" msgstr "Se ha producido un error al actualizar los aprobadores" +msgid "An error occurred while updating configuration." +msgstr "Se ha producido un error al actualizar la configuración." + msgid "An error occurred while updating labels." -msgstr "" +msgstr "Se ha producido un error al actualizar las etiquetas." msgid "An error occurred while updating the comment" msgstr "Se ha producido un error al actualizar el comentario" @@ -2993,7 +3152,7 @@ msgid "An error occurred while validating username" msgstr "Se ha producido un error al validar el nombre de usuario" msgid "An error occurred. Please sign in again." -msgstr "" +msgstr "Se ha producido un error. Por favor, inicie sesión de nuevo." msgid "An error occurred. Please try again." msgstr "Se ha producido un error. Por favor inténtelo de nuevo." @@ -3038,7 +3197,7 @@ msgid "An unknown error occurred while loading this graph." msgstr "Se ha producido un error desconocido mientras se cargaba este gráfico." msgid "An unknown error occurred." -msgstr "" +msgstr "Se ha producido un error desconocido." msgid "Analytics" msgstr "Analíticas" @@ -3262,7 +3421,7 @@ msgid "ApprovalStatusTooltip|Fails to adhere to separation of duties" msgstr "" msgid "Approvals|Section: %section" -msgstr "" +msgstr "Sección: %section" msgid "Approve" msgstr "Aprobar" @@ -3298,7 +3457,7 @@ msgid "April" msgstr "Abril" msgid "Architecture not found for OS" -msgstr "" +msgstr "Arquitectura no encontrada para SO" msgid "Archive" msgstr "Archivar" @@ -3309,11 +3468,14 @@ msgstr "Archivar trabajos" msgid "Archive project" msgstr "Archivar proyecto" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "Archivado" msgid "Archived in this version" -msgstr "" +msgstr "Archivado en esta versión" msgid "Archived project! Repository and other project resources are read only" msgstr "¡Proyecto archivado! El repositorio y otros recursos del proyecto son de sólo lectura" @@ -3552,11 +3714,14 @@ msgid "Assigned Merge Requests" msgstr "Merge requests asignados" msgid "Assigned to %{assigneeName}" -msgstr "" +msgstr "Asignado a %{assigneeName}" msgid "Assigned to %{assignee_name}" msgstr "Asignado a %{assignee_name}" +msgid "Assigned to %{name}" +msgstr "Asignado a %{name}" + msgid "Assigned to me" msgstr "Asignado a mí" @@ -3670,7 +3835,7 @@ msgid "AuditLogs|Target" msgstr "Destino" msgid "AuditLogs|This month" -msgstr "" +msgstr "Este mes" msgid "AuditLogs|User Events" msgstr "Eventos de usuario" @@ -3712,16 +3877,16 @@ msgid "Authentication via U2F device failed." msgstr "Se ha producido un error en la autenticación a través del dispositivo U2F." msgid "Authentication via WebAuthn device failed." -msgstr "" +msgstr "La autenticación vía dispositivo WebAuthn ha fallado." msgid "Author" msgstr "Autor" msgid "Author: %{author_name}" -msgstr "" +msgstr "Autores: %{author_name}" msgid "Authored %{timeago}" -msgstr "" +msgstr "Creado %{timeago}" msgid "Authored %{timeago} by %{author}" msgstr "Creado %{timeago} por %{author}" @@ -3745,7 +3910,7 @@ msgid "Authorize %{link_to_client} to use your account?" msgstr "¿Autorizar %{link_to_client} para utilizar su cuenta?" msgid "Authorize %{user} to use your account?" -msgstr "" +msgstr "¿Autorizar a %{user} para utilizar su cuenta?" msgid "Authorize external services to send alerts to GitLab" msgstr "Autorizar a servicios externos enviar alertas a GitLab" @@ -3801,8 +3966,29 @@ msgstr "Automáticamente construirán, probarán y desplegarán su aplicación c msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Más información en %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "El pipeline de Auto DevOps ha sido habilitado y será utilizado si no se encuentra un archivo de configuración CI alternativo. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Autocompletar" @@ -3822,6 +4008,9 @@ msgstr "Gestión automática de los certificados utilizando %{lets_encrypt_link_ msgid "Automatic certificate management using Let's Encrypt" msgstr "Gestión automática de los certificados utilizando Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,11 +4029,14 @@ msgstr "Nota" msgid "Available" msgstr "Disponible" +msgid "Available ID" +msgstr "ID disponible" + msgid "Available Runners: %{runners}" -msgstr "" +msgstr "Ejecutores disponibles: %{runners}" msgid "Available for dependency and container scanning" -msgstr "" +msgstr "Disponible para análisis de dependencias y contenedores" msgid "Available group Runners: %{runners}" msgstr "Grupo de ejecutores disponible: %{runners}" @@ -3897,9 +4089,6 @@ msgstr "URL de imagen de la insignia" msgid "Badges|Badge image preview" msgstr "Vista previa de la imagen de la insignia" -msgid "Badges|Delete badge" -msgstr "Eliminar la insignia" - msgid "Badges|Delete badge?" msgstr "¿Desea eliminar la insignia?" @@ -3981,6 +4170,12 @@ msgstr "La URL raíz de Bamboo, por ejemplo, https://bamboo.example.com" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Debe configurar el etiquetado automático de revisión y un disparador del repositorio en Bamboo." +msgid "Based on" +msgstr "Basado en" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Tenga cuidado. Cambiar el espacio de nombres del proyecto puede tener efectos secundarios no deseados." @@ -4003,7 +4198,7 @@ msgid "Bi-weekly code coverage" msgstr "Cobertura de código quincenal" msgid "Billable Users:" -msgstr "" +msgstr "Usuarios facturables:" msgid "Billing" msgstr "Facturación" @@ -4015,7 +4210,7 @@ msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan. msgstr "actualmente, @%{user_name} está utilizando el plan %{plan_name}." msgid "BillingPlans|Congratulations, your free trial is activated." -msgstr "" +msgstr "Enhorabuena, su plan de prueba está activado." msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}." msgstr "Si deseas cambiar su plan, por favor, póngase en contacto con %{support_link_start}Atención al cliente%{support_link_end}." @@ -4060,11 +4255,23 @@ msgid "BillingPlans|per user" msgstr "por usuario" msgid "BillingPlan|Contact sales" -msgstr "" +msgstr "Contactar con ventas" msgid "BillingPlan|Upgrade" msgstr "Actualizar" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Importar desde un servidor de Bitbucket" @@ -4078,7 +4285,7 @@ msgid "Blame" msgstr "" msgid "Block user" -msgstr "" +msgstr "Bloquear usuario" msgid "Blocked" msgstr "Bloqueado" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "Expandir" msgid "Boards|View scope" msgstr "Ver alcance" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "No se encontró la rama %{branchName} en el repositorio de este proyecto msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "configuración del proyecto" msgid "Branches|protected" msgstr "protegido" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "El mensaje de difusión se creó correctamente." @@ -4332,9 +4557,21 @@ msgstr "Integrado" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "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 "" @@ -4365,7 +4602,7 @@ msgstr "Por %{user_name}" msgid "By URL" msgstr "Por URL" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "No se puede crear el informe de abuso. Este usuario ha sido bloqueado." msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "La subtarea épica no existe." msgid "Child epic doesn't exist." msgstr "La subtarea épica no existe." +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Todos los entornos" msgid "CiVariable|Create wildcard" msgstr "Crear comodín" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Se ha producido un error al guardar las variables" - msgid "CiVariable|Masked" msgstr "Enmascarado" @@ -5163,9 +5403,6 @@ msgstr "Alternar enmascaramiento" msgid "CiVariable|Toggle protected" msgstr "Alternar protegido" -msgid "CiVariable|Validation failed" -msgstr "Error de validación" - msgid "Classification Label (optional)" msgstr "Etiqueta de clasificación (opcional)" @@ -5274,6 +5511,9 @@ msgstr "Cerrar %{tabname}" msgid "Close epic" msgstr "Cerrar épica" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Cerrar hito" @@ -5298,8 +5538,8 @@ msgstr "Incidencias cerradas" msgid "Closed this %{quick_action_target}." msgstr "Cerrado este %{quick_action_target}." -msgid "Closed: %{closedIssuesCount}" -msgstr "Cerrados: %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "Cierra este %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "Nivel de clúster" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5458,7 +5701,7 @@ msgid "ClusterIntegration|Authenticate with Amazon Web Services" msgstr "Autenticar con Amazon Web Services" msgid "ClusterIntegration|Authentication Error" -msgstr "" +msgstr "Error de autenticación" msgid "ClusterIntegration|Base domain" msgstr "Dominio base" @@ -5508,6 +5751,9 @@ msgstr "Limpiar la caché de cluster" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "Proyecto de administración de cluster (alpha)" @@ -5565,9 +5811,6 @@ msgstr "Se ha producido un error al cargar los tipos de instancias" msgid "ClusterIntegration|Could not load networks" msgstr "Se ha producido un error al cargar las redes" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Se ha producido un error al cargar las regiones de su cuenta AWS" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "Se ha producido un error al cargar los grupos de seguridad para la VPC seleccionada" @@ -5725,7 +5968,7 @@ msgid "ClusterIntegration|Group cluster" msgstr "ClusterIntegration|Grupo de clúster" msgid "ClusterIntegration|HTTP Error" -msgstr "" +msgstr "Error HTTP" msgid "ClusterIntegration|Helm Tiller" msgstr "Helm Tiller" @@ -5823,9 +6066,6 @@ msgstr "Aprenda más sobre los tipos de %{help_link_start_machine_type}instancia msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Conozca más sobre las %{help_link_start}zonas%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Más información sobre Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "Cargando roles de IAM" msgid "ClusterIntegration|Loading Key Pairs" msgstr "Cargando pares de claves" -msgid "ClusterIntegration|Loading Regions" -msgstr "Cargando regiones" - msgid "ClusterIntegration|Loading VPCs" msgstr "Cargando VPCs" @@ -5910,9 +6147,6 @@ msgstr "No se encontraron proyectos" msgid "ClusterIntegration|No projects matched your search" msgstr "No hay proyectos que coincidan con su búsqueda" -msgid "ClusterIntegration|No region found" -msgstr "No se encontró ninguna región" - msgid "ClusterIntegration|No security group found" msgstr "No se ha encontrado ningún grupo de seguridad" @@ -5979,9 +6213,6 @@ msgstr "Lea nuestra %{link_start}página de ayuda%{link_end} sobre la integraci msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Región" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Eliminar la integración de clústeres de Kubernetes" @@ -6048,9 +6279,6 @@ msgstr "Buscar redes" msgid "ClusterIntegration|Search projects" msgstr "Buscar proyectos" -msgid "ClusterIntegration|Search regions" -msgstr "Buscar regiones" - msgid "ClusterIntegration|Search security groups" msgstr "Buscar grupos de seguridad" @@ -6111,6 +6339,9 @@ msgstr "Seleccione un proyecto para elegir la zona" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Seleccione la zona" @@ -6195,6 +6426,9 @@ msgstr "El endpoint está en proceso de ser asignado. Por favor verifique su clu msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "Se ha producido un error durante la autenticación con su cluster. Por favor, asegúrese de que su la CA de su certificado y su token son válidos." @@ -6295,13 +6529,13 @@ msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knati msgstr "Debe tener un cluster RBAC habilitado para instalar Knative." msgid "ClusterIntegration|You must specify a domain before you can install Knative." -msgstr "" +msgstr "Debe especificar un dominio antes de poder instalar Knative." msgid "ClusterIntegration|You should select at least two subnets" msgstr "Debe seleccionar al menos dos subredes" msgid "ClusterIntegration|Your Elasticsearch cluster will be re-created during this upgrade. Your logs will be re-indexed, and you will lose historical logs from hosts terminated in the last 30 days." -msgstr "" +msgstr "Su cluster Elasticsearch será recreado durante esta actualización. Sus registros serán reindexados y perderá registros históricos de los hosts de los últimos 30 días." msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}" msgstr "Su cuenta debe tener %{link_to_kubernetes_engine}" @@ -6319,7 +6553,7 @@ msgid "ClusterIntegration|access to Google Kubernetes Engine" msgstr "acceso a Google Kubernetes Engine" msgid "ClusterIntegration|can be used instead of a custom domain. " -msgstr "" +msgstr "puede utilizarse en lugar de un dominio personalizado. " msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}" msgstr "" @@ -6336,9 +6570,6 @@ msgstr "Seleccione una VPC" msgid "ClusterIntergation|Select a network" msgstr "Seleccione una red" -msgid "ClusterIntergation|Select a region" -msgstr "Seleccione una región" - msgid "ClusterIntergation|Select a security group" msgstr "Seleccione un grupo de seguridad" @@ -6358,7 +6589,7 @@ msgid "ClusterIntergation|Select service role" msgstr "Seleccione el rol de servicio" msgid "Clusters|An error occurred while loading clusters" -msgstr "" +msgstr "Se ha producido un error al cargar los clústeres" msgid "Code" msgstr "Código" @@ -6450,9 +6681,6 @@ msgstr "Nombre del recolector" msgid "ComboSearch is not defined" msgstr "ComboSearch no está definido" -msgid "Coming soon" -msgstr "Próximamente" - 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'" @@ -6633,7 +6861,7 @@ msgid "Complete" msgstr "Completado" msgid "Completed" -msgstr "" +msgstr "Completado" msgid "Compliance" msgstr "Cumplimiento" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "Tiempo de espera agotado" msgid "Connection timeout" msgstr "Tiempo de espera de conexión agotado" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Póngase en contacto con ventas para actualizar" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "No es posible eliminar el apodo del chate %{chat_name}." msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "No se pudo encontrar el diseño." @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "No es posible eliminar el disparador." @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "País" @@ -7466,7 +7712,7 @@ msgid "Create file" msgstr "Crear archivo" msgid "Create from" -msgstr "" +msgstr "Crear desde" msgid "Create group" msgstr "Crear grupo" @@ -7589,7 +7835,7 @@ msgid "Created by me" msgstr "Creado por mí" msgid "Created by:" -msgstr "" +msgstr "Creado por:" msgid "Created date" msgstr "Fecha de creación" @@ -7609,6 +7855,9 @@ msgstr "Creado el merge request %{mergeRequestLink} en %{projectLink}" msgid "Created on" msgstr "Creado en" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Creado sobre:" @@ -7702,6 +7951,9 @@ msgstr "Ruta de configuración CI personalizada" msgid "Custom Git clone URL for HTTP(S)" msgstr "URL de clon de Git personalizado para HTTP(S)" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Nombre de host personalizado (para los correos electrónicos privados de los commit)" @@ -7953,6 +8205,9 @@ msgstr "Tareas por tipo" 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "Nº total de días para completar" @@ -8010,6 +8265,15 @@ msgstr "%{firstProject}, %{rest}, y %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "No se puede agregar %{invalidProjects}. Este panel de control está disponible tanto para proyectos públicos como para proyectos privados en grupos incluidos en el plan Gitlab.com Silver." +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Los datos aún se están calculando..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "Eliminar el comentario" -msgid "Delete Snippet" -msgstr "Eliminar fragmento de código" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "Eliminar artefactos" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "Eliminar el tablero" @@ -8364,9 +8655,6 @@ msgstr "Eliminar etiqueta" msgid "Delete label: %{label_name} ?" msgstr "¿Eliminar la etiqueta: %{label_name}?" -msgid "Delete list" -msgstr "Eliminar lista" - msgid "Delete pipeline" msgstr "Eliminar pipeline" @@ -8388,6 +8676,9 @@ msgstr "¿Eliminar fragmento de código?" msgid "Delete source branch" msgstr "Eliminar rama origen" +msgid "Delete subscription" +msgstr "Eliminar suscripción" + msgid "Delete this attachment" msgstr "Eliminar este adjunto" @@ -8446,17 +8737,23 @@ msgid "Deletion pending. This project will be removed on %{date}. Repository and msgstr "Eliminación pendiente. Este proyecto se eliminará el %{date}. El repositorio y otros recursos del proyecto son de solo lectura." msgid "Denied" -msgstr "" +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" @@ -8505,18 +8802,27 @@ msgstr "Exportar como JSON" msgid "Dependencies|Job failed to generate the dependency list" msgstr "El trabajo ha fallado al generar la lista de dependencias" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Licencia" msgid "Dependencies|Location" msgstr "Ubicación" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "Empaquetador" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "Desplegar en..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "Desplegado" msgid "Deployed to" msgstr "Desplegado en" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "Desplegando en" @@ -8808,6 +9117,9 @@ msgstr "Descripción" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "Descripción analizada con %{link_start}GitLab Flavored Markdown%{link_end}" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Las plantillas de descripción le permiten definir plantillas relativas al contexto para incidencias y campos de descripción de las peticiones de fusión para tu proyecto." @@ -8974,11 +9286,32 @@ msgid "Detect host keys" msgstr "Detectar las claves del host" msgid "DevOps" -msgstr "" +msgstr "DevOps" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "Límites de contenido del diff" @@ -9030,8 +9363,8 @@ msgstr "Desactivar el grupo de ejecutores" msgid "Disable public access to Pages sites" msgstr "Deshabilitar el acceso público a los sitios de Pages" -msgid "Disable shared Runners" -msgstr "Deshabilitar los ejecutores compartidos" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "Desactivar la autenticación de dos factores" @@ -9043,7 +9376,7 @@ msgid "Disabled mirrors can only be enabled by instance owners. It is recommende msgstr "Las réplicas deshabilitadas solo pueden ser habilitadas por los propietarios de las instancias. Se recomienda eliminarlas." msgid "Discard" -msgstr "" +msgstr "Descartar" msgid "Discard all changes" msgstr "Descartar todos los cambios" @@ -9179,6 +9512,9 @@ msgstr "Documentación" msgid "Documentation for popular identity providers" msgstr "Documentación para los proveedores de identidad más populares" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Dominio" 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 "La verificación del dominio es una medida de seguridad esencial para los sitios públicos de GitLab. Los usuarios deben demostrar que administran o que son los propietarios de un dominio antes de poder habilitarlo" @@ -9209,6 +9548,9 @@ msgstr "No incluir la descripción en el mensaje del commit" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "No pegue la parte privada de la clave GPG. Pegue la parte pública que empieza por: '----- BEGIN PGP PUBLIC KEY BLOCK -----'." +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "No mostrar de nuevo" @@ -9234,10 +9576,7 @@ msgid "Download as" msgstr "Descargar como" msgid "Download as CSV" -msgstr "" - -msgid "Download asset" -msgstr "Descargar activo" +msgstr "Descargar como CSV" msgid "Download codes" msgstr "Descargar codigos" @@ -9279,7 +9618,7 @@ msgid "Downvotes" msgstr "Voto negativo" msgid "Draft" -msgstr "" +msgstr "Borrador" msgid "Draft merge requests can't be merged." msgstr "" @@ -9407,15 +9746,24 @@ msgstr "Editar clave pública de despliegue" msgid "Edit stage" msgstr "Editar etapa" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "Editar esta versión" +msgid "Edit title and description" +msgstr "Editar título y descripción" + msgid "Edit wiki page" msgstr "Editar página wiki" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "Edite su comentario más reciente en un hilo (desde un cuadro de texto vacío)" +msgid "Edited" +msgstr "Editado" + msgid "Edited %{timeago}" msgstr "Editado %{timeago}" @@ -9488,6 +9836,9 @@ 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 updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "Parece que el correo electrónico está en blanco. Asegúrese de que su respuesta esté en la parte superior del correo electrónico, no podemos procesar las respuestas en línea." @@ -9525,7 +9876,7 @@ msgid "Emails sent from Service Desk will have this name" msgstr "Los correos electrónicos enviados desde Service Desk tendrán este nombre" msgid "Emails sent to %{email} will still be supported" -msgstr "" +msgstr "Los correos electrónicos enviados a %{email} continuarán siendo compatibles" msgid "Emails separated by comma" msgstr "Correos electrónicos separados por comas" @@ -9629,6 +9980,12 @@ msgstr "Habilitar el encabezado y pie de página en los correos electrónicos" msgid "Enable integration" msgstr "Habilitar integración" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "Habilitar el modo de mantenimiento" @@ -9656,8 +10013,20 @@ msgstr "Habilitar el proxy" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "Habilite reCAPTCHA o Akismet y establezca límites por IP. Para reCAPTCHA, actualmente sólo soportamos %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" -msgid "Enable shared Runners" -msgstr "Habilitar ejecutores compartidos" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "" @@ -9701,6 +10070,9 @@ msgstr "Habilitar esta opción solo hará que las funciones con licencia EE est msgid "Encountered an error while rendering: %{err}" msgstr "Se ha producido un error al renderizar: %{err}" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Finaliza a las (UTC)" @@ -9728,8 +10100,11 @@ msgstr "Introduzca un rango de direcciones IP" msgid "Enter a number" msgstr "Introduzca un número" -msgid "Enter a whole number between 0 and 100" -msgstr "Introduzca un número entero entre 0 y 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" +msgstr "" msgid "Enter at least three characters to search" msgstr "Introduzca al menos tres caracteres para buscar" @@ -10224,7 +10599,7 @@ msgid "Error loading file viewer." msgstr "Se ha producido un error al cargar el visor de archivos." msgid "Error loading issues" -msgstr "" +msgstr "Se ha producido un error al cargar las incidencias" msgid "Error loading iterations" msgstr "" @@ -10490,12 +10865,18 @@ msgstr "Ejemplo: Uso = consulta simple. (Solicitado)/(Capacidad) = Varias consul msgid "Except policy:" msgstr "Extracto de la política:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,9 +10907,12 @@ msgstr "" msgid "Expand approvers" msgstr "Expandir aprobadores" -msgid "Expand milestones" +msgid "Expand file" msgstr "" +msgid "Expand milestones" +msgstr "Expandir hitos" + msgid "Expand sidebar" msgstr "Expandir barra lateral" @@ -10590,7 +10974,7 @@ msgid "Explore public groups" msgstr "Explorar grupos públicos" msgid "Export" -msgstr "" +msgstr "Exportar" msgid "Export as CSV" msgstr "Exportar como CSV" @@ -10601,6 +10985,9 @@ msgstr "Exportar grupo" msgid "Export issues" msgstr "Exportar incidencias" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Exportar proyecto" @@ -10665,7 +11052,7 @@ msgid "Failed Jobs" msgstr "Trabajos fallidos" msgid "Failed on" -msgstr "" +msgstr "Error en" msgid "Failed to add a Zoom meeting" msgstr "Se ha producido un error al agregar una reunión de Zoom" @@ -10703,6 +11090,9 @@ msgstr "Se ha producido un erro al crear una rama para esta incidencia. Por favo msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "Se ha producido un error al crear el repositorio" @@ -10766,6 +11156,9 @@ msgstr "Se ha producido un error al cargar las etiquetas. Por favor, inténtelo msgid "Failed to load milestones. Please try again." msgstr "Se ha producido un error al cargar los hitos. Por favor, inténtelo de nuevo." +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "Se ha producido un error al cargar ramas relacionadas" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "Se ha producido un error al cargar el stacktrace." +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "Se ha producido un error al marcar esta incidencia como duplicada ya que se hace referencia a una incidencia no encontrada." @@ -10857,7 +11253,7 @@ msgid "Failed to update environment!" msgstr "Se ha producido un error al actualizar el entorno!" msgid "Failed to update issue status" -msgstr "" +msgstr "Se ha producido un error al actualizar el estado de la incidencia" msgid "Failed to update issues, please try again." msgstr "Se ha producido un error al actualizar las incidencias. Por favor, inténtalo de nuevo." @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Todos los entornos)" @@ -10945,6 +11353,9 @@ msgstr "Configurar" msgid "FeatureFlags|Configure feature flags" msgstr "Configurar Feature Flags" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Crear Feature Flag" @@ -10996,6 +11407,9 @@ msgstr "Se a a eliminar la Feature Flag%{name}. ¿Está seguro de que desea cont msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "Porcentaje de despliegue" msgid "FeatureFlags|Rollout Strategy" msgstr "Estrategia de despliegue" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "Se ha producido un error al obtener las Feature Flag." msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,24 +11533,27 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "Lista" - msgid "FeatureFlag|Percentage" msgstr "Porcentaje" msgid "FeatureFlag|Select a user list" msgstr "Seleccione una lista de usuarios" -msgid "FeatureFlag|There are no configured user lists" +msgid "FeatureFlag|Select the environment scope for this feature flag" msgstr "" +msgid "FeatureFlag|There are no configured user lists" +msgstr "No hay listas de usuarios configuradas" + msgid "FeatureFlag|Type" msgstr "Tipo" msgid "FeatureFlag|User IDs" msgstr "Ids de usuario" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Feb" @@ -11191,12 +11611,18 @@ msgstr "Plantillas de archivos" msgid "File upload error." msgstr "Error al subir el archivo." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Archivos" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "Archivos, directorios y submódulos en la ruta %{path} para la referencia del commit %{ref}" @@ -11221,6 +11647,9 @@ msgstr "Filtrar por revisión de Git" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "Filtrar por etiqueta" @@ -11282,6 +11711,9 @@ msgid "Filter..." msgstr "Filtrar..." msgid "Find File" +msgstr "Buscar archivo" + +msgid "Find bugs in your code with API fuzzing." msgstr "" msgid "Find bugs in your code with coverage-guided fuzzing." @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "Finalizado" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "Visto por primera vez" @@ -11329,9 +11758,15 @@ msgstr "Primer día de la semana" msgid "First name" msgstr "Primer nombre" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "Visto por primera vez" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Fecha fija" @@ -11386,8 +11821,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Para los proyectos internos, cualquier usuario que haya iniciado sesión puede visualizar los pipelines y acceder a un trabajo de forma detallada (registros de salida y artefactos)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "Para más información, por favor lea la documentación." @@ -11546,13 +11981,13 @@ msgid "Geo Nodes|Cannot remove a primary node if there is a secondary node" msgstr "" msgid "Geo Replication" -msgstr "" +msgstr "Replicación de Geo" msgid "Geo Settings" -msgstr "" +msgstr "Configuración de Geo" msgid "Geo nodes are paused using a command run on the node" -msgstr "" +msgstr "Los nodos de Geo se pausan utilizando un comando que se ejecuta en el nodo" msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)" msgstr "%{timeAgoStr} (%{pendingEvents} eventos)" @@ -11932,7 +12367,7 @@ msgstr "Primeros pasos con las versiones" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "Git LFS no está habilitado en este servidor de GitLab, póngase en contacto con su administrador." -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "Estrategia de Git para los 'pipelines'" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Versión de Git" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "Los ejecutores compartidos de GitLab ejecutan el código de diferentes proyectos en el mismo ejecutor a menos que configure el auto escalado de os ejecutores de GitLab con MaxBuilds 1 (que se encuentra en GitLab.com)." - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "GitLab para Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "Ir a sus proyectos" msgid "Go to your snippets" msgstr "Ir a sus fragmentos de código" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "Google Cloud Platform" @@ -12433,8 +12877,8 @@ msgstr "URL del grupo" msgid "Group avatar" msgstr "Avatar del grupo" -msgid "Group by:" -msgstr "Agrupar por:" +msgid "Group by" +msgstr "" msgid "Group description" msgstr "Descripción del grupo" @@ -12592,6 +13036,12 @@ msgstr "Para ver la hoja de ruta, agregue la fecha de inicio o la de vencimiento msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "Para ampliar su búsqueda, cambie o elimine los filtros; desde %{startDate} a %{endDate}." +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "Huella digital del certificado" @@ -12601,6 +13051,9 @@ msgstr "Configuración" msgid "GroupSAML|Copy SAML Response XML" msgstr "Copiar XML de respuesta de SAML" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "NameID" msgid "GroupSAML|NameID Format" msgstr "Formato NameID" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "Salida de la respuesta SAML" @@ -12664,6 +13135,9 @@ msgstr "SAML Single Sign On" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "Opciones de configuración de SAML Single Sign On" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "URL del endpoint de SCIM API" @@ -12676,6 +13150,9 @@ msgstr "La huella digital SHA1 del certificado de firma de tokens SAML. Puede ob msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "El token SCIM está oculto. Para ver el valor del token de nuevo, necesita " +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "Tu token SCIM" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12848,10 +13328,10 @@ msgid "Groups (%{groups})" msgstr "Grupos (%{groups})" msgid "Groups and projects" -msgstr "" +msgstr "Grupos y proyectos" msgid "Groups and subgroups" -msgstr "" +msgstr "Grupos y subgrupos" msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}." msgstr "Los grupos también se pueden anidar creando %{subgroup_docs_link_start}subgrupos%{subgroup_docs_link_end}." @@ -12902,10 +13382,10 @@ msgid "GroupsNew|Contact an administrator to enable options for importing your g msgstr "" msgid "GroupsNew|Create" -msgstr "" +msgstr "GroupsNew|Crear" msgid "GroupsNew|Create group" -msgstr "" +msgstr "GroupsNew|Crear grupo" msgid "GroupsNew|Import" msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Historial" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "Sin embargo, ya es miembro de este %{member_source}. Inicie sesión con una cuenta diferente para aceptar la invitación." -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "Acepto los %{terms_link_start}Términos de servicio y la Política de privacidad%{terms_link_end}" - msgid "I accept the %{terms_link}" msgstr "Aceptar los %{terms_link}" @@ -13178,8 +13658,8 @@ msgstr "He olvidado mi contraseña" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "He leído y acepto los Términos de servicio de %{link_end} Let's Encrypt %{link_start}(PDF)" -msgid "I'd like to receive updates via email about GitLab" -msgstr "Me gustaría recibir actualizaciones por correo electrónico sobre GitLab" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "Si está habilitado, el acceso a los proyectos se validará en un servicio externo utilizando su etiqueta de clasificación." +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "Si pierde los códigos de recuperación, puede generar otros nuevos, invalidando todos los códigos anteriores." -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,12 +13814,12 @@ msgstr "Ignorar" msgid "Ignored" msgstr "Ignorado" -msgid "Image Details" -msgstr "Detalles de la imagen" - msgid "Image URL" msgstr "URL de la imagen" +msgid "Image details" +msgstr "" + msgid "ImageDiffViewer|2-up" msgstr "2-up" @@ -13419,6 +13899,9 @@ msgstr "Importar varios repositorios subiendo un archivo manifiesto." msgid "Import project" msgstr "Importar proyecto" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Importar miembros del proyecto" @@ -13534,11 +14017,17 @@ msgid "In the next step, you'll be able to select the projects you want to impor msgstr "En el siguiente paso, podrá seleccionar los proyectos que desea importar." msgid "Incident" -msgstr "" +msgstr "Incidente" msgid "Incident Management Limits" msgstr "Límites de gestión de incidentes" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "horas" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "Incidentes" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "Incluya un acuerdo de términos de servicio y una política de privacidad que todos los usuarios deben aceptar." @@ -13710,27 +14235,33 @@ msgstr "Introducir las claves del host manualmente" msgid "Input your repository URL" msgstr "Introduzca la URL de su repositorio" -msgid "Insert" -msgstr "Insertar" - msgid "Insert a code block" msgstr "Insertar un bloque de código" msgid "Insert a quote" msgstr "Insertar una cita" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "Insertar una imagen" msgid "Insert code" msgstr "Insertar código" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "Insertar código en línea" msgid "Insert suggestion" msgstr "Insertar sugerencia" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Insights" @@ -13749,6 +14280,9 @@ msgstr "Instalar GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Instalar Gitlab Runner en Kubernetes" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "Instale un autenticador de token por software como por ejemplo, %{free_otp_link} o Google Authenticator desde el repositorio de su aplicación y utilice esa aplicación para escanear este código QR. Hay más información disponible en la documentación %{help_link_start}%{help_link_end}." @@ -13756,7 +14290,7 @@ msgid "Install on clusters" msgstr "Instala en los clústeres" msgid "Installation" -msgstr "" +msgstr "Instalación" msgid "Installed" msgstr "Instalado" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "Ya existe el grupo de administrador de instancias" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,38 +14441,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" msgstr "Estándar" +msgid "Integrations|To keep this project going, create a new issue." +msgstr "" + +msgid "Integrations|Update your projects on Packagist, the main Composer repository" +msgstr "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "Las partes interesadas incluso pueden contribuir haciendo push commit si lo desean." msgid "Internal" msgstr "Interno" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Interno - cualquier usuario que haya iniciado sesión puede ver el grupo y cualquier proyecto interno." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Interno - cualquier usuario haya iniciado sesión puede acceder a este proyecto." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "URL interna (opcional)" @@ -13880,6 +14501,9 @@ msgstr "URL interna (opcional)" msgid "Internal users" msgstr "Usuarios internos" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Patrón de intervalo" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "URL no válida" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "Nombre del contenedor no válido" @@ -14006,25 +14627,25 @@ msgstr "Invitar al miembro" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,9 +14693,63 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" -msgid "Invited" +msgid "InviteMember|Oops, this feature isn't ready yet" msgstr "" +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "Invited" +msgstr "Invitado" + msgid "Invited users will be added with developer level permissions. You can always change this later." msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "Tablero de incidencias" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,9 +15014,12 @@ msgstr "Ene" msgid "January" msgstr "Enero" -msgid "Jira Issues" +msgid "Japanese language support using" msgstr "" +msgid "Jira Issues" +msgstr "Incidencias de Jira" + msgid "Jira display name" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,9 +15293,15 @@ msgstr "Atajos de teclado" msgid "KeyboardKey|Ctrl+" msgstr "" -msgid "Keys" +msgid "KeyboardShortcuts|Global Shortcuts" msgstr "" +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + +msgid "Keys" +msgstr "Claves" + msgid "Ki" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "Promocionar etiqueta" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "Y %{count} más" - msgid "Language" msgstr "Idioma" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "Último acceso el" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "El apellido es demasiado largo (el número máximo de caracteres es %{max_length})." - msgid "Last Pipeline" msgstr "Último Pipeline" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "Apellido(s)" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Última respuesta por" @@ -14836,6 +15523,9 @@ msgstr "Última actualización" msgid "Last used" msgstr "Utilizado por última vez" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Utilizado por última vez en:" @@ -14881,6 +15571,9 @@ msgstr "Aprenda cómo habilitar la sincronización" msgid "Learn more" msgstr "Conozca más" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Aprenda más sobre Auto DevOps" @@ -14956,6 +15649,9 @@ msgstr "Deja las opciones \"Tipo de archivo\" y \"Método de entrega\" con sus v msgid "Leave zen mode" msgstr "Abandonar el modo zen" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "Let's Encrypt no acepta correos electrónicos de example.com" @@ -14972,7 +15668,7 @@ msgid "License History" msgstr "Historial de licencias" msgid "License ID:" -msgstr "" +msgstr "ID de licencia:" msgid "License overview" msgstr "" @@ -15104,7 +15800,7 @@ msgid "Licensed to" msgstr "Licenciado a" msgid "Licensed to:" -msgstr "" +msgstr "Licenciado a:" msgid "Licenses" msgstr "Licencias" @@ -15495,9 +16191,6 @@ msgstr "Marzo" msgid "March" msgstr "Marzo" -msgid "Mark To Do as done" -msgstr "Marcar la tarea pendiente como hecha" - msgid "Mark as done" msgstr "Marcar como completado" @@ -15516,6 +16209,9 @@ msgstr "Marque esta incidencia como duplicada de otra incidencia" msgid "Mark this issue as related to another issue" msgstr "Marque esta incidencia como relacionada con otra incidencia" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "Marcado tarea pendiente como hecha." - msgid "Marked this %{noun} as Work In Progress." msgstr "Marcado este %{noun} como trabajo en progreso." @@ -15561,8 +16254,8 @@ msgstr "Esta incidencia esta marcada como un duplicado de %{duplicate_param}." msgid "Marked this issue as related to %{issue_ref}." msgstr "Marcar esta incidencia como incidencia relacionada con %{issue_ref}." -msgid "Marks To Do as done." -msgstr "Marcar tarea pendiente como hecha." +msgid "Marked to do as done." +msgstr "" msgid "Marks this %{noun} as Work In Progress." msgstr "Marca este %{noun} como un trabajo en progreso." @@ -15573,6 +16266,9 @@ msgstr "Marca esta incidencia como un duplicada de %{duplicate_reference}." msgid "Marks this issue as related to %{issue_ref}." msgstr "Marca esta incidencia como una incidencia relacionada con %{issue_ref}." +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "Enmascarar variable" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Bloqueo de miembros" msgid "Member since %{date}" msgstr "Miembro desde %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Miembros" @@ -15783,15 +16488,90 @@ msgstr "Miembros con acceso a %{strong_start}%{group_name}%{strong_end}" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "Uso de memoria" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16195,7 +16978,7 @@ msgid "Metrics|Create your dashboard configuration file" msgstr "" msgid "Metrics|Current" -msgstr "" +msgstr "Metrics|Actual" msgid "Metrics|Dashboard files can be found in %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project." msgstr "" @@ -16368,7 +17151,7 @@ msgid "Metrics|Values" msgstr "Nombre" msgid "Metrics|View documentation" -msgstr "" +msgstr "Metrics|Ver documentación" msgid "Metrics|View logs" msgstr "Ver registros" @@ -16432,6 +17215,27 @@ msgstr "Las listas de hitos no están disponibles con tu licencia actual" msgid "Milestone lists show all issues from the selected milestone." msgstr "Las listas de hitos muestran todas las incidencias desde el hito seleccionado." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "Cerrado:" @@ -16652,7 +17456,7 @@ msgid "Monitoring" msgstr "Monitorizar" msgid "Month" -msgstr "" +msgstr "Mes" msgid "Months" msgstr "Meses" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "Espacio de nombres está vacía" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "Nunca" msgid "New" msgstr "Nuevo" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Nueva aplicación" @@ -17075,10 +17916,10 @@ msgid "New Environment" msgstr "Nuevo entorno" msgid "New Epic" -msgstr "" +msgstr "Nueva tarea épica" msgid "New File" -msgstr "" +msgstr "Nuevo archivo" msgid "New Group" msgstr "Nuevo grupo" @@ -17128,7 +17969,7 @@ msgid "New Test Case" msgstr "" msgid "New User" -msgstr "" +msgstr "Nuevo usuario" msgid "New branch" msgstr "Nueva rama" @@ -17350,7 +18191,7 @@ msgid "No estimate or time spent" msgstr "Sin estimación o tiempo gastado" msgid "No file chosen" -msgstr "No se ha seleccionado nignun archivo" +msgstr "No se ha seleccionado ningún archivo" msgid "No file hooks found." msgstr "" @@ -17374,7 +18215,7 @@ msgid "No issues found" msgstr "" msgid "No iteration" -msgstr "" +msgstr "Sin iteración" msgid "No iterations to show" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Ninguno" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "¡No se ha implementado!" @@ -17556,9 +18400,6 @@ msgstr "No hay suficientes datos" msgid "Not found." msgstr "No encontrado." -msgid "Not now" -msgstr "Ahora no" - msgid "Not ready yet. Try again later." msgstr "No está listo todavía. Por favor, inténtalo de nuevo más tarde." @@ -17719,7 +18560,7 @@ msgid "November" msgstr "Noviembre" msgid "Novice" -msgstr "" +msgstr "Novato" msgid "Nuget metadatum must have at least license_url, project_url or icon_url set" msgstr "" @@ -17793,6 +18634,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,20 +18810,14 @@ msgstr "" msgid "Open issues" msgstr "Incidencias abiertas" -msgid "Open projects" -msgstr "Proyectos abiertos" - msgid "Open raw" msgstr "Abrir raw" msgid "Open sidebar" msgstr "Abrir barra lateral" -msgid "Open: %{openIssuesCount}" -msgstr "Abiertos: %{openIssuesCount}" - -msgid "Open: %{open} • Closed: %{closed}" -msgstr "Abierto: %{open} • Cerrado: %{closed}" +msgid "Open: %{open}" +msgstr "" msgid "Opened" msgstr "Abierto" @@ -18158,6 +18990,9 @@ msgstr "Añadir un remoto de Conan" msgid "PackageRegistry|Add NuGet Source" msgstr "Añadir fuente de NuGet" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "Si todavía no lo ha hecho, necesitará añadir lo siguiente a su archiv msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "Si aún no lo ha hecho, debe añadir lo siguiente a su archivo %{codeStart}pom.xml%{codeEnd}." -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "Maven XML" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "No hay próximas incidencias" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18302,8 +19134,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "Todavía no hay paquetes" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "Se ha producido un error al obtener los detalles de este paquete." @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "Se ha producido un error al cargar el paquete" -msgid "PackageRegistry|Upcoming package managers" -msgstr "Próximos gestores de paquetes" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,8 +19206,8 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "NuGet" -msgid "PackageType|PyPi" -msgstr "PyPi" +msgid "PackageType|PyPI" +msgstr "" msgid "Packages" msgstr "Paquetes" @@ -18578,7 +19398,7 @@ msgstr "Las personas no autorizadas nunca recibirán una notificación y no podr msgid "People without permission will never get a notification." msgstr "Las personas sin permisos nunca recibirán una notificación." -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "Realice operaciones comunes en el proyecto GitLab" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Optimización del rendimiento" @@ -18695,6 +19512,9 @@ msgstr "Ratio de éxito" msgid "PipelineCharts|Successful:" msgstr "Exitosos:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Total:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "Comenzar a utilizar los pipelines" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "Caché del proyecto restablecida correctamente." @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "Por favor, introduzca un número no negativo" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "Por favor, introduzca un número mayor que %{number} (desde la configuración del proyecto)" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "Por favor, introduzca un número válido" @@ -19097,6 +19935,9 @@ msgstr "Por favor, introduzca o cargue una licencia." msgid "Please fill in a descriptive name for your group." msgstr "Por favor ingrese un nombre descriptivo para su grupo." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "Por favor, migre todos los proyectos existentes al almacenamiento hashea msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "Por favor, tenga en cuenta que esta aplicación no la proporciona GitLab y deberá verificar su autenticidad antes de permitir su acceso." +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "Por favor, proporcione un nombre" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "Por favor proporcione una dirección de correo electrónico válida." @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "SalesforceDX" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "Serverless Framework/JS" @@ -20828,6 +21678,9 @@ msgstr "Rama" msgid "ProtectedBranch|Code owner approval" msgstr "Aprobación del propietario del código" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "Proteger" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "Comprar más minutos" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21117,7 +21976,7 @@ msgid "Recent searches" msgstr "Búsquedas recientes" msgid "Reconfigure" -msgstr "" +msgstr "Reconfigurar" msgid "Recover hidden stage" msgstr "Recuperar una fase oculta" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "Actualizar" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "Actualizar en un segundo para mostrar el estado actualizado..." @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "Regístrese en GitLab" - msgid "Register now" msgstr "Registrarse ahora" @@ -21402,9 +22261,12 @@ msgstr "Eliminar la licencia" msgid "Remove limit" msgstr "Eliminar límite" -msgid "Remove member" +msgid "Remove list" msgstr "" +msgid "Remove member" +msgstr "Eliminar miembro" + msgid "Remove milestone" msgstr "Eliminar el hito" @@ -21522,6 +22384,9 @@ msgstr "Elimina la fecha de vencimiento." msgid "Removes time estimate." msgstr "Elimina el tiempo estimado." +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "Volver a abrir %{display_issuable_type}" msgid "Reopen epic" msgstr "Reabrir la tarea épica" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Reabrir hito" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "Reabrir este%{quick_action_target}" @@ -21573,6 +22444,9 @@ msgstr "Reemplaza la raíz de la URL de clonado." msgid "Replication" msgstr "Replicación" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21598,7 +22472,7 @@ msgid "Report %{display_issuable_type} that are abusive, inappropriate or spam." msgstr "" msgid "Report abuse" -msgstr "" +msgstr "Informar de un abuso" msgid "Report abuse to admin" msgstr "Informar de un abuso al administrador" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "Última actualización" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "Gráfico de repositorio" msgid "Repository Settings" msgstr "Configuración del repositorio" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21813,7 +22708,7 @@ msgid "Requested states are invalid" msgstr "" msgid "Requests" -msgstr "" +msgstr "Peticiones" msgid "Requests Profiles" msgstr "" @@ -21824,8 +22719,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "Requerir que todos los usuarios en este grupo configuren la autenticación de dos factores" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Requerir a todos los usuarios que acepten los términos del servicio y la política de privacidad cuando accedan a GitLab." @@ -21857,6 +22752,9 @@ msgstr "Se ha reabierto el requisito %{reference}" msgid "Requirement %{reference} has been updated" msgstr "Se ha actualizado el requisito %{reference}" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "El título del requisito no puede tener más de %{limit} caracteres." @@ -21988,7 +22886,7 @@ msgid "Restart Terminal" msgstr "Reiniciar el terminal" msgid "Restore" -msgstr "" +msgstr "Restaurar" msgid "Restore group" msgstr "Restaurar grupo" @@ -22058,6 +22956,9 @@ msgstr "Ver aplicación" msgid "Review App|View latest app" msgstr "Ver la última aplicación" +msgid "Review requested from %{name}" +msgstr "Revisión solicitada por %{name}" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Revise el proceso de configuración de los proveedores de servicios de su proveedor de identidad; en este caso, GitLab es el \"proveedor de servicios\" o la \"parte confiante\"." @@ -22088,7 +22989,7 @@ msgid "Revoke" msgstr "Revocar" msgid "Revoked" -msgstr "" +msgstr "Revocado" msgid "Revoked impersonation token %{token_name}!" msgstr "¡Token de suplantación revocado %{token_name}!" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "Claves de host SSH" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +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." @@ -22315,6 +23228,12 @@ msgstr "Clave pública SSH" msgid "SSL Verification:" msgstr "Verificación SSL:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Sábado" @@ -22330,6 +23249,9 @@ msgstr "Guardar cambios" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "Guardar de todos modos" @@ -22354,9 +23276,6 @@ msgstr "Guardar programación del pipeline" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Guardar variables" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "Guardando" msgid "Saving project." msgstr "Guardar proyecto." +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Programar un nuevo pipeline" @@ -22405,9 +23327,12 @@ msgstr "Alcances" msgid "Scopes can't be blank" msgstr "" -msgid "Score" +msgid "Scopes: %{scope_list}" msgstr "" +msgid "Score" +msgstr "Puntuación" + msgid "Scroll down" msgstr "Desplazar hacia abajo" @@ -22435,8 +23360,8 @@ msgstr "Buscar" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" -msgstr "Buscar hitos" +msgid "Search a group" +msgstr "" msgid "Search an environment spec" msgstr "Buscar un entorno específico" @@ -22492,9 +23417,6 @@ msgstr "Buscar este texto" msgid "Search forks" msgstr "Buscar forks" -msgid "Search groups" -msgstr "Buscar grupos" - msgid "Search merge requests" msgstr "Buscar merge requests" @@ -22576,9 +23498,6 @@ msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para%{term_element}" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "Mostrando %{from} - %{to} de %{count} %{scope} para%{term_element} en tus fragmentos de código personales y de proyecto" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "No pudimos encontrar ningún %{scope} que coincida con %{term}" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "Resultado del código" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22653,7 +23572,7 @@ msgid "Secondary" msgstr "Secundario" msgid "Seconds" -msgstr "" +msgstr "Segundos" msgid "Secret" msgstr "Secreto" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "False positivo" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "Se ha producido un error al eliminar el comentario." +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "Se ha producido un error al descartar las vulnerabilidades." @@ -23058,7 +23991,7 @@ msgid "Select epic" msgstr "" msgid "Select file" -msgstr "" +msgstr "Seleccionar archivo" msgid "Select group or project" msgstr "Seleccione un grupo o proyecto" @@ -23070,7 +24003,7 @@ msgid "Select health status" msgstr "Seleccionar estado de salud" msgid "Select label" -msgstr "" +msgstr "Seleccionar etiqueta" msgid "Select labels" msgstr "Seleccione las etiquetas" @@ -23102,6 +24035,9 @@ msgstr "Seleccione qué proyectos desea importar." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "Seleccionar revisor(es)" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "Seleccionar estado" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,14 +24068,11 @@ msgstr "Seleccione la rama que desea establecer como predeterminada para este pr msgid "Select the custom project template source group." msgstr "Seleccione el grupo de origen de plantilla de proyecto personalizado." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" msgid "Select type" -msgstr "" +msgstr "Seleccionar tipo" msgid "Select user" msgstr "Seleccione el usuario" @@ -23228,6 +24161,9 @@ msgstr "Separar temas con comas." msgid "September" msgstr "Septiembre" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "y" @@ -23342,6 +24278,9 @@ msgstr "Plantillas de Servicio" msgid "Service URL" msgstr "URL del servicio" +msgid "Session ID" +msgstr "ID de sesión" + msgid "Session duration (minutes)" msgstr "Duración de la sesión (minutos)" @@ -23477,6 +24416,9 @@ msgstr "Establecer una nueva contraseña" msgid "Set up pipeline subscriptions for this project." msgstr "Configure las subscripciones a los pipelines para este proyecto." +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 "Configure su proyecto para hacer push o pull de los cambios de manera automática a/desde otro repositorio. Los branchs, los tags y los commits se sincronizarán automáticamente." @@ -23582,6 +24524,15 @@ msgstr "Ejecturores compartidos" msgid "Shared projects" msgstr "Proyectos compartidos" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "Enlace de ayuda de los ejecutores compartidos" @@ -23600,9 +24551,15 @@ msgstr "Transacciones de Sherlock" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "Mostrar toda la actividad" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Mostrar todos los miembros" @@ -23745,6 +24702,9 @@ msgstr "Iniciar sesión / Registro" msgid "Sign in to \"%{group_name}\"" msgstr "Iniciar sesión en %{group_name}\"" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Inicie sesión mediante una tarjeta inteligente" @@ -23772,6 +24732,9 @@ msgstr "¡Registro creado correctamente! Por favor, confirme su dirección de co msgid "Sign-in restrictions" msgstr "Restricciones de inicio de sesión" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Restricciones de registro" @@ -23781,9 +24744,6 @@ msgstr "El nombre es demasiado largo (el tamaño máximo permitido es de %{max_l msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "Los apellidos son demasiado largos (el tamaño máximo permitido es de %{max_length} caracteres)." -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "El nombre es demasiado largo (el tamaño máximo permitido es de %{max_length} caracteres)." - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "El nombre de usuario es demasiado largo (el tamaño máximo permitido es de %{max_length} caracteres)." @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "Sesión iniciada" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "Iniciado con autenticación de %{authentication}" @@ -23904,27 +24867,18 @@ msgstr "No hay fragmentos de código que mostrar." msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "Descripción (opcional)" -msgid "Snippets|File" -msgstr "Archivo" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Nivel de acceso, ascendente" msgid "SortOptions|Access level, descending" msgstr "Nivel de acceso, descendente" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Fecha de creación" @@ -24267,6 +25224,9 @@ msgstr "Registro más reciente" msgid "SortOptions|Recently starred" msgstr "Destacados más recientes" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Tamaño" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Código fuente" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "Especifique un patrón para la expresión regular de direcciones de corr msgid "Specify the following URL during the Runner setup:" msgstr "Especifique la siguiente dirección URL durante la configuración del ejecutor:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "Modificar el mensaje de commit" @@ -24453,6 +25407,9 @@ msgstr "Estrellas" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "Iniciar Terminal web" @@ -24609,6 +25566,9 @@ msgstr "Estadísticas" msgid "Status" msgstr "Estado" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Estado:" @@ -24738,6 +25698,9 @@ msgstr "Enviar como correo no deseado" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "Enviar comentarios" @@ -24753,6 +25716,9 @@ msgstr "Enviar búsqueda" msgid "Submit the current review." msgstr "Enviar la revisión actual." +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "Se ha enviado la revisión actual." @@ -24795,6 +25761,12 @@ msgstr "Suscripción creada correctamente." msgid "Subscription successfully deleted." msgstr "Suscripción eliminada correctamente." +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Facturación" @@ -24879,6 +25851,9 @@ msgstr "Éxito" msgid "Successfully activated" msgstr "Activado correctamente" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "Bloqueado con éxito" @@ -24900,6 +25875,9 @@ msgstr "Correo electrónico eliminado con éxito." msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "Se ha programado un pipeline a ejecutar. Vaya a la página %{pipelines_link_start}Pipelines%{pipelines_link_end} para obtener más detalles." +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "Desbloqueado con éxito" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "Sincronizar información" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "Sincronizado" msgid "Synchronization disabled" msgstr "Sincronización deshabilitada" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "Sistema" @@ -25068,6 +26052,9 @@ msgstr "Métricas del sistema (personalizadas)" msgid "System metrics (Kubernetes)" msgstr "Métricas del sistema (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "Tabla de contenidos" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,8 +26397,8 @@ msgstr "¡Gracias por su compra!" msgid "Thanks! Don't show me this again" msgstr "¡Gracias! No mostrar esto de nuevo" -msgid "That's it, well done!%{celebrate}" -msgstr "Eso es todo, ¡bien hecho!%{celebrate}" +msgid "That's it, well done!" +msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" msgstr "El grupo \"%{group_path}\" le permite iniciar sesión utilizando su cuenta de inicio de sesión único" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "El gestor de incidencias es el lugar para agregar cosas que necesitan se msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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\")." @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "No se exportarán los siguientes elementos:" @@ -25555,8 +26566,8 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "La configuración global requiere que habilite la autenticación de dos factores para su cuenta." -msgid "The group and any internal projects can be viewed by any logged in user." -msgstr "El grupo y cualquier proyecto interno pueden ser vistos por cualquier usuario conectado." +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" msgid "The group and any public projects can be viewed without any authentication." msgstr "El grupo y cualquier proyecto público se pueden ver sin necesidad de autenticación." @@ -25666,8 +26677,8 @@ msgstr "La etapa de planificación muestra el tiempo desde el paso anterior hast msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "La clave privada que se utiliza cuando se proporciona un certificado cliente. Este valor está encriptado." -msgid "The project can be accessed by any logged in user." -msgstr "El proyecto puede ser accedido por cualquier usuario conectado." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "El proyecto puede ser consultado por cualquier usuario que ha iniciado sesión." @@ -25726,6 +26737,9 @@ msgstr "La etapa de revisión muestra el tiempo desde la creación de la solicit msgid "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 "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "¡El horario programado debe ser en el futuro!" @@ -25738,8 +26752,8 @@ msgstr "El fragmento de código sólo es visible por mí." msgid "The snippet is visible only to project members." msgstr "El fragmento de código es visible sólo por los miembros del proyecto." -msgid "The snippet is visible to any logged in user." -msgstr "El fragmento de código es visible por cualquier usuario que haya iniciado sesión." +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "La pestaña especificada no es válida, por favor seleccione otra" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "El mapa del usuarios es una asignación de los usuarios de FogBugz que participaron en sus proyectos a la forma en que su dirección de correo electrónico y nombre de usuario se importarán a GitLab. Puede cambiar esto rellenando la tabla a continuación." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "El usuario que está intentando desactivar ha estado activo en los últimos %{minimum_inactive_days} días y no puede ser desactivado" @@ -25885,6 +26902,9 @@ msgstr "Ya hay un repositorio con ese nombre en el disco" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "No hay datos disponibles. Por favor, cambie su selección." @@ -25913,13 +26933,13 @@ msgid "There was a problem fetching project branches." msgstr "" msgid "There was a problem fetching project tags." -msgstr "" +msgstr "Se ha producido un error al recuperar las etiquetas del proyecto." msgid "There was a problem fetching project users." -msgstr "" +msgstr "Se ha producido un problema al recuperar los usuarios del proyecto." msgid "There was a problem fetching users." -msgstr "" +msgstr "Se ha producido un error al recuperar los usuarios." msgid "There was a problem refreshing the data, please try again" msgstr "" @@ -25964,7 +26984,7 @@ msgid "There was an error fetching median data for stages" msgstr "" msgid "There was an error fetching the %{replicableType}" -msgstr "" +msgstr "Se ha producido un error al obtener el %{replicableType}" msgid "There was an error fetching the Geo Settings" msgstr "" @@ -25976,7 +26996,7 @@ msgid "There was an error fetching the deploy freezes." msgstr "" msgid "There was an error fetching the environments information." -msgstr "" +msgstr "Se ha producido un error al obtener información sobre los entornos." msgid "There was an error fetching the top labels for the selected group" msgstr "" @@ -26080,6 +27100,9 @@ msgstr "Se ha producido un error con reCAPTCHA. Por favor, resuelva el reCAPTCHA msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "Estas incidencias tienen un título similar al de la incidencia que está creando. Sería mejor hacer un comentario en alguna de estas en vez de crear otra incidencia similar." +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "Estas variables están configuradas en la configuración del grupo principal, y estarán activas en el proyecto actual junto con las variables del proyecto." @@ -26131,7 +27154,7 @@ msgstr "Esta acción puede provocar la pérdida de datos. Para prevenir acciones msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "Esta aplicación fue creada por %{link_to_owner}." msgid "This application will be able to:" msgstr "Está aplicación podrá:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "Este bloque es auto-referencial" @@ -26290,6 +27319,9 @@ msgstr "Esta es una lista de dispositivos desde los que ha iniciado sesión. Cie msgid "This is a security log of important events involving your account." msgstr "Este es un registro de seguridad de eventos importantes relacionados con su cuenta." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "Esta es su sesión actual" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "solo ahora" msgid "Timeago|right now" msgstr "justo ahora" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Tiempo de espera" @@ -26885,8 +27926,8 @@ msgstr "Títulos y descripciones" msgid "To" msgstr "Para" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." -msgstr "Para %{link_to_help} de su dominio, añada la clave anterior a un registro TXT dentro de su configuración DNS." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." +msgstr "" msgid "To Do" msgstr "Tareas pendientes" @@ -26936,8 +27977,8 @@ msgstr "Para comenzar, introduzca la URL de su servidor de Gitea y un %{link_to_ 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "Para ayudar a mejorar GitLab, nos gustaría recopilar periódicamente información de uso. Esto se puede cambiar en cualquier momento en %{settings_link_start}Configuraciones%{link_end}. %{info_link_start}Más información%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "Para importar un repositorio SVN, puede ver %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "Alternar navegación" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Ocultar/mostrar barra lateral" @@ -27117,7 +28161,7 @@ msgid "Total Contributions" msgstr "Colaboraciones totales" msgid "Total Score" -msgstr "" +msgstr "Puntuación total" msgid "Total artifacts size: %{total_size}" msgstr "Tamaño total de los artefactos: %{total_size}" @@ -27137,17 +28181,20 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Tiempo total de pruebas para todos los cambios o integraciones" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "Peso total" msgid "Total: %{total}" msgstr "Total: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" -msgstr "Traza" +msgid "TotalRefCountIndicator|1000+" +msgstr "" msgid "Tracing" msgstr "Seguimiento" @@ -27323,6 +28370,9 @@ msgstr "Intentando comunicarse con su dispositivo. Conéctelo (si aún no lo ha msgid "Tuesday" msgstr "Martes" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "Desactivar" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "No se pueden guardar sus cambios. Por favor, inténtelo de nuevo." +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "No se puede programar un pipeline para que se ejecute inmediatamente" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "Actualizar ahora" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "Actualizar variable" @@ -27741,7 +28797,7 @@ msgid "Updated to %{linkStart}chart v%{linkEnd}" msgstr "" msgid "Updates" -msgstr "" +msgstr "Actualizaciones" msgid "Updating" msgstr "Actualizando" @@ -27836,11 +28892,14 @@ msgstr "Estadísticas de uso" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "%{help_link_start}Los ejecutores compartidos%{help_link_end} están deshabilitados, por lo que no hay límites establecidos para el uso de los pipelines" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "Artefactos" -msgid "UsageQuota|Build Artifacts" -msgstr "Artefactos" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." +msgstr "" msgid "UsageQuota|Buy additional minutes" msgstr "Comprar minutos adicionales" @@ -27866,6 +28925,9 @@ msgstr "Pipelines" msgid "UsageQuota|Purchase more storage" msgstr "Comprar más almacenamiento" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "Repositorios" @@ -27878,9 +28940,36 @@ msgstr "Fragmentos de código" msgid "UsageQuota|Storage" msgstr "Almacenamiento" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "Este espacio de nombres no tiene proyectos que utilicen ejecutores compartidos" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "|Ilimitado" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Uso desde" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Wiki" msgid "UsageQuota|Wikis" msgstr "Wikis" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "El usuario %{current_user_username} ha comenzado a suplantar %{username} msgid "User %{username} was successfully removed." msgstr "El usuario %{username} se ha eliminado correctamente." -msgid "User IDs" -msgstr "IDs de usuario" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "Ya se informó del abuso" msgid "UserProfile|Blocked user" msgstr "Usuario bloqueado" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Proyectos contribuidos" @@ -28184,9 +29285,6 @@ msgstr "El nombre de usuario no está disponible." msgid "Username is available." msgstr "El nombre de usuario está disponible." -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "Nombre de usuario o email" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "Ver documentación" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "Ver todas las incidencias" @@ -28647,7 +29751,13 @@ msgstr "Clase" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "No es posible determinar la ruta para eliminar esta tarea épica" msgid "We could not determine the path to remove the issue" msgstr "No es posible determinar la ruta para eliminar esta incidencia" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "No ha sido posible conectar al servidor de Prometheus. O el servidor ya no existe o debe actualizar los detalles de configuración." @@ -28792,7 +29911,7 @@ msgid "WebIDE|Merge request" msgstr "" msgid "Webhook" -msgstr "" +msgstr "Webhook" msgid "Webhook Logs" msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "¡Bienvenido a GitLab %{first_name}!" msgid "Welcome to the guided GitLab tour" msgstr "Bienvenido a la visita guiada de GitLab" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "¿Qué está buscando?" msgid "What describes you best?" msgstr "¿Qué le describe mejor?" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29124,7 +30249,7 @@ msgid "WikiPage|Write your content or drag files here…" msgstr "Escriba su contenido o arrastre archivos aquí…" msgid "Wikis" -msgstr "" +msgstr "Wikis" msgid "Wiki|Create New Page" msgstr "Crear una página nueva" @@ -29189,10 +30314,10 @@ msgstr "Trabajo en curso (abierto y sin asignar)" msgid "Work in progress Limit" msgstr "Límite de trabajo en progreso" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "No tiene permiso para aprobar a un usuario" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,12 +30449,12 @@ msgstr "Puede %{linkStart}ver el blob%{linkEnd} en su lugar." msgid "You can also create a project from the command line." msgstr "También puede crear un proyecto desde la línea de comandos." -msgid "You can also press ⌘-Enter" -msgstr "También puede pulsar ⌘- Enter" - msgid "You can also press Ctrl-Enter" msgstr "También puede presionar Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "También puede pulsar ⌘-Enter" + msgid "You can also star a label to make it a priority label." msgstr "También puede destacar una etiqueta para convertirla en una etiqueta prioritaria." @@ -29336,6 +30467,15 @@ msgstr "También puede subir archivos existentes desde su ordenador utilizando l msgid "You can always edit this later" msgstr "Siempre puede editar esto más tarde" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "Se ha cancelado la suscripción a este hilo." @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "No tiene permisos" @@ -29573,9 +30725,6 @@ msgstr "Dejó el \"%{membershipable_human_name}\" %{source_type}." msgid "You may close the milestone now." msgstr "Puede cerrar el hito ahora." -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Debe aceptar nuestros Términos de servicio y la política de privacidad para poder registrar una cuenta" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "Es necesario subir un archivo de exportación de proyecto de GitLab (en msgid "You need to upload a Google Takeout archive." msgstr "Necesita subir un archivo de Google Takeout." -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "Ya ha habilitado la autenticación de dos pasos utilizando una contrase msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Sus grupos" msgid "Your License" msgstr "Su licencia" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "Sus tokens de acceso personal caducarán en %{days_to_expire} días o menos" @@ -29795,6 +30947,9 @@ msgstr "Actividad de sus proyectos" msgid "Your Public Email will be displayed on your public profile." msgstr "Su dirección de correo electrónico pública se mostrará en su perfil público." +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "Sus Claves SSH (%{count})" @@ -29990,7 +31145,7 @@ msgstr[0] "alrededor de 1 hora" msgstr[1] "alrededor de %d horas" msgid "access:" -msgstr "" +msgstr "acceso:" msgid "added %{created_at_timeago}" msgstr "añadido %{created_at_timeago}" @@ -30020,7 +31175,7 @@ msgid "among other things" msgstr "entre otras cosas" msgid "and" -msgstr "" +msgstr "y" msgid "any-approver for the merge request already exists" msgstr "" @@ -30038,7 +31193,7 @@ msgid "archived:" msgstr "" msgid "as %{role}." -msgstr "" +msgstr "cómo %{role}." msgid "assign yourself" msgstr "asignar a ti mismo" @@ -30061,9 +31216,6 @@ msgstr "nombre de la rama" msgid "by" msgstr "por" -msgid "by %{user}" -msgstr "por %{user}" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "El análisis de contenedores detecta vulnerabilidades conocidas en sus i msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "Encontrado %{issuesWithCount}" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "Investigue esta vulnerabilidad creando una incidencia" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "Obtenga más información sobre cómo interactuar con los informes de seguridad" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "Ver informe completo" msgid "closed issue" msgstr "incidencia cerrada" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "comentario" @@ -30494,8 +31643,8 @@ msgstr "de" msgid "from %d job" msgid_plural "from %d jobs" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "de %d trabajo" +msgstr[1] "de %d trabajos" msgid "group" msgstr "grupo" @@ -30516,7 +31665,7 @@ msgid "help" msgstr "ayuda" msgid "http:" -msgstr "" +msgstr "http:" msgid "https://your-bitbucket-server" msgstr "https://tu-servidor-bitbucket" @@ -30562,8 +31711,8 @@ msgstr "este es un rango de direcciones IP no válido" msgid "is blocked by" msgstr "está bloqueado por" -msgid "is enabled." -msgstr "está habilitado." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "no es válido porque hay un bloqueo en sentido descendente" @@ -30580,6 +31729,9 @@ msgstr "no es un descendiente del grupo que es propietario de la plantilla" msgid "is not a valid X509 certificate." msgstr "no es un certificado X509 válido." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "es de solo lectura" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "es demasiado largo (%{current_value}). El tamaño máximo permitido es de %{max_size}." +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "es demasiado largo (el máximo es de 100 entradas)" @@ -30634,9 +31789,12 @@ msgstr "es demasiado grande" msgid "jigsaw is not defined" msgstr "jigsaw no está definido" -msgid "last commit:" +msgid "kuromoji custom analyzer" msgstr "" +msgid "last commit:" +msgstr "último commit:" + msgid "latest" msgstr "último" @@ -30665,7 +31823,7 @@ msgid "loading" msgstr "cargando" msgid "locked" -msgstr "" +msgstr "bloqueado" msgid "locked by %{path_lock_user_name} %{created_at}" msgstr "bloqueado por %{path_lock_user_name} %{created_at}" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "falta" +msgid "more information" +msgstr "más información" + msgid "most recent deployment" msgstr "despliegue más reciente" @@ -31103,7 +32264,7 @@ msgid "password" msgstr "contraseña" msgid "paused" -msgstr "" +msgstr "pausado" msgid "pending comment" msgstr "comentario pendiente" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "proyectos" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "acciones rápidas" @@ -31184,9 +32342,6 @@ msgstr "registrar" msgid "relates to" msgstr "relacionado con" -msgid "released %{time}" -msgstr "publicado el %{time}" - msgid "remaining" msgstr "restante" @@ -31211,7 +32366,7 @@ msgstr[0] "respuesta" msgstr[1] "respuestas" msgid "repository:" -msgstr "" +msgstr "repositorio:" msgid "reset it." msgstr "restablecer." @@ -31264,6 +32419,9 @@ msgstr "mostrar menos" msgid "sign in" msgstr "iniciar sesión" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "ordenar:" @@ -31274,7 +32432,7 @@ msgid "source diff" msgstr "" msgid "specific" -msgstr "" +msgstr "específico" msgid "specified top is not part of the tree" msgstr "La parte superior especificada no es parte del árbol" @@ -31349,7 +32507,7 @@ msgid "to list" msgstr "para listar" msgid "toggle collapse" -msgstr "" +msgstr "Colapsar/Expandir" msgid "triggered" msgstr "disparado" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "la página del wiki" -msgid "will be released %{time}" -msgstr "será liberado %{time}" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "con %{additions} adiciones, %{deletions} eliminaciones." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "El fichero yaml no es válido" +msgid "your settings" +msgstr "sus ajustes" + diff --git a/locale/et_EE/gitlab.po b/locale/et_EE/gitlab.po index 17e0c8aede0..9251ee52619 100644 --- a/locale/et_EE/gitlab.po +++ b/locale/et_EE/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: et\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:41\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/fa_IR/gitlab.po b/locale/fa_IR/gitlab.po index ba109409ec6..9dd8cf854a1 100644 --- a/locale/fa_IR/gitlab.po +++ b/locale/fa_IR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: fa\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:41\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/fi_FI/gitlab.po b/locale/fi_FI/gitlab.po index 806b45b525c..b8cc16d8bba 100644 --- a/locale/fi_FI/gitlab.po +++ b/locale/fi_FI/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: fi\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/fil_PH/gitlab.po b/locale/fil_PH/gitlab.po index 5a5807e7364..ddc87f7bcda 100644 --- a/locale/fil_PH/gitlab.po +++ b/locale/fil_PH/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: fil\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:42\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/fr/gitlab.po b/locale/fr/gitlab.po index 4bb8cfa9a60..788f5986a1d 100644 --- a/locale/fr/gitlab.po +++ b/locale/fr/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: fr\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:45\n" +"PO-Revision-Date: 2020-11-03 22:45\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d résultat du test corrigé" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d ticket sélectionné" -msgstr[1] "%d tickets sélectionnés" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "%{count} approbations de %{name}" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "encore %{count}" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(source externe)" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- en montrer moins" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "un ajout de %{type}" -msgstr[1] "%{count} ajouts de %{type}" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "une modification de %{type}" -msgstr[1] "%{count} modifications de %{type}" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "Ajouter un tableau" msgid "Add a task list" msgstr "Ajouter une liste de tâches" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Ajouter un texte apparaissant dans toutes communications par courriel (%{character_limit} caractères maximum)" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "L’arrêt des tâches a échoué" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Bloquer ce compte" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Pour confirmer, veuillez saisir %{projectName}" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Autorisations avancées, stockage de fichiers volumineux et paramètres d’authentification à double facteur." -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "Après modification de votre mot de passe, vous serez redirigé vers l’écran de connexion." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "Tous les utilisateurs" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Autoriser les projets de ce groupe à utiliser le stockage Git LFS" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Vous permet d’ajouter et de gérer des grappes de serveurs Kubernetes." @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Un champ utilisateur Gitlab vide ajoutera le nom complet de l’utilisateur FogBugz (p. ex., « Par John Smith ») dans la description de tous les tickets et commentaires. Il associera ou assignera ces tickets et commentaires au créateur du projet." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Une erreur est survenue" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Une erreur s’est produite lors de la prévisualisation du blob" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "Une erreur s’est produite lors de l’activation ou la désactivation de l’abonnement aux notifications" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "Une erreur est survenue lors de la mise à jour du poids du ticket" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "Une erreur s’est produite lors de la requête." @@ -2938,6 +3094,9 @@ msgstr "Une erreur s’est produite lors de la prévisualisation de la bannière msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "Une erreur est survenue lors de l’enregistrement du statut d’outrepa msgid "An error occurred while saving assignees" msgstr "Une erreur s’est produite lors de l’enregistrement des destinataires" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "Une erreur est survenue lors de l’abonnement aux notifications." @@ -2980,6 +3136,9 @@ msgstr "Une erreur est survenue lors du désabonnement aux notifications." msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Assigné à moi" @@ -3801,8 +3966,29 @@ msgstr "Auto DevOps va automatiquement construire, tester et déployer votre app msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Apprenez‐en davantage en consultant la %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "Le pipeline Auto DevOps a été activé et sera utilisé si aucun autre fichier de configuration d’intégration continue n’est trouvé. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "Disponible" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "URL de l’image du badge" msgid "Badges|Badge image preview" msgstr "Aperçu de l’image du badge" -msgid "Badges|Delete badge" -msgstr "Supprimer le badge" - msgid "Badges|Delete badge?" msgstr "Supprimer le badge ?" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Importation d’un serveur Bitbucket" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "La branche %{branchName} n’a pas été trouvée dans le dépôt de ce msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "paramètres du projet" msgid "Branches|protected" msgstr "protégée" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Tous les environnements" msgid "CiVariable|Create wildcard" msgstr "Créer un joker" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "Changer l’état de protection" -msgid "CiVariable|Validation failed" -msgstr "La validation a échoué" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "Clore l’épopée" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "Tickets clos" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "En savoir plus sur les %{help_link_start_machine_type}types de machine msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "En savoir plus sur %{help_link_start}les zones%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "En savoir plus sur Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "Aucun projet trouvé" msgid "ClusterIntegration|No projects matched your search" msgstr "Aucun projet ne correspond à votre recherche" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Supprimer l’intégration de la grappe de serveurs Kubernetes" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "Rechercher des projets" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "Sélectionnez le projet afin de choisir la zone" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Sélectionnez la zone" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "Créé le" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Créé le :" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Nom d’hôte personnalisé (pour les courriels de commit privés)" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "Supprimer L’extrait de code" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Supprimer la liste" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "Déployé sur" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "En cours de déploiement sur" @@ -8808,6 +9117,9 @@ msgstr "Description" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Les modèles de description permettent de définir des modèles spécifiques au contexte et propres à votre projet pour les champs de description des tickets et des demandes de fusion." @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "Limites du contenu du diff" @@ -9030,7 +9363,7 @@ msgstr "Désactiver les exécuteurs de groupe" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "Documentation des principaux fournisseurs d’identité" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Domaine" 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Ne plus afficher" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Se termine à (UTC)" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "Configurer" msgid "FeatureFlags|Configure feature flags" msgstr "Configurer les indicateurs de fonctionnalité" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Créer un indicateur de fonctionnalité" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "févr." @@ -11191,12 +11611,18 @@ msgstr "Modèles de fichiers" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Fichiers" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "Filtrer…" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "Terminé" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Date fixée" @@ -11386,8 +11821,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Pour les projets internes, tout utilisateur connecté peut afficher les pipelines et accéder aux détails des tâches (journaux de sortie et artefacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "" @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "Stratégie Git pour les pipelines" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Version de Git" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "URL du groupe" msgid "Group avatar" msgstr "Avatar de groupe" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Historique" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "J’accepte les %{terms_link}" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "Si activé, l’accès aux projets sera validé sur un service externe en se basant sur leurs étiquettes de classification respectives." +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "Importez plusieurs dépôts en téléversant un fichier manifeste." msgid "Import project" msgstr "Importer un projet" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "Inclure un accord sur les conditions générales d’utilisation et la politique de confidentialité que tous les utilisateurs doivent accepter." @@ -13710,27 +14235,33 @@ msgstr "Entrer les clefs d’hôte manuellement" msgid "Input your repository URL" msgstr "Entrez l’URL de votre dépôt" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "Installer GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Installez un exécuteur sur Kubernetes" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,38 +14441,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "Les personnes intéressées peuvent même contribuer en poussant des commits si elles le souhaitent." msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Interne — le groupe ainsi que tous les projets internes sont accessibles à tout utilisateur connecté." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Interne — le projet est accessible à n’importe quel·le utilisa·teur·trice connecté·e." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "Utilisateurs internes" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Modèle d’intervalle" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "Tableaux des tickets" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "janv." msgid "January" msgstr "janvier" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "Promouvoir l’étiquette" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Dernier pipeline" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Dernière réponse de" @@ -14836,6 +15523,9 @@ msgstr "Dernière mise à jour" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "En savoir plus" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "Laisser les options « type de fichier » et « mode de livraison msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "mars" msgid "March" msgstr "mars" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Verrouillage des membres" msgid "Member since %{date}" msgstr "Membre depuis le %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Membres" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "La liste des jalons n’est pas disponible avec votre licence actuelle" msgid "Milestone lists show all issues from the selected milestone." msgstr "Les listes de jalon affichent tous les tickets à partir du jalon sélectionné." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "Jamais" msgid "New" msgstr "Nouveau" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Nouvelle application" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Aucun·e" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Données insuffisantes" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "Pas maintenant" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "Ouvrir des projets" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "Ouvrir la barre latérale" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "Les personnes sans autorisation ne recevront jamais de notifications et msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Optimisation des performances" @@ -18695,6 +19512,9 @@ msgstr "Taux de réussite :" msgid "PipelineCharts|Successful:" msgstr "Réussites :" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Total :" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "Premiers pas avec les pipelines" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "Réinitialisation du cache de projet réussie." @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "Veuillez saisir un nom descriptif pour votre groupe." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "Veuillez noter que cette application n’est pas fournie par GitLab, vous devriez vérifier son authenticité avant d’autoriser son accès." +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "Actualiser" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "L’affichage sera réactualisé dans une seconde avec le statut mis à jour..." @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "Rouvrir l’épopée" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "Paramètres du dépôt" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,8 +22719,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "Exiger de tous les utilisateurs de ce groupe la configuration de l’authentification à double facteur" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Exiger que tous les utilisateurs acceptent les conditions générales d’utilisation et la politique de confidentialité quand ils accèdent à GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Revoyez le processus de configuration des fournisseurs de service chez votre fournisseur d’identité — dans le cas présent, GitLab est le « fournisseur de service » ou le « tiers de confiance »." @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "Clefs SSH de l’hôte" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "Clef SSH publique" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "Sauvegarder la planification du pipeline" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Enregistrer les variables" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Planifier un nouveau pipeline" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "Rechercher" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "Rechercher des demandes de fusion" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "Sélectionnez les projets que vous souhaitez importer." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "Sélectionnez la branche que vous souhaitez définir comme branche par d msgid "Select the custom project template source group." msgstr "Sélectionnez le groupe source de modèles de projet personnalisés." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "septembre" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "Modèles de service" msgid "Service URL" msgstr "URL du service" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "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." @@ -23582,6 +24524,15 @@ msgstr "Exécuteurs partagés" msgid "Shared projects" msgstr "Projets partagés" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "Transactions Sherlock" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "Connexion / Inscription" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Restrictions de connexion" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Restrictions d’inscription" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Niveau d’accès, croissant" msgid "SortOptions|Access level, descending" msgstr "Niveau d’accès décroissant" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Date de création décroissante" @@ -24267,6 +25224,9 @@ msgstr "Date d’inscription décroissante" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Code source" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "Spécifiez un motif d’expression rationnelle permettant l’identifica msgid "Specify the following URL during the Runner setup:" msgstr "Spécifiez l’URL suivante lors de la configuration de l’exécuteur :" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "État " +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "Soumettre comme indésirable" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "Soumettre la recherche" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "Synchroniser les informations" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "Métriques du système (personnalisées)" msgid "System metrics (Kubernetes)" msgstr "Métriques du système (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "Merci ! Ne plus afficher ce message" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "Le système de suivi est un endroit où l’on peut ouvrir un ticket pou msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "L’étape de planification montre le temps entre l’étape précédent msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "La clef privée à utiliser lorsqu’un certificat client est fourni. Cette valeur est chiffrée au repos." -msgid "The project can be accessed by any logged in user." -msgstr "Votre projet est accessible à tous les utilisateur et utilisatrices authentifiés." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "L’étape d’évaluation montre le temps entre la création de la dema msgid "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 "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "La carte des utilisateurs met en correspondance les utilisateurs de FogBugz qui ont participé à vos projets en précisant la manière dont leurs adresses de courriel et leurs noms d’utilisateur sont importés dans GitLab. Vous pouvez y apporter des modifications en remplissant le tableau ci‐dessous." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "Cette application a été créée par %{link_to_owner}." msgid "This application will be able to:" msgstr "Cette application sera en mesure de :" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "à l’instant" msgid "Timeago|right now" msgstr "immédiatement" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Délai d’attente" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,8 +27977,8 @@ msgstr "Pour commencer, entrez l’URL de votre hôte Gitea et un %{link_to_pers 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "Afin d’aider à améliorer GitLab, nous aimerions recueillir périodiquement des informations sur son utilisation. Vous pourrez modifier ceci à tout moment dans les %{settings_link_start}paramètres%{link_end}. %{info_link_start}Plus d’informations…%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "Pour importer un dépôt SVN, consultez %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "Activer/désactiver la navigation" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Afficher/masquer la barre latérale" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Temps total de test pour tous les commits/fusions" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "Total : %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "Mettre à jour maintenant" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "Statistiques d’utilisation" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "Déjà signalé comme abus" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "A contribué aux projets" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "Classe" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "Vous pouvez %{linkStart}afficher les données brutes%{linkEnd} à la pla msgid "You can also create a project from the command line." msgstr "Vous pouvez également créer un projet en ligne de commande." -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "Vous n’avez pas les autorisations" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Vous devez accepter les conditions générales d’utilisation et la politique de confidentialité afin de pouvoir vous créer un compte" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Vos groupes" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "Activité de vos projets favoris" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "nom de la branche" msgid "by" msgstr "par" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "L’analyse des conteneurs permet la détection de vulnérabilités conn msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "Voir le rapport complet" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "n’est pas un certificat X.509 valide." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "restant" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "avec %{additions} ajouts, %{deletions} suppressions." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/gitlab.pot b/locale/gitlab.pot index d283d5caf08..246574affff 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -19284,9 +19284,6 @@ msgstr "" msgid "Page settings" msgstr "" -msgid "Page was successfully deleted" -msgstr "" - msgid "PagerDutySettings|Active" msgstr "" @@ -21135,6 +21132,12 @@ msgstr "" msgid "ProjectSettings|Require" msgstr "" +msgid "ProjectSettings|Requirements" +msgstr "" + +msgid "ProjectSettings|Requirements management system for this project" +msgstr "" + msgid "ProjectSettings|Set the default behavior and availability of this option in merge requests. Changes made are also applied to existing merge requests." msgstr "" @@ -30185,7 +30188,13 @@ msgstr "" msgid "Wiki" msgstr "" -msgid "Wiki was successfully updated." +msgid "Wiki page was successfully created." +msgstr "" + +msgid "Wiki page was successfully deleted." +msgstr "" + +msgid "Wiki page was successfully updated." msgstr "" msgid "WikiClone|Clone your wiki" diff --git a/locale/gl_ES/gitlab.po b/locale/gl_ES/gitlab.po index 31532eed94d..21f1573b2e1 100644 --- a/locale/gl_ES/gitlab.po +++ b/locale/gl_ES/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: gl\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:40\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/he_IL/gitlab.po b/locale/he_IL/gitlab.po index aadad4d67cd..6bcb90df0b1 100644 --- a/locale/he_IL/gitlab.po +++ b/locale/he_IL/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: he\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,7 +4166,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,7 +22991,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/hi_IN/gitlab.po b/locale/hi_IN/gitlab.po index a0a439ef7ff..a002fb4c05e 100644 --- a/locale/hi_IN/gitlab.po +++ b/locale/hi_IN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: hi\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:42\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/hr_HR/gitlab.po b/locale/hr_HR/gitlab.po index b8e5aaec69e..33b83826f37 100644 --- a/locale/hr_HR/gitlab.po +++ b/locale/hr_HR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: hr\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:42\n" +"PO-Revision-Date: 2020-11-03 22:41\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -208,6 +208,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -244,12 +250,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -463,6 +463,18 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%{count} more" msgstr "" @@ -505,6 +517,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -550,6 +568,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -676,9 +700,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -781,7 +802,7 @@ msgstr[2] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -799,6 +820,9 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1018,9 +1042,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1060,6 +1081,18 @@ msgstr[2] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1090,6 +1123,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1099,17 +1135,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1387,6 +1414,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1687,6 +1717,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1840,7 +1873,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1876,10 +1909,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1966,6 +1999,9 @@ 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 "" @@ -1990,6 +2026,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2104,6 +2143,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2113,6 +2167,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2125,12 +2185,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2185,6 +2263,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2194,6 +2275,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2239,6 +2323,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2263,6 +2350,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2272,6 +2362,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2287,22 +2380,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2368,10 +2461,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2488,6 +2581,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2497,10 +2599,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2512,19 +2614,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2539,6 +2650,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2548,7 +2665,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2566,7 +2686,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2575,6 +2695,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2641,9 +2782,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2668,6 +2806,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2689,6 +2830,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2710,12 +2854,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2764,6 +2914,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2776,9 +2929,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2806,9 +2965,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2896,9 +3061,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2971,9 +3133,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3004,9 +3163,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3031,6 +3187,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3055,9 +3214,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3073,6 +3229,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3406,6 +3565,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3655,6 +3817,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3901,7 +4066,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3922,6 +4108,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3940,6 +4129,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3997,9 +4189,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4081,6 +4270,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4165,6 +4360,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4216,12 +4423,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4240,6 +4456,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4252,6 +4471,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4396,6 +4618,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4432,9 +4657,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4465,7 +4702,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4648,6 +4885,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5059,6 +5299,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5242,9 +5485,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5263,9 +5503,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5374,6 +5611,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5398,7 +5638,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5425,6 +5665,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5608,6 +5851,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5665,9 +5911,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5923,9 +6166,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5941,9 +6181,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6010,9 +6247,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6079,9 +6313,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6148,9 +6379,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6211,6 +6439,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6295,6 +6526,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6436,9 +6670,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6550,9 +6781,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6865,7 +7093,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6916,6 +7144,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6985,6 +7216,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7363,6 +7597,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7423,6 +7660,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7432,6 +7672,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7465,6 +7708,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7714,6 +7960,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7807,6 +8056,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8059,6 +8311,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8116,6 +8371,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8155,6 +8419,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8176,6 +8446,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8203,15 +8479,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8227,6 +8503,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8266,6 +8545,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8278,6 +8560,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8287,6 +8575,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8443,9 +8734,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8455,6 +8743,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8470,9 +8761,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8494,6 +8782,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8557,12 +8848,18 @@ 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 "" @@ -8614,18 +8911,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8704,9 +9010,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8872,6 +9175,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8920,6 +9229,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9091,6 +9403,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9142,7 +9475,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9292,6 +9625,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9301,6 +9637,9 @@ 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 "" @@ -9322,6 +9661,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9349,9 +9691,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9520,15 +9859,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9601,6 +9949,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9742,6 +10093,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9769,7 +10126,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9814,6 +10183,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9841,7 +10213,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10603,12 +10978,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10639,6 +11020,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10714,6 +11098,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10816,6 +11203,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10879,6 +11269,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10891,6 +11284,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11029,6 +11425,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11059,6 +11467,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11110,6 +11521,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11176,10 +11590,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11194,6 +11611,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11212,9 +11632,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11230,15 +11647,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11248,6 +11665,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11305,12 +11725,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11335,6 +11761,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11398,6 +11827,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11431,9 +11863,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11443,9 +11872,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11500,7 +11935,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12046,7 +12481,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12067,6 +12502,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12103,9 +12541,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12130,6 +12565,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12442,6 +12883,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12547,7 +12991,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12706,6 +13150,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12715,6 +13165,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12760,12 +13213,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12778,6 +13249,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12790,6 +13264,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12814,6 +13291,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13225,6 +13705,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13279,9 +13762,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13294,7 +13774,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13402,6 +13882,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13426,9 +13909,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13450,10 +13930,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13537,6 +14017,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13657,6 +14140,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13717,6 +14206,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13726,12 +14218,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13741,6 +14239,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13753,6 +14275,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13828,27 +14353,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13867,6 +14398,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13897,6 +14431,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13906,12 +14485,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13945,6 +14542,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13960,37 +14560,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13999,6 +14620,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14023,9 +14647,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14125,25 +14746,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14191,6 +14812,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14239,6 +14914,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14455,6 +15133,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14710,6 +15391,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14728,6 +15412,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14857,9 +15547,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14887,9 +15574,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14923,6 +15607,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14956,6 +15643,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15001,6 +15691,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15076,6 +15769,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15622,9 +16318,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15643,6 +16336,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15676,9 +16372,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15688,7 +16381,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15700,6 +16393,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15763,6 +16459,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15883,6 +16582,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15910,15 +16615,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16156,6 +16936,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16561,6 +17344,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16876,9 +17680,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16936,6 +17746,36 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17191,6 +18031,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17656,6 +18499,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17686,9 +18532,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17923,6 +18766,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17968,9 +18814,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17980,9 +18823,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18103,19 +18943,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18289,6 +19123,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18385,7 +19222,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18409,9 +19246,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18433,7 +19267,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18457,9 +19291,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18475,9 +19306,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18487,12 +19315,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18517,7 +19339,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18709,7 +19531,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18721,9 +19543,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18826,6 +19645,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18907,6 +19729,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18925,6 +19750,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18955,6 +19783,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18991,6 +19822,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19219,6 +20056,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19228,6 +20068,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19240,12 +20083,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19450,9 +20299,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20146,7 +20992,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20449,6 +21295,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20503,6 +21352,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20959,6 +21811,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21085,6 +21940,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21196,6 +22054,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21277,6 +22138,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21322,9 +22186,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21535,6 +22396,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21655,6 +22519,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21676,9 +22543,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21706,6 +22579,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21832,7 +22708,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21844,6 +22726,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21862,6 +22756,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21958,7 +22855,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21991,6 +22888,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22195,6 +23095,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22348,6 +23251,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22375,6 +23284,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22444,6 +23356,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22453,6 +23368,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22468,6 +23389,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22492,9 +23416,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22504,6 +23425,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22543,6 +23467,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22573,7 +23500,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22630,9 +23557,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22714,9 +23638,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22792,7 +23713,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22837,10 +23758,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22969,6 +23890,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23032,6 +23956,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23071,6 +24001,12 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23251,6 +24187,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23266,7 +24205,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23281,9 +24220,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23377,6 +24313,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23491,6 +24430,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23626,6 +24568,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23731,6 +24676,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23749,9 +24703,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23896,6 +24856,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23923,6 +24886,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23932,9 +24898,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23944,6 +24907,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24055,27 +25021,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24310,6 +25267,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24418,6 +25378,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24460,9 +25423,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24538,9 +25498,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24604,6 +25561,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24760,6 +25720,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24889,6 +25852,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24904,6 +25870,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24946,6 +25915,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25030,6 +26005,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25051,6 +26029,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25186,12 +26167,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25219,6 +26206,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25456,15 +26446,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25549,7 +26554,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25573,9 +26578,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25588,9 +26590,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25687,6 +26695,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25711,7 +26725,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25822,7 +26836,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25882,6 +26896,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25894,7 +26911,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25933,6 +26950,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26041,6 +27061,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26236,6 +27259,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26287,7 +27313,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26311,9 +27337,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26446,6 +27478,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26455,6 +27490,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27007,6 +28045,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27043,7 +28087,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27094,7 +28138,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27223,6 +28267,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27295,16 +28342,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27481,6 +28531,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27631,6 +28684,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27856,6 +28912,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27994,10 +29053,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28024,6 +29086,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28036,9 +29101,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28060,15 +29152,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28123,10 +29227,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28246,6 +29347,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28342,9 +29446,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28498,6 +29599,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28807,7 +29914,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28891,6 +30004,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28987,6 +30109,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29011,15 +30136,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29086,15 +30214,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29107,7 +30235,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29350,10 +30478,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29446,6 +30574,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29467,6 +30598,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29479,10 +30613,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29497,6 +30631,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29698,6 +30841,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29710,6 +30856,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29734,9 +30889,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29794,9 +30946,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29899,19 +31048,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29941,6 +31093,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29956,6 +31111,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30223,9 +31381,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30352,9 +31507,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30400,9 +31552,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30487,6 +31636,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30730,7 +31882,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30748,6 +31900,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30766,6 +31921,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30802,6 +31960,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30865,6 +32026,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31342,9 +32506,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31357,9 +32518,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31438,6 +32596,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31618,9 +32779,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31633,3 +32791,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/hu_HU/gitlab.po b/locale/hu_HU/gitlab.po index e0a6239f240..865293cd765 100644 --- a/locale/hu_HU/gitlab.po +++ b/locale/hu_HU/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: hu\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/id_ID/gitlab.po b/locale/id_ID/gitlab.po index 9376db3055f..21c2bc2618f 100644 --- a/locale/id_ID/gitlab.po +++ b/locale/id_ID/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: id\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:40\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -876,9 +896,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1656,7 +1689,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1692,10 +1725,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -1929,6 +1983,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2010,6 +2091,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2845,6 +3001,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2887,6 +3043,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5198,7 +5438,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,7 +26518,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25570,6 +26578,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ig_NG/gitlab.po b/locale/ig_NG/gitlab.po index 1dc3320936a..dbbfe7418cf 100644 --- a/locale/ig_NG/gitlab.po +++ b/locale/ig_NG/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ig\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:45\n" +"PO-Revision-Date: 2020-11-03 22:45\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -876,9 +896,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1656,7 +1689,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1692,10 +1725,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -1929,6 +1983,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2010,6 +2091,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2845,6 +3001,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2887,6 +3043,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5198,7 +5438,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,7 +26518,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25570,6 +26578,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/is_IS/gitlab.po b/locale/is_IS/gitlab.po index 1563d7edcd4..8cd80676f85 100644 --- a/locale/is_IS/gitlab.po +++ b/locale/is_IS/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: is\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:40\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/it/gitlab.po b/locale/it/gitlab.po index 01eeae42c99..7177eae6d03 100644 --- a/locale/it/gitlab.po +++ b/locale/it/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: it\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:47\n" +"PO-Revision-Date: 2020-11-03 22:47\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d risultato del test risolto" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d problema selezionato" -msgstr[1] "%d problemi selezionati" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "%{count} approvazioni da %{name}" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} altro" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -947,9 +969,6 @@ msgstr "(verifica progresso)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(fonte esterna)" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- riduci" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "0 = illimitato" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type} inserimento" -msgstr[1] "%{count} %{type} inserimenti" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "Errore durante l'attivazione/disattivazione della sottoscrizione per l'iscrizione" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "Farà automaticamente le build, i test e i rilasci della tua applicazion msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Approfondisci: %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "Disponibile" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "Impostazioni" msgid "Branches|protected" msgstr "Protetta" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Descrizione" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Non mostrare più" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Feb" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Files" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Cronologia" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Intervallo di Pattern" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "Gen" msgid "January" msgstr "Gennaio" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Ultima Pipeline" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "Ultimo aggiornamento" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "Mar" msgid "March" msgstr "Marzo" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Membri" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Nessuno" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Dati insufficienti " msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "Percentuale di successo" msgid "PipelineCharts|Successful:" msgstr "Completata:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Totale:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "Salva pianificazione pipeline" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Pianifica una nuova Pipeline" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "Seleziona il ramo che vuoi impostare come predefinito per questo progett msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "Settembre" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Codice Sorgente" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "Lo stadio di pianificazione mostra il tempo trascorso dal primo commit a msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." -msgstr "Qualunque utente autenticato può accedere a questo progetto." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "Lo stadio di revisione mostra il tempo tra una richiesta di merge al suo msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "poco fa" msgid "Timeago|right now" msgstr "adesso" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Tempo totale di test per tutti i commits/merges" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ja/gitlab.po b/locale/ja/gitlab.po index 08307978560..e887b5692d5 100644 --- a/locale/ja/gitlab.po +++ b/locale/ja/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ja\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:48\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "%d 件の失敗" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d 件のテストで修正されました" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "このグループに%d件の課題" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d個の課題を選択済み" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "%d 件の課題をラベル付きでインポートしました" @@ -351,6 +351,14 @@ msgstr "%{name} が %{count} 件の承認を了承しました" msgid "%{count} files touched" msgstr "%{count} ファイルが変更されました" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "他 %{count} 件" @@ -389,6 +397,12 @@ msgstr "%{deployLinkStart}テンプレートを使用してECS%{deployLinkEnd} msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Sentry イベント: %{errorUrl}- 最初に検出されたイベント: %{firstSeen}- 最後に検出されたイベント: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "%{group_name} はグループ管理アカウントを使用します。 msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "新しい場所%{host} からのログイン" @@ -560,9 +580,6 @@ msgstr "%{name_with_link} は %{percent}またはそれ以下の共有ランナ msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} には %{resultsString} が含まれています" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -876,9 +896,6 @@ msgstr "(進行状況を確認する)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(外部ソース)" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "%d 以上" msgid "+%{approvers} more approvers" msgstr "%{approvers} 人以上の承認者" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "- 折りたたむ" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "0は無制限の意味" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "%{count} %{type} 件の追加情報" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "%{count} 件 %{type} の修正" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1359,7 +1389,7 @@ msgid "AccessibilityReport|Learn more" msgstr "" msgid "AccessibilityReport|Message: %{message}" -msgstr "" +msgstr "メッセージ: %{message}" msgid "AccessibilityReport|New" msgstr " 新しい" @@ -1417,7 +1447,7 @@ msgid_plural "Add %d issues" msgstr[0] "課題を%d 件、追加" msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence." -msgstr "" +msgstr "リリースに %{linkStart}アセット%{linkEnd} を追加します。 GitLab には、ソースコードやリリースのエビデンスなどの読み取り専用のアセットが自動的に含まれています。" msgid "Add CHANGELOG" msgstr "変更履歴を追加" @@ -1503,6 +1533,9 @@ msgstr "テーブルを追加する" msgid "Add a task list" msgstr "タスクリストを追加" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "すべてのメールに表示するテキストを追加します。 ただし、%{character_limit} 文字の制限があります。" @@ -1656,8 +1689,8 @@ msgstr "%{epic_ref} を子エピックとして追加しました。" msgid "Added %{label_references} %{label_text}." msgstr "%{label_references} %{label_text} を追加しました。" -msgid "Added a To Do." -msgstr "Todoへ追加しました。" +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "課題をエピックに追加しました。" @@ -1692,12 +1725,12 @@ msgstr "%{epic_ref} を子エピックとして追加" msgid "Adds %{labels} %{label_text}." msgstr "%{labels} %{label_text} を追加。" -msgid "Adds a To Do." -msgstr "Todoを追加。" - msgid "Adds a Zoom meeting" msgstr "Zoom ミーティングを追加" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "課題をエピックに追加。" @@ -1782,6 +1815,9 @@ 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 "オーナー" @@ -1806,6 +1842,9 @@ msgstr "ジョブの停止に失敗しました" msgid "AdminArea|Total users" msgstr "全ユーザー" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "ユーザー統計" @@ -1920,6 +1959,21 @@ msgstr "SSH鍵" msgid "AdminStatistics|Snippets" msgstr "スニペット" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA 無効" @@ -1929,6 +1983,12 @@ msgstr "2FA 有効" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "アクティブ" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "管理者" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "ブロック" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "ブロックユーザー" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "あなたです!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "新しいユーザー" @@ -2010,6 +2091,9 @@ msgstr "ユーザーが見つかりません" msgid "AdminUsers|Owned groups will be left" msgstr "所有グループは残ります" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "個人プロジェクトは残ります" @@ -2055,6 +2139,9 @@ msgstr "ユーザーはスラッシュコマンドを使用できなくなりま msgid "AdminUsers|The user will not receive any notifications" msgstr "このユーザーは通知を受け取れなくなります" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "確認のため、%{projectName} を入力してください" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "管理" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "高度な設定" @@ -2103,22 +2196,22 @@ msgstr "高度な設定" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "高度な権限、ラージファイルストレージ、2要素認証の設定" -msgid "Advanced search functionality" -msgstr "高度な検索機能" - msgid "After a successful password update you will be redirected to login screen." msgstr "パスワードの更新に成功すると、ログイン画面にリダイレクトされます。" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "パスワードを正常に更新した後、ログインページにリダイレクトされるので、そこで新しいパスワードでログインできます。" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "イベント" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "アラート" msgid "Alerts endpoint" msgstr "アラートエンドポイント" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "アルゴリズム" @@ -2455,9 +2596,6 @@ msgstr "このプロジェクトで %{linkStart} Auto DevOps %{linkEnd} が有 msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "すべてのユーザー" - msgid "All users must have a name." msgstr "すべてのユーザーに名前が必要です。" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "オーナーがLDAPと関係なくユーザーを手動で追加できるようにする" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "このグループ内のプロジェクトに Git LFS を使用できるようにする" @@ -2503,11 +2644,14 @@ msgstr "システムフックからのローカルネットワークへのリク msgid "Allow requests to the local network from web hooks and services" msgstr "web フックおよびサービスからのローカルネットワークへのリクエストを許可する。" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "このキーもリポジトリにプッシュできるようにしますか? (デフォルトはプルアクセスのみを許可します)" msgid "Allow this secondary node to replicate content on Object Storage" -msgstr "" +msgstr "このセカンダリノードがオブジェクトストレージ上にコンテンツを複製することを許可します" msgid "Allow users to dismiss the broadcast message" msgstr "" @@ -2524,12 +2668,18 @@ 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 "メールドメイン制限は、最上位グループにのみ許可されます" msgid "Allowed to fail" msgstr "失敗を許容" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Kubernetes クラスターを追加および管理できます。" @@ -2552,7 +2702,7 @@ msgid "Alternate support URL for help page and help dropdown" msgstr "ヘルプページとヘルプドロップダウン用の代替サポートURL" msgid "Alternatively, you can convert your account to a managed account by the %{group_name} group." -msgstr "" +msgstr "別の方法として、 あなたのアカウントを %{group_name} グループによって管理されたアカウントに変換することもできます。" msgid "Amazon EKS" msgstr "Amazon EKS" @@ -2578,9 +2728,12 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" -msgid "An alert has been triggered in %{project_path}." +msgid "An alert has been resolved in %{project_path}." msgstr "" +msgid "An alert has been triggered in %{project_path}." +msgstr "%{project_path} でアラートが トリガーされました。" + msgid "An application called %{link_to_client} is requesting access to your GitLab account." msgstr "アプリケーションの %{link_to_client} があなたの GitLab アカウントへのアクセスを要求しています。" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "GitLab ユーザフィールドが空の場合、すべての問題とコメントの説明に FogBugz ユーザのフルネーム (例えば、By John Smith)を追加します。また、これらの問題やコメントをプロジェクト作成者に関連付けるか、または割り当てます。" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "エラーが発生しました" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Blobのプレビュー中にエラーが発生しました" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "通知購読の切り替え時にエラーが発生しました" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "課題のウエイト更新時にエラーが発生しました" @@ -2633,13 +2798,13 @@ msgid "An error occurred while adding approvers" msgstr "" msgid "An error occurred while adding formatted title for epic" -msgstr "" +msgstr "エピックのフォーマット済みタイトルを追加する際にエラーが発生しました" msgid "An error occurred while checking group path. Please refresh and try again." msgstr "" msgid "An error occurred while decoding the file." -msgstr "" +msgstr "ファイルのデコード中にエラーが発生しました。" msgid "An error occurred while deleting the approvers group" msgstr "承認者グループの削除中にエラーが発生しました。" @@ -2672,7 +2837,7 @@ msgid "An error occurred while fetching commits. Retry the search." msgstr "" msgid "An error occurred while fetching coverage reports." -msgstr "" +msgstr "カバレッジレポートの取得でエラーが発生しました。" msgid "An error occurred while fetching environments." msgstr "環境の状態取得でエラーが発生しました。" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "サービスデスクアドレスの取得中にエラーが発生しました。" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "ボードリストの取得中にエラーが発生しました。もう一度やり直してください。" @@ -2785,9 +2947,6 @@ msgstr "課題の読み込み中にエラーが発生しました" msgid "An error occurred while loading merge requests." msgstr "マージリクエストのロード中にエラーが発生しました。" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2804,7 +2963,7 @@ msgid "An error occurred while loading the file." msgstr "ファイルのロード中にエラーが発生しました。" msgid "An error occurred while loading the file. Please try again later." -msgstr "" +msgstr "ファイルの読み込み中にエラーが発生しました。もう一度やり直してください。" msgid "An error occurred while loading the merge request changes." msgstr "マージリクエストの変更を読込中にエラーが発生しました。" @@ -2818,9 +2977,6 @@ msgstr "マージリクエストのロード中にエラーが発生しました msgid "An error occurred while loading the pipelines jobs." msgstr "パイプラインジョブのロード中にエラーが発生しました。" -msgid "An error occurred while loading the subscription details." -msgstr "サブスクリプションの詳細をロード中にエラーが発生しました。" - msgid "An error occurred while making the request." msgstr "リクエスト作成中にエラーが発生しました。" @@ -2831,7 +2987,7 @@ msgid "An error occurred while parsing recent searches" msgstr "検索履歴の解析中にエラーが発生しました" msgid "An error occurred while parsing the file." -msgstr "" +msgstr "ファイルのパース中にエラーが発生しました。" msgid "An error occurred while removing epics." msgstr "エピックの削除中にエラーが発生しました。" @@ -2845,6 +3001,9 @@ msgstr "プレビュー時のブロードキャストメッセージをレンダ msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "課題の並べ替え中にエラーが発生しました。" @@ -2869,9 +3028,6 @@ msgstr "LDAP のオーバーライド状態を保存するときにエラーが msgid "An error occurred while saving assignees" msgstr "担当者の登録中にエラーが発生しました" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "通知の購読中にエラーが発生しました。" @@ -2887,6 +3043,9 @@ msgstr "通知の購読を解除中にエラーが発生しました。" msgid "An error occurred while updating approvers" msgstr "承認者の更新中にエラーが発生しました。" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -2906,7 +3065,7 @@ msgid "An error occurred. Please try again." msgstr "エラーが発生しました。再度お試しください。" msgid "An error ocurred while loading your content. Please try again." -msgstr "" +msgstr "コンテンツの読み込み中にエラーが発生しました。もう一度やり直してください。" msgid "An example project for managing Kubernetes clusters integrated with GitLab." msgstr "" @@ -3150,7 +3309,7 @@ msgid "ApprovalRule|Rule name" msgstr "ルール名" msgid "ApprovalRule|Target branch" -msgstr "" +msgstr "ターゲットブランチ" msgid "ApprovalRule|e.g. QA, Security, etc." msgstr "例:QA、セキュリティなど" @@ -3212,6 +3371,9 @@ msgstr "アーカイブジョブ" msgid "Archive project" msgstr "プロジェクトをアーカイブ" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "アーカイブ済み" @@ -3249,7 +3411,7 @@ msgid "Are you sure you want to delete \"%{name}\" Value Stream?" msgstr "" msgid "Are you sure you want to delete %{name}?" -msgstr "" +msgstr "%{name} を削除しますか?" msgid "Are you sure you want to delete these artifacts?" msgstr "これらのアーティファクトを削除してもよろしいですか?" @@ -3276,7 +3438,7 @@ msgid "Are you sure you want to delete this pipeline? Doing so will expire all p msgstr "このパイプラインを削除してもよろしいですか?これにより、すべてのパイプラインキャッシュが期限切れになり、ビルド、ログ、アーティファクト、トリガーなどの関連オブジェクトがすべて削除されます。このアクションは元に戻せません。" msgid "Are you sure you want to deploy this environment?" -msgstr "" +msgstr "この環境をデプロイしてもよろしいですか?" msgid "Are you sure you want to discard this comment?" msgstr "" @@ -3298,7 +3460,7 @@ msgid "Are you sure you want to merge immediately?" msgstr "本当にすぐにマージしますか?" msgid "Are you sure you want to re-deploy this environment?" -msgstr "" +msgstr "この環境を再デプロイしてもよろしいですか?" msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again." msgstr "公開鍵を再生成してもよろしいですか? ミラーリングを行う前にリモートサーバーの公開鍵を更新しなければなりません。" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "自分に割り当てる" @@ -3591,7 +3756,7 @@ msgid "Authenticating" msgstr "認証中" msgid "Authentication Failure" -msgstr "" +msgstr "認証失敗" msgid "Authentication Log" msgstr "認証ログ" @@ -3624,7 +3789,7 @@ msgid "Authored %{timeago}" msgstr "" msgid "Authored %{timeago} by %{author}" -msgstr "" +msgstr "%{author}によって %{timeago} に作成されました" msgid "Authorization code:" msgstr "認証コード:" @@ -3701,8 +3866,29 @@ msgstr "あらかじめ定義された CI/CD の構成を基に自動的にア 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. %{more_information_link}" -msgstr "Auto DevOpsのパイプラインが有効になっており、代替のCIの設定ファイルが見つからない場合に使用します。 %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "オートコンプリート" @@ -3722,6 +3908,9 @@ msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} を用 msgid "Automatic certificate management using Let's Encrypt" msgstr "Let's Encryptを用いた自動証明書管理" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "注意" msgid "Available" msgstr "利用可能" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3768,7 +3960,7 @@ msgid "Average per day: %{average}" msgstr "1日あたりの平均: %{average}" msgid "Back to page %{number}" -msgstr "" +msgstr "%{number}ページに戻る" msgid "Background Color" msgstr "背景色" @@ -3797,9 +3989,6 @@ msgstr "バッジ画像のURL" msgid "Badges|Badge image preview" msgstr "バッジ画像プレビュー" -msgid "Badges|Delete badge" -msgstr "バッジを削除" - msgid "Badges|Delete badge?" msgstr "バッジを削除しますか?" @@ -3881,6 +4070,12 @@ msgstr "Bamboo のルートURL 例: https://bamboo.example.com" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Bambooで自動リビジョンラベリングとリポジトリトリガーを設定しなければなりません。" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "ご注意ください。プロジェクトの名前空間を変更すると、意図しない副作用が発生することがあります。" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "アップグレード" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Bitbucket サーバー インポート" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "全て表示" msgid "Boards|View scope" msgstr "スコープ表示" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "%{branchName} ブランチはこのプロジェクトのリポジトリ msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "プロジェクト設定" msgid "Branches|protected" msgstr "保護" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "ブロードキャストメッセージは正常に作成されました。" @@ -4232,9 +4457,21 @@ msgstr "ビルトイン" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "バーンダウンチャート" +msgid "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 "課題の重みを開く" @@ -4265,7 +4502,7 @@ msgstr "%{user_name} による" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4284,7 +4521,7 @@ msgid "CI / CD" msgstr "CI / CD" msgid "CI / CD Analytics" -msgstr "" +msgstr "CI/CD の分析" msgid "CI / CD Settings" msgstr "CI / CD 設定" @@ -4448,6 +4685,9 @@ msgstr "不正利用レポートを作成できません。このユーザーは msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "複数のJiraインポートを同時に実行できません" @@ -4704,7 +4944,7 @@ msgid "Checkout" msgstr "Checkout" msgid "Checkout|$%{selectedPlanPrice} per user per year" -msgstr "" +msgstr "ユーザー・年間あたり %{selectedPlanPrice} ドル" msgid "Checkout|%{cardType} ending in %{lastFourDigits}" msgstr "" @@ -4740,7 +4980,7 @@ msgid "Checkout|Continue to billing" msgstr "請求に続く" msgid "Checkout|Continue to payment" -msgstr "" +msgstr "支払いを続行" msgid "Checkout|Country" msgstr "国" @@ -4749,10 +4989,10 @@ msgid "Checkout|Create a new group" msgstr "新しいグループを作成" msgid "Checkout|Credit card form failed to load. Please try again." -msgstr "" +msgstr "クレジットカードのフォーム読み込み失敗しました。もう一度やり直してください。" msgid "Checkout|Credit card form failed to load: %{message}" -msgstr "" +msgstr "クレジットカードのフォーム読み込み失敗しました。: %{message}" msgid "Checkout|Edit" msgstr "編集" @@ -4764,13 +5004,13 @@ msgid "Checkout|Failed to confirm your order! Please try again." msgstr "注文の確認に失敗しました。もう一度やり直してください。" msgid "Checkout|Failed to confirm your order: %{message}. Please try again." -msgstr "" +msgstr "注文の確認に失敗しました。: %{message} もう一度やり直してください。" msgid "Checkout|Failed to load countries. Please try again." -msgstr "" +msgstr "国情報の読み込みに失敗しました。もう一度やり直してください。" msgid "Checkout|Failed to load states. Please try again." -msgstr "" +msgstr "都道府県や州の読み込みに失敗しました。もう一度やり直してください。" msgid "Checkout|Failed to register credit card. Please try again." msgstr "クレジットカードの登録に失敗しました。もう一度やり直してください。" @@ -4794,13 +5034,13 @@ msgid "Checkout|Number of users" msgstr "ユーザー数" msgid "Checkout|Payment method" -msgstr "" +msgstr "支払い方法" msgid "Checkout|Please select a country" -msgstr "" +msgstr "国を選択してください" msgid "Checkout|Please select a state" -msgstr "" +msgstr "都道府県または州を選択してください" msgid "Checkout|Select" msgstr "選択" @@ -4830,13 +5070,13 @@ msgid "Checkout|Users" msgstr "ユーザー" msgid "Checkout|You'll create your new group after checkout" -msgstr "" +msgstr "チェックアウト後に新しいグループを作成します。" msgid "Checkout|Your organization" msgstr "組織" msgid "Checkout|Your subscription will be applied to this group" -msgstr "" +msgstr "あなたのサブスクリプションはこのグループに適用されます" msgid "Checkout|Zip code" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "子エピックは存在しません。" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "すべての環境" msgid "CiVariable|Create wildcard" msgstr "ワイルドカードの作成" -msgid "CiVariable|Error occurred while saving variables" -msgstr "変数保存中にエラーが発生しました" - msgid "CiVariable|Masked" msgstr "マスク" @@ -5063,9 +5303,6 @@ msgstr "マスクの切り替え" msgid "CiVariable|Toggle protected" msgstr "保護の切り替え" -msgid "CiVariable|Validation failed" -msgstr "検証に失敗しました" - msgid "Classification Label (optional)" msgstr "分類ラベル (オプション)" @@ -5174,6 +5411,9 @@ msgstr "%{tabname} を閉じる" msgid "Close epic" msgstr "エピックを閉じる" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "マイルストーンを閉じる" @@ -5198,8 +5438,8 @@ msgstr "クローズした課題" msgid "Closed this %{quick_action_target}." msgstr "%{quick_action_target} を閉じた。" -msgid "Closed: %{closedIssuesCount}" -msgstr "閉じた件数: %{closedIssuesCount} " +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "この %{quick_action_target} を閉じる。" @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "クラスターのキャッシュを削除" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "クラスター管理プロジェクト(アルファ)" @@ -5465,9 +5711,6 @@ msgstr "インスタンスタイプをロードできませんでした" msgid "ClusterIntegration|Could not load networks" msgstr "ネットワークをロードできませんでした" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "あなたのAWSアカウントからリージョンをロードできませんでした。" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "選択した VPC のセキュリティグループをロードできませんでした" @@ -5723,9 +5966,6 @@ msgstr "%{help_link_start_machine_type}マシンタイプ%{help_link_end}と%{he msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "%{help_link_start}ゾーン%{help_link_end}の詳細。" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Kubernetes の詳細" @@ -5741,9 +5981,6 @@ msgstr "IAMロールのロード" msgid "ClusterIntegration|Loading Key Pairs" msgstr "キーペアをロード" -msgid "ClusterIntegration|Loading Regions" -msgstr "リージョンのロード中" - msgid "ClusterIntegration|Loading VPCs" msgstr "VPC をロード" @@ -5810,9 +6047,6 @@ msgstr "プロジェクトが見つかりません" msgid "ClusterIntegration|No projects matched your search" msgstr "検索条件に一致するプロジェクトはありません" -msgid "ClusterIntegration|No region found" -msgstr "リージョンが見つかりません" - msgid "ClusterIntegration|No security group found" msgstr "セキュリティグループが見つかりません" @@ -5879,9 +6113,6 @@ msgstr "統合Kubernetesクラスターについては、%{link_start}ヘルプ msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "リージョン" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Kubernetes クラスターの統合を削除" @@ -5948,9 +6179,6 @@ msgstr "ネットワークの検索" msgid "ClusterIntegration|Search projects" msgstr "プロジェクトの検索" -msgid "ClusterIntegration|Search regions" -msgstr "リージョンの検索" - msgid "ClusterIntegration|Search security groups" msgstr "セキュリティグループを検索" @@ -6011,6 +6239,9 @@ msgstr "プロジェクトを選択してゾーンを選択" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "ゾーンを選択" @@ -6095,6 +6326,9 @@ msgstr "このエンドポイントは割り当てプロセス実施中です。 msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "クラスターとの認証に問題がありました。 CA証明書とトークンが有効であることを確認してください。" @@ -6236,9 +6470,6 @@ msgstr "VPCを選択" msgid "ClusterIntergation|Select a network" msgstr "ネットワークを選択" -msgid "ClusterIntergation|Select a region" -msgstr "リージョンの選択" - msgid "ClusterIntergation|Select a security group" msgstr "セキュリティグループを選択" @@ -6350,9 +6581,6 @@ msgstr "コレクタのホスト名" msgid "ComboSearch is not defined" msgstr "ComboSearch が定義されていません" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6535,13 +6763,13 @@ msgid "Completed" msgstr "" msgid "Compliance" -msgstr "" +msgstr "コンプライアンス" msgid "Compliance Dashboard" -msgstr "" +msgstr "コンプライアンスダッシュボード" msgid "Compliance framework (optional)" -msgstr "" +msgstr "コンプライアンスフレームワーク(オプション)" msgid "Compliance frameworks" msgstr "" @@ -6619,7 +6847,7 @@ msgid "Configure existing installation" msgstr "既存のインストールを設定する" msgid "Configure limit for issues created per minute by web and API requests." -msgstr "" +msgstr "Web と API リクエストによって1分あたりに作成される課題の制限を設定します。" msgid "Configure limits for Project/Group Import/Export." msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "接続タイムアウト" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "アップグレードの問い合わせ" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -6880,7 +7114,7 @@ msgid "ContainerRegistry|Something went wrong while fetching the repository list msgstr "" msgid "ContainerRegistry|Something went wrong while fetching the tags list." -msgstr "" +msgstr "tagリストの取得中に問題が発生しました。" msgid "ContainerRegistry|Something went wrong while marking the tag for deletion." msgstr "" @@ -7129,7 +7363,7 @@ msgid "Copy file path" msgstr "ファイルのパスをコピー" msgid "Copy key" -msgstr "" +msgstr "キーをコピー" msgid "Copy labels and milestone from %{source_issuable_reference}." msgstr "%{source_issuable_reference} からラベルとマイルストーンをコピー。" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "チャットのニックネーム %{chat_name} を削除できません msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "トリガーを除去できませんでした。" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "デザインをアップロードできませんでした。アップロードされたファイルにサポートされていないものが含まれていました。" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "国" @@ -7504,6 +7750,9 @@ msgstr "%{projectLink} にマージリクエスト %{mergeRequestLink} を作成 msgid "Created on" msgstr "作成日時" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "作成日時:" @@ -7597,6 +7846,9 @@ msgstr "カスタムCIの設定パス" msgid "Custom Git clone URL for HTTP(S)" msgstr "HTTP(S) 用のカスタム Git クローン URL" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "カスタムホスト名 (プライベートコミット用メールアドレス)" @@ -7793,7 +8045,7 @@ msgid "CycleAnalyticsStage|should be under a group" msgstr "グループの下にあるべきです" msgid "CycleAnalytics|%{selectedLabelsCount} selected (%{maxLabels} max)" -msgstr "" +msgstr "%{selectedLabelsCount} 件選択済み (最大 %{maxLabels} 件)" msgid "CycleAnalytics|%{stageCount} stages selected" msgstr "%{stageCount} ステージが選択されました" @@ -7847,11 +8099,14 @@ 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 "" + msgid "CycleAnalytics|Total days to completion" msgstr "完了までの日数合計" msgid "CycleAnalytics|Type of work" -msgstr "" +msgstr "仕事の種類" msgid "CycleAnalytics|group dropdown filter" msgstr "グループドロップダウンフィルター" @@ -7904,6 +8159,15 @@ msgstr "%{firstProject}, %{rest}, と %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "%{invalidProjects} を追加できません。ダッシュボードが利用できるのは、公開プロジェクトと、有料コースの Silverプランのプライベートプロジェクトだけです。" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "データはまだ計算中です..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "コメントを削除" -msgid "Delete Snippet" -msgstr "スニペットを削除" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "アーチファクトを削除" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "ボードの削除" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "リストを削除する" - msgid "Delete pipeline" msgstr "パイプラインの削除" @@ -8282,6 +8570,9 @@ msgstr "スニペットを削除?" msgid "Delete source branch" msgstr "ソースブランチを削除" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "この添付ファイルを削除" @@ -8345,12 +8636,18 @@ 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 "依存関係" @@ -8396,18 +8693,27 @@ msgstr "JSONエクスポート" msgid "Dependencies|Job failed to generate the dependency list" msgstr "依存関係リストの生成に失敗しました" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "ライセンス" msgid "Dependencies|Location" msgstr "ロケーション" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "パッケージャー" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "%{codeStartTag}依存関係スキャニング%{codeEndTag}ジョブに失敗し依存関係リストを生成できません。ジョブが正しく実行されているか確認した上でパイプラインを再実行してください。" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "デプロイの進行状況が見つかりません。 ポッドを表 msgid "Deploy to..." msgstr "デプロイ先..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "%{appLabel} ラベルはデプロイボードから削除されました。ボード上のすべてのインスタンスを見るためには、チャートを更新して再表示する必要があります。" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8568,7 +8871,7 @@ msgid "DeployTokens|Allows write access to the package registry" msgstr "" msgid "DeployTokens|Allows write access to the registry images" -msgstr "" +msgstr "レジストリイメージへの書き込みアクセスを許可する" msgid "DeployTokens|Copy deploy token" msgstr "デプロイトークンをコピー" @@ -8648,6 +8951,12 @@ msgstr "デプロイ済み" msgid "Deployed to" msgstr "デプロイ先" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "デプロイ先" @@ -8696,6 +9005,9 @@ msgstr "説明" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "%{link_start} GitLab風のマークダウン %{link_end} でパースした説明" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Description テンプレートを使用すると、プロジェクトの課題およびマージリクエスト説明に対するコンテキスト固有のテンプレートを定義できます。" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "差分コンテンツの制限" @@ -8918,8 +9251,8 @@ msgstr "グループ Runner を無効にする" msgid "Disable public access to Pages sites" msgstr "Pages サイトへの公開アクセスを無効にする" -msgid "Disable shared Runners" -msgstr "共有 Runner を無効化" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "2要素認証を無効にする" @@ -9066,6 +9399,9 @@ msgstr "文書" msgid "Documentation for popular identity providers" msgstr "一般的な ID プロバイダのドキュメント" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 サイトにとって不可欠なセキュリティ対策です。ユーザーは、ドメインが有効になる前にドメインを制御していることを示す必要があります" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "-----BEGIN PGP PUBLIC KEY BLOCK----- で始まる公開部分を貼り付けてください。 GPG キーの秘密部分を貼り付けないで下さい。" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "次回から表示しない" @@ -9123,9 +9465,6 @@ msgstr "別名でダウンロード" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "アセットをダウンロード" - msgid "Download codes" msgstr "コードをダウンロード" @@ -9294,15 +9633,24 @@ msgstr "公開デプロイキーの編集" msgid "Edit stage" msgstr "ステージの編集" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "このリリースを編集します。" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Wikiページの編集" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "スレッド内の最新のあなたのコメントを編集 (空のテキスト領域から)" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "メール送信完了" msgid "Email the pipelines status to a list of recipients." msgstr "パイプラインのステータスを受信者のリストにEメールで通知します。" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "メールが空のようです。返信文がメールの一番上にあることを確認してください。インラインの返信は処理できません。" @@ -9516,6 +9867,12 @@ msgstr "メールのヘッダーとフッターを有効にする" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,8 +9900,20 @@ msgstr "プロキシを有効にする" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "reCAPTCHA または Akismet を有効にして、IP制限を設定します。 reCAPTCHA については、現在 %{recaptcha_v2_link_start} v2 %{recaptcha_v2_link_end} のみをサポートしています。" -msgid "Enable shared Runners" -msgstr "共有 Runner を有効化" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "スノープロウトラッキングを有効にする" @@ -9588,6 +9957,9 @@ msgstr "これを有効にすると、プロジェクト名前空間の計画に msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "終了時刻 (UTC)" @@ -9615,7 +9987,10 @@ msgstr "IPアドレスの範囲を入力" msgid "Enter a number" msgstr "数値の入力" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -9862,7 +10237,7 @@ msgid "Environments|Open live environment" msgstr "ライブ環境を開く" msgid "Environments|Pod name" -msgstr "" +msgstr "ポッド名" msgid "Environments|Re-deploy" msgstr "再デプロイ" @@ -10377,12 +10752,18 @@ msgstr "例: Usage = 単一クエリ。 (Requested) / (Capacity) = 式を構成 msgid "Except policy:" msgstr "除外ポリシー:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "マージコミットを除外しています。%{limit} 件のコミットに制限されています。" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "マージコミットを除外しています。 6,000件のコミットに制限されています。" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "承認者を展開" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "課題をエクスポート" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "プロジェクトのエクスポート" @@ -10590,6 +10977,9 @@ msgstr "この課題のためのブランチの作成に失敗しました。も msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "関連するブランチの読み込みに失敗しました" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "スタックトレースのロードに失敗しました。" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "参照された課題が見つからないため、この課題を複製としてマークできませんでした。" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (すべての環境)" @@ -10831,6 +11239,9 @@ msgstr "設定" msgid "FeatureFlags|Configure feature flags" msgstr "機能フラグを設定" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "機能フラグを作成" @@ -10882,6 +11293,9 @@ msgstr "機能フラグ%{name} が、削除されます。本当に削除しま msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "機能フラグを有効にすると、特定の機能への動的切り替えによってコードに異なるフレーバーを設定することができます。" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,11 +11362,14 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "ロールアウト率(対ログインユーザー)" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" -msgstr "ロールアウト率は0〜100の整数でなければなりません" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "FeatureFlags|Protected" msgstr "保護されています" @@ -10966,6 +11383,9 @@ msgstr "ロールアウトパーセント" msgid "FeatureFlags|Rollout Strategy" msgstr "ロールアウト戦略" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "機能フラグの取得中にエラーが発生しました。" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "2月" @@ -11077,12 +11497,18 @@ msgstr "ファイルテンプレート" msgid "File upload error." msgstr "ファイルアップロードエラー" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "ファイル" msgid "Files breadcrumb" msgstr "ファイルのパンくずリスト" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "パス %{path} 内のファイル、ディレクトリ、およびサブモジュールのコミット参照 %{ref}" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "フィルター..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "完了" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "名が長すぎます(最大 %{max_length} 文字)。" - msgid "First Seen" msgstr "最初に見た" @@ -11215,9 +11644,15 @@ msgstr "一週間の開始曜日" msgid "First name" msgstr "名前" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "最初に見た" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "日付を固定" @@ -11272,8 +11707,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "内部プロジェクトの場合、ログインしているすべてのユーザーはパイプラインを表示でき、ジョブの詳細(出力ログおよびアーティファクト) にアクセスできます。" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "詳細については、ドキュメントを読んでください。" @@ -11818,7 +12253,7 @@ msgstr "リリースの開始" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "このGitLabサーバーはGit LFSが無効になっています。管理者に連絡してください。" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "Git シャロークローン" msgid "Git strategy for pipelines" msgstr "パイプラインのGit戦略" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git バージョン" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "GitLab Shared Runnerは、GitLab Runnerのオートスケール設定でMaxBuildsを1 (GitLab.com上ではこの設定)しない限り、同じRunnerで別のプロジェクトのコードを実行します。" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "GitLab for Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -11942,7 +12383,7 @@ msgid "GitLab.com import" msgstr "GitLab.com インポート" msgid "GitLabPagesDomains|Retry" -msgstr "" +msgstr "リトライ" msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}." msgstr "%{domain}は検証されていません。 所有権を確認する方法については、%{link_start}ドメインの詳細%{link_end}をご覧ください。" @@ -12011,7 +12452,7 @@ msgid "GitLabPages|Save" msgstr "保存" msgid "GitLabPages|Something went wrong while obtaining the Let's Encrypt certificate for %{domain}. To retry visit your %{link_start}domain details%{link_end}." -msgstr "" +msgstr "%{domain} の Let's Encrypt 証明書を取得する際に問題が発生しました。再試行するには、 %{link_start} ドメインの詳細 %{link_end} にアクセスしてください。" msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it." msgstr "ドメインと証明書のサポートが無効です。有効にするにはシステム管理者にお問い合わせください。" @@ -12214,6 +12655,9 @@ msgstr "あなたのプロジェクトへ移動" msgid "Go to your snippets" msgstr "あなたのスニペットへ移動" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "Google Cloud Platform" @@ -12319,7 +12763,7 @@ msgstr "グループ URL" msgid "Group avatar" msgstr "グループアバター" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "ロードマップを表示するには、このグループまたはそ msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "検索範囲を広げるには、フィルタを変更または削除します。 %{startDate} から %{endDate} まで" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "証明書のフィンガープリント" @@ -12487,6 +12937,9 @@ msgstr "設定" msgid "GroupSAML|Copy SAML Response XML" msgstr "SAMLレスポンスXMLのコピー" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "NameID" msgid "GroupSAML|NameID Format" msgstr "NameID の形式" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "SAMLレスポンス出力" @@ -12550,6 +13021,9 @@ msgstr "SAML シングルサインオン" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "SAML シングル サインオンの設定" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "SCIM APIエンドポイントのURL" @@ -12562,6 +13036,9 @@ msgstr "SAML トークンの SHA1 フィンガープリントで証明書に署 msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "SCIMトークンは非表示になっています。トークンの値をもう一度確認するには、次の手順を実行する必要があります。 " +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "SCIMトークン" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "履歴" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "しかし、あなたはすでにこの %{member_source} のメンバーです。招待を受け入れるには、別のアカウントを使用してサインインしてください。" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "%{terms_link_start} 利用規約とプライバシーポリシー %{terms_link_end} に同意します。" - msgid "I accept the %{terms_link}" msgstr "%{terms_link} に同意する" @@ -13062,8 +13542,8 @@ msgstr "パスワードを忘れました" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "Let's Encryptの %{link_start} 利用規約 %{link_end} (PDF) を読み、同意しました。" -msgid "I'd like to receive updates via email about GitLab" -msgstr "GitLabについての最新情報をメールで受け取りたい" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "有効に設定した場合、外部サービスからプロジェクトへのアクセスが分類ラベルを使用して制御されます。" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "リカバリーコードを紛失した場合は、新しいリカバリーコードを生成して、以前のリカバリーコードをすべて無効にすることができます。" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,12 +13698,12 @@ msgstr "無視する" msgid "Ignored" msgstr "" -msgid "Image Details" -msgstr "" - msgid "Image URL" msgstr "画像のURL" +msgid "Image details" +msgstr "" + msgid "ImageDiffViewer|2-up" msgstr "2-up" @@ -13301,6 +13781,9 @@ msgstr "manifest ファイルのアップロードによる複数リポジトリ msgid "Import project" msgstr "プロジェクトのインポート" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "プロジェクトメンバーをインポート" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "インシデント管理制限" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "インシデント" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "すべてのユーザーが同意しなければならない利用規約とプライバシーポリシーを含めます。" @@ -13592,27 +14117,33 @@ msgstr "ホストキーのマニュアル入力" msgid "Input your repository URL" msgstr "リポジトリの URL を入力してください" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "コードブロックを挿入" msgid "Insert a quote" msgstr "引用を挿入" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "コードを挿入" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "候補を挿入する" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "洞察" @@ -13631,6 +14162,9 @@ msgstr "GitLab Runner のインストール" msgid "Install Runner on Kubernetes" msgstr "Kubernetes に Runner をインストール" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "アプリケーションリポジトリから %{free_otp_link} やGoogle 認証などのソフト認証トークンをインストールし、それを使ってこのQRコードをスキャンします。より詳しい情報は %{help_link_start} 文書 %{help_link_end} を参照してください。" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "インスタンス管理者グループは既に存在します" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,38 +14322,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "貢献をしたい関係者は、コミットをプッシュすることで貢献することもできます。" msgid "Internal" msgstr "内部" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "内部 - グループおよび内部プロジェクトは、ログインしているすべてのユーザーが見ることができます。" +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "内部 - プロジェクトは、ログインしているすべてのユーザーがアクセスできます。" +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "内部URL(オプション)" @@ -13761,6 +14382,9 @@ msgstr "内部URL(オプション)" msgid "Internal users" msgstr "内部ユーザー" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "間隔のパターン" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "無効な URL" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "メンバーを招待する" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -13996,11 +14671,14 @@ msgid "Issue %{issue_reference} has already been added to epic %{epic_reference} msgstr "課題 %{issue_reference} をエピック %{epic_reference} に追加しました。" msgid "Issue Analytics" -msgstr "" +msgstr "課題分析" msgid "Issue Boards" msgstr "課題ボード" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14041,28 +14719,28 @@ msgid "IssueAnalytics|Age" msgstr "" msgid "IssueAnalytics|Assignees" -msgstr "" +msgstr "担当者" msgid "IssueAnalytics|Due date" -msgstr "" +msgstr "期日" msgid "IssueAnalytics|Failed to load issues. Please try again." -msgstr "" +msgstr "課題の読み込みに失敗しました。もう一度やり直してください。" msgid "IssueAnalytics|Issue" msgstr "" msgid "IssueAnalytics|Milestone" -msgstr "" +msgstr "マイルストーン" msgid "IssueAnalytics|Opened by" msgstr "" msgid "IssueAnalytics|Status" -msgstr "" +msgstr "ステータス" msgid "IssueAnalytics|Weight" -msgstr "" +msgstr "ウェイト" msgid "IssueBoards|Board" msgstr "ボード" @@ -14104,7 +14782,7 @@ msgid "Issues" msgstr "課題" msgid "Issues Rate Limits" -msgstr "" +msgstr " 課題レート制限" msgid "Issues and Merge Requests" msgstr "" @@ -14217,6 +14895,9 @@ msgstr "1月" msgid "January" msgstr "1月" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "ラベルの昇格" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "%{count} 以上" - msgid "Language" msgstr "言語" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "最終アクセス" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "姓が長すぎます(最大 %{max_length} 文字)。" - msgid "Last Pipeline" msgstr "最新パイプライン" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "姓" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "最後の返信" @@ -14716,6 +15403,9 @@ msgstr "最終更新" msgid "Last used" msgstr "前回使用" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "最終使用日: " @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "詳細" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Auto DevOps の詳細" @@ -14836,6 +15529,9 @@ msgstr "\"ファイルタイプ\"と\"デリバリー方法\"オプションを msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "Let's Encryptはexample.comのメールアドレスを受け付けません" @@ -14999,7 +15695,7 @@ msgid "Licenses|Detected in Project" msgstr "" msgid "Licenses|Detected licenses that are out-of-compliance with the project's assigned policies" -msgstr "" +msgstr "プロジェクトに割り当てられたポリシーに準拠していない、 検出されたライセンス" msgid "Licenses|Disallow Merge request if detected and will instruct the developer to remove" msgstr "" @@ -15026,7 +15722,7 @@ msgid "Licenses|Policy" msgstr "" msgid "Licenses|Policy violation: denied" -msgstr "" +msgstr "ポリシー違反:拒否" msgid "Licenses|Specified policies in this project" msgstr "" @@ -15081,7 +15777,7 @@ msgid "Link title" msgstr "" msgid "Link title is required" -msgstr "" +msgstr " リンクタイトルは必須入力項目です" msgid "Link to go to GitLab pipeline documentation" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "3月" msgid "March" msgstr "3月" -msgid "Mark To Do as done" -msgstr "Todo を完了にする" - msgid "Mark as done" msgstr "完了にする" @@ -15389,6 +16082,9 @@ msgstr "この課題を別の課題と重複しているとマークする" msgid "Mark this issue as related to another issue" msgstr "この課題を別の課題に関連しているとマークする" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "Todo を完了にした。" - msgid "Marked this %{noun} as Work In Progress." msgstr "この %{noun} を作業中とマークしました。" @@ -15434,8 +16127,8 @@ msgstr "この課題は %{duplicate_param} と重複としているとマーク msgid "Marked this issue as related to %{issue_ref}." msgstr "この課題を %{issue_ref} に関連しているとマークしました。" -msgid "Marks To Do as done." -msgstr "Todo を完了にする." +msgid "Marked to do as done." +msgstr "" msgid "Marks this %{noun} as Work In Progress." msgstr "この %{noun} を作業中とマークします。" @@ -15446,6 +16139,9 @@ msgstr "この課題を %{duplicate_reference} と重複しているとマーク msgid "Marks this issue as related to %{issue_ref}." msgstr "この課題を %{issue_ref} に関連しているとマークする。" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "メンバーのロック" msgid "Member since %{date}" msgstr "%{date} にメンバー登録" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "メンバー" @@ -15656,15 +16361,90 @@ msgstr "%{strong_start}%{group_name}%{strong_end} へアクセスできるメン msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "メモリ使用量" @@ -15681,7 +16461,7 @@ msgid "Merge Request" msgstr "マージリクエスト" msgid "Merge Request Analytics" -msgstr "" +msgstr "マージリクエスト分析" msgid "Merge Request Approvals" msgstr "マージリクエスト承認" @@ -15783,25 +16563,25 @@ msgid "MergeConflict|origin//their changes" msgstr "origin //相手の変更" msgid "MergeRequestAnalytics|Assignees" -msgstr "" +msgstr "担当者" msgid "MergeRequestAnalytics|Date Merged" -msgstr "" +msgstr "マージ日" msgid "MergeRequestAnalytics|Line changes" -msgstr "" +msgstr "変更行" msgid "MergeRequestAnalytics|Merge Request" -msgstr "" +msgstr "マージリクエスト" msgid "MergeRequestAnalytics|Milestone" -msgstr "" +msgstr "マイルストーン" msgid "MergeRequestAnalytics|Pipelines" -msgstr "" +msgstr "パイプライン" msgid "MergeRequestAnalytics|Time to merge" -msgstr "" +msgstr "マージまでの時間" msgid "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}" msgstr "%{selectStart} から %{selectEnd} まで %{end} の行へのコメント" @@ -15902,6 +16682,9 @@ msgstr "マージしたブランチは削除中です。これはブランチの msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16168,7 +16951,7 @@ msgid "Metrics|Refresh Prometheus data" msgstr "" msgid "Metrics|Refresh dashboard" -msgstr "" +msgstr "ダッシュボードをリフレッシュ" msgid "Metrics|Select a value" msgstr "" @@ -16186,13 +16969,13 @@ msgid "Metrics|There was an error creating the dashboard. %{error}" msgstr "ダッシュボードを作成中にエラーが発生しました。: %{error}" msgid "Metrics|There was an error fetching annotations. Please try again." -msgstr "" +msgstr " アノテーションの取得中にエラーが発生しました。もう一度お試しください." msgid "Metrics|There was an error fetching the environments data, please try again" msgstr "環境データの取得中にエラーが発生しました。もう一度お試しください" msgid "Metrics|There was an error getting annotations information." -msgstr "" +msgstr " アノテーション情報の取得中にエラーが発生しました。" msgid "Metrics|There was an error getting dashboard validation warnings information." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "現在のライセンスでは マイルストーンリストを利用 msgid "Milestone lists show all issues from the selected milestone." msgstr "マイルストーンリストには、選択したマイルストーンのすべての課題を表示します。" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "しない" msgid "New" msgstr "新しい" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "新しいアプリケーション" @@ -17396,6 +18235,9 @@ msgstr "管理者ではないユーザーは、読み取り専用アクセスで msgid "None" msgstr "なし" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "未実装" @@ -17426,9 +18268,6 @@ msgstr "データ不足" msgid "Not found." msgstr "見つかりません。" -msgid "Not now" -msgstr "後で" - msgid "Not ready yet. Try again later." msgstr "準備がまだできていません。あとでもう一度試してください。" @@ -17663,6 +18502,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,21 +18677,15 @@ msgstr "" msgid "Open issues" msgstr "課題を開く" -msgid "Open projects" -msgstr "プロジェクトを開く" - msgid "Open raw" msgstr "そのまま開く" msgid "Open sidebar" msgstr "サイドバーを開く" -msgid "Open: %{openIssuesCount}" +msgid "Open: %{open}" msgstr "" -msgid "Open: %{open} • Closed: %{closed}" -msgstr "オープン: %{open} •クローズ: %{closed}" - msgid "Opened" msgstr "オープン" @@ -18027,6 +18857,9 @@ msgstr "Conan リモートの追加" msgid "PackageRegistry|Add NuGet Source" msgstr "NuGet ソースを追加" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,8 +18956,8 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "まだ行っていない場合は、 %{codeStart}pom.xml%{codeEnd} ファイルに以下を追加する必要があります。" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." -msgstr "お気に入りのパッケージマネージャが見つかりませんか?GitLab でのファーストクラスサポートの構築にぜひご協力ください!新しいパッケージマネージャのサポートの構築方法については、 %{contributionLinkStart}貢献ドキュメントをご覧ください%{contributionLinkEnd}。以下は、私たちが注目しているパッケージマネージャのリストです。" +msgid "PackageRegistry|Install package version" +msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." msgstr "GitLabで%{noPackagesLinkStart}あなたのパッケージを公開し共有%{noPackagesLinkEnd}する方法を学ぶ。" @@ -18147,9 +18980,6 @@ msgstr "Maven XML" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18171,8 +19001,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "パッケージはまだありません" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "このパッケージの詳細の取得中に問題が発生しました。" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "パッケージを読み込めません" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "認証トークンを使用して認証を設定する必要がある場合もあります。 %{linkStart}詳細については、文書 %{linkEnd} を参照してください。" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "NuGet" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "権限のないユーザーは一切通知を受けることがなく、 msgid "People without permission will never get a notification." msgstr "権限のない人には通知しません。" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "パスの変更、転送、エクスポート、グループの削除な msgid "Perform common operations on GitLab project" msgstr "GitLabプロジェクトで一般的な操作を実施" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "パフォーマンスの最適化" @@ -18550,7 +19365,7 @@ msgid "Pipeline: %{status}" msgstr "パイプライン: %{status}" msgid "PipelineCharts|CI / CD Analytics" -msgstr "" +msgstr "CI/CD 分析" msgid "PipelineCharts|Failed:" msgstr "失敗:" @@ -18564,6 +19379,9 @@ msgstr "成功比率:" msgid "PipelineCharts|Successful:" msgstr "成功:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "合計:" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "子パイプライン" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "パイプラインの利用を開始する" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "プロジェクトのキャッシュを正常にリセットしました。" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "有効なゼロ以上の数字を入力してください" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "%{number} より大きい数字を入力してください。(プロジェクト設定のため)" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "有効な数値を入力してください" @@ -18966,11 +19802,14 @@ msgstr "ライセンスを入力してください、またはアップロード msgid "Please fill in a descriptive name for your group." msgstr "あなたのグループのわかりやすい名前を記入してください。" -msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." +msgid "Please fill out this field." msgstr "" +msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." +msgstr "%{link_start}Let's Encrypt のトラブルシューティング手順%{link_end} に従って、Let's Encrypt の証明書を再取得してください。" + msgid "Please follow the Let's Encrypt troubleshooting instructions to re-obtain your Let's Encrypt certificate: %{docs_url}." -msgstr "" +msgstr "Let's Encrypt のトラブルシューティング手順に従って、Let's Encrypt の証明書を再取得してください。: %{docs_url}" msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}" msgstr "すべての既存のプロジェクトをハッシュ化したストレージに移行して、セキュリティ上の問題を回避して、データ整合性の確保してください。%{migrate_link}" @@ -18978,12 +19817,18 @@ msgstr "すべての既存のプロジェクトをハッシュ化したストレ msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "このアプリケーションは GitLab が提供していません。そのためあなたがアクセスを許可する前にその認証を確認する必要があります。" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "名前を入力してください" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "有効なメールアドレスを入力してください" @@ -19063,7 +19908,7 @@ msgid "Pods in use" msgstr "使用中のポッド" msgid "Point to any links you like: documentation, built binaries, or other related materials. These can be internal or external links from your GitLab instance. Duplicate URLs are not allowed." -msgstr "" +msgstr "ドキュメント、ビルドしたバイナリ、その他の関連資料等、好きなリンクを指定してください。これらは、GitLab インスタンスの内部リンクまたは外部へのリンクです。ただし URL の重複は許可されていません。" msgid "Pre-defined push rules." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "ユーザーがプロファイル名を変更できないように設定する" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "ユーザーがメンテナンスの間に GitLab で書き込み操作をできないようにします。" @@ -19258,7 +20100,7 @@ msgid "Proceed" msgstr "続行" msgid "Product Analytics" -msgstr "" +msgstr "プロダクト分析" msgid "ProductAnalytics|There is no data for this type of chart currently. Please see the Setup tab if you have not configured the product analytics tool already." msgstr "" @@ -19300,16 +20142,16 @@ msgid "ProductivityAnalytics|Merge Requests" msgstr "マージリクエスト" msgid "ProductivityAnalytics|Merge date" -msgstr "マージ日付" +msgstr "マージ日" msgid "ProductivityAnalytics|Merge requests" msgstr "マージリクエスト" msgid "ProductivityAnalytics|Time to merge" -msgstr "" +msgstr "マージする時間" msgid "ProductivityAnalytics|Trendline" -msgstr "" +msgstr "トレンドライン" msgid "ProductivityAnalytics|is earlier than the given merged at after date" msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr ".Net Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "SalesforceDX" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "Serverless Framework / JS" @@ -20697,6 +21545,9 @@ msgstr "ブランチ" msgid "ProtectedBranch|Code owner approval" msgstr "コードオーナーの承認" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "保護" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "プッシュ" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "1分あたりの生blobリクエストレート制限" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "更新" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "更新されたステータスを表示するために、 %d 秒間リフレッシュしています..." @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "GitLab に登録する" - msgid "Register now" msgstr "今すぐ登録" @@ -21113,7 +21970,7 @@ msgid "Related merge requests" msgstr "関連するマージリクエスト" msgid "Relates to" -msgstr "" +msgstr "以下に関係している" msgid "Release" msgid_plural "Releases" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "制限の解除" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "期日を削除." msgid "Removes time estimate." msgstr "見積時間を削除." +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "エピックの再開" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "マイルストーンを再開" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "この %{quick_action_target} を再び開く" @@ -21440,6 +22309,9 @@ msgstr "クローンURLのルートを置き換える。" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "リポジトリのグラフ" msgid "Repository Settings" msgstr "リポジトリの設定" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,8 +22583,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "このグループ内のすべてのユーザーに2要素認証のセットアップを要求する" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "GitLab にアクセスする際に、すべてのユーザーが利用規約に同意することを要求します。" @@ -21723,6 +22616,9 @@ msgstr "要件の %{reference} が再オープンされました" msgid "Requirement %{reference} has been updated" msgstr "要件の %{reference} が更新されました" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "アプリを表示" msgid "Review App|View latest app" msgstr "最新のアプリを表示" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "あなたの ID プロバイダーのサービスプロバイダーを構成するためのプロセスを確認します。 この例では、GitLab は「サービスプロバイダー」または「証明書利用者」。" @@ -21928,7 +22827,7 @@ msgid "Review time" msgstr "レビュー時間" msgid "Review time is defined as the time it takes from first comment until merged." -msgstr "" +msgstr "レビュー時間は最初のコメントからマージされるまでの時間を表します。" msgid "ReviewApp|Enable Review App" msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "SSH ホストキー" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "SSH 鍵を使用すると、コンピュータとGitLabの間を安全に接続できます。" @@ -22177,6 +23088,12 @@ msgstr "SSH 公開鍵" msgid "SSL Verification:" msgstr "SSL の検証:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "土曜日" @@ -22192,6 +23109,9 @@ msgstr "変更を保存" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "強制保存" @@ -22216,9 +23136,6 @@ msgstr "パイプラインスケジュールを保存" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "変数を保存する" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "保存中" msgid "Saving project." msgstr "プロジェクトを保存" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "新しいパイプラインのスケジュールを作成" @@ -22267,6 +23187,9 @@ msgstr "スコープ" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "検索" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "このテキストを検索" msgid "Search forks" msgstr "フォークを検索する" -msgid "Search groups" -msgstr "グループを検索" - msgid "Search merge requests" msgstr "マージリクエストを検索" @@ -22438,9 +23358,6 @@ msgstr "%{from} から %{to} までの%{term_element}の%{count}%{scope} を表 msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "%{term} に一致する %{scope} は見つかりませんでした" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "コード結果" @@ -22494,7 +23411,7 @@ msgstr "シートリンク" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22534,67 +23451,67 @@ msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline msgstr "" msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}" -msgstr "" +msgstr "ライセンススキャンを有効にする必要があります。 %{linkStart}詳細情報%{linkEnd}を参照してください。" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" +msgstr "セキュリティスキャナーを一つ以上有効にする必要があります。 %{linkStart}詳細情報%{linkEnd}を参照してください。" + +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" -msgstr "" - -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." -msgstr "" +msgstr "マージリクエストの作成中にエラーが発生しました。" msgid "SecurityConfiguration|Available for on-demand DAST" -msgstr "" +msgstr "オンデマンドDASTで利用可能" msgid "SecurityConfiguration|By default, all analyzers are applied in order to cover all languages across your project, and only run if the language is detected in the Merge Request." msgstr "" msgid "SecurityConfiguration|Configure" -msgstr "" +msgstr "設定" msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later." -msgstr "" +msgstr "設定データを取得できませんでした。ページを更新するか、しばらくしてからもう一度お試しください。" msgid "SecurityConfiguration|Create Merge Request" -msgstr "" +msgstr "マージリクエストを作成" msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. Configuration changes made here override those provided by GitLab and are excluded from updates. For details of more advanced configuration options, see the %{linkStart}GitLab SAST documentation%{linkEnd}." -msgstr "" +msgstr "あなたの要件に合わせて一般的な SAST 設定をカスタマイズします。ここで行われた設定変更は、GitLab が提供する設定を上書きし、更新から除外されます。 より高度な設定オプションの詳細については、 %{linkStart}GitLab SAST ドキュメント%{linkEnd} を参照してください。" msgid "SecurityConfiguration|Enable" -msgstr "" +msgstr "有効にする" msgid "SecurityConfiguration|Enable via Merge Request" -msgstr "" +msgstr "マージリクエストで有効にする" msgid "SecurityConfiguration|Enabled" -msgstr "" +msgstr "有効" msgid "SecurityConfiguration|Enabled with Auto DevOps" -msgstr "" +msgstr "Auto DevOps で有効" msgid "SecurityConfiguration|Feature documentation for %{featureName}" msgstr " %{featureName} の機能文書" msgid "SecurityConfiguration|Manage" -msgstr "" +msgstr "管理" msgid "SecurityConfiguration|More information" msgstr "" msgid "SecurityConfiguration|Not enabled" -msgstr "" +msgstr "有効ではありません" msgid "SecurityConfiguration|SAST Analyzers" msgstr "" msgid "SecurityConfiguration|SAST Configuration" -msgstr "" +msgstr "SAST 設定" msgid "SecurityConfiguration|Security Control" msgstr "" @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "インポート対象のプロジェクトを選択します。" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "このプロジェクトのデフォルトとして設定するブラン msgid "Select the custom project template source group." msgstr "カスタムのプロジェクトテンプレートのグループを選択します。" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "トピックはコンマで区切ります。" msgid "September" msgstr "9月" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23167,7 +24100,7 @@ msgid "Serverless|We are continually striving to improve our Serverless function msgstr "" msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured." -msgstr "" +msgstr "%{startTag}.gitlab-ci.yml%{endTag} ファイルが適切に設定されていません。" msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file." msgstr "リポジトリに、対応する %{startTag}serverless.yml%{endTag} ファイルがありません。" @@ -23193,6 +24126,9 @@ msgstr "サービス テンプレート" msgid "Service URL" msgstr "サービス URL" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "セッション期間 (分)" @@ -23328,6 +24264,9 @@ msgstr "新しいパスワードを設定" msgid "Set up pipeline subscriptions for this project." msgstr "このプロジェクトのパイプラインサブスクリプションを設定。" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "プロジェクトを設定して、別のリポジトリとの間で変更を自動的にプッシュ/プルする。ブランチ、タグ、およびコミットは自動的に同期します。" @@ -23433,6 +24372,15 @@ msgstr "共有 Runner" msgid "Shared projects" msgstr "共有プロジェクト" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "共有Runnerのヘルプリンク" @@ -23451,9 +24399,15 @@ msgstr "シャーロックトランザクション" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "あなたの携帯電話を紛失したりワンタイムパスワードを紛失した場合、これらのリカバリーコードをそれぞれ1回ずつ使用してアカウントのアクセスを回復できます。安全な場所に保存してください。そうしないとアカウントへのアクセス権を%{b_start} 失います。%{b_end}" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "すべてのアクティビティを表示" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "全てのメンバーを表示" @@ -23594,6 +24548,9 @@ msgstr "サインイン / 登録" msgid "Sign in to \"%{group_name}\"" msgstr "\"%{group_name}\" にサインインします" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "スマートカードを使ってサインイン" @@ -23621,6 +24578,9 @@ msgstr "登録は成功しました! メールアドレスを確認してサ msgid "Sign-in restrictions" msgstr "サインインの制限" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "サインアップの制限" @@ -23630,9 +24590,6 @@ msgstr "名が長すぎます(最大 %{max_length} 文字)。" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "姓が長すぎます(最大 %{max_length} 文字)。" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "名前が長すぎます(最大 %{max_length} 文字)" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "ユーザー名が長すぎます(最大 %{max_length} 文字)" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "サインイン済み" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "%{authentication} 認証でサインイン" @@ -23753,27 +24713,18 @@ msgstr "表示するスニペットはありません。" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "説明(オプション)" -msgid "Snippets|File" -msgstr "ファイル" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "コードハイライトを追加するためのファイル名を指定します。例えば、example.rbとするとRubyとしてコードハイライトされます。" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "スニペットの機能や使用方法について説明を追加できます(任意)..." - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "スニペットの機能や使用方法について説明を追加できます(任意)" @@ -23790,7 +24741,7 @@ msgid "Some child epics may be hidden due to applied filters" msgstr "" msgid "Some common domains are not allowed. %{read_more_link}." -msgstr "" +msgstr "いくつかの一般的なドメインは許可されていません。 %{read_more_link}." msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead." msgstr "一部のメールサーバーは、メール送信者名の上書きをサポートしていません。このオプションを有効にすると、代わりにメール本文に課題、マージリクエスト、またはコメントの作成者の名前を含めることができます。" @@ -23922,7 +24873,7 @@ msgid "Something went wrong while moving issues." msgstr "課題を移動する際に問題が発生しました。" msgid "Something went wrong while obtaining the Let's Encrypt certificate." -msgstr "" +msgstr "Let's Encrypt の証明書を取得する際に問題が発生しました。" msgid "Something went wrong while performing the action." msgstr "アクションに実施中に問題が発生しました。" @@ -24008,6 +24959,9 @@ msgstr "アクセスレベル昇順" msgid "SortOptions|Access level, descending" msgstr "アクセスレベル降順" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "作成日順" @@ -24116,6 +25070,9 @@ msgstr "最近のサインイン順" msgid "SortOptions|Recently starred" msgstr "お気にいりで新しい順" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "サイズ" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "ソースコード" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "メールアドレスの正規表現パターンを指定して、デフ msgid "Specify the following URL during the Runner setup:" msgstr "Runner セットアップの際に次の URL を指定してください:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "コミットメッセージをスカッシュ" @@ -24302,6 +25253,9 @@ msgstr "スター" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "Webターミナルの起動" @@ -24324,7 +25278,7 @@ msgid "Start and due date" msgstr "開始日と終了日" msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors." -msgstr "" +msgstr "グループを選択して、そのグループのマージリクエストの調査を開始します。それからプロジェクト、ラベル、マイルストーン、と作成者によるフィルタリングに進んでください。" msgid "Start cleanup" msgstr "クリーンアップ開始" @@ -24411,16 +25365,16 @@ msgid "StaticSiteEditor|An error occurred while submitting your changes." msgstr "" msgid "StaticSiteEditor|Branch could not be created." -msgstr "" +msgstr "ブランチを作成できませんでした。" msgid "StaticSiteEditor|Copy update" msgstr "" msgid "StaticSiteEditor|Could not commit the content changes." -msgstr "" +msgstr "コンテンツの変更をコミットできませんでした。" msgid "StaticSiteEditor|Could not create merge request." -msgstr "" +msgstr "マージリクエストを作成できませんでした。" msgid "StaticSiteEditor|Creating your merge request" msgstr "" @@ -24441,7 +25395,7 @@ msgid "StaticSiteEditor|To see your changes live you will need to do the followi msgstr "" msgid "StaticSiteEditor|Update %{sourcePath} file" -msgstr "" +msgstr "%{sourcePath} ファイルを更新" msgid "StaticSiteEditor|View documentation" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "統計" msgid "Status" msgstr "状態" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "ステータス:" @@ -24573,10 +25530,10 @@ msgid "Subkeys" msgstr "サブキー" msgid "Submit" -msgstr "" +msgstr "送信" msgid "Submit %{humanized_resource_name}" -msgstr "" +msgstr "%{humanized_resource_name} を送信" msgid "Submit a review" msgstr "レビューを送信" @@ -24587,6 +25544,9 @@ msgstr "スパムとして報告" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "フィードバックを送信" @@ -24602,6 +25562,9 @@ msgstr "検索の提出" msgid "Submit the current review." msgstr "現在のレビューを送信" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "現在のレビューを送信しました" @@ -24644,6 +25607,12 @@ msgstr "サブスクリプションの作成に成功しました。" msgid "Subscription successfully deleted." msgstr "サブスクリプションの削除に成功しました。" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "支払い" @@ -24728,6 +25697,9 @@ msgstr "成功しました" msgid "Successfully activated" msgstr "有効化に成功しました" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "正常にブロックされました" @@ -24749,6 +25721,9 @@ msgstr "メールを削除しました。" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "実行するパイプラインをスケジュールしました。 詳しくは%{pipelines_link_start}パイプラインページ%{pipelines_link_end}をご覧ください。" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "正常にブロックが解除されました" @@ -24762,13 +25737,13 @@ msgid "Suggest code changes which can be immediately applied in one click. Try i msgstr "すぐに適用されるコード変更を1クリックで提案してみよう!" msgid "Suggested Solutions" -msgstr "" +msgstr "推奨ソリューション" msgid "Suggested change" msgstr "変更の提案" msgid "Suggested solutions help link" -msgstr "" +msgstr "推奨ソリューションのヘルプリンク" msgid "SuggestedColors|Bright green" msgstr "ブライトグリーン" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "同期情報" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "同期済み" msgid "Synchronization disabled" msgstr "同期は無効です" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "システム" @@ -24917,6 +25898,9 @@ msgstr "システムメトリクス(カスタム)" msgid "System metrics (Kubernetes)" msgstr "システムメトリクス (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "目次" @@ -25065,7 +26049,7 @@ msgid "Templates" msgstr "テンプレート" msgid "TemporaryStorageIncrease|can only be set once" -msgstr "" +msgstr "設定できるのは1回だけです" msgid "TemporaryStorageIncrease|can only be set with more than %{percentage}%% usage" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "ありがとう!今後表示しない" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "課題トラッカーは、プロジェクトを改善したり解決し msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "Prometheusサーバーは「悪いリクエスト」と応答しました。クエリが正しくあなたのPrometheusのバージョンでサポートされていることを確認してください。 %{documentationLink}" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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)。" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "次のアイテムはエクスポートできません。" @@ -25399,8 +26407,8 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "グローバル設定では、自分のアカウントに対して2要素認証を有効にする必要があります。" -msgid "The group and any internal projects can be viewed by any logged in user." -msgstr "グループと内部プロジェクトはすべて、ログインしているユーザーなら誰でも見ることができます。" +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" msgid "The group and any public projects can be viewed without any authentication." msgstr "グループおよび公開プロジェクトは認証無しで閲覧することができます。" @@ -25510,8 +26518,8 @@ msgstr "計画ステージでは、課題ステージに登録されてからプ msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "クライアント証明書が提供されるときに使用する秘密鍵。この値は暗号化して保存されます。" -msgid "The project can be accessed by any logged in user." -msgstr "プロジェクトは、ログインユーザーであれば誰でもアクセスできます。" +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "このプロジェクトは、ログインユーザーであれば誰でもアクセスできます。" @@ -25570,6 +26578,9 @@ msgstr "レビューステージとは、マージリクエストを作成して msgid "The roadmap shows the progress of your epics along a timeline" msgstr "ロードマップには、タイムラインに沿ったエピックの進捗が表示されます" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "スケジュールの時間は現在以降の日時でなければなりません" @@ -25582,8 +26593,8 @@ msgstr "スニペットは私だけが見えます。" msgid "The snippet is visible only to project members." msgstr "スニペットはプロジェクトメンバーだけが見れます。" -msgid "The snippet is visible to any logged in user." -msgstr "スニペットは、ログインしているすべてのユーザーが見れます。" +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "指定したタブは無効です。別のタブを選択してください" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "ユーザーマップは、あなたのプロジェクトに参加した FogBugz ユーザーのメールアドレスとユーザー名を GitLab にインポートする時にマッピングします。これを変更するには、以下の表に入力します。" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "非有効化しようとしているユーザーは過去 %{minimum_inactive_days} 日間に活動があり、非有効化できません" @@ -25729,6 +26743,9 @@ msgstr "その名前のリポジトリはすでにディスク上にあります msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "利用できるデータはありません。選択し直してください。" @@ -25924,6 +26941,9 @@ msgstr "reCAPTCHA にエラーがありました。 reCAPTCHA をもう一度実 msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "既存の課題に同様のタイトルがあります。別の似たような課題を作成するより、そこにコメントする方が良いです。" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "これらの変数は、親グループ設定で構成され、プロジェクト変数に加えて現在のプロジェクトでアクティブになります。" @@ -25952,7 +26972,7 @@ msgid "This %{noteableTypeText} is locked." msgstr "" msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead." -msgstr "" +msgstr "%{reason} のため、この %{viewer} は表示できませんでした。代わりに %{options} が使用できます。" msgid "This Cron pattern is invalid" msgstr "" @@ -25967,7 +26987,7 @@ msgid "This Project is currently archived and read-only. Please unarchive the pr msgstr "" msgid "This URL is already used for another link; duplicate URLs are not allowed" -msgstr "" +msgstr "この URL は別のリンクで既に使用しています。重複した URL は許可されていません" msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention." msgstr "この動作によってデータが失われる可能性があります。突発的な事態を防ぐために、一度操作の意図を確認してください。お願いします。" @@ -25975,7 +26995,7 @@ msgstr "この動作によってデータが失われる可能性があります msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "このアプリケーションは %{link_to_owner} によって作成さ msgid "This application will be able to:" msgstr "このアプリケーションは次のことができます:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "このブロックは自己参照しています。" @@ -26018,7 +27044,7 @@ msgid "This commit is part of merge request %{link_to_merge_request}. Comments c msgstr "このコミットはマージリクエスト %{link_to_merge_request} の一部です。このコメントは、そのマージリクエストのコンテキストで作成します。" msgid "This commit was signed with a %{strong_open}verified%{strong_close} signature and the committer email is verified to belong to the same user." -msgstr "" +msgstr "このコミットは %{strong_open}検証済み%{strong_close}の署名でサインされており、このコミッターのメールは同じユーザーのものであることが検証されています。" msgid "This commit was signed with a verified signature and the committer email is verified to belong to the same user." msgstr "このコミットは 検証済み の署名でサインされており、このコミッターのメールは同じユーザーのものであることが検証されています。" @@ -26027,16 +27053,16 @@ msgid "This commit was signed with a different user's verified signature." msgstr "このコミットは別のユーザーの検証済み署名でサインされています。" msgid "This commit was signed with a verified signature, but the committer email is %{strong_open}not verified%{strong_close} to belong to the same user." -msgstr "" +msgstr "このコミットは検証済みの署名でサインされています。しかしコミッターのメールは、 同じユーザーのものと%{strong_open}検証されていません%{strong_close} 。" msgid "This commit was signed with an %{strong_open}unverified%{strong_close} signature." -msgstr "" +msgstr "このコミットは%{strong_open}検証されていない%{strong_close}署名でサインしていました。" msgid "This commit was signed with an unverified signature." msgstr "このコミットは検証されていない 署名でサインされています。" msgid "This content could not be displayed because %{reason}. You can %{options} instead." -msgstr "" +msgstr "この内容は表示できませんでした。理由は %{reason} です。代わりに %{options} が使用できます。" msgid "This credential has expired" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "これはあなたのアカウントにログインしたデバイスの msgid "This is a security log of important events involving your account." msgstr "これはあなたのアカウントに関わる重要なイベントのセキュリティログです。" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "これはあなたの現在のセッションです" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "この課題は現在、次の課題によってブロックされています。: %{issues}" @@ -26695,6 +27727,12 @@ msgstr "たった今" msgid "Timeago|right now" msgstr "今" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "タイムアウト" @@ -26727,8 +27765,8 @@ msgstr "タイトルおよび説明" msgid "To" msgstr "To" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." -msgstr "ドメインの %{link_to_help} に、DNSのTXTレコードに上記のキーを追加してください。" +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." +msgstr "" msgid "To Do" msgstr "To Do" @@ -26778,8 +27816,8 @@ msgstr "開始するには、Gitea Host の URL と %{link_to_personal_token} msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "GitLab の改善と GitLab のユーザーエクスペリエンスを向上させるため、GitLab は定期的に使用状況情報を収集します。" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "GitLab を改善するために、定期的に使用情報を収集したいと考えています。これは %{settings_link_start}設定%{link_end}でいつでも変更できます。 %{info_link_start}詳細はこちらです。%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "SVN リポジトリをインポートするには、%{svn_link} をご確認ください。" @@ -26854,7 +27892,7 @@ msgid "To view all %{scannedResourcesCount} scanned URLs, please download the CS msgstr "" msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}." -msgstr "" +msgstr "インスタンスレベルの分析を表示するには、管理者に %{docLinkStart} 利用状況の送信 %{docLinkEnd}をオンにするよう依頼してください。" msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown." msgstr "ロードマップを表示するには、予定開始日か予定終了日をこのグループか子グループのエピックの1つに追加してください。月表示では、前月、当月、もしくは5ヶ月先のエピックのみが表示されます。" @@ -26866,7 +27904,7 @@ msgid "To widen your search, change or remove filters." msgstr "検索範囲を広げるには、フィルターを変更または削除します。" msgid "To-Do" -msgstr "" +msgstr "To Do" msgid "To-Do List" msgstr "To-Do リスト" @@ -26907,6 +27945,9 @@ msgstr "絵文字リアクションをトグル" msgid "Toggle navigation" msgstr "案内の切り替え" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "サイドバーを切り替え" @@ -26979,17 +28020,20 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "すべてのコミット/マージの合計テスト時間" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "総ウェイト" msgid "Total: %{total}" msgstr "合計:%{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" -msgstr "トレース" +msgid "TotalRefCountIndicator|1000+" +msgstr "" msgid "Tracing" msgstr "トレーシング" @@ -27165,6 +28209,9 @@ msgstr "デバイスと通信しようとしています。(まだ準備でき msgid "Tuesday" msgstr "火曜日" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "無効" @@ -27181,7 +28228,7 @@ msgid "Turn on usage ping" msgstr "" msgid "Turn on usage ping to review instance-level analytics." -msgstr "" +msgstr "利用状況の送信を有効にして、インスタンスレベルの分析をレビューします。" msgid "Twitter" msgstr "Twitter" @@ -27232,10 +28279,10 @@ msgid "URL" msgstr "URL" msgid "URL is required" -msgstr "" +msgstr "URLが必要です。" msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}" -msgstr "" +msgstr "URLは %{codeStart}http://%{codeEnd}、 %{codeStart}https://%{codeEnd}、または %{codeStart}ftp://%{codeEnd} のいずれかで開始する必要があります" msgid "URL of the external Spam Check endpoint" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "変更を保存できませんでした。もう一度やり直してください。" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "パイプラインを今すぐ実行するようにスケジュールできません" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "今すぐ更新" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,11 +28731,14 @@ msgstr "使用状況の統計" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "%{help_link_start}共有 Runner%{help_link_end} は無効になっているため、パイプラインの使用に制限はありません" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "アーティファクト" -msgid "UsageQuota|Build Artifacts" -msgstr "ビルドアーティファクト" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." +msgstr "" msgid "UsageQuota|Buy additional minutes" msgstr "追加分の購入" @@ -27708,6 +28764,9 @@ msgstr "パイプライン" msgid "UsageQuota|Purchase more storage" msgstr "追加ののストレージを購入" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "リポジトリ" @@ -27720,9 +28779,36 @@ msgstr "スニペット" msgid "UsageQuota|Storage" msgstr "ストレージ" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "このネームスペースには、共有ランナーを使用するプロジェクトはありません。" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "無制限" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Wiki" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "ユーザー %{current_user_username} が アカウント%{username} の msgid "User %{username} was successfully removed." msgstr "ユーザー %{username} を正常に削除しました。" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "既に報告された不正利用" msgid "UserProfile|Blocked user" msgstr "ブロックされたユーザー" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "貢献したプロジェクト" @@ -28026,9 +29124,6 @@ msgstr "そのユーザー名は既に使われています。" msgid "Username is available." msgstr "そのユーザー名は使用可能です。" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "ユーザー名が長すぎます!(最大 %{max_length} 文字)" - msgid "Username or email" msgstr "ユーザー名またはメールアドレス" @@ -28120,13 +29215,13 @@ msgid "ValueStreamAnalyticsStage|We don't have enough data to show this stage." msgstr "" msgid "ValueStreamAnalytics|%{days}d" -msgstr "" +msgstr "%{days}日" msgid "ValueStreamAnalytics|Median time from first commit to issue closed." -msgstr "" +msgstr "最初のコミットから課題のクローズまでの時間の中央値。" msgid "ValueStreamAnalytics|Median time from issue created to issue closed." -msgstr "" +msgstr "課題の作成から課題のクローズまでの時間の中央値。" msgid "ValueStream|The Default Value Stream cannot be deleted" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "文書の表示" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "すべての課題を表示" @@ -28487,7 +29588,13 @@ msgstr "クラス" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "エピックを削除するパスを特定できませんでした" msgid "We could not determine the path to remove the issue" msgstr "課題を削除するためのパスを特定できませんでした" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "Prometheusサーバーに到達できませんでした。サーバーが存在しないか、設定の詳細を更新する必要があります。" @@ -28653,42 +29769,51 @@ msgid "Webhooks have moved. They can now be found under the Settings menu." msgstr "Webhook は設定メニューに移動しました。" msgid "Webhooks|Comments" -msgstr "" +msgstr "コメント" msgid "Webhooks|Confidential Comments" -msgstr "" +msgstr "機密コメント" msgid "Webhooks|Confidential Issues events" -msgstr "" +msgstr "機密課題イベント" msgid "Webhooks|Deployment events" -msgstr "" +msgstr "デプロイイベント" msgid "Webhooks|Enable SSL verification" +msgstr "SSL証明書検証の有効化" + +msgid "Webhooks|Feature Flag events" msgstr "" msgid "Webhooks|Issues events" -msgstr "" +msgstr "課題イベント" msgid "Webhooks|Job events" -msgstr "" +msgstr "ジョブイベント" msgid "Webhooks|Merge request events" -msgstr "" +msgstr "マージリクエストイベント" msgid "Webhooks|Pipeline events" -msgstr "" +msgstr "パイプラインイベント" msgid "Webhooks|Push events" -msgstr "" +msgstr "プッシュイベント" msgid "Webhooks|SSL verification" -msgstr "" +msgstr "SSL検証" msgid "Webhooks|Secret Token" -msgstr "" +msgstr "秘密トークン" msgid "Webhooks|Tag push events" +msgstr "タグプッシュイベント" + +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" msgstr "" msgid "Webhooks|This URL will be triggered by a push to the repository" @@ -28697,9 +29822,6 @@ msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28725,10 +29847,10 @@ msgid "Webhooks|This URL will be triggered when the pipeline status changes" msgstr "" msgid "Webhooks|Trigger" -msgstr "" +msgstr "トリガー" msgid "Webhooks|URL" -msgstr "" +msgstr "URL" msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header." msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "課題ボードへようこそ" - msgid "What are you searching for?" msgstr "何を探しますか?" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,11 +29909,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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." -msgstr "" +msgstr "有効にすると、 %{host} にアクセスできるすべてのユーザーがアカウントを作成できるようになります。" 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 "" @@ -29028,12 +30150,12 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" -msgstr "ワークフローのヘルプ" - msgid "Would you like to create a new branch?" msgstr "" +msgid "Would you like to try auto-generating a branch name?" +msgstr "" + msgid "Write" msgstr "入力" @@ -29107,10 +30229,10 @@ msgid "You are connected to the Prometheus server, but there is currently no dat msgstr "Prometheusサーバーに接続できましたが、現在表示できるデータはありません。" msgid "You are going to delete %{project_full_name}. Deleted projects CANNOT be restored! Are you ABSOLUTELY sure?" -msgstr "" +msgstr "%{project_full_name} プロジェクトを削除しようとしています。削除されたプロジェクトは絶対に元には戻せません!本当によろしいですか?" msgid "You are going to remove %{group_name}, this will also delete all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?" -msgstr "" +msgstr "%{group_name} を削除しようとしています。これは、このグループ配下のサブグループとプロジェクトもすべて削除されます。一度削除されたグループを復元することはできません。本当によろしいですか?" msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?" msgstr "%{project_full_name} プロジェクトとのフォークの関係を削除しようとしています。本当によろしいですか?" @@ -29119,9 +30241,12 @@ msgid "You are going to transfer %{project_full_name} to another namespace. Are msgstr "" msgid "You are going to turn off the confidentiality. This means %{strongStart}everyone%{strongEnd} will be able to see and leave a comment on this %{issuableType}." -msgstr "" +msgstr "あなたは公開設定に変更しようとしています。これは%{strongStart}すべての人%{strongEnd} が閲覧可能になり、%{issuableType}に対してコメントを残すことができるようになることを意味します。" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." +msgstr "あなたは機密を有効にしようとしています。これは%{strongStart}少なくともレポーター権限%{strongEnd}を持っているチームメンバーのみが%{issuableType}を閲覧できコメントを残すことができるようになることを意味します。" + +msgid "You are not allowed to approve a user" msgstr "" msgid "You are not allowed to push into this branch. Create another branch or open a merge request." @@ -29145,6 +30270,9 @@ 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 "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,12 +30285,12 @@ msgstr "代わりに、%{linkStart} blob を見る%{linkEnd} ことができま msgid "You can also create a project from the command line." msgstr "コマンドラインからプロジェクトを作成することもできます。" -msgid "You can also press ⌘-Enter" -msgstr "⌘ とEnter を押すこともできます。" - msgid "You can also press Ctrl-Enter" msgstr "Ctrl とEnter を押すこともできます。" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "ラベルにスターを付けて優先ラベルにすることもできます。" @@ -29175,6 +30303,15 @@ msgstr "以下の手順にそって、あなたのコンピューター上の既 msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29209,13 +30346,13 @@ msgid "You can group test cases using labels. To learn about the future directio msgstr "" msgid "You can invite a new member to %{project_name} or invite another group." -msgstr "" +msgstr "新しいメンバーを%{project_name} に招待するか、別のグループを招待することができます。" msgid "You can invite a new member to %{project_name}." -msgstr "" +msgstr "新しいメンバーを%{project_name} に招待できます。" msgid "You can invite another group to %{project_name}." -msgstr "" +msgstr "他のグループを%{project_name} に招待できます。" msgid "You can move around the graph by using the arrow keys." msgstr "矢印キーを使用してグラフを移動することができます。" @@ -29254,7 +30391,7 @@ msgid "You can only upload one design when dropping onto an existing design." msgstr "既存のデザインに破棄したときにアップロードできるデザインは1つだけです。" msgid "You can recover this project until %{date}" -msgstr "" +msgstr "%{date} までこのプロジェクトを復元できます" msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}" msgstr "対話モードでは、%{use_ours} ボタンまたは%{use_theirs} ボタンでの選択と、その他ファイルの直接編集で競合を解決できます。それからこれらの変更を %{branch_name} にコミットします。" @@ -29299,7 +30436,7 @@ msgid "You could not create a new trigger." msgstr "新しいトリガーを作成できませんでした。" msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan." -msgstr "" +msgstr "あなたは%{strong}%{namespace_name}%{strong_close}へのサブスクリプションを更新しませんでした。そのため、当サブスクリプションは無料プランにダウングレードされました。" msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan." msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "あなたはこのスレッドから脱退しました。" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "権限がありません" @@ -29412,9 +30561,6 @@ msgstr "あなたは \"%{membershipable_human_name}\"%{source_type} を残しま msgid "You may close the milestone now." msgstr "マイルストーンを終了できます。" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "アカウントを登録するには、利用規約とプライバシーポリシーに同意する必要があります" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "GitLab プロジェクトのエクスポートアーカイブ(.gz で msgid "You need to upload a Google Takeout archive." msgstr "Google テイクアウトアーカイブをアップロードする必要があります。" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "ワンタイムパスワード認証を使用した2要素認証は既 msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "CSV エクスポートを開始しました。完了後に、%{email} にメールで送信します。" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29611,7 +30757,7 @@ msgid "Your GitLab group" msgstr "あなたの GitLab のグループ" msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial." -msgstr "" +msgstr "Gitlab Goldの試用期間は30日間続き、その後は無料のGitlabアカウントを継続して維持できます。トライアルを有効にするためには、追加情報を提供する必要があります。" msgid "Your Groups" msgstr "所属グループ" @@ -29619,6 +30765,9 @@ msgstr "所属グループ" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "パーソナルアクセストークンは %{days_to_expire} 日で期限が切れます" @@ -29634,6 +30783,9 @@ msgstr "プロジェクトの活動" msgid "Your Public Email will be displayed on your public profile." msgstr "公開メールをあなたの公開プロフィールに表示します。" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "SSH 鍵 (%{count})" @@ -29899,9 +31051,6 @@ msgstr "ブランチ名" msgid "by" msgstr "by" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "コンテナスキャンは、Docker イメージに存在する既知 msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "課題を作成して、この脆弱性を調査・検証してください" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "セキュリティレポートとの相互作用の詳細をご覧ください。" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "レポート全体を見る" msgid "closed issue" msgstr "クローズした課題" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "コメント" @@ -30394,8 +31540,8 @@ msgstr "無効なIPアドレスの範囲" msgid "is blocked by" msgstr "によってブロックされています" -msgid "is enabled." -msgstr "有効になりました" +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "はダウンロードストリームがロックされているため無効です" @@ -30412,6 +31558,9 @@ msgstr "はテンプレートを利用できるグループに所属していま msgid "is not a valid X509 certificate." msgstr "は有効な X509 証明書ではありません。" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "は許可されていません。別のメールアドレスでもう一度試すか、GitLab管理者に連絡してください。" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "長すぎます(%{current_value})。最大サイズは %{max_size} です。" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "が長すぎます (最大100エントリ)" @@ -30466,6 +31618,9 @@ msgstr "大きすぎです" msgid "jigsaw is not defined" msgstr "jigsaw が未定義です" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "metric_id はプロジェクト全体で一意でなければなりま msgid "missing" msgstr "見つかりません" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "最新のデプロイ" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "プロジェクト" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "リポジトリへのプッシュ、パイプラインの作成、課題の作成、コメントの追加を行うことができます。ストレージ容量を減らすには、使用していないリポジトリ、アーティファクト、Wiki、課題、パイプラインを削除します。" - msgid "quick actions" msgstr "クイックアクション" @@ -31011,9 +32166,6 @@ msgstr "登録" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "%{time} にリリース" - msgid "remaining" msgstr "残り" @@ -31090,6 +32242,9 @@ msgstr "表示を減らす" msgid "sign in" msgstr "サインイン" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "並べ替え:" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "wiki ページ" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "%{additions} 件の追加と %{deletions} 件の削除があります。" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "yaml が無効です" +msgid "your settings" +msgstr "" + diff --git a/locale/ka_GE/gitlab.po b/locale/ka_GE/gitlab.po index 1fd442a5ce1..41dbf79a8a2 100644 --- a/locale/ka_GE/gitlab.po +++ b/locale/ka_GE/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ka\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:46\n" +"PO-Revision-Date: 2020-11-03 22:45\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/kab/gitlab.po b/locale/kab/gitlab.po index 1d417bb3609..d1df1839e05 100644 --- a/locale/kab/gitlab.po +++ b/locale/kab/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: kab\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:51\n" +"PO-Revision-Date: 2020-11-03 22:51\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ko/gitlab.po b/locale/ko/gitlab.po index 8bc6ac54040..b1cacbd50b6 100644 --- a/locale/ko/gitlab.po +++ b/locale/ko/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ko\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:48\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "%d개의 실패" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d건의 테스트 결과를 고쳤습니다." @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d 이슈가 선택되었습니다." - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "%{name}께서 %{count} 건의 승인" msgid "%{count} files touched" msgstr "%{count} 파일이 변경되었습니다" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "%{count} 개 더보기" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Sentry 이벤트: %{errorUrl}- 첫 발견 시간: %{firstSeen}- 마지막 발견 시간: %{lastSeen}%{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "%{group_name}은 그룹 관리 계정을 사용 합니다. %{group_name} msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "새로운 위치에서 %{host}에 로그인되었습니다." @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} 포함됨 %{resultsString}" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -876,9 +896,6 @@ msgstr "(진행 상황 확인)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(외부 소스)" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "+%d개" msgid "+%{approvers} more approvers" msgstr "+%{approvers}명의 추가 승인자" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+%{tags}개" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "-덜 보기" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "무제한의 경우 0" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "%{count} %{type} 개의 추가 정보" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "%{count} 개 %{type} 의 수정사항" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "소스 브랜치에 대한 쓰기 권한이 있는 사용자가 이 옵 msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "테이블 추가" msgid "Add a task list" msgstr "작업 목록 추가" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "모든 이메일에 표시될 텍스트를 추가합니다. %{character_limit} 자 제한이 있습니다." @@ -1656,8 +1689,8 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." -msgstr "할일에 추가됨." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "" @@ -1692,12 +1725,12 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." -msgstr "할 일 추가." - msgid "Adds a Zoom meeting" msgstr "줌 미팅 추가" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "" @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "작업 중지에 실패했습니다." msgid "AdminArea|Total users" msgstr "총 사용자" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "사용자 통계" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA 사용 중지" @@ -1929,6 +1983,12 @@ msgstr "2FA 사용" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "활성" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "관리자들" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "사용자 차단" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "이것은 나!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "새로운 유저" @@ -2010,6 +2091,9 @@ msgstr "유저를 찾을 수 없음" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "확인을 위해 %{projectName} 를 입력해주세요." @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "고급" @@ -2103,22 +2196,22 @@ msgstr "고급 설정" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "고급 사용 권한, 대용량 파일 저장소와 이중-인증 설정" -msgid "Advanced search functionality" -msgstr "고급 검색 기능" - msgid "After a successful password update you will be redirected to login screen." msgstr "비밀번호가 성공적으로 변경된 뒤에 로그인 화면으로 이동 합니다." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "비밀번호 업데이트에 성공하면, 새 비밀번호로 로그인 할 수있는 로그인 페이지로 리디렉션 됩니다." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "알림" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "알고리즘" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "모든 사용자" - msgid "All users must have a name." msgstr "모든 사용자는 이름이 있어야합니다." @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "이 그룹의 프로젝트들이 Git LFS를 사용하도록 허용" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "실패 허용됨" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Kubernetes 클러스터를 추가하고 관리 할 수 ​​있습니다." @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "비어 있는 GitLab User 필드는 FogBugz의 사용자 전체 이름 (예 : By 홍 길동)을 이슈 및 커맨트의 설명으로 추가 합니다. 또한 이 이슈와 커맨트를 프로젝트 작성자에 알리고 할당 할 것입니다." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "에러가 발생했습니다." +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "BLOB 미리보기 중에 오류가 발생했습니다." +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "알림 구독 여부 변경 중에 오류가 발생했습니다." +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "이슈 중요도 업데이트 중 문제가 발생했습니다." @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "머지 리퀘스트를 불러오는 도중 오류가 발생하였습니 msgid "An error occurred while loading the pipelines jobs." msgstr "파이프 라인 작업을 불러오는 도중 오류가 발생하였습니다." -msgid "An error occurred while loading the subscription details." -msgstr "구독 정보를 불러오는 도중 오류가 발생했습니다." - msgid "An error occurred while making the request." msgstr "요청을 생성하는 중 오류가 발생했습니다." @@ -2845,6 +3001,9 @@ msgstr "방송 메시지 미리보기를 렌더링하는 중 오류가 발생했 msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "LDAP 무시 상태를 저장하는 중 오류가 발생했습니다. 다 msgid "An error occurred while saving assignees" msgstr "담당자를 저장하는 중 오류가 발생하였습니다." -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "알림을 구독하는 중에 오류가 발생했습니다." @@ -2887,6 +3043,9 @@ msgstr "알림 구독을 해제하는 중 오류가 발생했습니다." msgid "An error occurred while updating approvers" msgstr "승인자를 업데이트하는 동안 오류가 발생했습니다" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "나에게 할당 됨" @@ -3701,8 +3866,29 @@ msgstr "애플리케이션의 빌드, 테스트, 배포가 사전에 정의된 C 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. %{more_information_link}" -msgstr "Auto DevOps 파이프 라인이 활성화되었으며 대체 CI 구성 파일이 없는 경우에 사용됩니다. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "자동 완성" @@ -3722,6 +3908,9 @@ msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}를 사 msgid "Automatic certificate management using Let's Encrypt" msgstr "Let's Encrypt를 사용하여 인증서를 자동으로 관리" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "참고" msgid "Available" msgstr "이용 가능" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "배지 이미지 URL" msgid "Badges|Badge image preview" msgstr "배지 이미지 미리 보기" -msgid "Badges|Delete badge" -msgstr "배지 삭제" - msgid "Badges|Delete badge?" msgstr "배지를 삭제할까요?" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "업그레이드" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Bitbucket 서버에서 가져 오기" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "%{branchName} 브랜치는 이 프로젝트 저장소에 없습니다." msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "프로젝트 설정" msgid "Branches|protected" msgstr "보호됨" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "내장된" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "%{user_name} 의해서" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "모든 환경" msgid "CiVariable|Create wildcard" msgstr "와일드 카드 만들기" -msgid "CiVariable|Error occurred while saving variables" -msgstr "변수를 저장하는 도중 오류가 발생했습니다." - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "Toggle 보호됨" -msgid "CiVariable|Validation failed" -msgstr "유효성 검사 실패" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "에픽 닫기" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "마일스톤 닫기" @@ -5198,8 +5438,8 @@ msgstr "닫힌 이슈" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" -msgstr "닫힘 : %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "" @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "%{help_link_start_machine_type}머신 유형%{help_link_end} 및 %{help_ msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "%{help_link_start}zones%{help_link_end}에 대해 자세히 알아보기" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Kubernetes에 대해 자세히 알아보기." @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "프로젝트 없음" msgid "ClusterIntegration|No projects matched your search" msgstr "검색과 일치하는 프로젝트가 없습니다." -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Kubernetes 클러스터 제거" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "ClusterIntegration|프로젝트 검색" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "ClusterIntegration|지역 선택" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "업그레이드 위해 영업팀에 문의" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "채팅 닉네임 %{chat_name}(을)를 삭제할 수 없습니다." msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "국가" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "생성일" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "생성일:" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "사용자 지정 호스트네임 (개인 커밋 이메일용)" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "데이터가 아직 계산중입니다..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "댓글 삭제" -msgid "Delete Snippet" -msgstr "스니펫 삭제" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "보드 삭제" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "목록 삭제" - msgid "Delete pipeline" msgstr "파이프라인 삭제" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "소스 브랜치 삭제" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "배포됨" msgid "Deployed to" msgstr "배포됨" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "다음에 배포중: " @@ -8696,6 +9005,9 @@ msgstr "설명" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "설명 템플릿을 사용하면 프로젝트의 이슈 및 병합 요청 설명 필드에 대한 상황 별 템플릿을 정의 할 수 있습니다." @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "diff 컨텐츠 제한" @@ -8918,8 +9251,8 @@ msgstr "그룹 Runner 사용 중지" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" -msgstr "공유 러너 사용 중지" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "인기있는 ID 제공 업체에 대한 문서" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "다시 표시하지 않음" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "코드 다운로드" @@ -9294,15 +9633,24 @@ msgstr "공개 배포 키 편집" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "위키 페이지 편집" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "메일 머리말 및 꼬리말 사용" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,8 +9900,20 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" -msgstr "공유 러너 활성화" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "(UTC)에 종료됩니다" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "승인자 확장" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "이슈 내보내기" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "구성" msgid "FeatureFlags|Configure feature flags" msgstr "Feature 플래그 구성" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Feature 플래그 생성" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "2월" @@ -11077,12 +11497,18 @@ msgstr "파일 템플릿" msgid "File upload error." msgstr "파일 업로드 오류" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "파일" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "필터..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "완료" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "주의 첫날" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "수정 날짜" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "파이프 라인에 대한 Git 전략" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git 버전" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "그룹 URL" msgid "Group avatar" msgstr "그룹 아바타" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "이력" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "%{terms_link}에 동의합니다." @@ -13062,7 +13542,7 @@ msgstr "비밀번호를 잊었습니다." msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "manifest 파일을 업로드하여 여러개의 저장소를 가져오 msgid "Import project" msgstr "프로젝트 가져오기" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "프로젝트 멤버 가져오기" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "모든 사용자가 수락해야 하는 서비스 약관 및 개인 정보 보호 정책을 포함합니다." @@ -13592,27 +14117,33 @@ msgstr "호스트 키를 수동으로 입력" msgid "Input your repository URL" msgstr "저장소 URL을 입력 하세요" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "GitLab Runner 설치" msgid "Install Runner on Kubernetes" msgstr "Kubernetes에 Runner 설치" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,38 +14322,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "관심있는 파티들은 원하는 곳에 커밋을 푸시함으로써 기여할 수도 있습니다." msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "내부 - 그룹 및 모든 내부 프로젝트는 로그인한 사용자가 볼 수 있습니다." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "내부 - 이 프로젝트는 로그인 한 사용자만 액세스 할 수 있습니다." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "내부 사용자" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "주기 패턴" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "유효하지 않은 URL" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "이슈 보드" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "1월" msgid "January" msgstr "1월" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "레이블 승격" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "언어" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "최근 파이프라인" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "최근 업데이트됨" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "더 알아보기" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "3월" msgid "March" msgstr "3월" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "%{date} 이래로 회원" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "회원" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "현재 라이센스에서는 마일스톤 목록을 사용할 수 없습 msgid "Milestone lists show all issues from the selected milestone." msgstr "마일스톤 목록에는 선택한 마일스톤의 모든 문제가 표시됩니다." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "절대 아님" msgid "New" msgstr "신규" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "새로운 애플리케이션" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "없음" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "데이터가 충분하지 않습니다." msgid "Not found." msgstr "" -msgid "Not now" -msgstr "나중에" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "사이드바 열기" -msgid "Open: %{openIssuesCount}" -msgstr "열림 : %{openIssuesCount}" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "성능 최적화" @@ -18564,6 +19379,9 @@ msgstr "성공 비율 :" msgid "PipelineCharts|Successful:" msgstr "성공 :" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "합계 :" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "파이프 라인으로 시작하기" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "프로젝트 캐시가 성공적으로 재설정되었습니다." @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "새로고침" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "에픽 다시 열기" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "저장소 설정" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "SSH 호스트 키" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "SSH 공개키" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "토요일" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "파이프라인 스케줄 저장" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "변수 저장" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "새로운 파이프라인 스케줄 잡기" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "검색" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "그룹 검색" - msgid "Search merge requests" msgstr "머지 리퀘스트(MR) 검색" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "가져오고 싶은 프로젝트를 선택하세요." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "9월" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "서비스 템플릿" msgid "Service URL" msgstr "서비스 URL" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "새 비밀번호 설정" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "공용 Runners" msgid "Shared projects" msgstr "공유된 프로젝트" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "셜록 트랜젝션" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "휴대폰을 분실하거나 일회용 비밀번호에 접근하지 못하는 경우 다음 복구 코드를 한번씩 사용하여 내 계정에 다시 접근할 수 있습니다. 복구 코드를 안전한 곳에 보관해주세요. 그렇지 않으면 계정에 접근할 수 %{b_start}없게%{b_end} 됩니다." +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "로그인 / 등록" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "로그인 제한" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "가입 제한" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "%{authentication} 인증으로 로그인 됨" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "권한 레벨, 오름차순" msgid "SortOptions|Access level, descending" msgstr "권한 레벨, 내림차순" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "생성일" @@ -24116,6 +25070,9 @@ msgstr "최근 로그인" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "소스 코드" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "Runner 설정 중 다음 URL을 지정하세요." -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "웹 터미널 시작" @@ -24458,6 +25412,9 @@ msgstr "통계" msgid "Status" msgstr "상태" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "스팸으로 제출" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "검색 제출" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "정보 동기화" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "감사합니다! 다시 보지 않겠습니다." -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "이슈 트래커는 프로젝트에서 개선해야하거나 해결해 msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,8 +26518,8 @@ msgstr "계획 단계에서는 이전 단계에서 첫 번째 커밋 시간이 msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." -msgstr "이 프로젝트는 로그인 한 사용자가만 액세스 할 수 있습니다." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25570,6 +26578,9 @@ msgstr "Review 단계에서는 머지 리퀘스트(MR)를 작성한 후 머지 msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "이 응용 프로그램은 다음을 수행 할 수 있습니다." +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "방금 전" msgid "Timeago|right now" msgstr "지금" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "시간 초과" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,8 +27816,8 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "GitLab과 사용자 경험을 향상시키기 위해 GitLab은 주기적으로 사용 정보를 수집합니다." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "GitLab을 개선하는데 도움이 되도록 주기적으로 사용 정보를 수집합니다. 이 설정은 언제든지 %{settings_link_start}설정%{link_end}에서 변경할 수 있습니다. %{info_link_start}더 많은 정보%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "SVN 저장소에서 가져오려면, %{svn_link}(을)를 확인하세요." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "토글 네비게이션" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "사이드바 토글" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "모든 커밋 / 머지의 총 테스트 시간" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "합계: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "끄기" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "지금 업데이트" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "사용 통계" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "이미 악용으로 신고되었습니다." msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "기여한 프로젝트들" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "명령줄을 통해 프로젝트를 생성할 수 있습니다." -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "권한이 없습니다." @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "계정을 등록하려면 서비스 약관 및 개인 정보 취급 방침에 동의해야합니다." - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "이미 일회용 인증기를 이용하여 이중 인증을 활성화했 msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "나의 그룹" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "당신의 프로젝트 활동" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "브랜치 이름" msgid "by" msgstr "by" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "올바른 X509 인증서가 아닙니다." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "남은" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "정렬:" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "%{additions} 개의 추가, %{deletions} 개의 삭제가 있습니다." @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ku_TR/gitlab.po b/locale/ku_TR/gitlab.po index 068097dc42e..070dacb0394 100644 --- a/locale/ku_TR/gitlab.po +++ b/locale/ku_TR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ku\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:48\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ky_KG/gitlab.po b/locale/ky_KG/gitlab.po index 0a8af4d8723..42cb361700b 100644 --- a/locale/ky_KG/gitlab.po +++ b/locale/ky_KG/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ky\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:42\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/lt_LT/gitlab.po b/locale/lt_LT/gitlab.po index 8f566274a95..57016e0ef98 100644 --- a/locale/lt_LT/gitlab.po +++ b/locale/lt_LT/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: lt\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:48\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,7 +4166,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,7 +22991,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/mk_MK/gitlab.po b/locale/mk_MK/gitlab.po new file mode 100644 index 00000000000..5b9d8100bc2 --- /dev/null +++ b/locale/mk_MK/gitlab.po @@ -0,0 +1,32619 @@ +msgid "" +msgstr "" +"Project-Id-Version: gitlab-ee\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: \n" +"Language-Team: Macedonian\n" +"Language: mk_MK\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n%10==1 && n%100 != 11 ? 0 : 1);\n" +"X-Crowdin-Project: gitlab-ee\n" +"X-Crowdin-Project-ID: 288872\n" +"X-Crowdin-Language: mk\n" +"X-Crowdin-File: /master/locale/gitlab.pot\n" +"X-Crowdin-File-ID: 6\n" +"PO-Revision-Date: 2020-11-03 22:49\n" + +msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" +msgstr "" + +msgid " %{start} to %{end}" +msgstr "" + +msgid " (from %{timeoutSource})" +msgstr "" + +msgid " Collected %{time}" +msgstr "" + +msgid " Please sign in." +msgstr "" + +msgid " Try to %{action} this file again." +msgstr "" + +msgid " You need to do this before %{grace_period_deadline}." +msgstr "" + +msgid " and" +msgstr "" + +msgid " and " +msgstr "" + +msgid " and %{sliced}" +msgstr "" + +msgid " degraded on %d point" +msgid_plural " degraded on %d points" +msgstr[0] "" +msgstr[1] "" + +msgid " improved on %d point" +msgid_plural " improved on %d points" +msgstr[0] "" +msgstr[1] "" + +msgid " or " +msgstr "" + +msgid " or %{emphasisStart}!merge request id%{emphasisEnd}" +msgstr "" + +msgid " or %{emphasisStart}#issue id%{emphasisEnd}" +msgstr "" + +msgid " or %{emphasisStart}&epic id%{emphasisEnd}" +msgstr "" + +msgid " or references (e.g. path/to/project!merge_request_id)" +msgstr "" + +msgid "\"%{path}\" did not exist on \"%{ref}\"" +msgstr "" + +msgid "\"el\" parameter is required for createInstance()" +msgstr "" + +msgid "%d Approval" +msgid_plural "%d Approvals" +msgstr[0] "" +msgstr[1] "" + +msgid "%d Package" +msgid_plural "%d Packages" +msgstr[0] "" +msgstr[1] "" + +msgid "%d Scanned URL" +msgid_plural "%d Scanned URLs" +msgstr[0] "" +msgstr[1] "" + +msgid "%d URL scanned" +msgid_plural "%d URLs scanned" +msgstr[0] "" +msgstr[1] "" + +msgid "%d approver" +msgid_plural "%d approvers" +msgstr[0] "" +msgstr[1] "" + +msgid "%d approver (you've approved)" +msgid_plural "%d approvers (you've approved)" +msgstr[0] "" +msgstr[1] "" + +msgid "%d changed file" +msgid_plural "%d changed files" +msgstr[0] "" +msgstr[1] "" + +msgid "%d child epic" +msgid_plural "%d child epics" +msgstr[0] "" +msgstr[1] "" + +msgid "%d code quality issue" +msgid_plural "%d code quality issues" +msgstr[0] "" +msgstr[1] "" + +msgid "%d comment" +msgid_plural "%d comments" +msgstr[0] "" +msgstr[1] "" + +msgid "%d comment on this commit" +msgid_plural "%d comments on this commit" +msgstr[0] "" +msgstr[1] "" + +msgid "%d commit" +msgid_plural "%d commits" +msgstr[0] "" +msgstr[1] "" + +msgid "%d commit behind" +msgid_plural "%d commits behind" +msgstr[0] "" +msgstr[1] "" + +msgid "%d commit," +msgid_plural "%d commits," +msgstr[0] "" +msgstr[1] "" + +msgid "%d commits" +msgstr "" + +msgid "%d completed issue" +msgid_plural "%d completed issues" +msgstr[0] "" +msgstr[1] "" + +msgid "%d contribution" +msgid_plural "%d contributions" +msgstr[0] "" +msgstr[1] "" + +msgid "%d day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +msgid "%d day until tags are automatically removed" +msgid_plural "%d days until tags are automatically removed" +msgstr[0] "" +msgstr[1] "" + +msgid "%d error" +msgid_plural "%d errors" +msgstr[0] "" +msgstr[1] "" + +msgid "%d exporter" +msgid_plural "%d exporters" +msgstr[0] "" +msgstr[1] "" + +msgid "%d failed" +msgid_plural "%d failed" +msgstr[0] "" +msgstr[1] "" + +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + +msgid "%d fixed test result" +msgid_plural "%d fixed test results" +msgstr[0] "" +msgstr[1] "" + +msgid "%d group selected" +msgid_plural "%d groups selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%d hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +msgid "%d inaccessible merge request" +msgid_plural "%d inaccessible merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "%d issue" +msgid_plural "%d issues" +msgstr[0] "" +msgstr[1] "" + +msgid "%d issue in this group" +msgid_plural "%d issues in this group" +msgstr[0] "" +msgstr[1] "" + +msgid "%d issue successfully imported with the label" +msgid_plural "%d issues successfully imported with the label" +msgstr[0] "" +msgstr[1] "" + +msgid "%d layer" +msgid_plural "%d layers" +msgstr[0] "" +msgstr[1] "" + +msgid "%d merge request" +msgid_plural "%d merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "%d merge request that you don't have access to." +msgid_plural "%d merge requests that you don't have access to." +msgstr[0] "" +msgstr[1] "" + +msgid "%d metric" +msgid_plural "%d metrics" +msgstr[0] "" +msgstr[1] "" + +msgid "%d milestone" +msgid_plural "%d milestones" +msgstr[0] "" +msgstr[1] "" + +msgid "%d minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "%d more comment" +msgid_plural "%d more comments" +msgstr[0] "" +msgstr[1] "" + +msgid "%d open issue" +msgid_plural "%d open issues" +msgstr[0] "" +msgstr[1] "" + +msgid "%d pending comment" +msgid_plural "%d pending comments" +msgstr[0] "" +msgstr[1] "" + +msgid "%d personal project will be removed and cannot be restored." +msgid_plural "%d personal projects will be removed and cannot be restored." +msgstr[0] "" +msgstr[1] "" + +msgid "%d previously merged commit" +msgid_plural "%d previously merged commits" +msgstr[0] "" +msgstr[1] "" + +msgid "%d project" +msgid_plural "%d projects" +msgstr[0] "" +msgstr[1] "" + +msgid "%d project selected" +msgid_plural "%d projects selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%d request with warnings" +msgid_plural "%d requests with warnings" +msgstr[0] "" +msgstr[1] "" + +msgid "%d second" +msgid_plural "%d seconds" +msgstr[0] "" +msgstr[1] "" + +msgid "%d shard selected" +msgid_plural "%d shards selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%d tag" +msgid_plural "%d tags" +msgstr[0] "" +msgstr[1] "" + +msgid "%d tag per image name" +msgid_plural "%d tags per image name" +msgstr[0] "" +msgstr[1] "" + +msgid "%d unassigned issue" +msgid_plural "%d unassigned issues" +msgstr[0] "" +msgstr[1] "" + +msgid "%d unresolved thread" +msgid_plural "%d unresolved threads" +msgstr[0] "" +msgstr[1] "" + +msgid "%d vulnerability" +msgid_plural "%d vulnerabilities" +msgstr[0] "" +msgstr[1] "" + +msgid "%d vulnerability dismissed" +msgid_plural "%d vulnerabilities dismissed" +msgstr[0] "" +msgstr[1] "" + +msgid "%d warning found:" +msgid_plural "%d warnings found:" +msgstr[0] "" +msgstr[1] "" + +msgid "%s additional commit has been omitted to prevent performance issues." +msgid_plural "%s additional commits have been omitted to prevent performance issues." +msgstr[0] "" +msgstr[1] "" + +msgid "%{actionText} & %{openOrClose} %{noteable}" +msgstr "" + +msgid "%{address} is an invalid IP address range" +msgstr "" + +msgid "%{author_link} wrote:" +msgstr "" + +msgid "%{authorsName}'s thread" +msgstr "" + +msgid "%{code_open}\"johnsmith@example.com\": \"@johnsmith\"%{code_close} will add \"By %{link_open}@johnsmith%{link_close}\" to all issues and comments originally created by johnsmith@example.com, and will set %{link_open}@johnsmith%{link_close} as the assignee on all issues originally assigned to johnsmith@example.com." +msgstr "" + +msgid "%{code_open}\"johnsmith@example.com\": \"John Smith\"%{code_close} will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com." +msgstr "" + +msgid "%{code_open}\"johnsmith@example.com\": \"johnsm...@example.com\"%{code_close} will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy." +msgstr "" + +msgid "%{code_open}\"johnsmith@example.com\": \"johnsmith@example.com\"%{code_close} will add \"By %{link_open}johnsmith@example.com%{link_close}\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address." +msgstr "" + +msgid "%{code_open}Masked%{code_close} variables are hidden in job logs (though they must match certain regexp requirements to do so)." +msgstr "" + +msgid "%{code_open}Protected%{code_close} variables are only exposed to protected branches or tags." +msgstr "" + +msgid "%{commit_author_link} authored %{commit_timeago}" +msgstr "" + +msgid "%{completedCount} completed weight" +msgstr "" + +msgid "%{completedWeight} of %{totalWeight} weight completed" +msgstr "" + +msgid "%{containerScanningLinkStart}Container Scanning%{containerScanningLinkEnd} and/or %{dependencyScanningLinkStart}Dependency Scanning%{dependencyScanningLinkEnd} must be enabled. %{securityBotLinkStart}GitLab-Security-Bot%{securityBotLinkEnd} will be the author of the auto-created merge request. %{moreInfoLinkStart}More information%{moreInfoLinkEnd}." +msgstr "" + +msgid "%{cores} cores" +msgstr "" + +msgid "%{count} %{scope} for term '%{term}'" +msgstr "" + +msgid "%{count} LOC/commit" +msgstr "" + +msgid "%{count} approval required from %{name}" +msgid_plural "%{count} approvals required from %{name}" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} approvals from %{name}" +msgstr "" + +msgid "%{count} files touched" +msgstr "" + +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} more" +msgstr "" + +msgid "%{count} more assignees" +msgstr "" + +msgid "%{count} more release" +msgid_plural "%{count} more releases" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} of %{required} approvals from %{name}" +msgstr "" + +msgid "%{count} of %{total}" +msgstr "" + +msgid "%{count} participant" +msgid_plural "%{count} participants" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} related %{pluralized_subject}: %{links}" +msgstr "" + +msgid "%{count} total weight" +msgstr "" + +msgid "%{dashboard_path} could not be found." +msgstr "" + +msgid "%{days} days until tags are automatically removed" +msgstr "" + +msgid "%{deployLinkStart}Use a template to deploy to ECS%{deployLinkEnd}, or use a docker image to %{commandsLinkStart}run AWS commands in GitLab CI/CD%{commandsLinkEnd}." +msgstr "" + +msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + +msgid "%{due_date} (Past due)" +msgstr "" + +msgid "%{duration}ms" +msgstr "" + +msgid "%{edit_in_new_fork_notice} Try to cherry-pick this commit again." +msgstr "" + +msgid "%{edit_in_new_fork_notice} Try to create a new directory again." +msgstr "" + +msgid "%{edit_in_new_fork_notice} Try to revert this commit again." +msgstr "" + +msgid "%{edit_in_new_fork_notice} Try to upload a file again." +msgstr "" + +msgid "%{extra} more downstream pipelines" +msgstr "" + +msgid "%{filePath} deleted" +msgstr "" + +msgid "%{firstLabel} +%{labelCount} more" +msgstr "" + +msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more" +msgstr "" + +msgid "%{global_id} is not a valid ID for %{expected_type}." +msgstr "" + +msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects." +msgstr "" + +msgid "%{group_name} group members" +msgstr "" + +msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}." +msgstr "" + +msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" +msgstr "" + +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + +msgid "%{host} sign-in from new location" +msgstr "" + +msgid "%{icon}You are about to add %{usersTag} people to the discussion. They will all receive a notification." +msgstr "" + +msgid "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}." +msgstr "" + +msgid "%{issuableType} will be removed! Are you sure?" +msgstr "" + +msgid "%{issuesCount} issues with a limit of %{maxIssueCount}" +msgstr "" + +msgid "%{issuesSize} with a limit of %{maxIssueCount}" +msgstr "" + +msgid "%{labelStart}Class:%{labelEnd} %{class}" +msgstr "" + +msgid "%{labelStart}Crash Address:%{labelEnd} %{crash_address}" +msgstr "" + +msgid "%{labelStart}Crash State:%{labelEnd} %{stacktrace_snippet}" +msgstr "" + +msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}" +msgstr "" + +msgid "%{labelStart}File:%{labelEnd} %{file}" +msgstr "" + +msgid "%{labelStart}Headers:%{labelEnd} %{headers}" +msgstr "" + +msgid "%{labelStart}Image:%{labelEnd} %{image}" +msgstr "" + +msgid "%{labelStart}Method:%{labelEnd} %{method}" +msgstr "" + +msgid "%{labelStart}Namespace:%{labelEnd} %{namespace}" +msgstr "" + +msgid "%{labelStart}Scan Type:%{labelEnd} %{reportType}" +msgstr "" + +msgid "%{labelStart}Scanner:%{labelEnd} %{scanner}" +msgstr "" + +msgid "%{labelStart}Severity:%{labelEnd} %{severity}" +msgstr "" + +msgid "%{labelStart}Status:%{labelEnd} %{status}" +msgstr "" + +msgid "%{labelStart}URL:%{labelEnd} %{url}" +msgstr "" + +msgid "%{label_for_message} unavailable" +msgstr "" + +msgid "%{label_name} %{span_open}will be permanently deleted from %{subject_name}. This cannot be undone.%{span_close}" +msgstr "" + +msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites." +msgstr "" + +msgid "%{level_name} is not allowed in a %{group_level_name} group." +msgstr "" + +msgid "%{level_name} is not allowed since the fork source project has lower visibility." +msgstr "" + +msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc." +msgstr "" + +msgid "%{link_start}Read more%{link_end} about role permissions" +msgstr "" + +msgid "%{link_start}Remove the %{draft_or_wip_snippet} prefix%{link_end} from the title to allow this merge request to be merged when it's ready." +msgstr "" + +msgid "%{link_start}Start the title with %{draft_snippet} or %{wip_snippet}%{link_end} to prevent a merge request that is a work in progress from being merged before it's ready." +msgstr "" + +msgid "%{listToShow}, and %{awardsListLength} more." +msgstr "" + +msgid "%{loadingIcon} Started" +msgstr "" + +msgid "%{location} is missing required keys: %{keys}" +msgstr "" + +msgid "%{lock_path} is locked by GitLab User %{lock_user_id}" +msgstr "" + +msgid "%{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd} and %{quickActionsDocsLinkStart}quick actions%{quickActionsDocsLinkEnd} are supported" +msgstr "" + +msgid "%{mergeLength}/%{usersLength} can merge" +msgstr "" + +msgid "%{message} showing first %{warnings_displayed}" +msgstr "" + +msgid "%{milestone_name} (Past due)" +msgstr "" + +msgid "%{milestone} (expired)" +msgstr "" + +msgid "%{milliseconds}ms" +msgstr "" + +msgid "%{mrText}, this issue will be closed automatically." +msgstr "" + +msgid "%{name_with_link} has %{percent} or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "%{name} contained %{resultsString}" +msgstr "" + +msgid "%{name} found %{resultsString}" +msgstr "" + +msgid "%{name} is already being used for another emoji" +msgstr "" + +msgid "%{name} is scheduled for %{action}" +msgstr "" + +msgid "%{name}'s avatar" +msgstr "" + +msgid "%{name}(%{url}) has %{percent} or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "%{name}(%{url}) has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "%{no_of_days} day" +msgid_plural "%{no_of_days} days" +msgstr[0] "" +msgstr[1] "" + +msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead" +msgstr "" + +msgid "%{openOrClose} %{noteable}" +msgstr "" + +msgid "%{openedEpics} open, %{closedEpics} closed" +msgstr "" + +msgid "%{openedIssues} open, %{closedIssues} closed" +msgstr "" + +msgid "%{percentage}%% weight completed" +msgstr "" + +msgid "%{percent}%% complete" +msgstr "" + +msgid "%{percent}%{percentSymbol} complete" +msgstr "" + +msgid "%{placeholder} is not a valid color scheme" +msgstr "" + +msgid "%{placeholder} is not a valid theme" +msgstr "" + +msgid "%{primary} (%{secondary})" +msgstr "" + +msgid "%{ref} cannot be added: %{error}" +msgstr "" + +msgid "%{releases} release" +msgid_plural "%{releases} releases" +msgstr[0] "" +msgstr[1] "" + +msgid "%{remaining_approvals} left" +msgstr "" + +msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}." +msgstr "" + +msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities." +msgstr "" + +msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities out of %{total}." +msgstr "" + +msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerability." +msgid_plural "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities." +msgstr[0] "" +msgstr[1] "" + +msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}." +msgstr "" + +msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerability." +msgid_plural "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities." +msgstr[0] "" +msgstr[1] "" + +msgid "%{reportType} %{status} detected %{other} vulnerability." +msgid_plural "%{reportType} %{status} detected %{other} vulnerabilities." +msgstr[0] "" +msgstr[1] "" + +msgid "%{reportType} %{status} detected no vulnerabilities." +msgstr "" + +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." +msgstr "" + +msgid "%{seconds}s" +msgstr "" + +msgid "%{securityScanner} is not enabled for this project. %{linkStart}More information%{linkEnd}" +msgid_plural "%{securityScanner} are not enabled for this project. %{linkStart}More information%{linkEnd}" +msgstr[0] "" +msgstr[1] "" + +msgid "%{securityScanner} result is not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" +msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" +msgstr[0] "" +msgstr[1] "" + +msgid "%{size} %{unit}" +msgstr "" + +msgid "%{size} GiB" +msgstr "" + +msgid "%{size} KiB" +msgstr "" + +msgid "%{size} MiB" +msgstr "" + +msgid "%{size} bytes" +msgstr "" + +msgid "%{sourceBranch} into %{targetBranch}" +msgstr "" + +msgid "%{spammable_titlecase} was submitted to Akismet successfully." +msgstr "" + +msgid "%{spanStart}at line%{spanEnd} %{errorLine}%{errorColumn}" +msgstr "" + +msgid "%{spanStart}in%{spanEnd} %{errorFn}" +msgstr "" + +msgid "%{start} to %{end}" +msgstr "" + +msgid "%{state} epics" +msgstr "" + +msgid "%{strongStart}Deletes%{strongEnd} source branch" +msgstr "" + +msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position." +msgstr "" + +msgid "%{strong_start}%{branch_count}%{strong_end} Branch" +msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches" +msgstr[0] "" +msgstr[1] "" + +msgid "%{strong_start}%{commit_count}%{strong_end} Commit" +msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits" +msgstr[0] "" +msgstr[1] "" + +msgid "%{strong_start}%{human_size}%{strong_end} Files" +msgstr "" + +msgid "%{strong_start}%{human_size}%{strong_end} Storage" +msgstr "" + +msgid "%{strong_start}%{release_count}%{strong_end} Release" +msgid_plural "%{strong_start}%{release_count}%{strong_end} Releases" +msgstr[0] "" +msgstr[1] "" + +msgid "%{strong_start}%{tag_count}%{strong_end} Tag" +msgid_plural "%{strong_start}%{tag_count}%{strong_end} Tags" +msgstr[0] "" +msgstr[1] "" + +msgid "%{tabname} changed" +msgstr "" + +msgid "%{tags} tag per image name" +msgstr "" + +msgid "%{tags} tags per image name" +msgstr "" + +msgid "%{tag}-%{evidence}-%{filename}" +msgstr "" + +msgid "%{template_project_id} is unknown or invalid" +msgstr "" + +msgid "%{text} %{files}" +msgid_plural "%{text} %{files} files" +msgstr[0] "" +msgstr[1] "" + +msgid "%{text} is available" +msgstr "" + +msgid "%{timebox_name} should belong either to a project or a group." +msgstr "" + +msgid "%{timebox_type} does not support burnup charts" +msgstr "" + +msgid "%{timebox_type} must have a start and due date" +msgstr "" + +msgid "%{title} %{operator} %{threshold}" +msgstr "" + +msgid "%{title} changes" +msgstr "" + +msgid "%{token}..." +msgstr "" + +msgid "%{totalCpu} (%{freeSpacePercentage}%{percentSymbol} free)" +msgstr "" + +msgid "%{totalMemory} (%{freeSpacePercentage}%{percentSymbol} free)" +msgstr "" + +msgid "%{totalWeight} total weight" +msgstr "" + +msgid "%{total_warnings} warning(s) found:" +msgstr "" + +msgid "%{total} open issue weight" +msgstr "" + +msgid "%{total} 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." +msgstr "" + +msgid "%{userName} (cannot merge)" +msgstr "" + +msgid "%{userName}'s avatar" +msgstr "" + +msgid "%{user_name} profile page" +msgstr "" + +msgid "%{username}'s avatar" +msgstr "" + +msgid "%{value} s" +msgstr "" + +msgid "%{verb} %{time_spent_value} spent time." +msgstr "" + +msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project." +msgstr "" + +msgid "%{webhooks_link_start}%{webhook_type}%{link_end} enable you to send notifications to web applications in response to events in a group or project. We recommend using an %{integrations_link_start}integration%{link_end} in preference to a webhook." +msgstr "" + +msgid "< 1 hour" +msgstr "" + +msgid "<no scopes selected>" +msgstr "" + +msgid "<project name>" +msgstr "" + +msgid "'%{data}' at %{location} does not match format: %{format}" +msgstr "" + +msgid "'%{data}' at %{location} does not match pattern: %{pattern}" +msgstr "" + +msgid "'%{data}' at %{location} is invalid: error_type=%{type}" +msgstr "" + +msgid "'%{data}' at %{location} is not of type: %{type}" +msgstr "" + +msgid "'%{data}' at %{location} is not one of: %{enum}" +msgstr "" + +msgid "'%{data}' at %{location} is not: %{const}" +msgstr "" + +msgid "'%{level}' is not a valid visibility level" +msgstr "" + +msgid "'%{name}' Value Stream created" +msgstr "" + +msgid "'%{name}' Value Stream deleted" +msgstr "" + +msgid "'%{name}' stage already exists" +msgstr "" + +msgid "'%{source}' is not a import source" +msgstr "" + +msgid "'%{template_name}' is unknown or invalid" +msgstr "" + +msgid "(%d closed)" +msgid_plural "(%d closed)" +msgstr[0] "" +msgstr[1] "" + +msgid "(%{mrCount} merged)" +msgstr "" + +msgid "(%{value}) has already been taken" +msgstr "" + +msgid "(No changes)" +msgstr "" + +msgid "(check progress)" +msgstr "" + +msgid "(deleted)" +msgstr "" + +msgid "(line: %{startLine})" +msgstr "" + +msgid "(max size 15 MB)" +msgstr "" + +msgid "(removed)" +msgstr "" + +msgid "(revoked)" +msgstr "" + +msgid "* * * * *" +msgstr "" + +msgid "+ %{amount} more" +msgstr "" + +msgid "+ %{count} more" +msgstr "" + +msgid "+ %{moreCount} more" +msgstr "" + +msgid "+ %{numberOfHiddenAssignees} more" +msgstr "" + +msgid "+ %{numberOfHiddenReviewers} more" +msgstr "" + +msgid "+%d more" +msgid_plural "+%d more" +msgstr[0] "" +msgstr[1] "" + +msgid "+%{approvers} more approvers" +msgstr "" + +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + +msgid "+%{tags} more" +msgstr "" + +msgid ", or " +msgstr "" + +msgid "- Event" +msgid_plural "- Events" +msgstr[0] "" +msgstr[1] "" + +msgid "- Runner is active and can process any new jobs" +msgstr "" + +msgid "- Runner is paused and will not receive any new jobs" +msgstr "" + +msgid "- User" +msgid_plural "- Users" +msgstr[0] "" +msgstr[1] "" + +msgid "- of - weight completed" +msgstr "" + +msgid "- show less" +msgstr "" + +msgid "." +msgstr "" + +msgid "0 bytes" +msgstr "" + +msgid "0 for unlimited" +msgstr "" + +msgid "0 for unlimited, only effective with remote storage enabled." +msgstr "" + +msgid "0t1DgySidms" +msgstr "" + +msgid "1 Day" +msgid_plural "%d Days" +msgstr[0] "" +msgstr[1] "" + +msgid "1 Issue" +msgid_plural "%d Issues" +msgstr[0] "" +msgstr[1] "" + +msgid "1 closed issue" +msgid_plural "%{issues} closed issues" +msgstr[0] "" +msgstr[1] "" + +msgid "1 closed merge request" +msgid_plural "%{merge_requests} closed merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "1 day" +msgid_plural "%d days" +msgstr[0] "" +msgstr[1] "" + +msgid "1 deploy key" +msgid_plural "%d deploy keys" +msgstr[0] "" +msgstr[1] "" + +msgid "1 group" +msgid_plural "%d groups" +msgstr[0] "" +msgstr[1] "" + +msgid "1 hour" +msgid_plural "%d hours" +msgstr[0] "" +msgstr[1] "" + +msgid "1 merged merge request" +msgid_plural "%{merge_requests} merged merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "1 minute" +msgid_plural "%d minutes" +msgstr[0] "" +msgstr[1] "" + +msgid "1 open issue" +msgid_plural "%{issues} open issues" +msgstr[0] "" +msgstr[1] "" + +msgid "1 open merge request" +msgid_plural "%{merge_requests} open merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "1 pipeline" +msgid_plural "%d pipelines" +msgstr[0] "" +msgstr[1] "" + +msgid "1 role" +msgid_plural "%d roles" +msgstr[0] "" +msgstr[1] "" + +msgid "1 user" +msgid_plural "%{num} users" +msgstr[0] "" +msgstr[1] "" + +msgid "1-9 contributions" +msgstr "" + +msgid "10-19 contributions" +msgstr "" + +msgid "1st contribution!" +msgstr "" + +msgid "20-29 contributions" +msgstr "" + +msgid "2FA" +msgstr "" + +msgid "2FADevice|Registered On" +msgstr "" + +msgid "3 days" +msgstr "" + +msgid "3 hours" +msgstr "" + +msgid "30 days" +msgstr "" + +msgid "30 minutes" +msgstr "" + +msgid "30+ contributions" +msgstr "" + +msgid "403|Please contact your GitLab administrator to get permission." +msgstr "" + +msgid "403|You don't have the permission to access this page." +msgstr "" + +msgid "404|Make sure the address is correct and the page hasn't moved." +msgstr "" + +msgid "404|Page Not Found" +msgstr "" + +msgid "404|Please contact your GitLab administrator if you think this is a mistake." +msgstr "" + +msgid "7 days" +msgstr "" + +msgid "8 hours" +msgstr "" + +msgid ":%{startLine} to %{endLine}" +msgstr "" + +msgid "A %{incident_docs_start}modified issue%{incident_docs_end} to guide the resolution of incidents." +msgstr "" + +msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need." +msgstr "" + +msgid "A .NET Core console application template, customizable for any .NET Core project" +msgstr "" + +msgid "A CI/CD pipeline must run and be successful before merge." +msgstr "" + +msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." +msgstr "" + +msgid "A Gitpod configured Webapplication in Spring and Java" +msgstr "" + +msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." +msgstr "" + +msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." +msgstr "" + +msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." +msgstr "" + +msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified." +msgstr "" + +msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates." +msgstr "" + +msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages" +msgstr "" + +msgid "A complete DevOps platform" +msgstr "" + +msgid "A default branch cannot be chosen for an empty project." +msgstr "" + +msgid "A deleted user" +msgstr "" + +msgid "A file has been changed." +msgstr "" + +msgid "A file was not found." +msgstr "" + +msgid "A file with '%{file_name}' already exists in %{branch} branch" +msgstr "" + +msgid "A fork is a copy of a project." +msgstr "" + +msgid "A group is a collection of several projects" +msgstr "" + +msgid "A group represents your organization in GitLab. Groups allow you to manage users and collaborate across multiple projects." +msgstr "" + +msgid "A member of the abuse team will review your report as soon as possible." +msgstr "" + +msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity." +msgstr "" + +msgid "A merge request approval is required when the license compliance report contains a denied license." +msgstr "" + +msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details" +msgstr "" + +msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it." +msgstr "" + +msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:" +msgstr "" + +msgid "A new branch will be created in your fork and a new merge request will be started." +msgstr "" + +msgid "A new impersonation token has been created." +msgstr "" + +msgid "A non-confidential epic cannot be assigned to a confidential parent epic" +msgstr "" + +msgid "A plain HTML site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." +msgstr "" + +msgid "A platform value can be web, mob or app." +msgstr "" + +msgid "A project boilerplate for Salesforce App development with Salesforce Developer tools." +msgstr "" + +msgid "A project containing issues for each audit inquiry in the HIPAA Audit Protocol published by the U.S. Department of Health & Human Services" +msgstr "" + +msgid "A project is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}." +msgstr "" + +msgid "A ready-to-go template for use with Android apps." +msgstr "" + +msgid "A ready-to-go template for use with iOS Swift apps." +msgstr "" + +msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable" +msgstr "" + +msgid "A secure token that identifies an external storage request." +msgstr "" + +msgid "A sign-in to your account has been made from the following IP address: %{ip}" +msgstr "" + +msgid "A subscription will trigger a new pipeline on the default branch of this project when a pipeline successfully completes for a new tag on the %{default_branch_docs} of the subscribed project." +msgstr "" + +msgid "A user with write access to the source branch selected this option" +msgstr "" + +msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" +msgstr "" + +msgid "API Fuzzing" +msgstr "" + +msgid "API Help" +msgstr "" + +msgid "API Token" +msgstr "" + +msgid "AWS Access Key" +msgstr "" + +msgid "AWS Access Key. Only required if not using role instance credentials" +msgstr "" + +msgid "AWS Secret Access Key" +msgstr "" + +msgid "AWS Secret Access Key. Only required if not using role instance credentials" +msgstr "" + +msgid "Abort" +msgstr "" + +msgid "About GitLab" +msgstr "" + +msgid "About GitLab CE" +msgstr "" + +msgid "About auto deploy" +msgstr "" + +msgid "About this feature" +msgstr "" + +msgid "Abuse Reports" +msgstr "" + +msgid "Abuse reports" +msgstr "" + +msgid "Accept invitation" +msgstr "" + +msgid "Accept terms" +msgstr "" + +msgid "Acceptable for use in this project" +msgstr "" + +msgid "Access Tokens" +msgstr "" + +msgid "Access denied for your LDAP account." +msgstr "" + +msgid "Access denied! Please verify you can add deploy keys to this repository." +msgstr "" + +msgid "Access expiration date" +msgstr "" + +msgid "Access expires" +msgstr "" + +msgid "Access forbidden. Check your access level." +msgstr "" + +msgid "Access granted" +msgstr "" + +msgid "Access requests" +msgstr "" + +msgid "Access to '%{classification_label}' not allowed" +msgstr "" + +msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance." +msgstr "" + +msgid "AccessDropdown|Deploy Keys" +msgstr "" + +msgid "AccessDropdown|Groups" +msgstr "" + +msgid "AccessDropdown|Roles" +msgstr "" + +msgid "AccessDropdown|Users" +msgstr "" + +msgid "AccessTokens|Access Tokens" +msgstr "" + +msgid "AccessTokens|Are you sure?" +msgstr "" + +msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working." +msgstr "" + +msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working." +msgstr "" + +msgid "AccessTokens|Created" +msgstr "" + +msgid "AccessTokens|Feed token" +msgstr "" + +msgid "AccessTokens|Incoming email token" +msgstr "" + +msgid "AccessTokens|It cannot be used to access any other data." +msgstr "" + +msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens." +msgstr "" + +msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens." +msgstr "" + +msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens." +msgstr "" + +msgid "AccessTokens|Personal Access Tokens" +msgstr "" + +msgid "AccessTokens|Static object token" +msgstr "" + +msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled." +msgstr "" + +msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP." +msgstr "" + +msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API." +msgstr "" + +msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs." +msgstr "" + +msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses." +msgstr "" + +msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage." +msgstr "" + +msgid "AccessTokens|reset it" +msgstr "" + +msgid "AccessibilityReport|Learn more" +msgstr "" + +msgid "AccessibilityReport|Message: %{message}" +msgstr "" + +msgid "AccessibilityReport|New" +msgstr "" + +msgid "AccessibilityReport|The accessibility scanning found an error of the following type: %{code}" +msgstr "" + +msgid "Account" +msgstr "" + +msgid "Account ID" +msgstr "" + +msgid "Account and limit" +msgstr "" + +msgid "Account: %{account}" +msgstr "" + +msgid "Action to take when receiving an alert. %{docsLink}" +msgstr "" + +msgid "Actions" +msgstr "" + +msgid "Activate" +msgstr "" + +msgid "Activate Service Desk" +msgstr "" + +msgid "Activate user activity analysis" +msgstr "" + +msgid "Active" +msgstr "" + +msgid "Active %{type} (%{token_length})" +msgstr "" + +msgid "Active Sessions" +msgstr "" + +msgid "Activity" +msgstr "" + +msgid "Add" +msgstr "" + +msgid "Add \"%{value}\"" +msgstr "" + +msgid "Add %d issue" +msgid_plural "Add %d issues" +msgstr[0] "" +msgstr[1] "" + +msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence." +msgstr "" + +msgid "Add CHANGELOG" +msgstr "" + +msgid "Add CONTRIBUTING" +msgstr "" + +msgid "Add GitLab to Slack" +msgstr "" + +msgid "Add Group Webhooks and GitLab Enterprise Edition." +msgstr "" + +msgid "Add Jaeger URL" +msgstr "" + +msgid "Add Kubernetes cluster" +msgstr "" + +msgid "Add LICENSE" +msgstr "" + +msgid "Add New Node" +msgstr "" + +msgid "Add README" +msgstr "" + +msgid "Add Variable" +msgstr "" + +msgid "Add Zoom meeting" +msgstr "" + +msgid "Add a %{type}" +msgstr "" + +msgid "Add a GPG key" +msgstr "" + +msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab." +msgstr "" + +msgid "Add a To Do" +msgstr "" + +msgid "Add a To-Do" +msgstr "" + +msgid "Add a bullet list" +msgstr "" + +msgid "Add a comment to this line" +msgstr "" + +msgid "Add a general comment to this %{noteableDisplayName}." +msgstr "" + +msgid "Add a general comment to this %{noteable_name}." +msgstr "" + +msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message." +msgstr "" + +msgid "Add a line" +msgstr "" + +msgid "Add a link" +msgstr "" + +msgid "Add a new issue" +msgstr "" + +msgid "Add a numbered list" +msgstr "" + +msgid "Add a related issue" +msgstr "" + +msgid "Add a table" +msgstr "" + +msgid "Add a task list" +msgstr "" + +msgid "Add a to do" +msgstr "" + +msgid "Add additional text to appear in all email communications. %{character_limit} character limit" +msgstr "" + +msgid "Add an SSH key" +msgstr "" + +msgid "Add an existing issue" +msgstr "" + +msgid "Add an impersonation token" +msgstr "" + +msgid "Add another link" +msgstr "" + +msgid "Add approval rule" +msgstr "" + +msgid "Add approvers" +msgstr "" + +msgid "Add bold text" +msgstr "" + +msgid "Add child epic to an epic" +msgstr "" + +msgid "Add comment now" +msgstr "" + +msgid "Add comment to design" +msgstr "" + +msgid "Add deploy freeze" +msgstr "" + +msgid "Add domain" +msgstr "" + +msgid "Add email address" +msgstr "" + +msgid "Add environment" +msgstr "" + +msgid "Add existing confidential %{issuableType}" +msgstr "" + +msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface" +msgstr "" + +msgid "Add image comment" +msgstr "" + +msgid "Add issues" +msgstr "" + +msgid "Add italic text" +msgstr "" + +msgid "Add key" +msgstr "" + +msgid "Add label(s)" +msgstr "" + +msgid "Add list" +msgstr "" + +msgid "Add new application" +msgstr "" + +msgid "Add new directory" +msgstr "" + +msgid "Add or remove previously merged commits" +msgstr "" + +msgid "Add or subtract spent time" +msgstr "" + +msgid "Add previously merged commits" +msgstr "" + +msgid "Add reaction" +msgstr "" + +msgid "Add request manually" +msgstr "" + +msgid "Add strikethrough text" +msgstr "" + +msgid "Add suggestion to batch" +msgstr "" + +msgid "Add system hook" +msgstr "" + +msgid "Add to Slack" +msgstr "" + +msgid "Add to epic" +msgstr "" + +msgid "Add to merge train" +msgstr "" + +msgid "Add to merge train when pipeline succeeds" +msgstr "" + +msgid "Add to review" +msgstr "" + +msgid "Add to tree" +msgstr "" + +msgid "Add user(s) to the group:" +msgstr "" + +msgid "Add users to group" +msgstr "" + +msgid "Add variable" +msgstr "" + +msgid "Add webhook" +msgstr "" + +msgid "Add/remove" +msgstr "" + +msgid "AddContextCommits|Add previously merged commits" +msgstr "" + +msgid "AddContextCommits|Add/remove" +msgstr "" + +msgid "AddMember|No users specified." +msgstr "" + +msgid "AddMember|Too many users specified (limit is %{user_limit})" +msgstr "" + +msgid "Added" +msgstr "" + +msgid "Added %{epic_ref} as a child epic." +msgstr "" + +msgid "Added %{label_references} %{label_text}." +msgstr "" + +msgid "Added a to do." +msgstr "" + +msgid "Added an issue to an epic." +msgstr "" + +msgid "Added at" +msgstr "" + +msgid "Added for this merge request" +msgstr "" + +msgid "Added in this version" +msgstr "" + +msgid "Adding new applications is disabled in your GitLab instance. Please contact your GitLab administrator to get the permission" +msgstr "" + +msgid "Additional Metadata" +msgstr "" + +msgid "Additional minutes" +msgstr "" + +msgid "Additional text" +msgstr "" + +msgid "Adds" +msgstr "" + +msgid "Adds %{epic_ref} as child epic." +msgstr "" + +msgid "Adds %{labels} %{label_text}." +msgstr "" + +msgid "Adds a Zoom meeting" +msgstr "" + +msgid "Adds a to do." +msgstr "" + +msgid "Adds an issue to an epic." +msgstr "" + +msgid "Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information." +msgstr "" + +msgid "Admin Area" +msgstr "" + +msgid "Admin Note" +msgstr "" + +msgid "Admin Notifications" +msgstr "" + +msgid "Admin Overview" +msgstr "" + +msgid "Admin Section" +msgstr "" + +msgid "Admin mode already enabled" +msgstr "" + +msgid "Admin mode disabled" +msgstr "" + +msgid "Admin mode enabled" +msgstr "" + +msgid "Admin notes" +msgstr "" + +msgid "AdminArea|Active users" +msgstr "" + +msgid "AdminArea|Billable users" +msgstr "" + +msgid "AdminArea|Blocked users" +msgstr "" + +msgid "AdminArea|Bots" +msgstr "" + +msgid "AdminArea|Components" +msgstr "" + +msgid "AdminArea|Developer" +msgstr "" + +msgid "AdminArea|Features" +msgstr "" + +msgid "AdminArea|Groups: %{number_of_groups}" +msgstr "" + +msgid "AdminArea|Guest" +msgstr "" + +msgid "AdminArea|Included Free in license" +msgstr "" + +msgid "AdminArea|Latest groups" +msgstr "" + +msgid "AdminArea|Latest projects" +msgstr "" + +msgid "AdminArea|Latest users" +msgstr "" + +msgid "AdminArea|Maintainer" +msgstr "" + +msgid "AdminArea|New group" +msgstr "" + +msgid "AdminArea|New project" +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: %{number_of_projects}" +msgstr "" + +msgid "AdminArea|Reporter" +msgstr "" + +msgid "AdminArea|Stop all jobs" +msgstr "" + +msgid "AdminArea|Stop all jobs?" +msgstr "" + +msgid "AdminArea|Stop jobs" +msgstr "" + +msgid "AdminArea|Stopping jobs failed" +msgstr "" + +msgid "AdminArea|Total users" +msgstr "" + +msgid "AdminArea|User cap" +msgstr "" + +msgid "AdminArea|Users statistics" +msgstr "" + +msgid "AdminArea|Users with highest role" +msgstr "" + +msgid "AdminArea|Users without a Group and Project" +msgstr "" + +msgid "AdminArea|Users: %{number_of_users}" +msgstr "" + +msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running." +msgstr "" + +msgid "AdminDashboard|Error loading the statistics. Please try again" +msgstr "" + +msgid "AdminNote|Note" +msgstr "" + +msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered." +msgstr "" + +msgid "AdminProjects|Delete" +msgstr "" + +msgid "AdminProjects|Delete Project %{projectName}?" +msgstr "" + +msgid "AdminSettings|Apply integration settings to all Projects" +msgstr "" + +msgid "AdminSettings|Auto DevOps domain" +msgstr "" + +msgid "AdminSettings|Elasticsearch, PlantUML, Slack application, Third party offers, Snowplow, Amazon EKS have moved to Settings > General." +msgstr "" + +msgid "AdminSettings|Enable shared runners for new projects" +msgstr "" + +msgid "AdminSettings|Environment variables are protected by default" +msgstr "" + +msgid "AdminSettings|Go to General Settings" +msgstr "" + +msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance." +msgstr "" + +msgid "AdminSettings|Moved to integrations" +msgstr "" + +msgid "AdminSettings|No required pipeline" +msgstr "" + +msgid "AdminSettings|Required pipeline configuration" +msgstr "" + +msgid "AdminSettings|Select a pipeline configuration file" +msgstr "" + +msgid "AdminSettings|Select a template" +msgstr "" + +msgid "AdminSettings|Service Templates will soon be deprecated." +msgstr "" + +msgid "AdminSettings|Service template allows you to set default values for integrations" +msgstr "" + +msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration." +msgstr "" + +msgid "AdminSettings|Some settings have moved" +msgstr "" + +msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages." +msgstr "" + +msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations." +msgstr "" + +msgid "AdminSettings|Try using the latest version of Integrations instead." +msgstr "" + +msgid "AdminSettings|When creating a new environment variable it will be protected by default." +msgstr "" + +msgid "AdminStatistics|Active Users" +msgstr "" + +msgid "AdminStatistics|Forks" +msgstr "" + +msgid "AdminStatistics|Issues" +msgstr "" + +msgid "AdminStatistics|Merge Requests" +msgstr "" + +msgid "AdminStatistics|Milestones" +msgstr "" + +msgid "AdminStatistics|Notes" +msgstr "" + +msgid "AdminStatistics|SSH Keys" +msgstr "" + +msgid "AdminStatistics|Snippets" +msgstr "" + +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + +msgid "AdminUsers|2FA Disabled" +msgstr "" + +msgid "AdminUsers|2FA Enabled" +msgstr "" + +msgid "AdminUsers|Access" +msgstr "" + +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + +msgid "AdminUsers|Active" +msgstr "" + +msgid "AdminUsers|Admin" +msgstr "" + +msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation" +msgstr "" + +msgid "AdminUsers|Admins" +msgstr "" + +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + +msgid "AdminUsers|Automatically marked as default internal user" +msgstr "" + +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + +msgid "AdminUsers|Block" +msgstr "" + +msgid "AdminUsers|Block this user" +msgstr "" + +msgid "AdminUsers|Block user" +msgstr "" + +msgid "AdminUsers|Block user %{username}?" +msgstr "" + +msgid "AdminUsers|Blocked" +msgstr "" + +msgid "AdminUsers|Blocking user has the following effects:" +msgstr "" + +msgid "AdminUsers|Cannot unblock LDAP blocked users" +msgstr "" + +msgid "AdminUsers|Deactivate" +msgstr "" + +msgid "AdminUsers|Deactivate User %{username}?" +msgstr "" + +msgid "AdminUsers|Deactivate user" +msgstr "" + +msgid "AdminUsers|Deactivated" +msgstr "" + +msgid "AdminUsers|Deactivating a user has the following effects:" +msgstr "" + +msgid "AdminUsers|Delete User %{username} and contributions?" +msgstr "" + +msgid "AdminUsers|Delete User %{username}?" +msgstr "" + +msgid "AdminUsers|Delete user" +msgstr "" + +msgid "AdminUsers|Delete user and contributions" +msgstr "" + +msgid "AdminUsers|External" +msgstr "" + +msgid "AdminUsers|External users cannot see internal or private projects unless access is explicitly granted. Also, external users cannot create projects, groups, or personal snippets." +msgstr "" + +msgid "AdminUsers|Is using seat" +msgstr "" + +msgid "AdminUsers|It's you!" +msgstr "" + +msgid "AdminUsers|Log in" +msgstr "" + +msgid "AdminUsers|New user" +msgstr "" + +msgid "AdminUsers|No users found" +msgstr "" + +msgid "AdminUsers|Owned groups will be left" +msgstr "" + +msgid "AdminUsers|Pending approval" +msgstr "" + +msgid "AdminUsers|Personal projects will be left" +msgstr "" + +msgid "AdminUsers|Personal projects, group and user history will be left intact" +msgstr "" + +msgid "AdminUsers|Reactivating a user will:" +msgstr "" + +msgid "AdminUsers|Regular" +msgstr "" + +msgid "AdminUsers|Regular users have access to their groups and projects" +msgstr "" + +msgid "AdminUsers|Restore user access to the account, including web, Git and API." +msgstr "" + +msgid "AdminUsers|Search by name, email or username" +msgstr "" + +msgid "AdminUsers|Search users" +msgstr "" + +msgid "AdminUsers|Send email to users" +msgstr "" + +msgid "AdminUsers|Sort by" +msgstr "" + +msgid "AdminUsers|The user will be logged out" +msgstr "" + +msgid "AdminUsers|The user will not be able to access git repositories" +msgstr "" + +msgid "AdminUsers|The user will not be able to access the API" +msgstr "" + +msgid "AdminUsers|The user will not be able to use slash commands" +msgstr "" + +msgid "AdminUsers|The user will not receive any notifications" +msgstr "" + +msgid "AdminUsers|This user has requested access" +msgstr "" + +msgid "AdminUsers|To confirm, type %{projectName}" +msgstr "" + +msgid "AdminUsers|To confirm, type %{username}" +msgstr "" + +msgid "AdminUsers|User will not be able to access git repositories" +msgstr "" + +msgid "AdminUsers|User will not be able to login" +msgstr "" + +msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account" +msgstr "" + +msgid "AdminUsers|Without projects" +msgstr "" + +msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." +msgstr "" + +msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." +msgstr "" + +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + +msgid "AdminUsers|You cannot remove your own admin rights." +msgstr "" + +msgid "AdminUsers|You must transfer ownership or delete the groups owned by this user before you can delete their account" +msgstr "" + +msgid "Administration" +msgstr "" + +msgid "Adoption" +msgstr "" + +msgid "Advanced" +msgstr "" + +msgid "Advanced Search" +msgstr "" + +msgid "Advanced Search with Elasticsearch" +msgstr "" + +msgid "Advanced Settings" +msgstr "" + +msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." +msgstr "" + +msgid "After a successful password update you will be redirected to login screen." +msgstr "" + +msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." +msgstr "" + +msgid "After sign-out path" +msgstr "" + +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." +msgstr "" + +msgid "Alert" +msgid_plural "Alerts" +msgstr[0] "" +msgstr[1] "" + +msgid "AlertManagement|Acknowledged" +msgstr "" + +msgid "AlertManagement|Activity feed" +msgstr "" + +msgid "AlertManagement|Alert" +msgstr "" + +msgid "AlertManagement|Alert assignee(s): %{assignees}" +msgstr "" + +msgid "AlertManagement|Alert detail" +msgstr "" + +msgid "AlertManagement|Alert details" +msgstr "" + +msgid "AlertManagement|Alert status: %{status}" +msgstr "" + +msgid "AlertManagement|Alerts" +msgstr "" + +msgid "AlertManagement|All alerts" +msgstr "" + +msgid "AlertManagement|Assign status" +msgstr "" + +msgid "AlertManagement|Assignees" +msgstr "" + +msgid "AlertManagement|Authorize external service" +msgstr "" + +msgid "AlertManagement|Create incident" +msgstr "" + +msgid "AlertManagement|Critical" +msgstr "" + +msgid "AlertManagement|Display alerts from all your monitoring tools directly within GitLab. Streamline the investigation of your alerts and the escalation of alerts to incidents." +msgstr "" + +msgid "AlertManagement|Edit" +msgstr "" + +msgid "AlertManagement|Environment" +msgstr "" + +msgid "AlertManagement|Events" +msgstr "" + +msgid "AlertManagement|High" +msgstr "" + +msgid "AlertManagement|Incident" +msgstr "" + +msgid "AlertManagement|Info" +msgstr "" + +msgid "AlertManagement|Key" +msgstr "" + +msgid "AlertManagement|Low" +msgstr "" + +msgid "AlertManagement|Medium" +msgstr "" + +msgid "AlertManagement|Metrics" +msgstr "" + +msgid "AlertManagement|Metrics weren't available in the alerts payload." +msgstr "" + +msgid "AlertManagement|More information" +msgstr "" + +msgid "AlertManagement|No alert data to display." +msgstr "" + +msgid "AlertManagement|No alerts available to display. See %{linkStart}enabling alert management%{linkEnd} for more information on adding alerts to the list." +msgstr "" + +msgid "AlertManagement|No alerts to display." +msgstr "" + +msgid "AlertManagement|None" +msgstr "" + +msgid "AlertManagement|Open" +msgstr "" + +msgid "AlertManagement|Opsgenie is enabled" +msgstr "" + +msgid "AlertManagement|Please try again." +msgstr "" + +msgid "AlertManagement|Reported %{when}" +msgstr "" + +msgid "AlertManagement|Reported %{when} by %{tool}" +msgstr "" + +msgid "AlertManagement|Resolved" +msgstr "" + +msgid "AlertManagement|Runbook" +msgstr "" + +msgid "AlertManagement|Service" +msgstr "" + +msgid "AlertManagement|Severity" +msgstr "" + +msgid "AlertManagement|Start time" +msgstr "" + +msgid "AlertManagement|Status" +msgstr "" + +msgid "AlertManagement|Surface alerts in GitLab" +msgstr "" + +msgid "AlertManagement|There was an error displaying the alert. Please refresh the page to try again." +msgstr "" + +msgid "AlertManagement|There was an error displaying the alerts. Confirm your endpoint's configuration details to ensure alerts appear." +msgstr "" + +msgid "AlertManagement|There was an error while updating the To-Do of the alert." +msgstr "" + +msgid "AlertManagement|There was an error while updating the assignee(s) list. Please try again." +msgstr "" + +msgid "AlertManagement|There was an error while updating the assignee(s) of the alert. Please try again." +msgstr "" + +msgid "AlertManagement|There was an error while updating the status of the alert." +msgstr "" + +msgid "AlertManagement|This assignee cannot be assigned to this alert." +msgstr "" + +msgid "AlertManagement|Tool" +msgstr "" + +msgid "AlertManagement|Triggered" +msgstr "" + +msgid "AlertManagement|Unknown" +msgstr "" + +msgid "AlertManagement|Value" +msgstr "" + +msgid "AlertManagement|View alerts in Opsgenie" +msgstr "" + +msgid "AlertManagement|View incident" +msgstr "" + +msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie." +msgstr "" + +msgid "AlertService|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." +msgstr "" + +msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." +msgstr "" + +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + +msgid "AlertSettings|API URL" +msgstr "" + +msgid "AlertSettings|Active" +msgstr "" + +msgid "AlertSettings|Add URL and auth key to your Prometheus config file" +msgstr "" + +msgid "AlertSettings|Add new integrations" +msgstr "" + +msgid "AlertSettings|Alert test payload" +msgstr "" + +msgid "AlertSettings|Authorization key" +msgstr "" + +msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now." +msgstr "" + +msgid "AlertSettings|Copy" +msgstr "" + +msgid "AlertSettings|Enter integration name" +msgstr "" + +msgid "AlertSettings|Enter test alert JSON...." +msgstr "" + +msgid "AlertSettings|External Prometheus" +msgstr "" + +msgid "AlertSettings|HTTP Endpoint" +msgstr "" + +msgid "AlertSettings|HTTP endpoint" +msgstr "" + +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Opsgenie" +msgstr "" + +msgid "AlertSettings|Reset key" +msgstr "" + +msgid "AlertSettings|Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in." +msgstr "" + +msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." +msgstr "" + +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + +msgid "AlertSettings|Test alert payload" +msgstr "" + +msgid "AlertSettings|Test alert sent successfully. If you have made other changes, please save them now." +msgstr "" + +msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" +msgstr "" + +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." +msgstr "" + +msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." +msgstr "" + +msgid "AlertSettings|URL cannot be blank and must start with http or https" +msgstr "" + +msgid "AlertSettings|Webhook URL" +msgstr "" + +msgid "AlertSettings|You can now set up alert endpoints for manually configured Prometheus instances in the Alerts section on the Operations settings page. Alert endpoint fields on this page have been deprecated." +msgstr "" + +msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." +msgstr "" + +msgid "AlertSettings|Your integration was successfully updated." +msgstr "" + +msgid "Alerts" +msgstr "" + +msgid "Alerts endpoint" +msgstr "" + +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + +msgid "Algorithm" +msgstr "" + +msgid "All" +msgstr "" + +msgid "All %{replicableType} are being scheduled for %{action}" +msgstr "" + +msgid "All (default)" +msgstr "" + +msgid "All Members" +msgstr "" + +msgid "All branches" +msgstr "" + +msgid "All changes are committed" +msgstr "" + +msgid "All default stages are currently visible" +msgstr "" + +msgid "All email addresses will be used to identify your commits." +msgstr "" + +msgid "All environments" +msgstr "" + +msgid "All epics" +msgstr "" + +msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings." +msgstr "" + +msgid "All groups and projects" +msgstr "" + +msgid "All issues for this milestone are closed." +msgstr "" + +msgid "All issues for this milestone are closed. You may close this milestone now." +msgstr "" + +msgid "All merge conflicts were resolved. The merge request can now be merged." +msgstr "" + +msgid "All merge request dependencies have been merged" +msgstr "" + +msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}." +msgstr "" + +msgid "All projects" +msgstr "" + +msgid "All projects selected" +msgstr "" + +msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project" +msgstr "" + +msgid "All threads resolved" +msgstr "" + +msgid "All users must have a name." +msgstr "" + +msgid "Allow \"%{group_name}\" to sign you in" +msgstr "" + +msgid "Allow access to the following IP addresses" +msgstr "" + +msgid "Allow commits from members who can merge to the target branch." +msgstr "" + +msgid "Allow group owners to manage LDAP-related settings" +msgstr "" + +msgid "Allow only the selected protocols to be used for Git access." +msgstr "" + +msgid "Allow owners to manage default branch protection per group" +msgstr "" + +msgid "Allow owners to manually add users outside of LDAP" +msgstr "" + +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + +msgid "Allow projects within this group to use Git LFS" +msgstr "" + +msgid "Allow public access to pipelines and job details, including output logs and artifacts" +msgstr "" + +msgid "Allow rendering of PlantUML diagrams in Asciidoc documents." +msgstr "" + +msgid "Allow repository mirroring to be configured by project maintainers" +msgstr "" + +msgid "Allow requests to the local network from hooks and services." +msgstr "" + +msgid "Allow requests to the local network from system hooks" +msgstr "" + +msgid "Allow requests to the local network from web hooks and services" +msgstr "" + +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + +msgid "Allow this key to push to repository as well? (Default only allows pull access.)" +msgstr "" + +msgid "Allow this secondary node to replicate content on Object Storage" +msgstr "" + +msgid "Allow users to dismiss the broadcast message" +msgstr "" + +msgid "Allow users to register any application to use GitLab as an OAuth provider" +msgstr "" + +msgid "Allow users to request access (if visibility is public or internal)" +msgstr "" + +msgid "Allowed" +msgstr "" + +msgid "Allowed Geo IP" +msgstr "" + +msgid "Allowed domains for sign-ups" +msgstr "" + +msgid "Allowed email domain restriction only permitted for top-level groups" +msgstr "" + +msgid "Allowed to fail" +msgstr "" + +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + +msgid "Allows you to add and manage Kubernetes clusters." +msgstr "" + +msgid "Almost there" +msgstr "" + +msgid "Already blocked" +msgstr "" + +msgid "Also called \"Issuer\" or \"Relying party trust identifier\"" +msgstr "" + +msgid "Also called \"Relying party service URL\" or \"Reply URL\"" +msgstr "" + +msgid "Also unassign this user from related issues and merge requests" +msgstr "" + +msgid "Alternate support URL for help page and help dropdown" +msgstr "" + +msgid "Alternatively, you can convert your account to a managed account by the %{group_name} group." +msgstr "" + +msgid "Amazon EKS" +msgstr "" + +msgid "Amazon EKS integration allows you to provision EKS clusters from GitLab." +msgstr "" + +msgid "Amazon Web Services" +msgstr "" + +msgid "Amazon Web Services Logo" +msgstr "" + +msgid "Amazon authentication is not %{link_start}correctly configured%{link_end}. Ask your GitLab administrator if you want to use this service." +msgstr "" + +msgid "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication" +msgstr "" + +msgid "An %{link_start}alert%{link_end} with the same fingerprint is already open. To change the status of this alert, resolve the linked alert." +msgstr "" + +msgid "An administrator changed the password for your GitLab account on %{link_to}." +msgstr "" + +msgid "An alert has been resolved in %{project_path}." +msgstr "" + +msgid "An alert has been triggered in %{project_path}." +msgstr "" + +msgid "An application called %{link_to_client} is requesting access to your GitLab account." +msgstr "" + +msgid "An email notification was recently sent from the admin panel. Please wait %{wait_time_in_words} before attempting to send another message." +msgstr "" + +msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." +msgstr "" + +msgid "An empty index will be created if one does not already exist" +msgstr "" + +msgid "An error has occurred" +msgstr "" + +msgid "An error has occurred fetching instructions" +msgstr "" + +msgid "An error occured while making the changes: %{error}" +msgstr "" + +msgid "An error occurred adding a draft to the thread." +msgstr "" + +msgid "An error occurred adding a new draft." +msgstr "" + +msgid "An error occurred creating the new branch." +msgstr "" + +msgid "An error occurred fetching the approval rules." +msgstr "" + +msgid "An error occurred fetching the approvers for the new rule." +msgstr "" + +msgid "An error occurred fetching the dropdown data." +msgstr "" + +msgid "An error occurred fetching the project authors." +msgstr "" + +msgid "An error occurred previewing the blob" +msgstr "" + +msgid "An error occurred when removing the label." +msgstr "" + +msgid "An error occurred when toggling the notification subscription" +msgstr "" + +msgid "An error occurred when updating the issue due date" +msgstr "" + +msgid "An error occurred when updating the issue weight" +msgstr "" + +msgid "An error occurred while acknowledging the notification. Refresh the page and try again." +msgstr "" + +msgid "An error occurred while adding approvers" +msgstr "" + +msgid "An error occurred while adding formatted title for epic" +msgstr "" + +msgid "An error occurred while checking group path. Please refresh and try again." +msgstr "" + +msgid "An error occurred while decoding the file." +msgstr "" + +msgid "An error occurred while deleting the approvers group" +msgstr "" + +msgid "An error occurred while deleting the comment" +msgstr "" + +msgid "An error occurred while deleting the pipeline." +msgstr "" + +msgid "An error occurred while detecting host keys" +msgstr "" + +msgid "An error occurred while disabling Service Desk." +msgstr "" + +msgid "An error occurred while dismissing the alert. Refresh the page and try again." +msgstr "" + +msgid "An error occurred while dismissing the feature highlight. Refresh the page and try dismissing again." +msgstr "" + +msgid "An error occurred while enabling Service Desk." +msgstr "" + +msgid "An error occurred while fetching branches. Retry the search." +msgstr "" + +msgid "An error occurred while fetching commits. Retry the search." +msgstr "" + +msgid "An error occurred while fetching coverage reports." +msgstr "" + +msgid "An error occurred while fetching environments." +msgstr "" + +msgid "An error occurred while fetching exposed artifacts." +msgstr "" + +msgid "An error occurred while fetching folder content." +msgstr "" + +msgid "An error occurred while fetching issues." +msgstr "" + +msgid "An error occurred while fetching label colors." +msgstr "" + +msgid "An error occurred while fetching markdown preview" +msgstr "" + +msgid "An error occurred while fetching pending comments" +msgstr "" + +msgid "An error occurred while fetching projects autocomplete." +msgstr "" + +msgid "An error occurred while fetching sidebar data" +msgstr "" + +msgid "An error occurred while fetching tags. Retry the search." +msgstr "" + +msgid "An error occurred while fetching terraform reports." +msgstr "" + +msgid "An error occurred while fetching the Service Desk address." +msgstr "" + +msgid "An error occurred while fetching the board lists. Please try again." +msgstr "" + +msgid "An error occurred while fetching the builds." +msgstr "" + +msgid "An error occurred while fetching the job log." +msgstr "" + +msgid "An error occurred while fetching the job logs." +msgstr "" + +msgid "An error occurred while fetching the job." +msgstr "" + +msgid "An error occurred while fetching the jobs." +msgstr "" + +msgid "An error occurred while fetching the latest pipeline." +msgstr "" + +msgid "An error occurred while fetching the pipeline." +msgstr "" + +msgid "An error occurred while fetching the releases. Please try again." +msgstr "" + +msgid "An error occurred while fetching this tab." +msgstr "" + +msgid "An error occurred while generating a username. Please try again." +msgstr "" + +msgid "An error occurred while getting files for - %{branchId}" +msgstr "" + +msgid "An error occurred while getting projects" +msgstr "" + +msgid "An error occurred while importing project: %{details}" +msgstr "" + +msgid "An error occurred while initializing path locks" +msgstr "" + +msgid "An error occurred while loading all the files." +msgstr "" + +msgid "An error occurred while loading chart data" +msgstr "" + +msgid "An error occurred while loading commit signatures" +msgstr "" + +msgid "An error occurred while loading designs. Please try again." +msgstr "" + +msgid "An error occurred while loading diff" +msgstr "" + +msgid "An error occurred while loading filenames" +msgstr "" + +msgid "An error occurred while loading group members." +msgstr "" + +msgid "An error occurred while loading issues" +msgstr "" + +msgid "An error occurred while loading merge requests." +msgstr "" + +msgid "An error occurred while loading project creation UI" +msgstr "" + +msgid "An error occurred while loading the data. Please try again." +msgstr "" + +msgid "An error occurred while loading the file" +msgstr "" + +msgid "An error occurred while loading the file content." +msgstr "" + +msgid "An error occurred while loading the file." +msgstr "" + +msgid "An error occurred while loading the file. Please try again later." +msgstr "" + +msgid "An error occurred while loading the merge request changes." +msgstr "" + +msgid "An error occurred while loading the merge request version data." +msgstr "" + +msgid "An error occurred while loading the merge request." +msgstr "" + +msgid "An error occurred while loading the pipelines jobs." +msgstr "" + +msgid "An error occurred while making the request." +msgstr "" + +msgid "An error occurred while moving the issue." +msgstr "" + +msgid "An error occurred while parsing recent searches" +msgstr "" + +msgid "An error occurred while parsing the file." +msgstr "" + +msgid "An error occurred while removing epics." +msgstr "" + +msgid "An error occurred while removing issues." +msgstr "" + +msgid "An error occurred while rendering preview broadcast message" +msgstr "" + +msgid "An error occurred while rendering the editor" +msgstr "" + +msgid "An error occurred while rendering the linter" +msgstr "" + +msgid "An error occurred while reordering issues." +msgstr "" + +msgid "An error occurred while requesting data from the Jira service" +msgstr "" + +msgid "An error occurred while retrieving calendar activity" +msgstr "" + +msgid "An error occurred while retrieving diff" +msgstr "" + +msgid "An error occurred while retrieving diff files" +msgstr "" + +msgid "An error occurred while retrieving projects." +msgstr "" + +msgid "An error occurred while saving LDAP override status. Please try again." +msgstr "" + +msgid "An error occurred while saving assignees" +msgstr "" + +msgid "An error occurred while subscribing to notifications." +msgstr "" + +msgid "An error occurred while triggering the job." +msgstr "" + +msgid "An error occurred while trying to run a new pipeline for this Merge Request." +msgstr "" + +msgid "An error occurred while unsubscribing to notifications." +msgstr "" + +msgid "An error occurred while updating approvers" +msgstr "" + +msgid "An error occurred while updating configuration." +msgstr "" + +msgid "An error occurred while updating labels." +msgstr "" + +msgid "An error occurred while updating the comment" +msgstr "" + +msgid "An error occurred while validating group path" +msgstr "" + +msgid "An error occurred while validating username" +msgstr "" + +msgid "An error occurred. Please sign in again." +msgstr "" + +msgid "An error occurred. Please try again." +msgstr "" + +msgid "An error ocurred while loading your content. Please try again." +msgstr "" + +msgid "An example project for managing Kubernetes clusters integrated with GitLab." +msgstr "" + +msgid "An example showing how to use Jsonnet with GitLab dynamic child pipelines" +msgstr "" + +msgid "An instance-level serverless domain already exists." +msgstr "" + +msgid "An issue already exists" +msgstr "" + +msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable." +msgstr "" + +msgid "An unauthenticated user" +msgstr "" + +msgid "An unexpected error occurred while checking the project environment." +msgstr "" + +msgid "An unexpected error occurred while checking the project runners." +msgstr "" + +msgid "An unexpected error occurred while communicating with the Web Terminal." +msgstr "" + +msgid "An unexpected error occurred while starting the Web Terminal." +msgstr "" + +msgid "An unexpected error occurred while stopping the Web Terminal." +msgstr "" + +msgid "An unknown error occurred while loading this graph." +msgstr "" + +msgid "An unknown error occurred." +msgstr "" + +msgid "Analytics" +msgstr "" + +msgid "Analyze a review version of your web application." +msgstr "" + +msgid "Analyze your dependencies for known vulnerabilities." +msgstr "" + +msgid "Analyze your source code and git history for secrets." +msgstr "" + +msgid "Analyze your source code for known vulnerabilities." +msgstr "" + +msgid "Ancestors" +msgstr "" + +msgid "Anonymous" +msgstr "" + +msgid "Another action is currently in progress" +msgstr "" + +msgid "Another issue tracker is already in use. Only one issue tracker service can be active at a time" +msgstr "" + +msgid "Anti-spam verification" +msgstr "" + +msgid "Any" +msgstr "" + +msgid "Any %{header}" +msgstr "" + +msgid "Any Author" +msgstr "" + +msgid "Any branch" +msgstr "" + +msgid "Any eligible user" +msgstr "" + +msgid "Any encrypted tokens" +msgstr "" + +msgid "Any files larger than this limit will not be indexed, and thus will not be searchable." +msgstr "" + +msgid "Any label" +msgstr "" + +msgid "Any member with Developer or higher permissions to the project." +msgstr "" + +msgid "Any milestone" +msgstr "" + +msgid "Any namespace" +msgstr "" + +msgid "Any user" +msgstr "" + +msgid "App ID" +msgstr "" + +msgid "Appearance" +msgstr "" + +msgid "Appearance was successfully created." +msgstr "" + +msgid "Appearance was successfully updated." +msgstr "" + +msgid "Append the comment with %{shrug}" +msgstr "" + +msgid "Append the comment with %{tableflip}" +msgstr "" + +msgid "Application" +msgstr "" + +msgid "Application ID" +msgstr "" + +msgid "Application limits saved successfully" +msgstr "" + +msgid "Application settings saved successfully" +msgstr "" + +msgid "Application settings update failed" +msgstr "" + +msgid "Application uninstalled but failed to destroy: %{error_message}" +msgstr "" + +msgid "Application was successfully destroyed." +msgstr "" + +msgid "Application was successfully updated." +msgstr "" + +msgid "Application: %{name}" +msgstr "" + +msgid "Applications" +msgstr "" + +msgid "Applied" +msgstr "" + +msgid "Apply" +msgstr "" + +msgid "Apply a label" +msgstr "" + +msgid "Apply a template" +msgstr "" + +msgid "Apply changes" +msgstr "" + +msgid "Apply suggestion" +msgstr "" + +msgid "Apply suggestions" +msgstr "" + +msgid "Apply template" +msgstr "" + +msgid "Apply this approval rule to any branch or a specific protected branch." +msgstr "" + +msgid "Applying" +msgstr "" + +msgid "Applying a template will replace the existing issue description. Any changes you have made will be lost." +msgstr "" + +msgid "Applying command" +msgstr "" + +msgid "Applying command to %{commandDescription}" +msgstr "" + +msgid "Applying multiple commands" +msgstr "" + +msgid "Applying suggestion..." +msgstr "" + +msgid "Applying suggestions..." +msgstr "" + +msgid "Approval Status" +msgstr "" + +msgid "Approval rules" +msgstr "" + +msgid "Approval rules reset to project defaults" +msgstr "" + +msgid "ApprovalRuleRemove|%d member" +msgid_plural "ApprovalRuleRemove|%d members" +msgstr[0] "" +msgstr[1] "" + +msgid "ApprovalRuleRemove|Approvals from this member are not revoked." +msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked." +msgstr[0] "" +msgstr[1] "" + +msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}." +msgstr "" + +msgid "ApprovalRuleSummary|%d member" +msgid_plural "ApprovalRuleSummary|%d members" +msgstr[0] "" +msgstr[1] "" + +msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}" +msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}" +msgstr[0] "" +msgstr[1] "" + +msgid "ApprovalRule|Approvers" +msgstr "" + +msgid "ApprovalRule|Name" +msgstr "" + +msgid "ApprovalRule|No. approvals required" +msgstr "" + +msgid "ApprovalRule|Rule name" +msgstr "" + +msgid "ApprovalRule|Target branch" +msgstr "" + +msgid "ApprovalRule|e.g. QA, Security, etc." +msgstr "" + +msgid "ApprovalStatusTooltip|Adheres to separation of duties" +msgstr "" + +msgid "ApprovalStatusTooltip|At least one rule does not adhere to separation of duties" +msgstr "" + +msgid "ApprovalStatusTooltip|Fails to adhere to separation of duties" +msgstr "" + +msgid "Approvals|Section: %section" +msgstr "" + +msgid "Approve" +msgstr "" + +msgid "Approve a merge request" +msgstr "" + +msgid "Approve the current merge request." +msgstr "" + +msgid "Approved" +msgstr "" + +msgid "Approved MRs" +msgstr "" + +msgid "Approved the current merge request." +msgstr "" + +msgid "Approved-By" +msgstr "" + +msgid "Approver" +msgstr "" + +msgid "Approvers" +msgstr "" + +msgid "Apr" +msgstr "" + +msgid "April" +msgstr "" + +msgid "Architecture not found for OS" +msgstr "" + +msgid "Archive" +msgstr "" + +msgid "Archive jobs" +msgstr "" + +msgid "Archive project" +msgstr "" + +msgid "Archive test case" +msgstr "" + +msgid "Archived" +msgstr "" + +msgid "Archived in this version" +msgstr "" + +msgid "Archived project! Repository and other project resources are read only" +msgstr "" + +msgid "Archived project! Repository and other project resources are read-only" +msgstr "" + +msgid "Archived projects" +msgstr "" + +msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}" +msgstr "" + +msgid "Are you ABSOLUTELY SURE you wish to delete this project?" +msgstr "" + +msgid "Are you sure that you want to archive this project?" +msgstr "" + +msgid "Are you sure that you want to unarchive this project?" +msgstr "" + +msgid "Are you sure you want to cancel editing this comment?" +msgstr "" + +msgid "Are you sure you want to close this blocked issue?" +msgstr "" + +msgid "Are you sure you want to delete \"%{name}\" Value Stream?" +msgstr "" + +msgid "Are you sure you want to delete %{name}?" +msgstr "" + +msgid "Are you sure you want to delete these artifacts?" +msgstr "" + +msgid "Are you sure you want to delete this %{typeOfComment}?" +msgstr "" + +msgid "Are you sure you want to delete this SSH key?" +msgstr "" + +msgid "Are you sure you want to delete this board?" +msgstr "" + +msgid "Are you sure you want to delete this device? This action cannot be undone." +msgstr "" + +msgid "Are you sure you want to delete this list?" +msgstr "" + +msgid "Are you sure you want to delete this pipeline schedule?" +msgstr "" + +msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone." +msgstr "" + +msgid "Are you sure you want to deploy this environment?" +msgstr "" + +msgid "Are you sure you want to discard this comment?" +msgstr "" + +msgid "Are you sure you want to erase this build?" +msgstr "" + +msgid "Are you sure you want to import %d repository?" +msgid_plural "Are you sure you want to import %d repositories?" +msgstr[0] "" +msgstr[1] "" + +msgid "Are you sure you want to lose unsaved changes?" +msgstr "" + +msgid "Are you sure you want to lose your issue information?" +msgstr "" + +msgid "Are you sure you want to merge immediately?" +msgstr "" + +msgid "Are you sure you want to re-deploy this environment?" +msgstr "" + +msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again." +msgstr "" + +msgid "Are you sure you want to reindex?" +msgstr "" + +msgid "Are you sure you want to remove %{group_name}?" +msgstr "" + +msgid "Are you sure you want to remove the attachment?" +msgstr "" + +msgid "Are you sure you want to remove the license?" +msgstr "" + +msgid "Are you sure you want to remove this identity?" +msgstr "" + +msgid "Are you sure you want to reset registration token?" +msgstr "" + +msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated." +msgstr "" + +msgid "Are you sure you want to reset the health check token?" +msgstr "" + +msgid "Are you sure you want to revoke this %{type}? This action cannot be undone." +msgstr "" + +msgid "Are you sure you want to revoke this nickname?" +msgstr "" + +msgid "Are you sure you want to revoke this personal access token? This action cannot be undone." +msgstr "" + +msgid "Are you sure you want to stop this environment?" +msgstr "" + +msgid "Are you sure you want to unlock %{path_lock_path}?" +msgstr "" + +msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?" +msgstr "" + +msgid "Are you sure?" +msgstr "" + +msgid "Are you sure? All commits that were signed with this GPG key will be unverified." +msgstr "" + +msgid "Are you sure? Removing this GPG key does not affect already signed commits." +msgstr "" + +msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked." +msgstr "" + +msgid "Are you sure? This will invalidate your registered applications and U2F / WebAuthn devices." +msgstr "" + +msgid "Are you sure? This will invalidate your registered applications and U2F devices." +msgstr "" + +msgid "Arrange charts" +msgstr "" + +msgid "Artifact" +msgstr "" + +msgid "Artifact could not be deleted." +msgstr "" + +msgid "Artifact was successfully deleted." +msgstr "" + +msgid "Artifacts" +msgstr "" + +msgid "As we continue to build more features for SAST, we'd love your feedback on the SAST configuration feature in %{linkStart}this issue%{linkEnd}." +msgstr "" + +msgid "AsanaService|%{user} pushed to branch %{branch} of %{project_name} ( %{commit_url} ):" +msgstr "" + +msgid "AsanaService|Asana - Teamwork without email" +msgstr "" + +msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches." +msgstr "" + +msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user." +msgstr "" + +msgid "Ascending" +msgstr "" + +msgid "Ask your group maintainer to set up a group Runner." +msgstr "" + +msgid "Assertion consumer service URL" +msgstr "" + +msgid "Assets" +msgstr "" + +msgid "Assets:" +msgstr "" + +msgid "Assign" +msgstr "" + +msgid "Assign Iteration" +msgstr "" + +msgid "Assign To" +msgstr "" + +msgid "Assign custom color like #FF0000" +msgstr "" + +msgid "Assign epic" +msgstr "" + +msgid "Assign labels" +msgstr "" + +msgid "Assign milestone" +msgstr "" + +msgid "Assign some issues to this milestone." +msgstr "" + +msgid "Assign to" +msgstr "" + +msgid "Assign to commenting user" +msgstr "" + +msgid "Assign yourself to these issues" +msgstr "" + +msgid "Assign yourself to this issue" +msgstr "" + +msgid "Assigned %{assignee_users_sentence}." +msgstr "" + +msgid "Assigned Issues" +msgstr "" + +msgid "Assigned Merge Requests" +msgstr "" + +msgid "Assigned to %{assigneeName}" +msgstr "" + +msgid "Assigned to %{assignee_name}" +msgstr "" + +msgid "Assigned to %{name}" +msgstr "" + +msgid "Assigned to me" +msgstr "" + +msgid "Assignee" +msgid_plural "%d Assignees" +msgstr[0] "" +msgstr[1] "" + +msgid "Assignee has no permissions" +msgstr "" + +msgid "Assignee lists not available with your current license" +msgstr "" + +msgid "Assignee lists show all issues assigned to the selected user." +msgstr "" + +msgid "Assignee(s)" +msgstr "" + +msgid "Assignees" +msgstr "" + +msgid "Assigns %{assignee_users_sentence}." +msgstr "" + +msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules." +msgstr "" + +msgid "At least one logging option is required to be enabled" +msgstr "" + +msgid "At least one of group_id or project_id must be specified" +msgstr "" + +msgid "At least one of your Personal Access Tokens is expired, but expiration enforcement is disabled. %{generate_new}" +msgstr "" + +msgid "At least one of your Personal Access Tokens will expire soon, but expiration enforcement is disabled. %{generate_new}" +msgstr "" + +msgid "At risk" +msgstr "" + +msgid "Attach a file" +msgstr "" + +msgid "Attach a file by drag & drop or %{upload_link}" +msgstr "" + +msgid "Attaching a file" +msgid_plural "Attaching %d files" +msgstr[0] "" +msgstr[1] "" + +msgid "Attaching the file failed." +msgstr "" + +msgid "Attachment" +msgstr "" + +msgid "Attachments" +msgstr "" + +msgid "Audit Events" +msgstr "" + +msgid "Audit Events is a way to keep track of important events that happened in GitLab." +msgstr "" + +msgid "Audit Log" +msgstr "" + +msgid "AuditLogs|(removed)" +msgstr "" + +msgid "AuditLogs|Action" +msgstr "" + +msgid "AuditLogs|Author" +msgstr "" + +msgid "AuditLogs|Date" +msgstr "" + +msgid "AuditLogs|Failed to find %{type}. Please search for another %{type}." +msgstr "" + +msgid "AuditLogs|Failed to find %{type}. Please try again." +msgstr "" + +msgid "AuditLogs|Group Events" +msgstr "" + +msgid "AuditLogs|IP Address" +msgstr "" + +msgid "AuditLogs|Member Events" +msgstr "" + +msgid "AuditLogs|No matching %{type} found." +msgstr "" + +msgid "AuditLogs|Object" +msgstr "" + +msgid "AuditLogs|Project Events" +msgstr "" + +msgid "AuditLogs|Target" +msgstr "" + +msgid "AuditLogs|This month" +msgstr "" + +msgid "AuditLogs|User Events" +msgstr "" + +msgid "Aug" +msgstr "" + +msgid "August" +msgstr "" + +msgid "Authenticate" +msgstr "" + +msgid "Authenticate with GitHub" +msgstr "" + +msgid "Authenticating" +msgstr "" + +msgid "Authentication Failure" +msgstr "" + +msgid "Authentication Log" +msgstr "" + +msgid "Authentication failed: %{error_message}" +msgstr "" + +msgid "Authentication log" +msgstr "" + +msgid "Authentication method" +msgstr "" + +msgid "Authentication method updated" +msgstr "" + +msgid "Authentication via U2F device failed." +msgstr "" + +msgid "Authentication via WebAuthn device failed." +msgstr "" + +msgid "Author" +msgstr "" + +msgid "Author: %{author_name}" +msgstr "" + +msgid "Authored %{timeago}" +msgstr "" + +msgid "Authored %{timeago} by %{author}" +msgstr "" + +msgid "Authorization code:" +msgstr "" + +msgid "Authorization key" +msgstr "" + +msgid "Authorization required" +msgstr "" + +msgid "Authorization was granted by entering your username and password in the application." +msgstr "" + +msgid "Authorize" +msgstr "" + +msgid "Authorize %{link_to_client} to use your account?" +msgstr "" + +msgid "Authorize %{user} to use your account?" +msgstr "" + +msgid "Authorize external services to send alerts to GitLab" +msgstr "" + +msgid "Authorized %{new_chat_name}" +msgstr "" + +msgid "Authorized At" +msgstr "" + +msgid "Authorized applications (%{size})" +msgstr "" + +msgid "Authors: %{authors}" +msgstr "" + +msgid "Auto DevOps" +msgstr "" + +msgid "Auto DevOps enabled" +msgstr "" + +msgid "Auto DevOps, runners and job artifacts" +msgstr "" + +msgid "Auto stop successfully canceled." +msgstr "" + +msgid "Auto-cancel redundant, pending pipelines" +msgstr "" + +msgid "Auto-close referenced issues on default branch" +msgstr "" + +msgid "AutoDevOps|Auto DevOps" +msgstr "" + +msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away." +msgstr "" + +msgid "AutoDevOps|Auto DevOps documentation" +msgstr "" + +msgid "AutoDevOps|Dismiss Auto DevOps box" +msgstr "" + +msgid "AutoDevOps|Enable in settings" +msgstr "" + +msgid "AutoDevOps|It will automatically build, test, and deploy your application based on a predefined CI/CD configuration." +msgstr "" + +msgid "AutoDevOps|Learn more in the %{link_to_documentation}" +msgstr "" + +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" + +msgid "Autocomplete" +msgstr "" + +msgid "Autocomplete description" +msgstr "" + +msgid "Autocomplete hint" +msgstr "" + +msgid "Autocomplete usage hint" +msgstr "" + +msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}" +msgstr "" + +msgid "Automatic certificate management using Let's Encrypt" +msgstr "" + +msgid "Automatic deployment rollbacks" +msgstr "" + +msgid "Automatically close incident issues when the associated Prometheus alert resolves." +msgstr "" + +msgid "Automatically create merge requests for vulnerabilities that have fixes available." +msgstr "" + +msgid "Automatically resolved" +msgstr "" + +msgid "Automatically update this project's branches and tags from the upstream repository every hour." +msgstr "" + +msgid "Autosave|Note" +msgstr "" + +msgid "Available" +msgstr "" + +msgid "Available ID" +msgstr "" + +msgid "Available Runners: %{runners}" +msgstr "" + +msgid "Available for dependency and container scanning" +msgstr "" + +msgid "Available group Runners: %{runners}" +msgstr "" + +msgid "Available shared Runners:" +msgstr "" + +msgid "Available specific runners" +msgstr "" + +msgid "Avatar for %{assigneeName}" +msgstr "" + +msgid "Avatar for %{name}" +msgstr "" + +msgid "Avatar will be removed. Are you sure?" +msgstr "" + +msgid "Average per day: %{average}" +msgstr "" + +msgid "Back to page %{number}" +msgstr "" + +msgid "Background Color" +msgstr "" + +msgid "Background Jobs" +msgstr "" + +msgid "Background color" +msgstr "" + +msgid "Badges" +msgstr "" + +msgid "Badges|A new badge was added." +msgstr "" + +msgid "Badges|Add badge" +msgstr "" + +msgid "Badges|Adding the badge failed, please check the entered URLs and try again." +msgstr "" + +msgid "Badges|Badge image URL" +msgstr "" + +msgid "Badges|Badge image preview" +msgstr "" + +msgid "Badges|Delete badge?" +msgstr "" + +msgid "Badges|Deleting the badge failed, please try again." +msgstr "" + +msgid "Badges|Group Badge" +msgstr "" + +msgid "Badges|Link" +msgstr "" + +msgid "Badges|Name" +msgstr "" + +msgid "Badges|No badge image" +msgstr "" + +msgid "Badges|No image to preview" +msgstr "" + +msgid "Badges|Please fill in a valid URL" +msgstr "" + +msgid "Badges|Project Badge" +msgstr "" + +msgid "Badges|Reload badge image" +msgstr "" + +msgid "Badges|Save changes" +msgstr "" + +msgid "Badges|Saving the badge failed, please check the entered URLs and try again." +msgstr "" + +msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}" +msgstr "" + +msgid "Badges|The badge was deleted." +msgstr "" + +msgid "Badges|The badge was saved." +msgstr "" + +msgid "Badges|This group has no badges" +msgstr "" + +msgid "Badges|This project has no badges" +msgstr "" + +msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored." +msgstr "" + +msgid "Badges|Your badges" +msgstr "" + +msgid "Badges|e.g. %{exampleUrl}" +msgstr "" + +msgid "Balsamiq file could not be loaded." +msgstr "" + +msgid "BambooService|A continuous integration and build server" +msgstr "" + +msgid "BambooService|A user with API access, if applicable" +msgstr "" + +msgid "BambooService|Atlassian Bamboo CI" +msgstr "" + +msgid "BambooService|Bamboo build plan key like KEY" +msgstr "" + +msgid "BambooService|Bamboo root URL like https://bamboo.example.com" +msgstr "" + +msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." +msgstr "" + +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + +msgid "Be careful. Changing the project's namespace can have unintended side effects." +msgstr "" + +msgid "Be careful. Renaming a project's repository can have unintended side effects." +msgstr "" + +msgid "Begin with the selected commit" +msgstr "" + +msgid "Below are examples of regex for existing tools:" +msgstr "" + +msgid "Below are the fingerprints for the current instance SSH host keys." +msgstr "" + +msgid "Below you will find all the groups that are public." +msgstr "" + +msgid "Bi-weekly code coverage" +msgstr "" + +msgid "Billable Users:" +msgstr "" + +msgid "Billing" +msgstr "" + +msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan." +msgstr "" + +msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan." +msgstr "" + +msgid "BillingPlans|Congratulations, your free trial is activated." +msgstr "" + +msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}." +msgstr "" + +msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold." +msgstr "" + +msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}." +msgstr "" + +msgid "BillingPlans|Manage plan" +msgstr "" + +msgid "BillingPlans|Pricing page" +msgstr "" + +msgid "BillingPlans|See all %{plan_name} features" +msgstr "" + +msgid "BillingPlans|This group uses the plan associated with its parent group." +msgstr "" + +msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}." +msgstr "" + +msgid "BillingPlans|Your GitLab.com %{plan} trial will %{strong_open}expire after %{expiration_date}%{strong_close}. You can retain access to the %{plan} features by upgrading below." +msgstr "" + +msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below." +msgstr "" + +msgid "BillingPlans|billed annually at %{price_per_year}" +msgstr "" + +msgid "BillingPlans|frequently asked questions" +msgstr "" + +msgid "BillingPlans|monthly" +msgstr "" + +msgid "BillingPlans|per user" +msgstr "" + +msgid "BillingPlan|Contact sales" +msgstr "" + +msgid "BillingPlan|Upgrade" +msgstr "" + +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + +msgid "Bitbucket Server Import" +msgstr "" + +msgid "Bitbucket Server import" +msgstr "" + +msgid "Bitbucket import" +msgstr "" + +msgid "Blame" +msgstr "" + +msgid "Block user" +msgstr "" + +msgid "Blocked" +msgstr "" + +msgid "Blocked issue" +msgstr "" + +msgid "Blocking issues" +msgstr "" + +msgid "Blocks" +msgstr "" + +msgid "Blog" +msgstr "" + +msgid "Board scope" +msgstr "" + +msgid "Board scope affects which issues are displayed for anyone who visits this board" +msgstr "" + +msgid "Boards" +msgstr "" + +msgid "Boards and Board Lists" +msgstr "" + +msgid "Boards|An error occurred while creating the issue. Please try again." +msgstr "" + +msgid "Boards|An error occurred while creating the list. Please try again." +msgstr "" + +msgid "Boards|An error occurred while fetching issues. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while fetching the board issues. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + +msgid "Boards|An error occurred while moving the issue. Please try again." +msgstr "" + +msgid "Boards|An error occurred while updating the list. Please try again." +msgstr "" + +msgid "Boards|Collapse" +msgstr "" + +msgid "Boards|Edit board" +msgstr "" + +msgid "Boards|Expand" +msgstr "" + +msgid "Boards|View scope" +msgstr "" + +msgid "Board|Load more issues" +msgstr "" + +msgid "Both project and dashboard_path are required" +msgstr "" + +msgid "Branch" +msgstr "" + +msgid "Branch %{branchName} was not found in this project's repository." +msgstr "" + +msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" +msgstr "" + +msgid "Branch already exists" +msgstr "" + +msgid "Branch changed" +msgstr "" + +msgid "Branch is already taken" +msgstr "" + +msgid "Branch name" +msgstr "" + +msgid "Branch not loaded - %{branchId}" +msgstr "" + +msgid "Branch prefix" +msgstr "" + +msgid "BranchSwitcherPlaceholder|Search branches" +msgstr "" + +msgid "BranchSwitcherTitle|Switch branch" +msgstr "" + +msgid "Branches" +msgstr "" + +msgid "Branches|Active" +msgstr "" + +msgid "Branches|Active branches" +msgstr "" + +msgid "Branches|All" +msgstr "" + +msgid "Branches|Cant find HEAD commit for this branch" +msgstr "" + +msgid "Branches|Compare" +msgstr "" + +msgid "Branches|Delete all branches that are merged into '%{default_branch}'" +msgstr "" + +msgid "Branches|Delete branch" +msgstr "" + +msgid "Branches|Delete merged branches" +msgstr "" + +msgid "Branches|Delete protected branch" +msgstr "" + +msgid "Branches|Delete protected branch '%{branch_name}'?" +msgstr "" + +msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?" +msgstr "" + +msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?" +msgstr "" + +msgid "Branches|Filter by branch name" +msgstr "" + +msgid "Branches|Merged into %{default_branch}" +msgstr "" + +msgid "Branches|New branch" +msgstr "" + +msgid "Branches|No branches to show" +msgstr "" + +msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered." +msgstr "" + +msgid "Branches|Only a project maintainer or owner can delete a protected branch" +msgstr "" + +msgid "Branches|Overview" +msgstr "" + +msgid "Branches|Protected branches can be managed in %{project_settings_link}." +msgstr "" + +msgid "Branches|Show active branches" +msgstr "" + +msgid "Branches|Show all branches" +msgstr "" + +msgid "Branches|Show more active branches" +msgstr "" + +msgid "Branches|Show more stale branches" +msgstr "" + +msgid "Branches|Show overview of the branches" +msgstr "" + +msgid "Branches|Show stale branches" +msgstr "" + +msgid "Branches|Sort by" +msgstr "" + +msgid "Branches|Stale" +msgstr "" + +msgid "Branches|Stale branches" +msgstr "" + +msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart." +msgstr "" + +msgid "Branches|The default branch cannot be deleted" +msgstr "" + +msgid "Branches|This branch hasn’t been merged into %{default_branch}." +msgstr "" + +msgid "Branches|To avoid data loss, consider merging this branch before deleting it." +msgstr "" + +msgid "Branches|To confirm, type %{branch_name_confirmation}:" +msgstr "" + +msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above." +msgstr "" + +msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}." +msgstr "" + +msgid "Branches|diverged from upstream" +msgstr "" + +msgid "Branches|merged" +msgstr "" + +msgid "Branches|project settings" +msgstr "" + +msgid "Branches|protected" +msgstr "" + +msgid "Brief title about the change" +msgstr "" + +msgid "Broadcast Message was successfully created." +msgstr "" + +msgid "Broadcast Message was successfully updated." +msgstr "" + +msgid "Broadcast Messages" +msgstr "" + +msgid "Browse Directory" +msgstr "" + +msgid "Browse File" +msgstr "" + +msgid "Browse Files" +msgstr "" + +msgid "Browse artifacts" +msgstr "" + +msgid "Browse files" +msgstr "" + +msgid "BuildArtifacts|An error occurred while fetching the artifacts" +msgstr "" + +msgid "BuildArtifacts|Loading artifacts" +msgstr "" + +msgid "Built-in" +msgstr "" + +msgid "Bulk request concurrency" +msgstr "" + +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + +msgid "Burndown chart" +msgstr "" + +msgid "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 "" + +msgid "BurndownChartLabel|Open issues" +msgstr "" + +msgid "Burnup chart" +msgstr "" + +msgid "Burnup chart could not be generated due to too many events" +msgstr "" + +msgid "Business" +msgstr "" + +msgid "Business metrics (Custom)" +msgstr "" + +msgid "Buy License" +msgstr "" + +msgid "Buy more Pipeline minutes" +msgstr "" + +msgid "By %{user_name}" +msgstr "" + +msgid "By URL" +msgstr "" + +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgstr "" + +msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." +msgstr "" + +msgid "By default, all projects and groups will use the global notifications setting." +msgstr "" + +msgid "ByAuthor|by" +msgstr "" + +msgid "CHANGELOG" +msgstr "" + +msgid "CI / CD" +msgstr "" + +msgid "CI / CD Analytics" +msgstr "" + +msgid "CI / CD Settings" +msgstr "" + +msgid "CI Lint" +msgstr "" + +msgid "CI settings" +msgstr "" + +msgid "CI variables" +msgstr "" + +msgid "CI will run using the credentials assigned above." +msgstr "" + +msgid "CI/CD" +msgstr "" + +msgid "CI/CD configuration" +msgstr "" + +msgid "CI/CD for external repo" +msgstr "" + +msgid "CI/CD settings" +msgstr "" + +msgid "CICD|Add a %{kubernetes_cluster_link_start}Kubernetes cluster integration%{link_end} with a domain or create an AUTO_DEVOPS_PLATFORM_TARGET CI variable." +msgstr "" + +msgid "CICD|Auto DevOps" +msgstr "" + +msgid "CICD|Automatic deployment to staging, manual deployment to production" +msgstr "" + +msgid "CICD|Continuous deployment to production" +msgstr "" + +msgid "CICD|Continuous deployment to production using timed incremental rollout" +msgstr "" + +msgid "CICD|Default to Auto DevOps pipeline" +msgstr "" + +msgid "CICD|Default to Auto DevOps pipeline for all projects" +msgstr "" + +msgid "CICD|Deployment strategy" +msgstr "" + +msgid "CICD|Jobs" +msgstr "" + +msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found." +msgstr "" + +msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work." +msgstr "" + +msgid "CICD|group enabled" +msgstr "" + +msgid "CICD|instance enabled" +msgstr "" + +msgid "CLOSED" +msgstr "" + +msgid "CLOSED (MOVED)" +msgstr "" + +msgid "CODEOWNERS rule violation" +msgstr "" + +msgid "CONTRIBUTING" +msgstr "" + +msgid "CPU" +msgstr "" + +msgid "Callback URL" +msgstr "" + +msgid "Can be manually deployed to" +msgstr "" + +msgid "Can override approvers and approvals required per merge request" +msgstr "" + +msgid "Can't apply as the source branch was deleted." +msgstr "" + +msgid "Can't apply as these lines were changed in a more recent version." +msgstr "" + +msgid "Can't apply as this line was changed in a more recent version." +msgstr "" + +msgid "Can't apply this suggestion." +msgstr "" + +msgid "Can't create snippet: %{err}" +msgstr "" + +msgid "Can't fetch content for the blob: %{err}" +msgstr "" + +msgid "Can't find HEAD commit for this branch" +msgstr "" + +msgid "Can't find variable: ZiteReader" +msgstr "" + +msgid "Can't load mermaid module: %{err}" +msgstr "" + +msgid "Can't scan the code?" +msgstr "" + +msgid "Can't update snippet: %{err}" +msgstr "" + +msgid "Canary" +msgstr "" + +msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application." +msgstr "" + +msgid "Cancel" +msgstr "" + +msgid "Cancel index deletion" +msgstr "" + +msgid "Cancel running" +msgstr "" + +msgid "Cancel this job" +msgstr "" + +msgid "Cancel, keep project" +msgstr "" + +msgid "Canceled deployment to" +msgstr "" + +msgid "Cancelling Preview" +msgstr "" + +msgid "Cannot be merged automatically" +msgstr "" + +msgid "Cannot create the abuse report. The user has been deleted." +msgstr "" + +msgid "Cannot create the abuse report. This user has been blocked." +msgstr "" + +msgid "Cannot enable shared runners because parent group does not allow it" +msgstr "" + +msgid "Cannot find user key." +msgstr "" + +msgid "Cannot have multiple Jira imports running at the same time" +msgstr "" + +msgid "Cannot have multiple unresolved alerts" +msgstr "" + +msgid "Cannot import because issues are not available in this project." +msgstr "" + +msgid "Cannot make the epic confidential if it contains non-confidential child epics" +msgstr "" + +msgid "Cannot make the epic confidential if it contains non-confidential issues" +msgstr "" + +msgid "Cannot merge" +msgstr "" + +msgid "Cannot modify managed Kubernetes cluster" +msgstr "" + +msgid "Cannot modify provider during creation" +msgstr "" + +msgid "Cannot promote issue because it does not belong to a group." +msgstr "" + +msgid "Cannot promote issue due to insufficient permissions." +msgstr "" + +msgid "Cannot refer to a group %{timebox_type} by an internal id!" +msgstr "" + +msgid "Cannot set confidential epic for a non-confidential issue" +msgstr "" + +msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above." +msgstr "" + +msgid "Cannot skip two factor authentication setup" +msgstr "" + +msgid "Capacity threshold" +msgstr "" + +msgid "Certain user content will be moved to a system-wide \"Ghost User\" in order to maintain content for posterity. For further information, please refer to the %{link_start}user account deletion documentation.%{link_end}" +msgstr "" + +msgid "Certificate" +msgstr "" + +msgid "Certificate (PEM)" +msgstr "" + +msgid "Certificate Issuer" +msgstr "" + +msgid "Certificate Subject" +msgstr "" + +msgid "Change assignee" +msgstr "" + +msgid "Change assignee(s)" +msgstr "" + +msgid "Change assignee(s)." +msgstr "" + +msgid "Change branches" +msgstr "" + +msgid "Change label" +msgstr "" + +msgid "Change milestone" +msgstr "" + +msgid "Change path" +msgstr "" + +msgid "Change permissions" +msgstr "" + +msgid "Change status" +msgstr "" + +msgid "Change subscription" +msgstr "" + +msgid "Change template" +msgstr "" + +msgid "Change this value to influence how frequently the GitLab UI polls for updates." +msgstr "" + +msgid "Change title" +msgstr "" + +msgid "Change your password" +msgstr "" + +msgid "Change your password or recover your current one" +msgstr "" + +msgid "ChangeReviewer|Reviewer changed from %{old} to %{new}" +msgstr "" + +msgid "ChangeReviewer|Reviewer changed to %{new}" +msgstr "" + +msgid "ChangeReviewer|Unassigned" +msgstr "" + +msgid "ChangeTypeActionLabel|Pick into branch" +msgstr "" + +msgid "ChangeTypeActionLabel|Revert in branch" +msgstr "" + +msgid "ChangeTypeAction|Cherry-pick" +msgstr "" + +msgid "ChangeTypeAction|Revert" +msgstr "" + +msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes." +msgstr "" + +msgid "Changed assignee(s)." +msgstr "" + +msgid "Changed the title to \"%{title_param}\"." +msgstr "" + +msgid "Changes" +msgstr "" + +msgid "Changes affect new repositories only. If not specified, Git's default name %{branch_name_default} will be used." +msgstr "" + +msgid "Changes are shown as if the %{b_open}source%{b_close} revision was being merged into the %{b_open}target%{b_close} revision." +msgstr "" + +msgid "Changes are still tracked. Useful for cluster/index migrations." +msgstr "" + +msgid "Changes suppressed. Click to show." +msgstr "" + +msgid "Changes the title to \"%{title_param}\"." +msgstr "" + +msgid "Changes were successfully made." +msgstr "" + +msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}." +msgstr "" + +msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "Changing group URL can have unintended side effects." +msgstr "" + +msgid "Channel handle (e.g. town-square)" +msgstr "" + +msgid "Charts" +msgstr "" + +msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}" +msgstr "" + +msgid "Chat" +msgstr "" + +msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}" +msgstr "" + +msgid "ChatMessage|Branch" +msgstr "" + +msgid "ChatMessage|Commit" +msgstr "" + +msgid "ChatMessage|Failed job" +msgstr "" + +msgid "ChatMessage|Failed stage" +msgstr "" + +msgid "ChatMessage|Invalid CI config YAML file" +msgstr "" + +msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}" +msgstr "" + +msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}" +msgstr "" + +msgid "ChatMessage|Tag" +msgstr "" + +msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})" +msgstr "" + +msgid "ChatMessage|has failed" +msgstr "" + +msgid "ChatMessage|has passed" +msgstr "" + +msgid "ChatMessage|has passed with warnings" +msgstr "" + +msgid "ChatMessage|in %{duration}" +msgstr "" + +msgid "ChatMessage|in %{project_link}" +msgstr "" + +msgid "Check again" +msgstr "" + +msgid "Check feature availability on namespace plan" +msgstr "" + +msgid "Check the %{docs_link_start}documentation%{docs_link_end}." +msgstr "" + +msgid "Check your Docker images for known vulnerabilities." +msgstr "" + +msgid "Checking %{text} availability…" +msgstr "" + +msgid "Checking approval status" +msgstr "" + +msgid "Checking branch availability..." +msgstr "" + +msgid "Checking group URL availability..." +msgstr "" + +msgid "Checking group path availability..." +msgstr "" + +msgid "Checking username availability..." +msgstr "" + +msgid "Checkout" +msgstr "" + +msgid "Checkout|$%{selectedPlanPrice} per user per year" +msgstr "" + +msgid "Checkout|%{cardType} ending in %{lastFourDigits}" +msgstr "" + +msgid "Checkout|%{name}'s GitLab subscription" +msgstr "" + +msgid "Checkout|%{selectedPlanText} plan" +msgstr "" + +msgid "Checkout|%{startDate} - %{endDate}" +msgstr "" + +msgid "Checkout|(x%{numberOfUsers})" +msgstr "" + +msgid "Checkout|Billing address" +msgstr "" + +msgid "Checkout|Checkout" +msgstr "" + +msgid "Checkout|City" +msgstr "" + +msgid "Checkout|Confirm purchase" +msgstr "" + +msgid "Checkout|Confirming..." +msgstr "" + +msgid "Checkout|Continue to billing" +msgstr "" + +msgid "Checkout|Continue to payment" +msgstr "" + +msgid "Checkout|Country" +msgstr "" + +msgid "Checkout|Create a new group" +msgstr "" + +msgid "Checkout|Credit card form failed to load. Please try again." +msgstr "" + +msgid "Checkout|Credit card form failed to load: %{message}" +msgstr "" + +msgid "Checkout|Edit" +msgstr "" + +msgid "Checkout|Exp %{expirationMonth}/%{expirationYear}" +msgstr "" + +msgid "Checkout|Failed to confirm your order! Please try again." +msgstr "" + +msgid "Checkout|Failed to confirm your order: %{message}. Please try again." +msgstr "" + +msgid "Checkout|Failed to load countries. Please try again." +msgstr "" + +msgid "Checkout|Failed to load states. Please try again." +msgstr "" + +msgid "Checkout|Failed to register credit card. Please try again." +msgstr "" + +msgid "Checkout|GitLab group" +msgstr "" + +msgid "Checkout|GitLab plan" +msgstr "" + +msgid "Checkout|Group" +msgstr "" + +msgid "Checkout|Name of company or organization using GitLab" +msgstr "" + +msgid "Checkout|Need more users? Purchase GitLab for your %{company}." +msgstr "" + +msgid "Checkout|Number of users" +msgstr "" + +msgid "Checkout|Payment method" +msgstr "" + +msgid "Checkout|Please select a country" +msgstr "" + +msgid "Checkout|Please select a state" +msgstr "" + +msgid "Checkout|Select" +msgstr "" + +msgid "Checkout|State" +msgstr "" + +msgid "Checkout|Street address" +msgstr "" + +msgid "Checkout|Submitting the credit card form failed with code %{errorCode}: %{errorMessage}" +msgstr "" + +msgid "Checkout|Subscription details" +msgstr "" + +msgid "Checkout|Subtotal" +msgstr "" + +msgid "Checkout|Tax" +msgstr "" + +msgid "Checkout|Total" +msgstr "" + +msgid "Checkout|Users" +msgstr "" + +msgid "Checkout|You'll create your new group after checkout" +msgstr "" + +msgid "Checkout|Your organization" +msgstr "" + +msgid "Checkout|Your subscription will be applied to this group" +msgstr "" + +msgid "Checkout|Zip code" +msgstr "" + +msgid "Checkout|company or team" +msgstr "" + +msgid "Cherry-pick this commit" +msgstr "" + +msgid "Cherry-pick this merge request" +msgstr "" + +msgid "Child" +msgstr "" + +msgid "Child epic does not exist." +msgstr "" + +msgid "Child epic doesn't exist." +msgstr "" + +msgid "Chinese language support using" +msgstr "" + +msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." +msgstr "" + +msgid "Choose %{strong_open}Next%{strong_close} at the bottom of the page." +msgstr "" + +msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request." +msgstr "" + +msgid "Choose a file" +msgstr "" + +msgid "Choose a group" +msgstr "" + +msgid "Choose a role permission" +msgstr "" + +msgid "Choose a template" +msgstr "" + +msgid "Choose a template..." +msgstr "" + +msgid "Choose a type..." +msgstr "" + +msgid "Choose any color." +msgstr "" + +msgid "Choose between %{code_open}clone%{code_close} or %{code_open}fetch%{code_close} to get the recent application code" +msgstr "" + +msgid "Choose file…" +msgstr "" + +msgid "Choose labels" +msgstr "" + +msgid "Choose the top-level group for your repository imports." +msgstr "" + +msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions." +msgstr "" + +msgid "Choose what content you want to see on a group’s overview page." +msgstr "" + +msgid "Choose which repositories you want to connect and run CI/CD pipelines." +msgstr "" + +msgid "Choose your framework" +msgstr "" + +msgid "CiStatusLabel|canceled" +msgstr "" + +msgid "CiStatusLabel|created" +msgstr "" + +msgid "CiStatusLabel|delayed" +msgstr "" + +msgid "CiStatusLabel|failed" +msgstr "" + +msgid "CiStatusLabel|manual action" +msgstr "" + +msgid "CiStatusLabel|passed" +msgstr "" + +msgid "CiStatusLabel|passed with warnings" +msgstr "" + +msgid "CiStatusLabel|pending" +msgstr "" + +msgid "CiStatusLabel|preparing" +msgstr "" + +msgid "CiStatusLabel|skipped" +msgstr "" + +msgid "CiStatusLabel|waiting for delayed job" +msgstr "" + +msgid "CiStatusLabel|waiting for manual action" +msgstr "" + +msgid "CiStatusLabel|waiting for resource" +msgstr "" + +msgid "CiStatusText|blocked" +msgstr "" + +msgid "CiStatusText|canceled" +msgstr "" + +msgid "CiStatusText|created" +msgstr "" + +msgid "CiStatusText|delayed" +msgstr "" + +msgid "CiStatusText|failed" +msgstr "" + +msgid "CiStatusText|manual" +msgstr "" + +msgid "CiStatusText|passed" +msgstr "" + +msgid "CiStatusText|pending" +msgstr "" + +msgid "CiStatusText|preparing" +msgstr "" + +msgid "CiStatusText|skipped" +msgstr "" + +msgid "CiStatusText|waiting" +msgstr "" + +msgid "CiStatus|running" +msgstr "" + +msgid "CiVariables|Cannot use Masked Variable with current value" +msgstr "" + +msgid "CiVariables|Environments" +msgstr "" + +msgid "CiVariables|Input variable key" +msgstr "" + +msgid "CiVariables|Input variable value" +msgstr "" + +msgid "CiVariables|Key" +msgstr "" + +msgid "CiVariables|Masked" +msgstr "" + +msgid "CiVariables|Protected" +msgstr "" + +msgid "CiVariables|Remove variable" +msgstr "" + +msgid "CiVariables|Remove variable row" +msgstr "" + +msgid "CiVariables|Scope" +msgstr "" + +msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default" +msgstr "" + +msgid "CiVariables|State" +msgstr "" + +msgid "CiVariables|Type" +msgstr "" + +msgid "CiVariables|Value" +msgstr "" + +msgid "CiVariables|Variables" +msgstr "" + +msgid "CiVariable|* (All environments)" +msgstr "" + +msgid "CiVariable|All environments" +msgstr "" + +msgid "CiVariable|Create wildcard" +msgstr "" + +msgid "CiVariable|Masked" +msgstr "" + +msgid "CiVariable|New environment" +msgstr "" + +msgid "CiVariable|Protected" +msgstr "" + +msgid "CiVariable|Search environments" +msgstr "" + +msgid "CiVariable|Toggle masked" +msgstr "" + +msgid "CiVariable|Toggle protected" +msgstr "" + +msgid "Classification Label (optional)" +msgstr "" + +msgid "ClassificationLabelUnavailable|is unavailable: %{reason}" +msgstr "" + +msgid "Cleanup policy for tags" +msgstr "" + +msgid "Cleanup policy maximum processing time (seconds)" +msgstr "" + +msgid "Clear" +msgstr "" + +msgid "Clear all repository checks" +msgstr "" + +msgid "Clear chart filters" +msgstr "" + +msgid "Clear due date" +msgstr "" + +msgid "Clear recent searches" +msgstr "" + +msgid "Clear search" +msgstr "" + +msgid "Clear search input" +msgstr "" + +msgid "Clear start date" +msgstr "" + +msgid "Clear templates search input" +msgstr "" + +msgid "Clear weight" +msgstr "" + +msgid "Cleared weight." +msgstr "" + +msgid "Clears weight." +msgstr "" + +msgid "Click the %{strong_open}Download%{strong_close} button and wait for downloading to complete." +msgstr "" + +msgid "Click the %{strong_open}Select none%{strong_close} button on the right, since we only need \"Google Code Project Hosting\"." +msgstr "" + +msgid "Click the button below to begin the install process by navigating to the Kubernetes page" +msgstr "" + +msgid "Click to expand it." +msgstr "" + +msgid "Click to expand text" +msgstr "" + +msgid "Client authentication certificate" +msgstr "" + +msgid "Client authentication key" +msgstr "" + +msgid "Client authentication key password" +msgstr "" + +msgid "Client request timeout" +msgstr "" + +msgid "Clients" +msgstr "" + +msgid "Clone" +msgstr "" + +msgid "Clone repository" +msgstr "" + +msgid "Clone with %{http_label}" +msgstr "" + +msgid "Clone with %{protocol}" +msgstr "" + +msgid "Clone with KRB5" +msgstr "" + +msgid "Clone with SSH" +msgstr "" + +msgid "Close" +msgstr "" + +msgid "Close %{display_issuable_type}" +msgstr "" + +msgid "Close %{tabname}" +msgstr "" + +msgid "Close epic" +msgstr "" + +msgid "Close issue" +msgstr "" + +msgid "Close milestone" +msgstr "" + +msgid "Close sidebar" +msgstr "" + +msgid "Close this %{quick_action_target}" +msgstr "" + +msgid "Closed" +msgstr "" + +msgid "Closed %{epicTimeagoDate}" +msgstr "" + +msgid "Closed epics" +msgstr "" + +msgid "Closed issues" +msgstr "" + +msgid "Closed this %{quick_action_target}." +msgstr "" + +msgid "Closed: %{closed}" +msgstr "" + +msgid "Closes this %{quick_action_target}." +msgstr "" + +msgid "Cluster" +msgstr "" + +msgid "Cluster Health" +msgstr "" + +msgid "Cluster cache cleared." +msgstr "" + +msgid "Cluster does not exist" +msgstr "" + +msgid "Cluster is required for Stages::ClusterEndpointInserter" +msgstr "" + +msgid "Cluster level" +msgstr "" + +msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" +msgstr "" + +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + +msgid "ClusterAgents|Configuration" +msgstr "" + +msgid "ClusterAgents|Connect your cluster with the GitLab Agent" +msgstr "" + +msgid "ClusterAgents|Integrate Kubernetes with a GitLab Agent" +msgstr "" + +msgid "ClusterAgents|Integrate with the GitLab Agent" +msgstr "" + +msgid "ClusterAgents|Name" +msgstr "" + +msgid "ClusterAgents|The GitLab Agent also requires %{linkStart}enabling the Agent Server%{linkEnd}" +msgstr "" + +msgid "ClusterAgents|The GitLab Kubernetes Agent allows an Infrastructure as Code, GitOps approach to integrating Kubernetes clusters with GitLab. %{linkStart}Learn more.%{linkEnd}" +msgstr "" + +msgid "ClusterAgent|This feature is only available for premium plans" +msgstr "" + +msgid "ClusterAgent|User has insufficient permissions to create a token for this project" +msgstr "" + +msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project" +msgstr "" + +msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent" +msgstr "" + +msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|%{externalIp}.nip.io" +msgstr "" + +msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|%{title} uninstalled successfully." +msgstr "" + +msgid "ClusterIntegration|%{title} updated successfully." +msgstr "" + +msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes %{code_open}cluster-admin%{code_close} privileges." +msgstr "" + +msgid "ClusterIntegration|A service token scoped to %{code}kube-system%{end_code} with %{code}cluster-admin%{end_code} privileges." +msgstr "" + +msgid "ClusterIntegration|API URL" +msgstr "" + +msgid "ClusterIntegration|API URL should be a valid http/https url." +msgstr "" + +msgid "ClusterIntegration|Add Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Add a Kubernetes cluster integration" +msgstr "" + +msgid "ClusterIntegration|Adding a Kubernetes cluster to your group will automatically share the cluster across all your projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster." +msgstr "" + +msgid "ClusterIntegration|Adding a Kubernetes cluster will automatically share the cluster across all projects. Use review apps, deploy your applications, and easily run your pipelines for all projects using the same cluster." +msgstr "" + +msgid "ClusterIntegration|Adding an integration to your group will share the cluster across all your projects." +msgstr "" + +msgid "ClusterIntegration|Adding an integration will share the cluster across all projects." +msgstr "" + +msgid "ClusterIntegration|Advanced options on this Kubernetes cluster’s integration" +msgstr "" + +msgid "ClusterIntegration|All data not committed to GitLab will be deleted and cannot be restored." +msgstr "" + +msgid "ClusterIntegration|All data will be deleted and cannot be restored." +msgstr "" + +msgid "ClusterIntegration|All installed applications and related resources" +msgstr "" + +msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|Allow GitLab to manage namespaces and service accounts for this cluster." +msgstr "" + +msgid "ClusterIntegration|Alternatively, " +msgstr "" + +msgid "ClusterIntegration|Amazon EKS" +msgstr "" + +msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later." +msgstr "" + +msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}" +msgstr "" + +msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}" +msgstr "" + +msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}" +msgstr "" + +msgid "ClusterIntegration|An unknown error occurred while attempting to connect to Kubernetes." +msgstr "" + +msgid "ClusterIntegration|Any project namespaces" +msgstr "" + +msgid "ClusterIntegration|Any running pipelines will be canceled." +msgstr "" + +msgid "ClusterIntegration|Apply for credit" +msgstr "" + +msgid "ClusterIntegration|Authenticate with AWS" +msgstr "" + +msgid "ClusterIntegration|Authenticate with Amazon Web Services" +msgstr "" + +msgid "ClusterIntegration|Authentication Error" +msgstr "" + +msgid "ClusterIntegration|Base domain" +msgstr "" + +msgid "ClusterIntegration|Blocking mode" +msgstr "" + +msgid "ClusterIntegration|CA Certificate" +msgstr "" + +msgid "ClusterIntegration|Cert-Manager" +msgstr "" + +msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{linkStart}Let's Encrypt%{linkEnd} and ensure that certificates are valid and up-to-date." +msgstr "" + +msgid "ClusterIntegration|Certificate Authority bundle (PEM format)" +msgstr "" + +msgid "ClusterIntegration|Check your CA certificate" +msgstr "" + +msgid "ClusterIntegration|Check your cluster status" +msgstr "" + +msgid "ClusterIntegration|Check your token" +msgstr "" + +msgid "ClusterIntegration|Choose the %{linkStart}security group %{linkEnd} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets." +msgstr "" + +msgid "ClusterIntegration|Choose the %{linkStart}subnets %{linkEnd} in your VPC where your worker nodes will run." +msgstr "" + +msgid "ClusterIntegration|Choose the worker node %{linkStart}instance type%{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster." +msgstr "" + +msgid "ClusterIntegration|Choose which of your environments will use this cluster." +msgstr "" + +msgid "ClusterIntegration|Clear cluster cache" +msgstr "" + +msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." +msgstr "" + +msgid "ClusterIntegration|Cluster Region" +msgstr "" + +msgid "ClusterIntegration|Cluster management project (alpha)" +msgstr "" + +msgid "ClusterIntegration|Cluster name is required." +msgstr "" + +msgid "ClusterIntegration|Cluster_applications artifact too big. Maximum allowable size: %{human_size}" +msgstr "" + +msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|Clusters connected with a certificate" +msgstr "" + +msgid "ClusterIntegration|Connect cluster with certificate" +msgstr "" + +msgid "ClusterIntegration|Connect existing cluster" +msgstr "" + +msgid "ClusterIntegration|Connection Error" +msgstr "" + +msgid "ClusterIntegration|Copy API URL" +msgstr "" + +msgid "ClusterIntegration|Copy CA Certificate" +msgstr "" + +msgid "ClusterIntegration|Copy Ingress Endpoint" +msgstr "" + +msgid "ClusterIntegration|Copy Jupyter Hostname" +msgstr "" + +msgid "ClusterIntegration|Copy Knative Endpoint" +msgstr "" + +msgid "ClusterIntegration|Copy Kubernetes cluster name" +msgstr "" + +msgid "ClusterIntegration|Could not load IAM roles" +msgstr "" + +msgid "ClusterIntegration|Could not load Key Pairs" +msgstr "" + +msgid "ClusterIntegration|Could not load VPCs for the selected region" +msgstr "" + +msgid "ClusterIntegration|Could not load instance types" +msgstr "" + +msgid "ClusterIntegration|Could not load networks" +msgstr "" + +msgid "ClusterIntegration|Could not load security groups for the selected VPC" +msgstr "" + +msgid "ClusterIntegration|Could not load subnets for the selected VPC" +msgstr "" + +msgid "ClusterIntegration|Could not load subnetworks" +msgstr "" + +msgid "ClusterIntegration|Create Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}" +msgstr "" + +msgid "ClusterIntegration|Create cluster on" +msgstr "" + +msgid "ClusterIntegration|Create new cluster" +msgstr "" + +msgid "ClusterIntegration|Create new cluster on EKS" +msgstr "" + +msgid "ClusterIntegration|Create new cluster on GKE" +msgstr "" + +msgid "ClusterIntegration|Creating Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Crossplane" +msgstr "" + +msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{codeStart}kubectl%{codeEnd} or %{linkStart}GitLab Integration%{linkEnd}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on." +msgstr "" + +msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal" +msgstr "" + +msgid "ClusterIntegration|Deploy each environment to its own namespace. Otherwise, environments within a project share a project-wide namespace. Note that anyone who can trigger a deployment of a namespace can read its secrets. If modified, existing environments will use their current namespaces until the cluster cache is cleared." +msgstr "" + +msgid "ClusterIntegration|Deploy each environment to its own namespace. Otherwise, environments within a project share a project-wide namespace. Note that anyone who can trigger a deployment of a namespace can read its secrets. If modified, existing environments will use their current namespaces until the cluster cache is cleared. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|Did you know?" +msgstr "" + +msgid "ClusterIntegration|Elastic Kubernetes Service" +msgstr "" + +msgid "ClusterIntegration|Elastic Stack" +msgstr "" + +msgid "ClusterIntegration|Enable Cloud Run for Anthos" +msgstr "" + +msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster." +msgstr "" + +msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)." +msgstr "" + +msgid "ClusterIntegration|Enabled stack" +msgstr "" + +msgid "ClusterIntegration|Enter new Service Token" +msgstr "" + +msgid "ClusterIntegration|Enter the details for your Amazon EKS Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Enter the details for your Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Environment scope" +msgstr "" + +msgid "ClusterIntegration|Environment scope is required." +msgstr "" + +msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration." +msgstr "" + +msgid "ClusterIntegration|Failed to configure EKS provider: %{message}" +msgstr "" + +msgid "ClusterIntegration|Failed to configure Google Kubernetes Engine Cluster: %{message}" +msgstr "" + +msgid "ClusterIntegration|Failed to fetch CloudFormation stack: %{message}" +msgstr "" + +msgid "ClusterIntegration|Failed to request to Google Cloud Platform: %{message}" +msgstr "" + +msgid "ClusterIntegration|Failed to run Kubeclient: %{message}" +msgstr "" + +msgid "ClusterIntegration|Fetching machine types" +msgstr "" + +msgid "ClusterIntegration|Fetching projects" +msgstr "" + +msgid "ClusterIntegration|Fetching zones" +msgstr "" + +msgid "ClusterIntegration|Fluentd" +msgstr "" + +msgid "ClusterIntegration|Fluentd is an open source data collector, which lets you unify the data collection and consumption for a better use and understanding of data. It requires at least one of the following logs to be successfully installed." +msgstr "" + +msgid "ClusterIntegration|GitLab Agent managed clusters" +msgstr "" + +msgid "ClusterIntegration|GitLab Container Network Policies" +msgstr "" + +msgid "ClusterIntegration|GitLab Integration" +msgstr "" + +msgid "ClusterIntegration|GitLab Runner" +msgstr "" + +msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production." +msgstr "" + +msgid "ClusterIntegration|GitLab failed to authenticate." +msgstr "" + +msgid "ClusterIntegration|GitLab failed to connect to the cluster." +msgstr "" + +msgid "ClusterIntegration|GitLab-managed cluster" +msgstr "" + +msgid "ClusterIntegration|Global default" +msgstr "" + +msgid "ClusterIntegration|Google Cloud Platform project" +msgstr "" + +msgid "ClusterIntegration|Google GKE" +msgstr "" + +msgid "ClusterIntegration|Google Kubernetes Engine" +msgstr "" + +msgid "ClusterIntegration|Google Kubernetes Engine project" +msgstr "" + +msgid "ClusterIntegration|Group cluster" +msgstr "" + +msgid "ClusterIntegration|HTTP Error" +msgstr "" + +msgid "ClusterIntegration|Helm Tiller" +msgstr "" + +msgid "ClusterIntegration|Helm release failed to install" +msgstr "" + +msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}." +msgstr "" + +msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration." +msgstr "" + +msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab." +msgstr "" + +msgid "ClusterIntegration|Ingress" +msgstr "" + +msgid "ClusterIntegration|Ingress Endpoint" +msgstr "" + +msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint." +msgstr "" + +msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{linkStart}pricing%{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Instance cluster" +msgstr "" + +msgid "ClusterIntegration|Instance type" +msgstr "" + +msgid "ClusterIntegration|Integrate Kubernetes with a cluster certificate" +msgstr "" + +msgid "ClusterIntegration|Integrate with a cluster certificate" +msgstr "" + +msgid "ClusterIntegration|Issuer Email" +msgstr "" + +msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer." +msgstr "" + +msgid "ClusterIntegration|Jupyter Hostname" +msgstr "" + +msgid "ClusterIntegration|JupyterHub" +msgstr "" + +msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group." +msgstr "" + +msgid "ClusterIntegration|Key pair name" +msgstr "" + +msgid "ClusterIntegration|Knative" +msgstr "" + +msgid "ClusterIntegration|Knative Domain Name:" +msgstr "" + +msgid "ClusterIntegration|Knative Endpoint:" +msgstr "" + +msgid "ClusterIntegration|Knative domain name was updated successfully." +msgstr "" + +msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center." +msgstr "" + +msgid "ClusterIntegration|Kubernetes cluster is being created..." +msgstr "" + +msgid "ClusterIntegration|Kubernetes cluster name" +msgstr "" + +msgid "ClusterIntegration|Kubernetes cluster was successfully created." +msgstr "" + +msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way." +msgstr "" + +msgid "ClusterIntegration|Kubernetes version" +msgstr "" + +msgid "ClusterIntegration|Kubernetes version not found" +msgstr "" + +msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}." +msgstr "" + +msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." +msgstr "" + +msgid "ClusterIntegration|Learn more about Kubernetes" +msgstr "" + +msgid "ClusterIntegration|Learn more about group Kubernetes clusters" +msgstr "" + +msgid "ClusterIntegration|Learn more about instance Kubernetes clusters" +msgstr "" + +msgid "ClusterIntegration|Loading IAM Roles" +msgstr "" + +msgid "ClusterIntegration|Loading Key Pairs" +msgstr "" + +msgid "ClusterIntegration|Loading VPCs" +msgstr "" + +msgid "ClusterIntegration|Loading instance types" +msgstr "" + +msgid "ClusterIntegration|Loading networks" +msgstr "" + +msgid "ClusterIntegration|Loading security groups" +msgstr "" + +msgid "ClusterIntegration|Loading subnets" +msgstr "" + +msgid "ClusterIntegration|Loading subnetworks" +msgstr "" + +msgid "ClusterIntegration|Logging mode" +msgstr "" + +msgid "ClusterIntegration|Machine type" +msgstr "" + +msgid "ClusterIntegration|Make sure your API endpoint is correct" +msgstr "" + +msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters" +msgstr "" + +msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}" +msgstr "" + +msgid "ClusterIntegration|Namespace per environment" +msgstr "" + +msgid "ClusterIntegration|No IAM Roles found" +msgstr "" + +msgid "ClusterIntegration|No Key Pairs found" +msgstr "" + +msgid "ClusterIntegration|No VPCs found" +msgstr "" + +msgid "ClusterIntegration|No deployment cluster found for this job" +msgstr "" + +msgid "ClusterIntegration|No deployment found for this job" +msgstr "" + +msgid "ClusterIntegration|No instance type found" +msgstr "" + +msgid "ClusterIntegration|No machine types matched your search" +msgstr "" + +msgid "ClusterIntegration|No networks found" +msgstr "" + +msgid "ClusterIntegration|No projects found" +msgstr "" + +msgid "ClusterIntegration|No projects matched your search" +msgstr "" + +msgid "ClusterIntegration|No security group found" +msgstr "" + +msgid "ClusterIntegration|No subnet found" +msgstr "" + +msgid "ClusterIntegration|No subnetworks found" +msgstr "" + +msgid "ClusterIntegration|No zones matched your search" +msgstr "" + +msgid "ClusterIntegration|Node calculations use the Kubernetes Metrics API. Make sure your cluster has metrics installed" +msgstr "" + +msgid "ClusterIntegration|Number of nodes" +msgstr "" + +msgid "ClusterIntegration|Number of nodes must be a numerical value." +msgstr "" + +msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{linkStart}documentation%{linkEnd} on Kubernetes" +msgstr "" + +msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:" +msgstr "" + +msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed." +msgstr "" + +msgid "ClusterIntegration|Project cluster" +msgstr "" + +msgid "ClusterIntegration|Project namespace (optional, unique)" +msgstr "" + +msgid "ClusterIntegration|Project namespace prefix (optional, unique)" +msgstr "" + +msgid "ClusterIntegration|Prometheus" +msgstr "" + +msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{linkStart}GitLab Integration%{linkEnd} to monitor deployed applications." +msgstr "" + +msgid "ClusterIntegration|Protect your clusters with GitLab Container Network Policies by enforcing how pods communicate with each other and other network endpoints. %{linkStart}Learn more about configuring Network Policies here.%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|Provider details" +msgstr "" + +msgid "ClusterIntegration|Provision Role ARN" +msgstr "" + +msgid "ClusterIntegration|RBAC-enabled cluster" +msgstr "" + +msgid "ClusterIntegration|Read our %{linkStart}help page%{linkEnd} on Kubernetes cluster integration." +msgstr "" + +msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration." +msgstr "" + +msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|Remove Kubernetes cluster integration" +msgstr "" + +msgid "ClusterIntegration|Remove integration" +msgstr "" + +msgid "ClusterIntegration|Remove integration and resources" +msgstr "" + +msgid "ClusterIntegration|Remove integration and resources?" +msgstr "" + +msgid "ClusterIntegration|Remove integration?" +msgstr "" + +msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster." +msgstr "" + +msgid "ClusterIntegration|Removes cluster from project but keeps associated resources" +msgstr "" + +msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above." +msgstr "" + +msgid "ClusterIntegration|Request to begin installing failed" +msgstr "" + +msgid "ClusterIntegration|Request to begin uninstalling failed" +msgstr "" + +msgid "ClusterIntegration|SIEM Hostname" +msgstr "" + +msgid "ClusterIntegration|SIEM Port" +msgstr "" + +msgid "ClusterIntegration|SIEM Protocol" +msgstr "" + +msgid "ClusterIntegration|Save changes" +msgstr "" + +msgid "ClusterIntegration|Search IAM Roles" +msgstr "" + +msgid "ClusterIntegration|Search Key Pairs" +msgstr "" + +msgid "ClusterIntegration|Search VPCs" +msgstr "" + +msgid "ClusterIntegration|Search domains" +msgstr "" + +msgid "ClusterIntegration|Search instance types" +msgstr "" + +msgid "ClusterIntegration|Search machine types" +msgstr "" + +msgid "ClusterIntegration|Search networks" +msgstr "" + +msgid "ClusterIntegration|Search projects" +msgstr "" + +msgid "ClusterIntegration|Search security groups" +msgstr "" + +msgid "ClusterIntegration|Search subnets" +msgstr "" + +msgid "ClusterIntegration|Search subnetworks" +msgstr "" + +msgid "ClusterIntegration|Search zones" +msgstr "" + +msgid "ClusterIntegration|Security group" +msgstr "" + +msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Select a VPC to choose a security group" +msgstr "" + +msgid "ClusterIntegration|Select a VPC to choose a subnet" +msgstr "" + +msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{linkStart}Amazon Web Services %{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Select a network to choose a subnetwork" +msgstr "" + +msgid "ClusterIntegration|Select a region to choose a Key Pair" +msgstr "" + +msgid "ClusterIntegration|Select a region to choose a VPC" +msgstr "" + +msgid "ClusterIntegration|Select a stack to install Crossplane." +msgstr "" + +msgid "ClusterIntegration|Select a zone to choose a network" +msgstr "" + +msgid "ClusterIntegration|Select existing domain or use new" +msgstr "" + +msgid "ClusterIntegration|Select machine type" +msgstr "" + +msgid "ClusterIntegration|Select project" +msgstr "" + +msgid "ClusterIntegration|Select project and zone to choose machine type" +msgstr "" + +msgid "ClusterIntegration|Select project to choose zone" +msgstr "" + +msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Select zone" +msgstr "" + +msgid "ClusterIntegration|Select zone to choose machine type" +msgstr "" + +msgid "ClusterIntegration|Send Container Network Policies Logs" +msgstr "" + +msgid "ClusterIntegration|Send Web Application Firewall Logs" +msgstr "" + +msgid "ClusterIntegration|Service Token" +msgstr "" + +msgid "ClusterIntegration|Service role" +msgstr "" + +msgid "ClusterIntegration|Service token is required." +msgstr "" + +msgid "ClusterIntegration|Set a prefix for your namespaces. If not set, defaults to your project path. If modified, existing environments will use their current namespaces until the cluster cache is cleared." +msgstr "" + +msgid "ClusterIntegration|Set the global mode for the WAF in this cluster. This can be overridden at the environmental level." +msgstr "" + +msgid "ClusterIntegration|Something went wrong on our end." +msgstr "" + +msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster" +msgstr "" + +msgid "ClusterIntegration|Something went wrong while installing %{title}" +msgstr "" + +msgid "ClusterIntegration|Something went wrong while trying to save your settings. Please try again." +msgstr "" + +msgid "ClusterIntegration|Something went wrong while uninstalling %{title}" +msgstr "" + +msgid "ClusterIntegration|Something went wrong while updating Knative domain name." +msgstr "" + +msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{linkStart}Auto DevOps.%{linkEnd} The domain should have a wildcard DNS configured matching the domain. " +msgstr "" + +msgid "ClusterIntegration|Subnets" +msgstr "" + +msgid "ClusterIntegration|The %{gitlabNamespace} namespace" +msgstr "" + +msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}" +msgstr "" + +msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster." +msgstr "" + +msgid "ClusterIntegration|The URL used to access the Kubernetes API." +msgstr "" + +msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications." +msgstr "" + +msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored." +msgstr "" + +msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored." +msgstr "" + +msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored." +msgstr "" + +msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster" +msgstr "" + +msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time." +msgstr "" + +msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." +msgstr "" + +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + +msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." +msgstr "" + +msgid "ClusterIntegration|There was an HTTP error when connecting to your cluster." +msgstr "" + +msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below" +msgstr "" + +msgid "ClusterIntegration|This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts." +msgstr "" + +msgid "ClusterIntegration|This is necessary to clear existing environment-namespace associations from clusters previously managed by GitLab." +msgstr "" + +msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters." +msgstr "" + +msgid "ClusterIntegration|This project does not have billing enabled. To create a cluster, %{linkToBillingStart}enable billing%{linkToBillingEnd} and try again." +msgstr "" + +msgid "ClusterIntegration|This will permanently delete the following resources:" +msgstr "" + +msgid "ClusterIntegration|To access your application after deployment, point a wildcard DNS to the Knative Endpoint." +msgstr "" + +msgid "ClusterIntegration|To create a cluster, first create a project on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}." +msgstr "" + +msgid "ClusterIntegration|To remove your integration and resources, type %{clusterName} to confirm:" +msgstr "" + +msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:" +msgstr "" + +msgid "ClusterIntegration|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}." +msgstr "" + +msgid "ClusterIntegration|Troubleshooting tips:" +msgstr "" + +msgid "ClusterIntegration|Unable to Authenticate" +msgstr "" + +msgid "ClusterIntegration|Unable to Connect" +msgstr "" + +msgid "ClusterIntegration|Uninstall %{appTitle}" +msgstr "" + +msgid "ClusterIntegration|Unknown Error" +msgstr "" + +msgid "ClusterIntegration|Update %{appTitle}" +msgstr "" + +msgid "ClusterIntegration|Update failed. Please check the logs and try again." +msgstr "" + +msgid "ClusterIntegration|Use %{query}" +msgstr "" + +msgid "ClusterIntegration|Uses the Cloud Run, Istio, and HTTP Load Balancing addons for this cluster." +msgstr "" + +msgid "ClusterIntegration|VPC" +msgstr "" + +msgid "ClusterIntegration|Validating project billing status" +msgstr "" + +msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again." +msgstr "" + +msgid "ClusterIntegration|We were unable to fetch any projects. Ensure that you have a project on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}." +msgstr "" + +msgid "ClusterIntegration|With a Kubernetes cluster associated to this project, you can use review apps, deploy your applications, run your pipelines, and much more in an easy way." +msgstr "" + +msgid "ClusterIntegration|You are about to remove your cluster integration and all GitLab-created resources associated with this cluster." +msgstr "" + +msgid "ClusterIntegration|You are about to remove your cluster integration." +msgstr "" + +msgid "ClusterIntegration|You are about to uninstall %{appTitle} from your cluster." +msgstr "" + +msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster." +msgstr "" + +msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN." +msgstr "" + +msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative." +msgstr "" + +msgid "ClusterIntegration|You must specify a domain before you can install Knative." +msgstr "" + +msgid "ClusterIntegration|You should select at least two subnets" +msgstr "" + +msgid "ClusterIntegration|Your Elasticsearch cluster will be re-created during this upgrade. Your logs will be re-indexed, and you will lose historical logs from hosts terminated in the last 30 days." +msgstr "" + +msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}" +msgstr "" + +msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct." +msgstr "" + +msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{linkStart}Amazon Web Services%{linkEnd}." +msgstr "" + +msgid "ClusterIntegration|Zone" +msgstr "" + +msgid "ClusterIntegration|access to Google Kubernetes Engine" +msgstr "" + +msgid "ClusterIntegration|can be used instead of a custom domain. " +msgstr "" + +msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}" +msgstr "" + +msgid "ClusterIntegration|meets the requirements" +msgstr "" + +msgid "ClusterIntegration|sign up" +msgstr "" + +msgid "ClusterIntergation|Select a VPC" +msgstr "" + +msgid "ClusterIntergation|Select a network" +msgstr "" + +msgid "ClusterIntergation|Select a security group" +msgstr "" + +msgid "ClusterIntergation|Select a subnet" +msgstr "" + +msgid "ClusterIntergation|Select a subnetwork" +msgstr "" + +msgid "ClusterIntergation|Select an instance type" +msgstr "" + +msgid "ClusterIntergation|Select key pair" +msgstr "" + +msgid "ClusterIntergation|Select service role" +msgstr "" + +msgid "Clusters|An error occurred while loading clusters" +msgstr "" + +msgid "Code" +msgstr "" + +msgid "Code Coverage: %{coveragePercentage}%{percentSymbol}" +msgstr "" + +msgid "Code Coverage| Empty code coverage data" +msgstr "" + +msgid "Code Coverage|Couldn't fetch the code coverage data" +msgstr "" + +msgid "Code Owners" +msgstr "" + +msgid "Code Owners to the merge request changes." +msgstr "" + +msgid "Code Quality" +msgstr "" + +msgid "Code Review" +msgstr "" + +msgid "Code Review Analytics displays a table of open merge requests considered to be in code review. There are currently no merge requests in review for this project and/or filters." +msgstr "" + +msgid "Code coverage statistics for master %{start_date} - %{end_date}" +msgstr "" + +msgid "Code owner approval is required" +msgstr "" + +msgid "Code owners" +msgstr "" + +msgid "CodeIntelligence|This is the definition" +msgstr "" + +msgid "CodeNavigation|No references found" +msgstr "" + +msgid "CodeOwner|Pattern" +msgstr "" + +msgid "Cohorts" +msgstr "" + +msgid "Cohorts|Inactive users" +msgstr "" + +msgid "Cohorts|Month %{month_index}" +msgstr "" + +msgid "Cohorts|New users" +msgstr "" + +msgid "Cohorts|Registration month" +msgstr "" + +msgid "Cohorts|Returning users" +msgstr "" + +msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately." +msgstr "" + +msgid "Collapse" +msgstr "" + +msgid "Collapse all threads" +msgstr "" + +msgid "Collapse approvers" +msgstr "" + +msgid "Collapse milestones" +msgstr "" + +msgid "Collapse replies" +msgstr "" + +msgid "Collapse sidebar" +msgstr "" + +msgid "Collector hostname" +msgstr "" + +msgid "ComboSearch is not defined" +msgstr "" + +msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" +msgstr "" + +msgid "Command" +msgstr "" + +msgid "Command line instructions" +msgstr "" + +msgid "Commands applied" +msgstr "" + +msgid "Commands did not apply" +msgstr "" + +msgid "Comment" +msgstr "" + +msgid "Comment & close %{noteable_name}" +msgstr "" + +msgid "Comment & reopen %{noteable_name}" +msgstr "" + +msgid "Comment & resolve thread" +msgstr "" + +msgid "Comment & unresolve thread" +msgstr "" + +msgid "Comment '%{label}' position" +msgstr "" + +msgid "Comment form position" +msgstr "" + +msgid "Comment is being updated" +msgstr "" + +msgid "Comment on lines %{startLine} to %{endLine}" +msgstr "" + +msgid "Comment/Reply (quoting selected text)" +msgstr "" + +msgid "Commenting on files that replace or are replaced by symbolic links is currently not supported." +msgstr "" + +msgid "Commenting on symbolic links that replace or are replaced by files is currently not supported." +msgstr "" + +msgid "Comments" +msgstr "" + +msgid "Commit" +msgid_plural "Commits" +msgstr[0] "" +msgstr[1] "" + +msgid "Commit %{commit_id}" +msgstr "" + +msgid "Commit (when editing commit message)" +msgstr "" + +msgid "Commit Message" +msgstr "" + +msgid "Commit deleted" +msgstr "" + +msgid "Commit message" +msgstr "" + +msgid "Commit message (optional)" +msgstr "" + +msgid "Commit statistics for %{ref} %{start_time} - %{end_time}" +msgstr "" + +msgid "Commit to %{branchName} branch" +msgstr "" + +msgid "CommitBoxTitle|Commit" +msgstr "" + +msgid "CommitMessage|Add %{file_name}" +msgstr "" + +msgid "CommitWidget|authored" +msgstr "" + +msgid "Commits" +msgstr "" + +msgid "Commits feed" +msgstr "" + +msgid "Commits per day hour (UTC)" +msgstr "" + +msgid "Commits per day of month" +msgstr "" + +msgid "Commits per weekday" +msgstr "" + +msgid "Commits to" +msgstr "" + +msgid "Commits you select appear here. Go to the first tab and select commits to add to this merge request." +msgstr "" + +msgid "Commits|An error occurred while fetching merge requests data." +msgstr "" + +msgid "Commits|History" +msgstr "" + +msgid "Commits|No related merge requests found" +msgstr "" + +msgid "Committed by" +msgstr "" + +msgid "Commit…" +msgstr "" + +msgid "Community forum" +msgstr "" + +msgid "Company name" +msgstr "" + +msgid "Compare" +msgstr "" + +msgid "Compare %{oldCommitId}...%{newCommitId}" +msgstr "" + +msgid "Compare Git revisions" +msgstr "" + +msgid "Compare Revisions" +msgstr "" + +msgid "Compare changes" +msgstr "" + +msgid "Compare changes with the last commit" +msgstr "" + +msgid "Compare changes with the merge request target branch" +msgstr "" + +msgid "Compare submodule commit revisions" +msgstr "" + +msgid "Compare with previous version" +msgstr "" + +msgid "CompareBranches|%{source_branch} and %{target_branch} are the same." +msgstr "" + +msgid "CompareBranches|Compare" +msgstr "" + +msgid "CompareBranches|Source" +msgstr "" + +msgid "CompareBranches|Target" +msgstr "" + +msgid "CompareBranches|There isn't anything to compare." +msgstr "" + +msgid "Complete" +msgstr "" + +msgid "Completed" +msgstr "" + +msgid "Compliance" +msgstr "" + +msgid "Compliance Dashboard" +msgstr "" + +msgid "Compliance framework (optional)" +msgstr "" + +msgid "Compliance frameworks" +msgstr "" + +msgid "ComplianceDashboard|created by:" +msgstr "" + +msgid "ComplianceFramework|GDPR" +msgstr "" + +msgid "ComplianceFramework|GDPR - General Data Protection Regulation" +msgstr "" + +msgid "ComplianceFramework|HIPAA" +msgstr "" + +msgid "ComplianceFramework|HIPAA - Health Insurance Portability and Accountability Act" +msgstr "" + +msgid "ComplianceFramework|PCI-DSS" +msgstr "" + +msgid "ComplianceFramework|PCI-DSS - Payment Card Industry-Data Security Standard" +msgstr "" + +msgid "ComplianceFramework|SOC 2" +msgstr "" + +msgid "ComplianceFramework|SOC 2 - Service Organization Control 2" +msgstr "" + +msgid "ComplianceFramework|SOX" +msgstr "" + +msgid "ComplianceFramework|SOX - Sarbanes-Oxley" +msgstr "" + +msgid "ComplianceFramework|This project is regulated by %{framework}." +msgstr "" + +msgid "Confidence" +msgstr "" + +msgid "Confidential" +msgstr "" + +msgid "Confidentiality" +msgstr "" + +msgid "Configuration" +msgstr "" + +msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}" +msgstr "" + +msgid "Configure Gitaly timeouts." +msgstr "" + +msgid "Configure Let's Encrypt" +msgstr "" + +msgid "Configure Prometheus" +msgstr "" + +msgid "Configure Tracing" +msgstr "" + +msgid "Configure a %{codeStart}.gitlab-webide.yml%{codeEnd} file in the %{codeStart}.gitlab%{codeEnd} directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}" +msgstr "" + +msgid "Configure automatic git checks and housekeeping on repositories." +msgstr "" + +msgid "Configure existing installation" +msgstr "" + +msgid "Configure limit for issues created per minute by web and API requests." +msgstr "" + +msgid "Configure limits for Project/Group Import/Export." +msgstr "" + +msgid "Configure limits for web and API requests." +msgstr "" + +msgid "Configure limits on the number of inbound alerts able to be sent to a project." +msgstr "" + +msgid "Configure paths to be protected by Rack Attack." +msgstr "" + +msgid "Configure repository mirroring." +msgstr "" + +msgid "Configure storage path settings." +msgstr "" + +msgid "Configure the %{link} integration." +msgstr "" + +msgid "Configure the way a user creates a new account." +msgstr "" + +msgid "Configure which lists are shown for anyone who visits this board" +msgstr "" + +msgid "Confirm" +msgstr "" + +msgid "Confirmation email sent to %{email}" +msgstr "" + +msgid "Confirmation required" +msgstr "" + +msgid "Confluence" +msgstr "" + +msgid "ConfluenceService|Confluence Workspace" +msgstr "" + +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" +msgstr "" + +msgid "ConfluenceService|Enabling the Confluence Workspace will disable the default GitLab Wiki. Your GitLab Wiki data will be saved and you can always re-enable it later by turning off this integration" +msgstr "" + +msgid "ConfluenceService|The URL of the Confluence Workspace" +msgstr "" + +msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration" +msgstr "" + +msgid "Congratulations! You have enabled Two-factor Authentication!" +msgstr "" + +msgid "Connect" +msgstr "" + +msgid "Connect all repositories" +msgstr "" + +msgid "Connect repositories from GitHub" +msgstr "" + +msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled." +msgstr "" + +msgid "Connected" +msgstr "" + +msgid "Connecting" +msgstr "" + +msgid "Connecting to terminal sync service" +msgstr "" + +msgid "Connecting..." +msgstr "" + +msgid "Connection failed" +msgstr "" + +msgid "Connection failure" +msgstr "" + +msgid "Connection timed out" +msgstr "" + +msgid "Connection timeout" +msgstr "" + +msgid "Consistency guarantee method" +msgstr "" + +msgid "Contact sales to upgrade" +msgstr "" + +msgid "Contact support" +msgstr "" + +msgid "Container Registry" +msgstr "" + +msgid "Container Scanning" +msgstr "" + +msgid "Container does not exist" +msgstr "" + +msgid "Container registry images" +msgstr "" + +msgid "Container registry is not enabled on this GitLab instance. Ask an administrator to enable it in order for Auto DevOps to work." +msgstr "" + +msgid "Container repositories" +msgstr "" + +msgid "Container repositories sync capacity" +msgstr "" + +msgid "Container repository" +msgstr "" + +msgid "ContainerRegistry| Please visit the %{linkStart}administration settings%{linkEnd} to enable this feature." +msgstr "" + +msgid "ContainerRegistry|%{count} Image repository" +msgid_plural "ContainerRegistry|%{count} Image repositories" +msgstr[0] "" +msgstr[1] "" + +msgid "ContainerRegistry|%{count} Tag" +msgid_plural "ContainerRegistry|%{count} Tags" +msgstr[0] "" +msgstr[1] "" + +msgid "ContainerRegistry|%{imageName} tags" +msgstr "" + +msgid "ContainerRegistry|%{title} was successfully scheduled for deletion" +msgstr "" + +msgid "ContainerRegistry|%{toggleStatus} - Tags matching the patterns defined below will be scheduled for deletion" +msgstr "" + +msgid "ContainerRegistry|Build an image" +msgstr "" + +msgid "ContainerRegistry|CLI Commands" +msgstr "" + +msgid "ContainerRegistry|Cleanup policy for tags is disabled" +msgstr "" + +msgid "ContainerRegistry|Cleanup policy successfully saved." +msgstr "" + +msgid "ContainerRegistry|Cleanup policy:" +msgstr "" + +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + +msgid "ContainerRegistry|Configuration digest: %{digest}" +msgstr "" + +msgid "ContainerRegistry|Container Registry" +msgstr "" + +msgid "ContainerRegistry|Copy build command" +msgstr "" + +msgid "ContainerRegistry|Copy login command" +msgstr "" + +msgid "ContainerRegistry|Copy push command" +msgstr "" + +msgid "ContainerRegistry|Delete selected" +msgstr "" + +msgid "ContainerRegistry|Deletion disabled due to missing or insufficient permissions." +msgstr "" + +msgid "ContainerRegistry|Digest: %{imageId}" +msgstr "" + +msgid "ContainerRegistry|Docker connection error" +msgstr "" + +msgid "ContainerRegistry|Expiration interval:" +msgstr "" + +msgid "ContainerRegistry|Expiration policies help manage the storage space used by the Container Registry, but the expiration policies for this registry are disabled. Contact your administrator to enable. %{docLinkStart}More information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|Expiration policy is disabled" +msgstr "" + +msgid "ContainerRegistry|Expiration policy will run in %{time}" +msgstr "" + +msgid "ContainerRegistry|Expiration schedule:" +msgstr "" + +msgid "ContainerRegistry|Filter by name" +msgstr "" + +msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password." +msgstr "" + +msgid "ContainerRegistry|Image Repositories" +msgstr "" + +msgid "ContainerRegistry|Image tags" +msgstr "" + +msgid "ContainerRegistry|Invalid tag: missing manifest digest" +msgstr "" + +msgid "ContainerRegistry|Login" +msgstr "" + +msgid "ContainerRegistry|Manifest digest: %{digest}" +msgstr "" + +msgid "ContainerRegistry|Missing or insufficient permission, delete button disabled" +msgstr "" + +msgid "ContainerRegistry|Number of tags to retain:" +msgstr "" + +msgid "ContainerRegistry|Published %{timeInfo}" +msgstr "" + +msgid "ContainerRegistry|Published to the %{repositoryPath} image repository at %{time} on %{date}" +msgstr "" + +msgid "ContainerRegistry|Push an image" +msgstr "" + +msgid "ContainerRegistry|Remember to run %{docLinkStart}garbage collection%{docLinkEnd} to remove the stale data from storage." +msgstr "" + +msgid "ContainerRegistry|Remove repository" +msgstr "" + +msgid "ContainerRegistry|Remove tag" +msgid_plural "ContainerRegistry|Remove tags" +msgstr[0] "" +msgstr[1] "" + +msgid "ContainerRegistry|Set cleanup policy" +msgstr "" + +msgid "ContainerRegistry|Some tags were not deleted" +msgstr "" + +msgid "ContainerRegistry|Something went wrong while fetching the cleanup policy." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while fetching the repository list." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while fetching the tags list." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while marking the tag for deletion." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while marking the tags for deletion." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while scheduling %{title} for deletion. Please try again." +msgstr "" + +msgid "ContainerRegistry|Something went wrong while updating the cleanup policy." +msgstr "" + +msgid "ContainerRegistry|Sorry, your filter produced no results." +msgstr "" + +msgid "ContainerRegistry|Tag expiration policy" +msgstr "" + +msgid "ContainerRegistry|Tag successfully marked for deletion." +msgstr "" + +msgid "ContainerRegistry|Tags successfully marked for deletion." +msgstr "" + +msgid "ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}be preserved:%{italicEnd}" +msgstr "" + +msgid "ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}expire:%{italicEnd}" +msgstr "" + +msgid "ContainerRegistry|The cleanup policy timed out before it could delete all tags. An administrator can %{adminLinkStart}manually run cleanup now%{adminLinkEnd} or you can wait for the cleanup policy to automatically run again. %{docLinkStart}More information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator." +msgstr "" + +msgid "ContainerRegistry|The value of this input should be less than 256 characters" +msgstr "" + +msgid "ContainerRegistry|There are no container images available in this group" +msgstr "" + +msgid "ContainerRegistry|There are no container images stored for this project" +msgstr "" + +msgid "ContainerRegistry|There was an error during the deletion of this image repository, please try again." +msgstr "" + +msgid "ContainerRegistry|This image has no active tags" +msgstr "" + +msgid "ContainerRegistry|This image repository is scheduled for deletion" +msgstr "" + +msgid "ContainerRegistry|This project's cleanup policy for tags is not enabled." +msgstr "" + +msgid "ContainerRegistry|To widen your search, change or remove the filters above." +msgstr "" + +msgid "ContainerRegistry|We are having trouble connecting to the Registry, which could be due to an issue with your project name or path. %{docLinkStart}More information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-master%{codeEnd} or %{codeStart}release-.*%{codeEnd} are supported" +msgstr "" + +msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-test%{codeEnd} or %{codeStart}dev-.*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}" +msgstr "" + +msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|With the GitLab Container Registry, every project can have its own space to store images. %{docLinkStart}More information%{docLinkEnd}" +msgstr "" + +msgid "ContainerRegistry|You are about to remove %{item} tags. Are you sure?" +msgstr "" + +msgid "ContainerRegistry|You are about to remove %{item}. Are you sure?" +msgstr "" + +msgid "ContainerRegistry|You are about to remove repository %{title}. Once you confirm, this repository will be permanently deleted." +msgstr "" + +msgid "ContainerRegistry|You can add an image to this registry with the following commands:" +msgstr "" + +msgid "Contains %{count} blobs of images (%{size})" +msgstr "" + +msgid "Contents of .gitlab-ci.yml" +msgstr "" + +msgid "ContextCommits|Failed to create context commits. Please try again." +msgstr "" + +msgid "ContextCommits|Failed to create/remove context commits. Please try again." +msgstr "" + +msgid "ContextCommits|Failed to delete context commits. Please try again." +msgstr "" + +msgid "Continue" +msgstr "" + +msgid "Continue to the next step" +msgstr "" + +msgid "Continuous Integration and Deployment" +msgstr "" + +msgid "Contribute to GitLab" +msgstr "" + +msgid "Contribution" +msgstr "" + +msgid "Contribution Analytics" +msgstr "" + +msgid "ContributionAnalytics|%{created_count} created, %{closed_count} closed." +msgstr "" + +msgid "ContributionAnalytics|%{created_count} created, %{merged_count} merged." +msgstr "" + +msgid "ContributionAnalytics|%{pushes} pushes, more than %{commits} commits by %{people} contributors." +msgstr "" + +msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}" +msgstr "" + +msgid "ContributionAnalytics|Issues" +msgstr "" + +msgid "ContributionAnalytics|Last 3 months" +msgstr "" + +msgid "ContributionAnalytics|Last month" +msgstr "" + +msgid "ContributionAnalytics|Last week" +msgstr "" + +msgid "ContributionAnalytics|Merge Requests" +msgstr "" + +msgid "ContributionAnalytics|No issues for the selected time period." +msgstr "" + +msgid "ContributionAnalytics|No merge requests for the selected time period." +msgstr "" + +msgid "ContributionAnalytics|No pushes for the selected time period." +msgstr "" + +msgid "Contributions for %{calendar_date}" +msgstr "" + +msgid "Contributions per group member" +msgstr "" + +msgid "Contributor" +msgstr "" + +msgid "Contributors" +msgstr "" + +msgid "Control emails linked to your account" +msgstr "" + +msgid "Control the display of third party offers." +msgstr "" + +msgid "Cookie domain" +msgstr "" + +msgid "Copied" +msgstr "" + +msgid "Copied labels and milestone from %{source_issuable_reference}." +msgstr "" + +msgid "Copy" +msgstr "" + +msgid "Copy %{http_label} clone URL" +msgstr "" + +msgid "Copy %{protocol} clone URL" +msgstr "" + +msgid "Copy %{proxy_url}" +msgstr "" + +msgid "Copy %{type}" +msgstr "" + +msgid "Copy Account ID to clipboard" +msgstr "" + +msgid "Copy External ID to clipboard" +msgstr "" + +msgid "Copy ID" +msgstr "" + +msgid "Copy KRB5 clone URL" +msgstr "" + +msgid "Copy SSH clone URL" +msgstr "" + +msgid "Copy SSH public key" +msgstr "" + +msgid "Copy URL" +msgstr "" + +msgid "Copy branch name" +msgstr "" + +msgid "Copy command" +msgstr "" + +msgid "Copy commands" +msgstr "" + +msgid "Copy commit SHA" +msgstr "" + +msgid "Copy environment" +msgstr "" + +msgid "Copy evidence SHA" +msgstr "" + +msgid "Copy file contents" +msgstr "" + +msgid "Copy file path" +msgstr "" + +msgid "Copy key" +msgstr "" + +msgid "Copy labels and milestone from %{source_issuable_reference}." +msgstr "" + +msgid "Copy labels and milestone from other issue or merge request in this project" +msgstr "" + +msgid "Copy link" +msgstr "" + +msgid "Copy link to chart" +msgstr "" + +msgid "Copy reference" +msgstr "" + +msgid "Copy secret" +msgstr "" + +msgid "Copy source branch name" +msgstr "" + +msgid "Copy the code below to implement tracking in your application:" +msgstr "" + +msgid "Copy this value" +msgstr "" + +msgid "Copy to clipboard" +msgstr "" + +msgid "Copy token" +msgstr "" + +msgid "Copy trigger token" +msgstr "" + +msgid "Copy value" +msgstr "" + +msgid "Could not add admins as members" +msgstr "" + +msgid "Could not archive %{design}. Please try again." +msgstr "" + +msgid "Could not authorize chat nickname. Try again!" +msgstr "" + +msgid "Could not change HEAD: branch '%{branch}' does not exist" +msgstr "" + +msgid "Could not commit. An unexpected error occurred." +msgstr "" + +msgid "Could not connect to FogBugz, check your URL" +msgstr "" + +msgid "Could not connect to Sentry. Refresh the page to try again." +msgstr "" + +msgid "Could not connect to Web IDE file mirror service." +msgstr "" + +msgid "Could not create Wiki Repository at this time. Please try again later." +msgstr "" + +msgid "Could not create environment" +msgstr "" + +msgid "Could not create group" +msgstr "" + +msgid "Could not create issue" +msgstr "" + +msgid "Could not create project" +msgstr "" + +msgid "Could not create wiki page" +msgstr "" + +msgid "Could not delete chat nickname %{chat_name}." +msgstr "" + +msgid "Could not delete wiki page" +msgstr "" + +msgid "Could not draw the lines for job relationships" +msgstr "" + +msgid "Could not find design." +msgstr "" + +msgid "Could not find iteration" +msgstr "" + +msgid "Could not load instance counts. Please refresh the page to try again." +msgstr "" + +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + +msgid "Could not remove the trigger." +msgstr "" + +msgid "Could not restore the group" +msgstr "" + +msgid "Could not revoke impersonation token %{token_name}." +msgstr "" + +msgid "Could not revoke personal access token %{personal_access_token_name}." +msgstr "" + +msgid "Could not revoke project access token %{project_access_token_name}." +msgstr "" + +msgid "Could not save group ID" +msgstr "" + +msgid "Could not save project ID" +msgstr "" + +msgid "Could not save prometheus manual configuration" +msgstr "" + +msgid "Could not update the LDAP settings" +msgstr "" + +msgid "Could not update wiki page" +msgstr "" + +msgid "Could not upload your designs as one or more files uploaded are not supported." +msgstr "" + +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + +msgid "Country" +msgstr "" + +msgid "Coverage" +msgstr "" + +msgid "Coverage Fuzzing" +msgstr "" + +msgid "Coverage value for this pipeline was calculated by the coverage value of %d job." +msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs." +msgstr[0] "" +msgstr[1] "" + +msgid "Create" +msgstr "" + +msgid "Create %{environment}" +msgstr "" + +msgid "Create %{type}" +msgstr "" + +msgid "Create New Directory" +msgstr "" + +msgid "Create New Domain" +msgstr "" + +msgid "Create Project" +msgstr "" + +msgid "Create Value Stream" +msgstr "" + +msgid "Create a GitLab account first, and then connect it to your %{label} account." +msgstr "" + +msgid "Create a Mattermost team for this group" +msgstr "" + +msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies." +msgstr "" + +msgid "Create a merge request" +msgstr "" + +msgid "Create a new branch" +msgstr "" + +msgid "Create a new deploy key for this project" +msgstr "" + +msgid "Create a new file as there are no files yet. Afterwards, you'll be able to commit your changes." +msgstr "" + +msgid "Create a new issue" +msgstr "" + +msgid "Create a new repository" +msgstr "" + +msgid "Create a personal access token on your account to pull or push via %{protocol}." +msgstr "" + +msgid "Create a project pre-populated with the necessary files to get you started quickly." +msgstr "" + +msgid "Create an account using:" +msgstr "" + +msgid "Create an issue. Issues are created for each alert triggered." +msgstr "" + +msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the %{code_open}repo%{code_close} scope, so we can display a list of your public and private repositories which are available to import." +msgstr "" + +msgid "Create board" +msgstr "" + +msgid "Create branch" +msgstr "" + +msgid "Create commit" +msgstr "" + +msgid "Create confidential merge request" +msgstr "" + +msgid "Create confidential merge request and branch" +msgstr "" + +msgid "Create directory" +msgstr "" + +msgid "Create empty repository" +msgstr "" + +msgid "Create epic" +msgstr "" + +msgid "Create file" +msgstr "" + +msgid "Create from" +msgstr "" + +msgid "Create group" +msgstr "" + +msgid "Create group label" +msgstr "" + +msgid "Create issue" +msgstr "" + +msgid "Create iteration" +msgstr "" + +msgid "Create lists from labels. Issues with that label appear in that list." +msgstr "" + +msgid "Create merge request" +msgstr "" + +msgid "Create merge request and branch" +msgstr "" + +msgid "Create milestone" +msgstr "" + +msgid "Create new" +msgstr "" + +msgid "Create new Value Stream" +msgstr "" + +msgid "Create new board" +msgstr "" + +msgid "Create new branch" +msgstr "" + +msgid "Create new confidential %{issuableType}" +msgstr "" + +msgid "Create new directory" +msgstr "" + +msgid "Create new file" +msgstr "" + +msgid "Create new file or directory" +msgstr "" + +msgid "Create new issue in Jira" +msgstr "" + +msgid "Create new label" +msgstr "" + +msgid "Create new..." +msgstr "" + +msgid "Create project" +msgstr "" + +msgid "Create project label" +msgstr "" + +msgid "Create release" +msgstr "" + +msgid "Create requirement" +msgstr "" + +msgid "Create snippet" +msgstr "" + +msgid "Create wildcard: %{searchTerm}" +msgstr "" + +msgid "Create your first page" +msgstr "" + +msgid "Create your group" +msgstr "" + +msgid "Create/import your first project" +msgstr "" + +msgid "CreateGroup|You don’t have permission to create a subgroup in this group." +msgstr "" + +msgid "CreateGroup|You don’t have permission to create groups." +msgstr "" + +msgid "CreateTag|Tag" +msgstr "" + +msgid "CreateTokenToCloneLink|create a personal access token" +msgstr "" + +msgid "Created" +msgstr "" + +msgid "Created %{timestamp}" +msgstr "" + +msgid "Created At" +msgstr "" + +msgid "Created On" +msgstr "" + +msgid "Created a branch and a merge request to resolve this issue." +msgstr "" + +msgid "Created branch '%{branch_name}' and a merge request to resolve this issue." +msgstr "" + +msgid "Created by %{job}" +msgstr "" + +msgid "Created by me" +msgstr "" + +msgid "Created by:" +msgstr "" + +msgid "Created date" +msgstr "" + +msgid "Created issue %{issueLink}" +msgstr "" + +msgid "Created issue %{issueLink} at %{projectLink}" +msgstr "" + +msgid "Created merge request %{mergeRequestLink}" +msgstr "" + +msgid "Created merge request %{mergeRequestLink} at %{projectLink}" +msgstr "" + +msgid "Created on" +msgstr "" + +msgid "Created on %{created_at}" +msgstr "" + +msgid "Created on:" +msgstr "" + +msgid "Creates a branch and a merge request to resolve this issue." +msgstr "" + +msgid "Creates branch '%{branch_name}' and a merge request to resolve this issue." +msgstr "" + +msgid "Creating" +msgstr "" + +msgid "Creating epic" +msgstr "" + +msgid "Creating graphs uses the data from the Prometheus server. If this takes a long time, ensure that data is available." +msgstr "" + +msgid "Creation date" +msgstr "" + +msgid "Credentials" +msgstr "" + +msgid "CredentialsInventory|No credentials found" +msgstr "" + +msgid "CredentialsInventory|Personal Access Tokens" +msgstr "" + +msgid "CredentialsInventory|SSH Keys" +msgstr "" + +msgid "Critical vulnerabilities present" +msgstr "" + +msgid "Cron Timezone" +msgstr "" + +msgid "Cron time zone" +msgstr "" + +msgid "Crossplane" +msgstr "" + +msgid "Current Branch" +msgstr "" + +msgid "Current Plan" +msgstr "" + +msgid "Current Project" +msgstr "" + +msgid "Current node" +msgstr "" + +msgid "Current node must be the primary node or you will be locking yourself out" +msgstr "" + +msgid "Current password" +msgstr "" + +msgid "Current vulnerabilities count" +msgstr "" + +msgid "CurrentUser|Buy Pipeline minutes" +msgstr "" + +msgid "CurrentUser|One of your groups is running out" +msgstr "" + +msgid "CurrentUser|Profile" +msgstr "" + +msgid "CurrentUser|Settings" +msgstr "" + +msgid "CurrentUser|Start a Gold trial" +msgstr "" + +msgid "CurrentUser|Upgrade" +msgstr "" + +msgid "Custom Attributes" +msgstr "" + +msgid "Custom CI configuration path" +msgstr "" + +msgid "Custom Git clone URL for HTTP(S)" +msgstr "" + +msgid "Custom analyzers: language support" +msgstr "" + +msgid "Custom hostname (for private commit emails)" +msgstr "" + +msgid "Custom metrics" +msgstr "" + +msgid "Custom notification events" +msgstr "" + +msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notification_link}." +msgstr "" + +msgid "Custom project templates" +msgstr "" + +msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates." +msgstr "" + +msgid "Custom range" +msgstr "" + +msgid "Custom range (UTC)" +msgstr "" + +msgid "CustomCycleAnalytics|Add a stage" +msgstr "" + +msgid "CustomCycleAnalytics|Add stage" +msgstr "" + +msgid "CustomCycleAnalytics|Editing stage" +msgstr "" + +msgid "CustomCycleAnalytics|Enter a name for the stage" +msgstr "" + +msgid "CustomCycleAnalytics|Name" +msgstr "" + +msgid "CustomCycleAnalytics|New stage" +msgstr "" + +msgid "CustomCycleAnalytics|Please select a start event first" +msgstr "" + +msgid "CustomCycleAnalytics|Select start event" +msgstr "" + +msgid "CustomCycleAnalytics|Select stop event" +msgstr "" + +msgid "CustomCycleAnalytics|Stage name already exists" +msgstr "" + +msgid "CustomCycleAnalytics|Start event" +msgstr "" + +msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event" +msgstr "" + +msgid "CustomCycleAnalytics|Start event label" +msgstr "" + +msgid "CustomCycleAnalytics|Stop event" +msgstr "" + +msgid "CustomCycleAnalytics|Stop event label" +msgstr "" + +msgid "CustomCycleAnalytics|Update stage" +msgstr "" + +msgid "Customer Portal" +msgstr "" + +msgid "Customizable by an administrator." +msgstr "" + +msgid "Customize colors" +msgstr "" + +msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import." +msgstr "" + +msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import." +msgstr "" + +msgid "Customize icon" +msgstr "" + +msgid "Customize language and region related settings." +msgstr "" + +msgid "Customize name" +msgstr "" + +msgid "Customize your pipeline configuration, view your pipeline status and coverage report." +msgstr "" + +msgid "Customize your pipeline configuration." +msgstr "" + +msgid "CustomizeHomepageBanner|Do you want to customize this page?" +msgstr "" + +msgid "CustomizeHomepageBanner|Go to preferences" +msgstr "" + +msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences" +msgstr "" + +msgid "Cycle Time" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue closed" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue created" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue first added to a board" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue first associated with a milestone" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue first associated with a milestone or issue first added to a board" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue first mentioned in a commit" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue label was added" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue label was removed" +msgstr "" + +msgid "CycleAnalyticsEvent|Issue last edited" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request closed" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request created" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request first deployed to production" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request label was added" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request label was removed" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request last build finish time" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request last build start time" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request last edited" +msgstr "" + +msgid "CycleAnalyticsEvent|Merge request merged" +msgstr "" + +msgid "CycleAnalyticsStage|Code" +msgstr "" + +msgid "CycleAnalyticsStage|Issue" +msgstr "" + +msgid "CycleAnalyticsStage|Plan" +msgstr "" + +msgid "CycleAnalyticsStage|Review" +msgstr "" + +msgid "CycleAnalyticsStage|Staging" +msgstr "" + +msgid "CycleAnalyticsStage|Test" +msgstr "" + +msgid "CycleAnalyticsStage|Total" +msgstr "" + +msgid "CycleAnalyticsStage|is not available for the selected group" +msgstr "" + +msgid "CycleAnalyticsStage|should be under a group" +msgstr "" + +msgid "CycleAnalytics|%{selectedLabelsCount} selected (%{maxLabels} max)" +msgstr "" + +msgid "CycleAnalytics|%{stageCount} stages selected" +msgstr "" + +msgid "CycleAnalytics|All stages" +msgstr "" + +msgid "CycleAnalytics|Date" +msgstr "" + +msgid "CycleAnalytics|Days to completion" +msgstr "" + +msgid "CycleAnalytics|Display chart filters" +msgstr "" + +msgid "CycleAnalytics|No stages selected" +msgstr "" + +msgid "CycleAnalytics|Number of tasks" +msgstr "" + +msgid "CycleAnalytics|Only %{maxLabels} labels can be selected at this time" +msgstr "" + +msgid "CycleAnalytics|Project selected" +msgid_plural "CycleAnalytics|%d projects selected" +msgstr[0] "" +msgstr[1] "" + +msgid "CycleAnalytics|Select labels" +msgstr "" + +msgid "CycleAnalytics|Show" +msgstr "" + +msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels" +msgstr "" + +msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}" +msgstr "" + +msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}" +msgstr "" + +msgid "CycleAnalytics|Stages" +msgstr "" + +msgid "CycleAnalytics|Tasks by type" +msgstr "" + +msgid "CycleAnalytics|The given date range is larger than 180 days" +msgstr "" + +msgid "CycleAnalytics|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" +msgstr "" + +msgid "CycleAnalytics|Type of work" +msgstr "" + +msgid "CycleAnalytics|group dropdown filter" +msgstr "" + +msgid "CycleAnalytics|not allowed for the given start event" +msgstr "" + +msgid "CycleAnalytics|project dropdown filter" +msgstr "" + +msgid "CycleAnalytics|stage dropdown" +msgstr "" + +msgid "DAG" +msgstr "" + +msgid "DAG visualization requires at least 3 dependent jobs." +msgstr "" + +msgid "DAST Profiles" +msgstr "" + +msgid "DNS" +msgstr "" + +msgid "Dashboard" +msgstr "" + +msgid "Dashboard uid not found" +msgstr "" + +msgid "DashboardProjects|All" +msgstr "" + +msgid "DashboardProjects|Personal" +msgstr "" + +msgid "DashboardProjects|Trending" +msgstr "" + +msgid "Dashboards" +msgstr "" + +msgid "Dashboard|%{firstProject} and %{secondProject}" +msgstr "" + +msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}" +msgstr "" + +msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." +msgstr "" + +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + +msgid "DastProfiles|Are you sure you want to delete this profile?" +msgstr "" + +msgid "DastProfiles|Could not create site validation token. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not create the scanner profile. Please try again." +msgstr "" + +msgid "DastProfiles|Could not create the site profile. Please try again." +msgstr "" + +msgid "DastProfiles|Could not delete scanner profile. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not delete scanner profiles:" +msgstr "" + +msgid "DastProfiles|Could not delete site profile. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not delete site profiles:" +msgstr "" + +msgid "DastProfiles|Could not fetch scanner profiles. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not fetch site profiles. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not retrieve site validation status. Please refresh the page, or try again later." +msgstr "" + +msgid "DastProfiles|Could not update the scanner profile. Please try again." +msgstr "" + +msgid "DastProfiles|Could not update the site profile. Please try again." +msgstr "" + +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + +msgid "DastProfiles|Do you want to discard this scanner profile?" +msgstr "" + +msgid "DastProfiles|Do you want to discard this site profile?" +msgstr "" + +msgid "DastProfiles|Do you want to discard your changes?" +msgstr "" + +msgid "DastProfiles|Download validation text file" +msgstr "" + +msgid "DastProfiles|Edit scanner profile" +msgstr "" + +msgid "DastProfiles|Edit site profile" +msgstr "" + +msgid "DastProfiles|Error Details" +msgstr "" + +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + +msgid "DastProfiles|Manage Profiles" +msgstr "" + +msgid "DastProfiles|Manage profiles" +msgstr "" + +msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes" +msgstr "" + +msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds" +msgstr "" + +msgid "DastProfiles|New Profile" +msgstr "" + +msgid "DastProfiles|New scanner profile" +msgstr "" + +msgid "DastProfiles|New site profile" +msgstr "" + +msgid "DastProfiles|No profiles created yet" +msgstr "" + +msgid "DastProfiles|Passive" +msgstr "" + +msgid "DastProfiles|Please enter a valid timeout value" +msgstr "" + +msgid "DastProfiles|Profile name" +msgstr "" + +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + +msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." +msgstr "" + +msgid "DastProfiles|Save profile" +msgstr "" + +msgid "DastProfiles|Scan mode" +msgstr "" + +msgid "DastProfiles|Scanner Profile" +msgstr "" + +msgid "DastProfiles|Scanner Profiles" +msgstr "" + +msgid "DastProfiles|Show debug messages" +msgstr "" + +msgid "DastProfiles|Site Profile" +msgstr "" + +msgid "DastProfiles|Site Profiles" +msgstr "" + +msgid "DastProfiles|Site is not validated yet, please follow the steps." +msgstr "" + +msgid "DastProfiles|Site must be validated to run an active scan." +msgstr "" + +msgid "DastProfiles|Spider timeout" +msgstr "" + +msgid "DastProfiles|Step 1 - Choose site validation method" +msgstr "" + +msgid "DastProfiles|Step 2 - Add following text to the target site" +msgstr "" + +msgid "DastProfiles|Step 3 - Confirm text file location and validate" +msgstr "" + +msgid "DastProfiles|Target URL" +msgstr "" + +msgid "DastProfiles|Target timeout" +msgstr "" + +msgid "DastProfiles|Text file validation" +msgstr "" + +msgid "DastProfiles|The maximum number of minutes allowed for the spider to traverse the site." +msgstr "" + +msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." +msgstr "" + +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + +msgid "DastProfiles|Validate" +msgstr "" + +msgid "DastProfiles|Validate target site" +msgstr "" + +msgid "DastProfiles|Validating..." +msgstr "" + +msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." +msgstr "" + +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + +msgid "DastProfiles|Validation must be turned off to change the target URL" +msgstr "" + +msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site." +msgstr "" + +msgid "Data is still calculating..." +msgstr "" + +msgid "Database update failed" +msgstr "" + +msgid "Datasource name not found" +msgstr "" + +msgid "Date" +msgstr "" + +msgid "Date picker" +msgstr "" + +msgid "Date range" +msgstr "" + +msgid "Date range cannot exceed %{maxDateRange} days." +msgstr "" + +msgid "Day of month" +msgstr "" + +msgid "DayTitle|F" +msgstr "" + +msgid "DayTitle|M" +msgstr "" + +msgid "DayTitle|S" +msgstr "" + +msgid "DayTitle|W" +msgstr "" + +msgid "Days" +msgstr "" + +msgid "Days to merge" +msgstr "" + +msgid "Dear Administrator," +msgstr "" + +msgid "Debug" +msgstr "" + +msgid "Dec" +msgstr "" + +msgid "December" +msgstr "" + +msgid "Decline" +msgstr "" + +msgid "Decline and sign out" +msgstr "" + +msgid "Decompressed archive size validation failed." +msgstr "" + +msgid "Default Branch" +msgstr "" + +msgid "Default CI configuration path" +msgstr "" + +msgid "Default artifacts expiration" +msgstr "" + +msgid "Default branch" +msgstr "" + +msgid "Default branch and protected branches" +msgstr "" + +msgid "Default classification label" +msgstr "" + +msgid "Default deletion delay" +msgstr "" + +msgid "Default description template for issues" +msgstr "" + +msgid "Default description template for merge requests" +msgstr "" + +msgid "Default first day of the week" +msgstr "" + +msgid "Default first day of the week in calendars and date pickers." +msgstr "" + +msgid "Default initial branch name" +msgstr "" + +msgid "Default issue template" +msgstr "" + +msgid "Default project deletion protection" +msgstr "" + +msgid "Default projects limit" +msgstr "" + +msgid "Default stages" +msgstr "" + +msgid "Default: Directly import the Google Code email address or username" +msgstr "" + +msgid "Default: Map a FogBugz account ID to a full name" +msgstr "" + +msgid "DefaultBranchLabel|default" +msgstr "" + +msgid "Define a custom deploy freeze pattern with %{cronSyntaxStart}cron syntax%{cronSyntaxEnd}" +msgstr "" + +msgid "Define a custom pattern with cron syntax" +msgstr "" + +msgid "Define custom rules for what constitutes spam, independent of Akismet" +msgstr "" + +msgid "Define environments in the deploy stage(s) in %{code_open}.gitlab-ci.yml%{code_close} to track deployments here." +msgstr "" + +msgid "Definition" +msgstr "" + +msgid "Delayed Project Deletion (%{adjourned_deletion})" +msgstr "" + +msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes." +msgstr "" + +msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes." +msgstr "" + +msgid "DelayedJobs|Start now" +msgstr "" + +msgid "DelayedJobs|Unschedule" +msgstr "" + +msgid "DelayedJobs|delayed" +msgstr "" + +msgid "Delete" +msgstr "" + +msgid "Delete %{name}" +msgstr "" + +msgid "Delete Comment" +msgstr "" + +msgid "Delete Value Stream" +msgstr "" + +msgid "Delete account" +msgstr "" + +msgid "Delete artifacts" +msgstr "" + +msgid "Delete badge" +msgstr "" + +msgid "Delete board" +msgstr "" + +msgid "Delete comment" +msgstr "" + +msgid "Delete domain" +msgstr "" + +msgid "Delete label" +msgstr "" + +msgid "Delete label: %{label_name} ?" +msgstr "" + +msgid "Delete pipeline" +msgstr "" + +msgid "Delete project" +msgstr "" + +msgid "Delete project. Are you ABSOLUTELY SURE?" +msgstr "" + +msgid "Delete serverless domain?" +msgstr "" + +msgid "Delete snippet" +msgstr "" + +msgid "Delete snippet?" +msgstr "" + +msgid "Delete source branch" +msgstr "" + +msgid "Delete subscription" +msgstr "" + +msgid "Delete this attachment" +msgstr "" + +msgid "Delete user list" +msgstr "" + +msgid "Delete variable" +msgstr "" + +msgid "DeleteProject|Delete %{name}" +msgstr "" + +msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator." +msgstr "" + +msgid "DeleteProject|Failed to remove project snippets. Please try again or contact administrator." +msgstr "" + +msgid "DeleteProject|Failed to remove some tags in project container registry. Please try again or contact administrator." +msgstr "" + +msgid "DeleteProject|Failed to remove wiki repository. Please try again or contact administrator." +msgstr "" + +msgid "DeleteProject|Failed to restore project repository. Please contact the administrator." +msgstr "" + +msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator." +msgstr "" + +msgid "Deleted" +msgstr "" + +msgid "Deleted Projects" +msgstr "" + +msgid "Deleted chat nickname: %{chat_name}!" +msgstr "" + +msgid "Deleted projects" +msgstr "" + +msgid "Deleted projects cannot be restored!" +msgstr "" + +msgid "Deleting" +msgstr "" + +msgid "Deleting a project places it into a read-only state until %{date}, at which point the project will be permanently deleted. Are you ABSOLUTELY sure?" +msgstr "" + +msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc." +msgstr "" + +msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only." +msgstr "" + +msgid "Denied" +msgstr "" + +msgid "Denied authorization of chat nickname %{user_name}." +msgstr "" + +msgid "Denied domains for sign-ups" +msgstr "" + +msgid "Deny" +msgstr "" + +msgid "Deny access request" +msgstr "" + +msgid "Denylist file" +msgstr "" + +msgid "Dependencies" +msgstr "" + +msgid "Dependencies help page link" +msgstr "" + +msgid "Dependencies|%d additional vulnerability not shown" +msgid_plural "Dependencies|%d additional vulnerabilities not shown" +msgstr[0] "" +msgstr[1] "" + +msgid "Dependencies|%d more" +msgid_plural "Dependencies|%d more" +msgstr[0] "" +msgstr[1] "" + +msgid "Dependencies|%d vulnerability detected" +msgid_plural "Dependencies|%d vulnerabilities detected" +msgstr[0] "" +msgstr[1] "" + +msgid "Dependencies|%{remainingLicensesCount} more" +msgstr "" + +msgid "Dependencies|(top level)" +msgstr "" + +msgid "Dependencies|All" +msgstr "" + +msgid "Dependencies|Based on the %{linkStart}latest successful%{linkEnd} scan" +msgstr "" + +msgid "Dependencies|Component" +msgstr "" + +msgid "Dependencies|Component name" +msgstr "" + +msgid "Dependencies|Dependency path" +msgstr "" + +msgid "Dependencies|Export as JSON" +msgstr "" + +msgid "Dependencies|Job failed to generate the dependency list" +msgstr "" + +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + +msgid "Dependencies|License" +msgstr "" + +msgid "Dependencies|Location" +msgstr "" + +msgid "Dependencies|Location and dependency path" +msgstr "" + +msgid "Dependencies|Packager" +msgstr "" + +msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." +msgstr "" + +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + +msgid "Dependencies|There may be multiple paths" +msgstr "" + +msgid "Dependencies|Toggle vulnerability list" +msgstr "" + +msgid "Dependencies|Unsupported file(s) detected" +msgstr "" + +msgid "Dependencies|Vulnerable components" +msgstr "" + +msgid "Dependency List" +msgstr "" + +msgid "Dependency List has no entries" +msgstr "" + +msgid "Dependency Proxy" +msgstr "" + +msgid "Dependency Scanning" +msgstr "" + +msgid "Dependency proxy" +msgstr "" + +msgid "Dependency proxy URL" +msgstr "" + +msgid "Dependency proxy feature is limited to public groups for now." +msgstr "" + +msgid "DependencyProxy|Toggle Dependency Proxy" +msgstr "" + +msgid "Depends on %d merge request being merged" +msgid_plural "Depends on %d merge requests being merged" +msgstr[0] "" +msgstr[1] "" + +msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request." +msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests." +msgstr[0] "" +msgstr[1] "" + +msgid "Deploy" +msgid_plural "Deploys" +msgstr[0] "" +msgstr[1] "" + +msgid "Deploy Keys" +msgstr "" + +msgid "Deploy freezes" +msgstr "" + +msgid "Deploy key was successfully updated." +msgstr "" + +msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository" +msgstr "" + +msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one." +msgstr "" + +msgid "Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one." +msgstr "" + +msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}." +msgstr "" + +msgid "Deploy to..." +msgstr "" + +msgid "DeployFreeze|Freeze end" +msgstr "" + +msgid "DeployFreeze|Freeze start" +msgstr "" + +msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}" +msgstr "" + +msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}." +msgstr "" + +msgid "DeployFreeze|Time zone" +msgstr "" + +msgid "DeployFreeze|You can specify deploy freezes using only %{cron_syntax_link_start}cron syntax%{cron_syntax_link_end}." +msgstr "" + +msgid "DeployKeys|+%{count} others" +msgstr "" + +msgid "DeployKeys|Current project" +msgstr "" + +msgid "DeployKeys|Deploy key" +msgstr "" + +msgid "DeployKeys|Enabled deploy keys" +msgstr "" + +msgid "DeployKeys|Error enabling deploy key" +msgstr "" + +msgid "DeployKeys|Error getting deploy keys" +msgstr "" + +msgid "DeployKeys|Error removing deploy key" +msgstr "" + +msgid "DeployKeys|Expand %{count} other projects" +msgstr "" + +msgid "DeployKeys|Loading deploy keys" +msgstr "" + +msgid "DeployKeys|No deploy keys found. Create one with the form above." +msgstr "" + +msgid "DeployKeys|Privately accessible deploy keys" +msgstr "" + +msgid "DeployKeys|Project usage" +msgstr "" + +msgid "DeployKeys|Publicly accessible deploy keys" +msgstr "" + +msgid "DeployKeys|Read access only" +msgstr "" + +msgid "DeployKeys|Write access allowed" +msgstr "" + +msgid "DeployKeys|You are going to remove this deploy key. Are you sure?" +msgstr "" + +msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})" +msgstr "" + +msgid "DeployTokens|Add a deploy token" +msgstr "" + +msgid "DeployTokens|Allows read access to the package registry" +msgstr "" + +msgid "DeployTokens|Allows read-only access to the registry images" +msgstr "" + +msgid "DeployTokens|Allows read-only access to the repository" +msgstr "" + +msgid "DeployTokens|Allows write access to the package registry" +msgstr "" + +msgid "DeployTokens|Allows write access to the registry images" +msgstr "" + +msgid "DeployTokens|Copy deploy token" +msgstr "" + +msgid "DeployTokens|Copy username" +msgstr "" + +msgid "DeployTokens|Create deploy token" +msgstr "" + +msgid "DeployTokens|Created" +msgstr "" + +msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it." +msgstr "" + +msgid "DeployTokens|Deploy Tokens" +msgstr "" + +msgid "DeployTokens|Deploy tokens allow access to packages, your repository, and registry images." +msgstr "" + +msgid "DeployTokens|Expires" +msgstr "" + +msgid "DeployTokens|Group deploy tokens allow access to the packages, repositories, and registry images within the group." +msgstr "" + +msgid "DeployTokens|Name" +msgstr "" + +msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token." +msgstr "" + +msgid "DeployTokens|Revoke" +msgstr "" + +msgid "DeployTokens|Revoke %{b_start}%{name}%{b_end}?" +msgstr "" + +msgid "DeployTokens|Revoke %{name}" +msgstr "" + +msgid "DeployTokens|Scopes" +msgstr "" + +msgid "DeployTokens|This %{entity_type} has no active Deploy Tokens." +msgstr "" + +msgid "DeployTokens|This action cannot be undone." +msgstr "" + +msgid "DeployTokens|Use this token as a password. Make sure you save it - you won't be able to access it again." +msgstr "" + +msgid "DeployTokens|Use this username as a login." +msgstr "" + +msgid "DeployTokens|Username" +msgstr "" + +msgid "DeployTokens|You are about to revoke %{b_start}%{name}%{b_end}." +msgstr "" + +msgid "DeployTokens|Your New Deploy Token" +msgstr "" + +msgid "DeployTokens|Your new group deploy token has been created." +msgstr "" + +msgid "DeployTokens|Your new project deploy token has been created." +msgstr "" + +msgid "Deployed" +msgstr "" + +msgid "Deployed to" +msgstr "" + +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + +msgid "Deploying to" +msgstr "" + +msgid "Deploying to AWS is easy with GitLab" +msgstr "" + +msgid "Deployment Frequency" +msgstr "" + +msgid "Deployment|API" +msgstr "" + +msgid "Deployment|This deployment was created using the API" +msgstr "" + +msgid "Deployment|canceled" +msgstr "" + +msgid "Deployment|created" +msgstr "" + +msgid "Deployment|failed" +msgstr "" + +msgid "Deployment|running" +msgstr "" + +msgid "Deployment|success" +msgstr "" + +msgid "Deprioritize label" +msgstr "" + +msgid "Descending" +msgstr "" + +msgid "Describe the goal of the changes and what reviewers should be aware of." +msgstr "" + +msgid "Describe the requirement here" +msgstr "" + +msgid "Description" +msgstr "" + +msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" +msgstr "" + +msgid "Description template" +msgstr "" + +msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." +msgstr "" + +msgid "Description:" +msgstr "" + +msgid "Descriptive label" +msgstr "" + +msgid "Deselect all" +msgstr "" + +msgid "Design Management files and data" +msgstr "" + +msgid "Design repositories" +msgstr "" + +msgid "Design repository" +msgstr "" + +msgid "DesignManagement|%{current_design} of %{designs_count}" +msgstr "" + +msgid "DesignManagement|%{filename} did not change." +msgstr "" + +msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version." +msgstr "" + +msgid "DesignManagement|Archive designs" +msgstr "" + +msgid "DesignManagement|Archive selected" +msgstr "" + +msgid "DesignManagement|Archived designs will still be available in previous versions of the design collection." +msgstr "" + +msgid "DesignManagement|Are you sure you want to archive the selected designs?" +msgstr "" + +msgid "DesignManagement|Are you sure you want to cancel changes to this comment?" +msgstr "" + +msgid "DesignManagement|Are you sure you want to cancel creating this comment?" +msgstr "" + +msgid "DesignManagement|Cancel changes" +msgstr "" + +msgid "DesignManagement|Cancel comment confirmation" +msgstr "" + +msgid "DesignManagement|Cancel comment update confirmation" +msgstr "" + +msgid "DesignManagement|Click the image where you'd like to start a new discussion" +msgstr "" + +msgid "DesignManagement|Comment" +msgstr "" + +msgid "DesignManagement|Comments you resolve can be viewed and unresolved by going to the \"Resolved Comments\" section below" +msgstr "" + +msgid "DesignManagement|Could not add a new comment. Please try again." +msgstr "" + +msgid "DesignManagement|Could not create new discussion. Please try again." +msgstr "" + +msgid "DesignManagement|Could not update discussion. Please try again." +msgstr "" + +msgid "DesignManagement|Could not update note. Please try again." +msgstr "" + +msgid "DesignManagement|Deselect all" +msgstr "" + +msgid "DesignManagement|Designs" +msgstr "" + +msgid "DesignManagement|Discard comment" +msgstr "" + +msgid "DesignManagement|Error uploading a new design. Please try again." +msgstr "" + +msgid "DesignManagement|Go back to designs" +msgstr "" + +msgid "DesignManagement|Go to next design" +msgstr "" + +msgid "DesignManagement|Go to previous design" +msgstr "" + +msgid "DesignManagement|Keep changes" +msgstr "" + +msgid "DesignManagement|Keep comment" +msgstr "" + +msgid "DesignManagement|Learn more about resolving comments" +msgstr "" + +msgid "DesignManagement|Requested design version does not exist. Showing latest version instead" +msgstr "" + +msgid "DesignManagement|Resolve thread" +msgstr "" + +msgid "DesignManagement|Resolved Comments" +msgstr "" + +msgid "DesignManagement|Save comment" +msgstr "" + +msgid "DesignManagement|Select all" +msgstr "" + +msgid "DesignManagement|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again." +msgstr "" + +msgid "DesignManagement|There was an error moving your designs. Please upload your designs below." +msgstr "" + +msgid "DesignManagement|To upload designs, you'll need to enable LFS and have admin enable hashed storage. %{requirements_link_start}More information%{requirements_link_end}" +msgstr "" + +msgid "DesignManagement|Unresolve thread" +msgstr "" + +msgid "DesignManagement|Upload designs" +msgstr "" + +msgid "DesignManagement|Upload skipped." +msgstr "" + +msgid "DesignManagement|Your designs are being copied and are on their way… Please refresh to update." +msgstr "" + +msgid "DesignManagement|and %{moreCount} more." +msgstr "" + +msgid "Designs" +msgstr "" + +msgid "Destroy" +msgstr "" + +msgid "Detail" +msgstr "" + +msgid "Details" +msgstr "" + +msgid "Details (default)" +msgstr "" + +msgid "Detect host keys" +msgstr "" + +msgid "DevOps" +msgstr "" + +msgid "DevOps Report" +msgstr "" + +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + +msgid "Diff content limits" +msgstr "" + +msgid "Diff limits" +msgstr "" + +msgid "Diff view settings" +msgstr "" + +msgid "Difference between start date and now" +msgstr "" + +msgid "DiffsCompareBaseBranch|(HEAD)" +msgstr "" + +msgid "DiffsCompareBaseBranch|(base)" +msgstr "" + +msgid "Diffs|No file name available" +msgstr "" + +msgid "Diffs|Show %{unfoldCount} lines" +msgstr "" + +msgid "Diffs|Show all unchanged lines" +msgstr "" + +msgid "Diffs|Something went wrong while fetching diff lines." +msgstr "" + +msgid "Direct member" +msgstr "" + +msgid "Direction" +msgstr "" + +msgid "Directory name" +msgstr "" + +msgid "Disable" +msgstr "" + +msgid "Disable for this project" +msgstr "" + +msgid "Disable group Runners" +msgstr "" + +msgid "Disable public access to Pages sites" +msgstr "" + +msgid "Disable shared runners" +msgstr "" + +msgid "Disable two-factor authentication" +msgstr "" + +msgid "Disabled" +msgstr "" + +msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them." +msgstr "" + +msgid "Discard" +msgstr "" + +msgid "Discard all changes" +msgstr "" + +msgid "Discard all changes?" +msgstr "" + +msgid "Discard changes" +msgstr "" + +msgid "Discard changes to %{path}?" +msgstr "" + +msgid "Discard draft" +msgstr "" + +msgid "DiscordService|Discord Notifications" +msgstr "" + +msgid "DiscordService|Receive event notifications in Discord" +msgstr "" + +msgid "Discover GitLab Geo" +msgstr "" + +msgid "Discover projects, groups and snippets. Share your projects with others" +msgstr "" + +msgid "Discover|Check your application for security vulnerabilities that may lead to unauthorized access, data leaks, and denial of services." +msgstr "" + +msgid "Discover|For code that's already live in production, our dashboards give you an easy way to prioritize any issues that are found, empowering your team to ship quickly and securely." +msgstr "" + +msgid "Discover|GitLab will perform static and dynamic tests on the code of your application, looking for known flaws and report them in the merge request so you can fix them before merging." +msgstr "" + +msgid "Discover|Give feedback for this page" +msgstr "" + +msgid "Discover|Security capabilities, integrated into your development lifecycle" +msgstr "" + +msgid "Discover|See the other features of the %{linkStart}gold plan%{linkEnd}" +msgstr "" + +msgid "Discover|Start a free trial" +msgstr "" + +msgid "Discover|Upgrade now" +msgstr "" + +msgid "Discuss a specific suggestion or question" +msgstr "" + +msgid "Discuss a specific suggestion or question that needs to be resolved" +msgstr "" + +msgid "Discuss a specific suggestion or question that needs to be resolved." +msgstr "" + +msgid "Discuss a specific suggestion or question." +msgstr "" + +msgid "Discussion to reply to cannot be found" +msgstr "" + +msgid "Disk Usage" +msgstr "" + +msgid "Dismiss" +msgstr "" + +msgid "Dismiss %d selected vulnerability as" +msgid_plural "Dismiss %d selected vulnerabilities as" +msgstr[0] "" +msgstr[1] "" + +msgid "Dismiss DevOps Report introduction" +msgstr "" + +msgid "Dismiss Merge Request promotion" +msgstr "" + +msgid "Dismiss Value Stream Analytics introduction box" +msgstr "" + +msgid "Dismiss selected" +msgstr "" + +msgid "Dismiss trial promotion" +msgstr "" + +msgid "Dismissable" +msgstr "" + +msgid "Dismissed" +msgstr "" + +msgid "Dismissed at %{projectLink}" +msgstr "" + +msgid "Dismissed on pipeline %{pipelineLink}" +msgstr "" + +msgid "Dismissed on pipeline %{pipelineLink} at %{projectLink}" +msgstr "" + +msgid "Display alerts from all your monitoring tools directly within GitLab." +msgstr "" + +msgid "Display name" +msgstr "" + +msgid "Display rendered file" +msgstr "" + +msgid "Display source" +msgstr "" + +msgid "Do not display offers from third parties within GitLab" +msgstr "" + +msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?" +msgstr "" + +msgid "Dockerfile" +msgstr "" + +msgid "Documentation" +msgstr "" + +msgid "Documentation for popular identity providers" +msgstr "" + +msgid "Documentation pages URL" +msgstr "" + +msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" +msgstr "" + +msgid "Domain" +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 "" + +msgid "Domain was successfully created." +msgstr "" + +msgid "Domain was successfully deleted." +msgstr "" + +msgid "Domain was successfully updated." +msgstr "" + +msgid "Don't have an account yet?" +msgstr "" + +msgid "Don't include description in commit message" +msgstr "" + +msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." +msgstr "" + +msgid "Don't send usage data" +msgstr "" + +msgid "Don't show again" +msgstr "" + +msgid "Done" +msgstr "" + +msgid "Download" +msgstr "" + +msgid "Download %{format}" +msgstr "" + +msgid "Download %{format}:" +msgstr "" + +msgid "Download CSV" +msgstr "" + +msgid "Download artifacts" +msgstr "" + +msgid "Download as" +msgstr "" + +msgid "Download as CSV" +msgstr "" + +msgid "Download codes" +msgstr "" + +msgid "Download evidence JSON" +msgstr "" + +msgid "Download export" +msgstr "" + +msgid "Download image" +msgstr "" + +msgid "Download license" +msgstr "" + +msgid "Download raw data (.csv)" +msgstr "" + +msgid "Download source code" +msgstr "" + +msgid "Download this directory" +msgstr "" + +msgid "DownloadCommit|Email Patches" +msgstr "" + +msgid "DownloadCommit|Plain Diff" +msgstr "" + +msgid "DownloadSource|Download" +msgstr "" + +msgid "Downstream" +msgstr "" + +msgid "Downvotes" +msgstr "" + +msgid "Draft" +msgstr "" + +msgid "Draft merge requests can't be merged." +msgstr "" + +msgid "Drop or %{linkStart}upload%{linkEnd} designs to attach" +msgstr "" + +msgid "Drop your designs to start your upload." +msgstr "" + +msgid "Due Date" +msgstr "" + +msgid "Due date" +msgstr "" + +msgid "Duration" +msgstr "" + +msgid "Duration for the last 30 commits" +msgstr "" + +msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below." +msgstr "" + +msgid "Dynamic Application Security Testing (DAST)" +msgstr "" + +msgid "Each Runner can be in one of the following states and/or belong to one of the following types:" +msgstr "" + +msgid "Each Runner can be in one of the following states:" +msgstr "" + +msgid "Edit" +msgstr "" + +msgid "Edit %{issuable}" +msgstr "" + +msgid "Edit %{name}" +msgstr "" + +msgid "Edit Comment" +msgstr "" + +msgid "Edit Deploy Key" +msgstr "" + +msgid "Edit Geo Node" +msgstr "" + +msgid "Edit Group Hook" +msgstr "" + +msgid "Edit Label" +msgstr "" + +msgid "Edit Milestone" +msgstr "" + +msgid "Edit Password" +msgstr "" + +msgid "Edit Pipeline Schedule %{id}" +msgstr "" + +msgid "Edit Release" +msgstr "" + +msgid "Edit Requirement" +msgstr "" + +msgid "Edit Slack integration" +msgstr "" + +msgid "Edit Snippet" +msgstr "" + +msgid "Edit System Hook" +msgstr "" + +msgid "Edit application" +msgstr "" + +msgid "Edit board" +msgstr "" + +msgid "Edit comment" +msgstr "" + +msgid "Edit description" +msgstr "" + +msgid "Edit environment" +msgstr "" + +msgid "Edit files in the editor and commit changes here" +msgstr "" + +msgid "Edit fork in Web IDE" +msgstr "" + +msgid "Edit group: %{group_name}" +msgstr "" + +msgid "Edit identity for %{user_name}" +msgstr "" + +msgid "Edit in Web IDE" +msgstr "" + +msgid "Edit in single-file editor" +msgstr "" + +msgid "Edit issues" +msgstr "" + +msgid "Edit iteration" +msgstr "" + +msgid "Edit public deploy key" +msgstr "" + +msgid "Edit stage" +msgstr "" + +msgid "Edit this file only." +msgstr "" + +msgid "Edit this release" +msgstr "" + +msgid "Edit title and description" +msgstr "" + +msgid "Edit wiki page" +msgstr "" + +msgid "Edit your most recent comment in a thread (from an empty textarea)" +msgstr "" + +msgid "Edited" +msgstr "" + +msgid "Edited %{timeago}" +msgstr "" + +msgid "Editing" +msgstr "" + +msgid "Elasticsearch AWS IAM credentials" +msgstr "" + +msgid "Elasticsearch HTTP client timeout value in seconds." +msgstr "" + +msgid "Elasticsearch indexing restrictions" +msgstr "" + +msgid "Elasticsearch indexing started" +msgstr "" + +msgid "Elasticsearch reindexing is already in progress" +msgstr "" + +msgid "Elasticsearch reindexing triggered" +msgstr "" + +msgid "Elasticsearch returned status code: %{status_code}" +msgstr "" + +msgid "Elasticsearch zero-downtime reindexing" +msgstr "" + +msgid "Elastic|None. Select namespaces to index." +msgstr "" + +msgid "Elastic|None. Select projects to index." +msgstr "" + +msgid "Email" +msgstr "" + +msgid "Email %{number}" +msgstr "" + +msgid "Email Notification" +msgstr "" + +msgid "Email could not be sent" +msgstr "" + +msgid "Email display name" +msgstr "" + +msgid "Email not verified. Please verify your email in Salesforce." +msgstr "" + +msgid "Email notification for unknown sign-ins" +msgstr "" + +msgid "Email patch" +msgstr "" + +msgid "Email restrictions" +msgstr "" + +msgid "Email restrictions for sign-ups" +msgstr "" + +msgid "Email sent" +msgstr "" + +msgid "Email the pipelines status to a list of recipients." +msgstr "" + +msgid "Email updates (optional)" +msgstr "" + +msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." +msgstr "" + +msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member." +msgstr "" + +msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface." +msgstr "" + +msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface." +msgstr "" + +msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface." +msgstr "" + +msgid "EmailError|We couldn't find the project. Please check if there's any typo." +msgstr "" + +msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member." +msgstr "" + +msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member." +msgstr "" + +msgid "EmailToken|reset it" +msgstr "" + +msgid "EmailToken|resetting..." +msgstr "" + +msgid "Emails" +msgstr "" + +msgid "Emails sent from Service Desk will have this name" +msgstr "" + +msgid "Emails sent to %{email} will still be supported" +msgstr "" + +msgid "Emails separated by comma" +msgstr "" + +msgid "EmailsOnPushService|Disable code diffs" +msgstr "" + +msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body." +msgstr "" + +msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients." +msgstr "" + +msgid "EmailsOnPushService|Emails on push" +msgstr "" + +msgid "EmailsOnPushService|Emails separated by whitespace" +msgstr "" + +msgid "EmailsOnPushService|Send from committer" +msgstr "" + +msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})." +msgstr "" + +msgid "Embed" +msgstr "" + +msgid "Empty file" +msgstr "" + +msgid "Enable" +msgstr "" + +msgid "Enable %{link_start}Gitpod%{link_end} integration to launch a development environment in your browser directly from GitLab." +msgstr "" + +msgid "Enable Auto DevOps" +msgstr "" + +msgid "Enable Gitpod" +msgstr "" + +msgid "Enable Gitpod?" +msgstr "" + +msgid "Enable HTML emails" +msgstr "" + +msgid "Enable Incident Management inbound alert limit" +msgstr "" + +msgid "Enable PlantUML" +msgstr "" + +msgid "Enable Pseudonymizer data collection" +msgstr "" + +msgid "Enable Seat Link" +msgstr "" + +msgid "Enable Spam Check via external API endpoint" +msgstr "" + +msgid "Enable access to Grafana" +msgstr "" + +msgid "Enable access to the Performance Bar for a given group." +msgstr "" + +msgid "Enable and configure Grafana." +msgstr "" + +msgid "Enable and configure Prometheus metrics." +msgstr "" + +msgid "Enable classification control using an external service" +msgstr "" + +msgid "Enable container expiration and retention policies for projects created earlier than GitLab 12.7." +msgstr "" + +msgid "Enable email restrictions for sign ups" +msgstr "" + +msgid "Enable error tracking" +msgstr "" + +msgid "Enable feature to choose access level" +msgstr "" + +msgid "Enable for this project" +msgstr "" + +msgid "Enable group Runners" +msgstr "" + +msgid "Enable header and footer in emails" +msgstr "" + +msgid "Enable integration" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + +msgid "Enable maintenance mode" +msgstr "" + +msgid "Enable mirror configuration" +msgstr "" + +msgid "Enable or disable Seat Link." +msgstr "" + +msgid "Enable or disable keyboard shortcuts" +msgstr "" + +msgid "Enable or disable the Pseudonymizer data collection." +msgstr "" + +msgid "Enable or disable version check and usage ping." +msgstr "" + +msgid "Enable protected paths rate limit" +msgstr "" + +msgid "Enable proxy" +msgstr "" + +msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" +msgstr "" + +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" + +msgid "Enable snowplow tracking" +msgstr "" + +msgid "Enable two-factor authentication" +msgstr "" + +msgid "Enable usage ping" +msgstr "" + +msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}." +msgstr "" + +msgid "EnableReviewApp|%{stepStart}Step 1%{stepEnd}. Ensure you have Kubernetes set up and have a base domain for your %{linkStart}cluster%{linkEnd}." +msgstr "" + +msgid "EnableReviewApp|%{stepStart}Step 2%{stepEnd}. Copy the following snippet:" +msgstr "" + +msgid "EnableReviewApp|%{stepStart}Step 3%{stepEnd}. Add it to the project %{linkStart}gitlab-ci.yml%{linkEnd} file." +msgstr "" + +msgid "EnableReviewApp|Close" +msgstr "" + +msgid "EnableReviewApp|Copy snippet text" +msgstr "" + +msgid "Enabled" +msgstr "" + +msgid "Enabled Git access protocols" +msgstr "" + +msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub" +msgstr "" + +msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public." +msgstr "" + +msgid "Encountered an error while rendering: %{err}" +msgstr "" + +msgid "End Time" +msgstr "" + +msgid "Ends at (UTC)" +msgstr "" + +msgid "Enforce DNS rebinding attack protection" +msgstr "" + +msgid "Enforce personal access token expiration" +msgstr "" + +msgid "Ensure connectivity is available from the GitLab server to the Prometheus server" +msgstr "" + +msgid "Ensure your %{linkStart}environment is part of the deploy stage%{linkEnd} of your CI pipeline to track deployments to your cluster." +msgstr "" + +msgid "Enter 2FA for Admin Mode" +msgstr "" + +msgid "Enter Admin Mode" +msgstr "" + +msgid "Enter IP address range" +msgstr "" + +msgid "Enter a number" +msgstr "" + +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" +msgstr "" + +msgid "Enter at least three characters to search" +msgstr "" + +msgid "Enter board name" +msgstr "" + +msgid "Enter domain" +msgstr "" + +msgid "Enter in your Bitbucket Server URL and personal access token below" +msgstr "" + +msgid "Enter in your Phabricator Server URL and personal access token below" +msgstr "" + +msgid "Enter merge request URLs" +msgstr "" + +msgid "Enter new %{field_title}" +msgstr "" + +msgid "Enter new AWS Secret Access Key" +msgstr "" + +msgid "Enter number of issues" +msgstr "" + +msgid "Enter one or more user ID separated by commas" +msgstr "" + +msgid "Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes." +msgstr "" + +msgid "Enter the issue description" +msgstr "" + +msgid "Enter the issue title" +msgstr "" + +msgid "Enter the merge request description" +msgstr "" + +msgid "Enter the merge request title" +msgstr "" + +msgid "Enter the name of your application, and we'll return a unique %{type}." +msgstr "" + +msgid "Enter weights for storages for new repositories." +msgstr "" + +msgid "Enter your password to approve" +msgstr "" + +msgid "Environment" +msgstr "" + +msgid "Environment does not have deployments" +msgstr "" + +msgid "Environment is required for Stages::MetricEndpointInserter" +msgstr "" + +msgid "Environment is required for Stages::VariableEndpointInserter" +msgstr "" + +msgid "Environment scope" +msgstr "" + +msgid "Environment variables are applied to environments via the Runner. You can use environment variables for passwords, secret keys, etc. Make variables available to the running application by prepending the variable key with %{code_open}K8S_SECRET_%{code_close}. You can set variables to be:" +msgstr "" + +msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default" +msgstr "" + +msgid "Environment variables on this GitLab instance are configured to be %{link_start}protected%{link_end} by default" +msgstr "" + +msgid "Environment:" +msgstr "" + +msgid "EnvironmentDashboard|API" +msgstr "" + +msgid "EnvironmentDashboard|Created through the Deployment API" +msgstr "" + +msgid "EnvironmentDashboard|You are looking at the last updated environment" +msgstr "" + +msgid "Environments" +msgstr "" + +msgid "Environments Dashboard" +msgstr "" + +msgid "Environments allow you to track deployments of your application %{link_to_read_more}." +msgstr "" + +msgid "Environments in %{name}" +msgstr "" + +msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} " +msgstr "" + +msgid "EnvironmentsDashboard|Add a project to the dashboard" +msgstr "" + +msgid "EnvironmentsDashboard|Add projects" +msgstr "" + +msgid "EnvironmentsDashboard|Environments Dashboard" +msgstr "" + +msgid "EnvironmentsDashboard|Job: %{job}" +msgstr "" + +msgid "EnvironmentsDashboard|More actions" +msgstr "" + +msgid "EnvironmentsDashboard|More information" +msgstr "" + +msgid "EnvironmentsDashboard|Remove" +msgstr "" + +msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses." +msgstr "" + +msgid "EnvironmentsDashboard|This dashboard displays 3 environments per project, and is linked to the Operations Dashboard. When you add or remove a project from one dashboard, GitLab adds or removes the project from the other. %{readMoreLink}" +msgstr "" + +msgid "Environments|An error occurred while canceling the auto stop, please try again" +msgstr "" + +msgid "Environments|An error occurred while deleting the environment. Check if the environment stopped; if not, stop it and try again." +msgstr "" + +msgid "Environments|An error occurred while fetching the environments." +msgstr "" + +msgid "Environments|An error occurred while making the request." +msgstr "" + +msgid "Environments|An error occurred while re-deploying the environment, please try again" +msgstr "" + +msgid "Environments|An error occurred while rolling back the environment, please try again" +msgstr "" + +msgid "Environments|An error occurred while stopping the environment, please try again" +msgstr "" + +msgid "Environments|Are you sure you want to stop this environment?" +msgstr "" + +msgid "Environments|Auto stop in" +msgstr "" + +msgid "Environments|Auto stops %{auto_stop_time}" +msgstr "" + +msgid "Environments|Commit" +msgstr "" + +msgid "Environments|Currently showing %{fetched} results." +msgstr "" + +msgid "Environments|Currently showing all results." +msgstr "" + +msgid "Environments|Delete" +msgstr "" + +msgid "Environments|Delete environment" +msgstr "" + +msgid "Environments|Deleting the '%{environmentName}' environment cannot be undone. Do you want to delete it anyway?" +msgstr "" + +msgid "Environments|Deploy to..." +msgstr "" + +msgid "Environments|Deployment" +msgstr "" + +msgid "Environments|Enable review app" +msgstr "" + +msgid "Environments|Environment" +msgstr "" + +msgid "Environments|Environments" +msgstr "" + +msgid "Environments|Environments are places where code gets deployed, such as staging or production." +msgstr "" + +msgid "Environments|Install Elastic Stack on your cluster to enable advanced querying capabilities such as full text search." +msgstr "" + +msgid "Environments|Job" +msgstr "" + +msgid "Environments|Learn about environments" +msgstr "" + +msgid "Environments|Learn more about stopping environments" +msgstr "" + +msgid "Environments|Logs from %{start} to %{end}." +msgstr "" + +msgid "Environments|Managed apps" +msgstr "" + +msgid "Environments|More information" +msgstr "" + +msgid "Environments|New environment" +msgstr "" + +msgid "Environments|No deployed environments" +msgstr "" + +msgid "Environments|No deployments yet" +msgstr "" + +msgid "Environments|No pod selected" +msgstr "" + +msgid "Environments|No pods to display" +msgstr "" + +msgid "Environments|Note that this action will stop the environment, but it will %{emphasisStart}not%{emphasisEnd} have an effect on any existing deployment due to no “stop environment action” being defined in the %{ciConfigLinkStart}.gitlab-ci.yml%{ciConfigLinkEnd} file." +msgstr "" + +msgid "Environments|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action” being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file." +msgstr "" + +msgid "Environments|Open live environment" +msgstr "" + +msgid "Environments|Pod name" +msgstr "" + +msgid "Environments|Re-deploy" +msgstr "" + +msgid "Environments|Re-deploy environment %{environment_name}?" +msgstr "" + +msgid "Environments|Re-deploy environment %{name}?" +msgstr "" + +msgid "Environments|Re-deploy to environment" +msgstr "" + +msgid "Environments|Rollback" +msgstr "" + +msgid "Environments|Rollback environment" +msgstr "" + +msgid "Environments|Rollback environment %{environment_name}?" +msgstr "" + +msgid "Environments|Rollback environment %{name}?" +msgstr "" + +msgid "Environments|Select pod" +msgstr "" + +msgid "Environments|Show all" +msgstr "" + +msgid "Environments|Stop" +msgstr "" + +msgid "Environments|Stop environment" +msgstr "" + +msgid "Environments|Stopping" +msgstr "" + +msgid "Environments|There was an error fetching the logs. Please try again." +msgstr "" + +msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?" +msgstr "" + +msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?" +msgstr "" + +msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?" +msgstr "" + +msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?" +msgstr "" + +msgid "Environments|Updated" +msgstr "" + +msgid "Environments|You don't have any environments right now" +msgstr "" + +msgid "Environments|protected" +msgstr "" + +msgid "Epic" +msgstr "" + +msgid "Epic cannot be found." +msgstr "" + +msgid "Epic events" +msgstr "" + +msgid "Epic not found for given params" +msgstr "" + +msgid "Epics" +msgstr "" + +msgid "Epics Roadmap" +msgstr "" + +msgid "Epics and Issues" +msgstr "" + +msgid "Epics let you manage your portfolio of projects more efficiently and with less effort" +msgstr "" + +msgid "Epics, Issues, and Merge Requests" +msgstr "" + +msgid "Epics|Add a new epic" +msgstr "" + +msgid "Epics|Add an existing epic" +msgstr "" + +msgid "Epics|An error occurred while saving the %{epicDateType} date" +msgstr "" + +msgid "Epics|An error occurred while updating labels." +msgstr "" + +msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?" +msgstr "" + +msgid "Epics|Enter a title for your epic" +msgstr "" + +msgid "Epics|How can I solve this?" +msgstr "" + +msgid "Epics|Leave empty to inherit from milestone dates" +msgstr "" + +msgid "Epics|More information" +msgstr "" + +msgid "Epics|Remove epic" +msgstr "" + +msgid "Epics|Remove issue" +msgstr "" + +msgid "Epics|Show more" +msgstr "" + +msgid "Epics|Something went wrong while assigning issue to epic." +msgstr "" + +msgid "Epics|Something went wrong while creating child epics." +msgstr "" + +msgid "Epics|Something went wrong while creating issue." +msgstr "" + +msgid "Epics|Something went wrong while fetching child epics." +msgstr "" + +msgid "Epics|Something went wrong while fetching group epics." +msgstr "" + +msgid "Epics|Something went wrong while moving item." +msgstr "" + +msgid "Epics|Something went wrong while ordering item." +msgstr "" + +msgid "Epics|Something went wrong while removing issue from epic." +msgstr "" + +msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely." +msgstr "" + +msgid "Epics|This epic and any containing child epics are confidential and should only be visible to team members with at least Reporter access." +msgstr "" + +msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?" +msgstr "" + +msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic." +msgstr "" + +msgid "Epics|Unable to perform this action" +msgstr "" + +msgid "Epics|Unable to save epic. Please try again" +msgstr "" + +msgid "Epics|due" +msgstr "" + +msgid "Epics|start" +msgstr "" + +msgid "Error" +msgstr "" + +msgid "Error Details" +msgstr "" + +msgid "Error Tracking" +msgstr "" + +msgid "Error creating epic" +msgstr "" + +msgid "Error creating label." +msgstr "" + +msgid "Error creating new iteration" +msgstr "" + +msgid "Error creating repository for snippet with id %{snippet_id}" +msgstr "" + +msgid "Error creating the snippet" +msgstr "" + +msgid "Error deleting %{issuableType}" +msgstr "" + +msgid "Error deleting project. Check logs for error details." +msgstr "" + +msgid "Error fetching burnup chart data" +msgstr "" + +msgid "Error fetching diverging counts for branches. Please try again." +msgstr "" + +msgid "Error fetching forked projects. Please try again." +msgstr "" + +msgid "Error fetching labels." +msgstr "" + +msgid "Error fetching network graph." +msgstr "" + +msgid "Error fetching payload data." +msgstr "" + +msgid "Error fetching projects" +msgstr "" + +msgid "Error fetching refs" +msgstr "" + +msgid "Error fetching the dependency list. Please check your network connection and try again." +msgstr "" + +msgid "Error loading branch data. Please try again." +msgstr "" + +msgid "Error loading branches." +msgstr "" + +msgid "Error loading burndown chart data" +msgstr "" + +msgid "Error loading countries data." +msgstr "" + +msgid "Error loading file viewer." +msgstr "" + +msgid "Error loading issues" +msgstr "" + +msgid "Error loading iterations" +msgstr "" + +msgid "Error loading last commit." +msgstr "" + +msgid "Error loading markdown preview" +msgstr "" + +msgid "Error loading merge requests." +msgstr "" + +msgid "Error loading milestone tab" +msgstr "" + +msgid "Error loading project data. Please try again." +msgstr "" + +msgid "Error loading template types." +msgstr "" + +msgid "Error loading template." +msgstr "" + +msgid "Error loading viewer" +msgstr "" + +msgid "Error message:" +msgstr "" + +msgid "Error occurred when fetching sidebar data" +msgstr "" + +msgid "Error occurred when saving assignees" +msgstr "" + +msgid "Error occurred when saving reviewers" +msgstr "" + +msgid "Error occurred when toggling the notification subscription" +msgstr "" + +msgid "Error occurred while updating the issue status" +msgstr "" + +msgid "Error occurred while updating the issue weight" +msgstr "" + +msgid "Error occurred. A blocked user cannot be deactivated" +msgstr "" + +msgid "Error occurred. A blocked user must be unblocked to be activated" +msgstr "" + +msgid "Error occurred. User was not blocked" +msgstr "" + +msgid "Error occurred. User was not confirmed" +msgstr "" + +msgid "Error occurred. User was not unblocked" +msgstr "" + +msgid "Error occurred. User was not unlocked" +msgstr "" + +msgid "Error rendering markdown preview" +msgstr "" + +msgid "Error saving label update." +msgstr "" + +msgid "Error setting up editor. Please try again." +msgstr "" + +msgid "Error tracking" +msgstr "" + +msgid "Error updating %{issuableType}" +msgstr "" + +msgid "Error updating status for all to-do items." +msgstr "" + +msgid "Error updating status of to-do item." +msgstr "" + +msgid "Error updating the snippet" +msgstr "" + +msgid "Error uploading file" +msgstr "" + +msgid "Error uploading file: %{stripped}" +msgstr "" + +msgid "Error while loading the merge request. Please try again." +msgstr "" + +msgid "Error while loading the project data. Please try again." +msgstr "" + +msgid "Error while migrating %{upload_id}: %{error_message}" +msgstr "" + +msgid "Error with Akismet. Please check the logs for more info." +msgstr "" + +msgid "Error: %{error_message}" +msgstr "" + +msgid "Error: Unable to create deploy freeze" +msgstr "" + +msgid "ErrorTracking|Active" +msgstr "" + +msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects" +msgstr "" + +msgid "ErrorTracking|Auth Token" +msgstr "" + +msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown." +msgstr "" + +msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again." +msgstr "" + +msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io" +msgstr "" + +msgid "ErrorTracking|No projects available" +msgstr "" + +msgid "ErrorTracking|Select project" +msgstr "" + +msgid "ErrorTracking|To enable project selection, enter a valid Auth Token" +msgstr "" + +msgid "Errors" +msgstr "" + +msgid "Errors:" +msgstr "" + +msgid "Estimate" +msgstr "" + +msgid "Estimated" +msgstr "" + +msgid "EventFilterBy|Filter by all" +msgstr "" + +msgid "EventFilterBy|Filter by comments" +msgstr "" + +msgid "EventFilterBy|Filter by designs" +msgstr "" + +msgid "EventFilterBy|Filter by epic events" +msgstr "" + +msgid "EventFilterBy|Filter by issue events" +msgstr "" + +msgid "EventFilterBy|Filter by merge events" +msgstr "" + +msgid "EventFilterBy|Filter by push events" +msgstr "" + +msgid "EventFilterBy|Filter by team" +msgstr "" + +msgid "EventFilterBy|Filter by wiki" +msgstr "" + +msgid "Events" +msgstr "" + +msgid "Events in %{project_path}" +msgstr "" + +msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again." +msgstr "" + +msgid "Every day" +msgstr "" + +msgid "Every day (at %{time})" +msgstr "" + +msgid "Every month" +msgstr "" + +msgid "Every month (Day %{day} at %{time})" +msgstr "" + +msgid "Every three months" +msgstr "" + +msgid "Every two weeks" +msgstr "" + +msgid "Every week" +msgstr "" + +msgid "Every week (%{weekday} at %{time})" +msgstr "" + +msgid "Everyone" +msgstr "" + +msgid "Everyone With Access" +msgstr "" + +msgid "Everyone can contribute" +msgstr "" + +msgid "Everything on your to-do list is marked as done." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using Gatsby." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using GitBook." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using Hexo." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using Hugo." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using Jekyll." +msgstr "" + +msgid "Everything you need to create a GitLab Pages site using plain HTML." +msgstr "" + +msgid "Evidence collection" +msgstr "" + +msgid "Exactly one of %{attributes} is required" +msgstr "" + +msgid "Example: %{ip_address}. %{read_more_link}." +msgstr "" + +msgid "Example: @sub\\.company\\.com$" +msgstr "" + +msgid "Example: My Value Stream" +msgstr "" + +msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula." +msgstr "" + +msgid "Except policy:" +msgstr "" + +msgid "Excess storage" +msgstr "" + +msgid "Excluding merge commits. Limited to %{limit} commits." +msgstr "" + +msgid "Excluding merge commits. Limited to 6,000 commits." +msgstr "" + +msgid "Execution time" +msgstr "" + +msgid "Existing branch name, tag, or commit SHA" +msgstr "" + +msgid "Existing members and groups" +msgstr "" + +msgid "Existing projects may be moved into a group" +msgstr "" + +msgid "Existing projects will be able to use expiration policies. Avoid enabling this if an external Container Registry is being used, as there is a performance risk if many images exist on one project." +msgstr "" + +msgid "Existing sign in methods may be removed" +msgstr "" + +msgid "Expand" +msgstr "" + +msgid "Expand all" +msgstr "" + +msgid "Expand all files" +msgstr "" + +msgid "Expand all threads" +msgstr "" + +msgid "Expand approvers" +msgstr "" + +msgid "Expand file" +msgstr "" + +msgid "Expand milestones" +msgstr "" + +msgid "Expand sidebar" +msgstr "" + +msgid "Expected documents: %{expected_documents}" +msgstr "" + +msgid "Experienced" +msgstr "" + +msgid "Expiration" +msgstr "" + +msgid "Expiration date" +msgstr "" + +msgid "Expired" +msgstr "" + +msgid "Expired %{expiredOn}" +msgstr "" + +msgid "Expired:" +msgstr "" + +msgid "Expires" +msgstr "" + +msgid "Expires at" +msgstr "" + +msgid "Expires in %{expires_at}" +msgstr "" + +msgid "Expires on" +msgstr "" + +msgid "Expires:" +msgstr "" + +msgid "Explain the problem. If appropriate, provide a link to the relevant issue or comment." +msgstr "" + +msgid "Explore" +msgstr "" + +msgid "Explore GitLab" +msgstr "" + +msgid "Explore Groups" +msgstr "" + +msgid "Explore groups" +msgstr "" + +msgid "Explore projects" +msgstr "" + +msgid "Explore public groups" +msgstr "" + +msgid "Export" +msgstr "" + +msgid "Export as CSV" +msgstr "" + +msgid "Export group" +msgstr "" + +msgid "Export issues" +msgstr "" + +msgid "Export merge requests" +msgstr "" + +msgid "Export project" +msgstr "" + +msgid "Export this group with all related data to a new GitLab instance. Once complete, you can import the data file from the \"New Group\" page." +msgstr "" + +msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page." +msgstr "" + +msgid "Export variable to pipelines running on protected branches and tags only." +msgstr "" + +msgid "External Classification Policy Authorization" +msgstr "" + +msgid "External ID" +msgstr "" + +msgid "External URL" +msgstr "" + +msgid "External Wiki" +msgstr "" + +msgid "External authentication" +msgstr "" + +msgid "External authorization denied access to this project" +msgstr "" + +msgid "External authorization request timeout" +msgstr "" + +msgid "External storage URL" +msgstr "" + +msgid "External storage authentication token" +msgstr "" + +msgid "ExternalAuthorizationService|Classification label" +msgstr "" + +msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used." +msgstr "" + +msgid "ExternalWikiService|External Wiki" +msgstr "" + +msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki." +msgstr "" + +msgid "ExternalWikiService|The URL of the external Wiki" +msgstr "" + +msgid "Facebook" +msgstr "" + +msgid "Failed" +msgstr "" + +msgid "Failed Jobs" +msgstr "" + +msgid "Failed on" +msgstr "" + +msgid "Failed to add a Zoom meeting" +msgstr "" + +msgid "Failed to apply commands." +msgstr "" + +msgid "Failed to assign a user because no user was found." +msgstr "" + +msgid "Failed to cancel auto stop because failed to update the environment." +msgstr "" + +msgid "Failed to cancel auto stop because the environment is not set as auto stop." +msgstr "" + +msgid "Failed to cancel auto stop because you do not have permission to update the environment." +msgstr "" + +msgid "Failed to change the owner" +msgstr "" + +msgid "Failed to check related branches." +msgstr "" + +msgid "Failed to create Merge Request. Please try again." +msgstr "" + +msgid "Failed to create To-Do for the design." +msgstr "" + +msgid "Failed to create a branch for this issue. Please try again." +msgstr "" + +msgid "Failed to create import label for jira import." +msgstr "" + +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + +msgid "Failed to create repository" +msgstr "" + +msgid "Failed to create resources" +msgstr "" + +msgid "Failed to create wiki" +msgstr "" + +msgid "Failed to delete board. Please try again." +msgstr "" + +msgid "Failed to deploy to" +msgstr "" + +msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later." +msgstr "" + +msgid "Failed to find import label for Jira import." +msgstr "" + +msgid "Failed to get ref." +msgstr "" + +msgid "Failed to install." +msgstr "" + +msgid "Failed to load assignees. Please try again." +msgstr "" + +msgid "Failed to load authors. Please try again." +msgstr "" + +msgid "Failed to load branches. Please try again." +msgstr "" + +msgid "Failed to load deploy keys." +msgstr "" + +msgid "Failed to load emoji list." +msgstr "" + +msgid "Failed to load error details from Sentry." +msgstr "" + +msgid "Failed to load errors from Sentry." +msgstr "" + +msgid "Failed to load group activity metrics. Please try again." +msgstr "" + +msgid "Failed to load groups & users." +msgstr "" + +msgid "Failed to load groups, users and deploy keys." +msgstr "" + +msgid "Failed to load labels. Please try again." +msgstr "" + +msgid "Failed to load milestones. Please try again." +msgstr "" + +msgid "Failed to load projects" +msgstr "" + +msgid "Failed to load related branches" +msgstr "" + +msgid "Failed to load sidebar confidential toggle" +msgstr "" + +msgid "Failed to load sidebar lock status" +msgstr "" + +msgid "Failed to load stacktrace." +msgstr "" + +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + +msgid "Failed to mark this issue as a duplicate because referenced issue was not found." +msgstr "" + +msgid "Failed to move this issue because label was not found." +msgstr "" + +msgid "Failed to move this issue because only a single label can be provided." +msgstr "" + +msgid "Failed to move this issue because target project doesn't exist." +msgstr "" + +msgid "Failed to promote label due to internal error. Please contact administrators." +msgstr "" + +msgid "Failed to protect the branch" +msgstr "" + +msgid "Failed to protect the environment" +msgstr "" + +msgid "Failed to publish issue on status page." +msgstr "" + +msgid "Failed to remove To-Do for the design." +msgstr "" + +msgid "Failed to remove a Zoom meeting" +msgstr "" + +msgid "Failed to remove issue from board, please try again." +msgstr "" + +msgid "Failed to remove mirror." +msgstr "" + +msgid "Failed to remove the pipeline schedule" +msgstr "" + +msgid "Failed to remove user identity." +msgstr "" + +msgid "Failed to remove user key." +msgstr "" + +msgid "Failed to reset key. Please try again." +msgstr "" + +msgid "Failed to save merge conflicts resolutions. Please try again!" +msgstr "" + +msgid "Failed to save new settings" +msgstr "" + +msgid "Failed to save preferences (%{error_message})." +msgstr "" + +msgid "Failed to save preferences." +msgstr "" + +msgid "Failed to set due date because the date format is invalid." +msgstr "" + +msgid "Failed to set iteration on this issue. Please try again." +msgstr "" + +msgid "Failed to signing using smartcard authentication" +msgstr "" + +msgid "Failed to toggle To-Do for the design." +msgstr "" + +msgid "Failed to update branch!" +msgstr "" + +msgid "Failed to update environment!" +msgstr "" + +msgid "Failed to update issue status" +msgstr "" + +msgid "Failed to update issues, please try again." +msgstr "" + +msgid "Failed to update tag!" +msgstr "" + +msgid "Failed to update." +msgstr "" + +msgid "Failed to upgrade." +msgstr "" + +msgid "Failed to upload object map file" +msgstr "" + +msgid "Failed to verify domain ownership" +msgstr "" + +msgid "Failure" +msgstr "" + +msgid "False positive" +msgstr "" + +msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged." +msgstr "" + +msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch." +msgstr "" + +msgid "Fast-forward merge without a merge commit" +msgstr "" + +msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)" +msgstr "" + +msgid "Faster releases. Better code. Less pain." +msgstr "" + +msgid "Favicon was successfully removed." +msgstr "" + +msgid "Feature Flags" +msgstr "" + +msgid "Feature flag was not removed." +msgstr "" + +msgid "Feature flag was successfully removed." +msgstr "" + +msgid "FeatureFlags|%d user" +msgid_plural "FeatureFlags|%d users" +msgstr[0] "" +msgstr[1] "" + +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + +msgid "FeatureFlags|* (All Environments)" +msgstr "" + +msgid "FeatureFlags|* (All environments)" +msgstr "" + +msgid "FeatureFlags|API URL" +msgstr "" + +msgid "FeatureFlags|Active" +msgstr "" + +msgid "FeatureFlags|Add strategy" +msgstr "" + +msgid "FeatureFlags|All Environments" +msgstr "" + +msgid "FeatureFlags|All Users" +msgstr "" + +msgid "FeatureFlags|All users" +msgstr "" + +msgid "FeatureFlags|Configure" +msgstr "" + +msgid "FeatureFlags|Configure feature flags" +msgstr "" + +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + +msgid "FeatureFlags|Create feature flag" +msgstr "" + +msgid "FeatureFlags|Delete %{name}?" +msgstr "" + +msgid "FeatureFlags|Delete feature flag" +msgstr "" + +msgid "FeatureFlags|Description" +msgstr "" + +msgid "FeatureFlags|Edit Feature Flag" +msgstr "" + +msgid "FeatureFlags|Edit User List" +msgstr "" + +msgid "FeatureFlags|Enable features for specific users and environments by configuring feature flag strategies." +msgstr "" + +msgid "FeatureFlags|Environment Spec" +msgstr "" + +msgid "FeatureFlags|Environment Specs" +msgstr "" + +msgid "FeatureFlags|Feature Flag" +msgstr "" + +msgid "FeatureFlags|Feature Flag User List Details" +msgstr "" + +msgid "FeatureFlags|Feature Flag behavior is built up by creating a set of rules to define the status of target environments. A default wildcard rule %{codeStart}*%{codeEnd} for %{boldStart}All Environments%{boldEnd} is set, and you are able to add as many rules as you need by choosing environment specs below. You can toggle the behavior for each of your rules to set them %{boldStart}Active%{boldEnd} or %{boldStart}Inactive%{boldEnd}." +msgstr "" + +msgid "FeatureFlags|Feature Flag has no strategies" +msgstr "" + +msgid "FeatureFlags|Feature Flags" +msgstr "" + +msgid "FeatureFlags|Feature Flags will look different in the next milestone. No action is needed, but you may notice the functionality was changed to improve the workflow." +msgstr "" + +msgid "FeatureFlags|Feature flag %{name} will be removed. Are you sure?" +msgstr "" + +msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." +msgstr "" + +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + +msgid "FeatureFlags|Flag becomes read only soon" +msgstr "" + +msgid "FeatureFlags|Flag is read-only" +msgstr "" + +msgid "FeatureFlags|Get started with feature flags" +msgstr "" + +msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag." +msgstr "" + +msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag." +msgstr "" + +msgid "FeatureFlags|ID" +msgstr "" + +msgid "FeatureFlags|Inactive" +msgstr "" + +msgid "FeatureFlags|Inactive flag for %{scope}" +msgstr "" + +msgid "FeatureFlags|Include additional user IDs" +msgstr "" + +msgid "FeatureFlags|Install a %{docsLinkAnchoredStart}compatible client library%{docsLinkAnchoredEnd} and specify the API URL, application name, and instance ID during the configuration setup. %{docsLinkStart}More Information%{docsLinkEnd}" +msgstr "" + +msgid "FeatureFlags|Instance ID" +msgstr "" + +msgid "FeatureFlags|List details" +msgstr "" + +msgid "FeatureFlags|Loading feature flags" +msgstr "" + +msgid "FeatureFlags|Loading user lists" +msgstr "" + +msgid "FeatureFlags|More information" +msgstr "" + +msgid "FeatureFlags|Name" +msgstr "" + +msgid "FeatureFlags|New" +msgstr "" + +msgid "FeatureFlags|New Feature Flag" +msgstr "" + +msgid "FeatureFlags|New User List" +msgstr "" + +msgid "FeatureFlags|New feature flag" +msgstr "" + +msgid "FeatureFlags|New user list" +msgstr "" + +msgid "FeatureFlags|Percent of users" +msgstr "" + +msgid "FeatureFlags|Percent rollout" +msgstr "" + +msgid "FeatureFlags|Percent rollout (logged in users)" +msgstr "" + +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" + +msgid "FeatureFlags|Protected" +msgstr "" + +msgid "FeatureFlags|Remove" +msgstr "" + +msgid "FeatureFlags|Rollout Percentage" +msgstr "" + +msgid "FeatureFlags|Rollout Strategy" +msgstr "" + +msgid "FeatureFlags|Select a user list" +msgstr "" + +msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." +msgstr "" + +msgid "FeatureFlags|Status" +msgstr "" + +msgid "FeatureFlags|Strategies" +msgstr "" + +msgid "FeatureFlags|Target environments" +msgstr "" + +msgid "FeatureFlags|There was an error fetching the feature flags." +msgstr "" + +msgid "FeatureFlags|There was an error fetching the user lists." +msgstr "" + +msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." +msgstr "" + +msgid "FeatureFlags|Try again in a few moments or contact your support team." +msgstr "" + +msgid "FeatureFlags|User IDs" +msgstr "" + +msgid "FeatureFlags|User List" +msgstr "" + +msgid "FeatureFlags|User Lists" +msgstr "" + +msgid "FeatureFlag|Percentage" +msgstr "" + +msgid "FeatureFlag|Select a user list" +msgstr "" + +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + +msgid "FeatureFlag|There are no configured user lists" +msgstr "" + +msgid "FeatureFlag|Type" +msgstr "" + +msgid "FeatureFlag|User IDs" +msgstr "" + +msgid "FeatureFlag|User List" +msgstr "" + +msgid "Feb" +msgstr "" + +msgid "February" +msgstr "" + +msgid "Fetching incoming email" +msgstr "" + +msgid "File" +msgstr "" + +msgid "File %{current} of %{total}" +msgstr "" + +msgid "File Hooks" +msgstr "" + +msgid "File Hooks (%{count})" +msgstr "" + +msgid "File added" +msgstr "" + +msgid "File browser" +msgstr "" + +msgid "File deleted" +msgstr "" + +msgid "File format is no longer supported" +msgstr "" + +msgid "File hooks are similar to system hooks but are executed as files instead of sending data to a URL." +msgstr "" + +msgid "File mode changed from %{a_mode} to %{b_mode}" +msgstr "" + +msgid "File moved" +msgstr "" + +msgid "File name" +msgstr "" + +msgid "File renamed with no changes." +msgstr "" + +msgid "File sync capacity" +msgstr "" + +msgid "File templates" +msgstr "" + +msgid "File upload error." +msgstr "" + +msgid "Filename" +msgstr "" + +msgid "Files" +msgstr "" + +msgid "Files breadcrumb" +msgstr "" + +msgid "Files with large changes are collapsed by default." +msgstr "" + +msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" +msgstr "" + +msgid "Fill in the fields below, turn on %{strong_open}Enable SAML authentication for this group%{strong_close}, and press %{strong_open}Save changes%{strong_close}" +msgstr "" + +msgid "Filter" +msgstr "" + +msgid "Filter by %{issuable_type} that are currently closed." +msgstr "" + +msgid "Filter by %{issuable_type} that are currently opened." +msgstr "" + +msgid "Filter by %{page_context_word} that are currently opened." +msgstr "" + +msgid "Filter by Git revision" +msgstr "" + +msgid "Filter by issues that are currently closed." +msgstr "" + +msgid "Filter by issues that are currently opened." +msgstr "" + +msgid "Filter by label" +msgstr "" + +msgid "Filter by merge requests that are currently closed and unmerged." +msgstr "" + +msgid "Filter by merge requests that are currently merged." +msgstr "" + +msgid "Filter by milestone name" +msgstr "" + +msgid "Filter by name" +msgstr "" + +msgid "Filter by requirements that are currently archived." +msgstr "" + +msgid "Filter by requirements that are currently opened." +msgstr "" + +msgid "Filter by status" +msgstr "" + +msgid "Filter by test cases that are currently archived." +msgstr "" + +msgid "Filter by test cases that are currently opened." +msgstr "" + +msgid "Filter by two-factor authentication" +msgstr "" + +msgid "Filter by user" +msgstr "" + +msgid "Filter parameters are not valid. Make sure that the end date is after the start date." +msgstr "" + +msgid "Filter pipelines" +msgstr "" + +msgid "Filter results" +msgstr "" + +msgid "Filter results by group" +msgstr "" + +msgid "Filter results by project" +msgstr "" + +msgid "Filter results..." +msgstr "" + +msgid "Filter your repositories by name" +msgstr "" + +msgid "Filter..." +msgstr "" + +msgid "Find File" +msgstr "" + +msgid "Find bugs in your code with API fuzzing." +msgstr "" + +msgid "Find bugs in your code with coverage-guided fuzzing." +msgstr "" + +msgid "Find by path" +msgstr "" + +msgid "Find existing members by name" +msgstr "" + +msgid "Find file" +msgstr "" + +msgid "Find the downloaded ZIP file and decompress it." +msgstr "" + +msgid "Find the newly extracted %{code_open}Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json%{code_close} file." +msgstr "" + +msgid "Fingerprint" +msgstr "" + +msgid "Fingerprints" +msgstr "" + +msgid "Finish editing this message first!" +msgstr "" + +msgid "Finish setting up your dedicated account for %{group_name}." +msgstr "" + +msgid "Finished" +msgstr "" + +msgid "First Seen" +msgstr "" + +msgid "First day of the week" +msgstr "" + +msgid "First name" +msgstr "" + +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + +msgid "First seen" +msgstr "" + +msgid "Fixed burndown chart" +msgstr "" + +msgid "Fixed date" +msgstr "" + +msgid "Fixed due date" +msgstr "" + +msgid "Fixed start date" +msgstr "" + +msgid "Fixed:" +msgstr "" + +msgid "Flags" +msgstr "" + +msgid "FlowdockService|Flowdock Git source token" +msgstr "" + +msgid "FlowdockService|Flowdock is a collaboration web app for technical teams." +msgstr "" + +msgid "FogBugz Email" +msgstr "" + +msgid "FogBugz Import" +msgstr "" + +msgid "FogBugz Password" +msgstr "" + +msgid "FogBugz URL" +msgstr "" + +msgid "FogBugz import" +msgstr "" + +msgid "Folder/%{name}" +msgstr "" + +msgid "Follow the steps below to export your Google Code project data." +msgstr "" + +msgid "Font Color" +msgstr "" + +msgid "Footer message" +msgstr "" + +msgid "For a faster browsing experience, some files are collapsed by default." +msgstr "" + +msgid "For help setting up the Service Desk for your instance, please contact an administrator." +msgstr "" + +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" + +msgid "For more info, read the documentation." +msgstr "" + +msgid "For more information on how the number of active users is calculated, see the %{self_managed_subscriptions_doc_link} documentation." +msgstr "" + +msgid "For more information, go to the " +msgstr "" + +msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}" +msgstr "" + +msgid "For more information, see the File Hooks documentation." +msgstr "" + +msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}." +msgstr "" + +msgid "For more information, see the documentation on %{link_start}disabling Seat Link%{link_end}." +msgstr "" + +msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)" +msgstr "" + +msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)" +msgstr "" + +msgid "Forgot your password?" +msgstr "" + +msgid "Fork" +msgstr "" + +msgid "Fork Error!" +msgstr "" + +msgid "Fork project" +msgstr "" + +msgid "Fork project?" +msgstr "" + +msgid "ForkedFromProjectPath|Forked from" +msgstr "" + +msgid "ForkedFromProjectPath|Forked from an inaccessible project" +msgstr "" + +msgid "Forking a repository allows you to make changes without affecting the original project." +msgstr "" + +msgid "Forking in progress" +msgstr "" + +msgid "Forks" +msgstr "" + +msgid "Format: %{dateFormat}" +msgstr "" + +msgid "Forward external support email address to" +msgstr "" + +msgid "Found errors in your %{gitlab_ci_yml}:" +msgstr "" + +msgid "Found errors in your .gitlab-ci.yml:" +msgstr "" + +msgid "Free Trial" +msgstr "" + +msgid "Free Trial of GitLab.com Gold" +msgstr "" + +msgid "Freeze end" +msgstr "" + +msgid "Freeze start" +msgstr "" + +msgid "Frequency" +msgstr "" + +msgid "Friday" +msgstr "" + +msgid "From" +msgstr "" + +msgid "From %{code_open}%{source_title}%{code_close} into" +msgstr "" + +msgid "From %{providerTitle}" +msgstr "" + +msgid "From Google Code" +msgstr "" + +msgid "From issue creation until deploy to production" +msgstr "" + +msgid "From merge request merge until deploy to production" +msgstr "" + +msgid "From the Kubernetes cluster details view, install Runner from the applications list" +msgstr "" + +msgid "Full name" +msgstr "" + +msgid "GPG Key ID:" +msgstr "" + +msgid "GPG Keys" +msgstr "" + +msgid "GPG keys allow you to verify signed commits." +msgstr "" + +msgid "GPG signature (loading...)" +msgstr "" + +msgid "General" +msgstr "" + +msgid "General Settings" +msgstr "" + +msgid "General pipelines" +msgstr "" + +msgid "Generate a default set of labels" +msgstr "" + +msgid "Generate key" +msgstr "" + +msgid "Generate new export" +msgstr "" + +msgid "Generate new token" +msgstr "" + +msgid "Generic package file size in bytes" +msgstr "" + +msgid "Geo" +msgstr "" + +msgid "Geo Nodes" +msgstr "" + +msgid "Geo Nodes|Cannot remove a primary node if there is a secondary node" +msgstr "" + +msgid "Geo Replication" +msgstr "" + +msgid "Geo Settings" +msgstr "" + +msgid "Geo nodes are paused using a command run on the node" +msgstr "" + +msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)" +msgstr "" + +msgid "GeoNodeSyncStatus|Node is failing or broken." +msgstr "" + +msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage." +msgstr "" + +msgid "GeoNodes|Consult Geo troubleshooting information" +msgstr "" + +msgid "GeoNodes|Data replication lag" +msgstr "" + +msgid "GeoNodes|Does not match the primary storage configuration" +msgstr "" + +msgid "GeoNodes|Full" +msgstr "" + +msgid "GeoNodes|GitLab version" +msgstr "" + +msgid "GeoNodes|GitLab version does not match the primary node version" +msgstr "" + +msgid "GeoNodes|Health status" +msgstr "" + +msgid "GeoNodes|Internal URL" +msgstr "" + +msgid "GeoNodes|Last event ID processed by cursor" +msgstr "" + +msgid "GeoNodes|Last event ID seen from primary" +msgstr "" + +msgid "GeoNodes|Learn more about Geo node statuses" +msgstr "" + +msgid "GeoNodes|Loading nodes" +msgstr "" + +msgid "GeoNodes|New node" +msgstr "" + +msgid "GeoNodes|Node Authentication was successfully repaired." +msgstr "" + +msgid "GeoNodes|Node URL" +msgstr "" + +msgid "GeoNodes|Node was successfully removed." +msgstr "" + +msgid "GeoNodes|Node's status was updated %{timeAgo}." +msgstr "" + +msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?" +msgstr "" + +msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?" +msgstr "" + +msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?" +msgstr "" + +msgid "GeoNodes|Replicated data is verified with the %{nodeText} using checksums" +msgstr "" + +msgid "GeoNodes|Replication slot WAL" +msgstr "" + +msgid "GeoNodes|Replication slots" +msgstr "" + +msgid "GeoNodes|Replication status" +msgstr "" + +msgid "GeoNodes|Selective (%{syncLabel})" +msgstr "" + +msgid "GeoNodes|Selective synchronization" +msgstr "" + +msgid "GeoNodes|Something went wrong while changing node status" +msgstr "" + +msgid "GeoNodes|Something went wrong while fetching nodes" +msgstr "" + +msgid "GeoNodes|Something went wrong while removing node" +msgstr "" + +msgid "GeoNodes|Something went wrong while repairing node" +msgstr "" + +msgid "GeoNodes|Storage config" +msgstr "" + +msgid "GeoNodes|Sync settings" +msgstr "" + +msgid "GeoNodes|Unused slots" +msgstr "" + +msgid "GeoNodes|Updated %{timeAgo}" +msgstr "" + +msgid "GeoNodes|Used slots" +msgstr "" + +msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear." +msgstr "" + +msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS." +msgstr "" + +msgid "GeoNodes|primary node" +msgstr "" + +msgid "GeoNodes|secondary nodes" +msgstr "" + +msgid "Geo|%{itemTitle} checksum progress" +msgstr "" + +msgid "Geo|%{itemTitle} verification progress" +msgstr "" + +msgid "Geo|%{label} can't be blank" +msgstr "" + +msgid "Geo|%{label} should be between 1-999" +msgstr "" + +msgid "Geo|%{name} is scheduled for forced re-download" +msgstr "" + +msgid "Geo|%{name} is scheduled for re-sync" +msgstr "" + +msgid "Geo|%{name} is scheduled for re-verify" +msgstr "" + +msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information." +msgstr "" + +msgid "Geo|All %{replicable_name}" +msgstr "" + +msgid "Geo|All projects" +msgstr "" + +msgid "Geo|All projects are being scheduled for resync" +msgstr "" + +msgid "Geo|All projects are being scheduled for reverify" +msgstr "" + +msgid "Geo|Allowed Geo IP can't be blank" +msgstr "" + +msgid "Geo|Allowed Geo IP should be between 1 and 255 characters" +msgstr "" + +msgid "Geo|Allowed Geo IP should contain valid IP addresses" +msgstr "" + +msgid "Geo|Connection timeout can't be blank" +msgstr "" + +msgid "Geo|Connection timeout must be a number" +msgstr "" + +msgid "Geo|Connection timeout should be between 1-120" +msgstr "" + +msgid "Geo|Could not remove tracking entry for an existing project." +msgstr "" + +msgid "Geo|Could not remove tracking entry for an existing upload." +msgstr "" + +msgid "Geo|Failed" +msgstr "" + +msgid "Geo|Filter by status" +msgstr "" + +msgid "Geo|Geo Status" +msgstr "" + +msgid "Geo|Go to the primary site" +msgstr "" + +msgid "Geo|If you want to make changes, you must visit the primary site." +msgstr "" + +msgid "Geo|In progress" +msgstr "" + +msgid "Geo|In sync" +msgstr "" + +msgid "Geo|Last repository check run" +msgstr "" + +msgid "Geo|Last successful sync" +msgstr "" + +msgid "Geo|Last sync attempt" +msgstr "" + +msgid "Geo|Last time verified" +msgstr "" + +msgid "Geo|Never" +msgstr "" + +msgid "Geo|Next sync scheduled at" +msgstr "" + +msgid "Geo|Node name can't be blank" +msgstr "" + +msgid "Geo|Node name should be between 1 and 255 characters" +msgstr "" + +msgid "Geo|Not synced yet" +msgstr "" + +msgid "Geo|Pending synchronization" +msgstr "" + +msgid "Geo|Pending verification" +msgstr "" + +msgid "Geo|Please refer to Geo Troubleshooting." +msgstr "" + +msgid "Geo|Primary node" +msgstr "" + +msgid "Geo|Project" +msgstr "" + +msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk." +msgstr "" + +msgid "Geo|Projects in certain groups" +msgstr "" + +msgid "Geo|Projects in certain storage shards" +msgstr "" + +msgid "Geo|Redownload" +msgstr "" + +msgid "Geo|Remove" +msgstr "" + +msgid "Geo|Remove entry" +msgstr "" + +msgid "Geo|Remove tracking database entry" +msgstr "" + +msgid "Geo|Resync" +msgstr "" + +msgid "Geo|Resync all" +msgstr "" + +msgid "Geo|Retry count" +msgstr "" + +msgid "Geo|Reverify" +msgstr "" + +msgid "Geo|Reverify all" +msgstr "" + +msgid "Geo|Review replication status, and resynchronize and reverify items with the primary node." +msgstr "" + +msgid "Geo|Secondary node" +msgstr "" + +msgid "Geo|Status" +msgstr "" + +msgid "Geo|Synced" +msgstr "" + +msgid "Geo|Synced at" +msgstr "" + +msgid "Geo|Synchronization failed - %{error}" +msgstr "" + +msgid "Geo|Synchronization of %{itemTitle} is disabled." +msgstr "" + +msgid "Geo|The database is currently %{db_lag} behind the primary node." +msgstr "" + +msgid "Geo|The node is currently %{minutes_behind} behind the primary node." +msgstr "" + +msgid "Geo|There are no %{replicable_type} to show" +msgstr "" + +msgid "Geo|Tracking database entry will be removed. Are you sure?" +msgstr "" + +msgid "Geo|Tracking entry for project (%{project_id}) was successfully removed." +msgstr "" + +msgid "Geo|Tracking entry for upload (%{type}/%{id}) was successfully removed." +msgstr "" + +msgid "Geo|URL can't be blank" +msgstr "" + +msgid "Geo|URL must be a valid url (ex: https://gitlab.com)" +msgstr "" + +msgid "Geo|Undefined" +msgstr "" + +msgid "Geo|Unknown state" +msgstr "" + +msgid "Geo|Verification failed - %{error}" +msgstr "" + +msgid "Geo|Waiting for scheduler" +msgstr "" + +msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node." +msgstr "" + +msgid "Geo|You may be able to make a limited amount of changes or perform a limited amount of actions on this page." +msgstr "" + +msgid "Geo|misconfigured" +msgstr "" + +msgid "Geo|primary" +msgstr "" + +msgid "Geo|secondary" +msgstr "" + +msgid "Get a free instance review" +msgstr "" + +msgid "Get started" +msgstr "" + +msgid "Get started with error tracking" +msgstr "" + +msgid "Get started with performance monitoring" +msgstr "" + +msgid "Get started!" +msgstr "" + +msgid "Getting started with releases" +msgstr "" + +msgid "Git LFS is not enabled on this GitLab server, contact your admin." +msgstr "" + +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." +msgstr "" + +msgid "Git LFS status:" +msgstr "" + +msgid "Git global setup" +msgstr "" + +msgid "Git repository URL" +msgstr "" + +msgid "Git revision" +msgstr "" + +msgid "Git shallow clone" +msgstr "" + +msgid "Git strategy for pipelines" +msgstr "" + +msgid "Git transfer in progress" +msgstr "" + +msgid "Git version" +msgstr "" + +msgid "GitHub API rate limit exceeded. Try again after %{reset_time}" +msgstr "" + +msgid "GitHub import" +msgstr "" + +msgid "GitLab" +msgstr "" + +msgid "GitLab / Unsubscribe" +msgstr "" + +msgid "GitLab API" +msgstr "" + +msgid "GitLab Billing Team." +msgstr "" + +msgid "GitLab Group Runners can execute code for all the projects in this group." +msgstr "" + +msgid "GitLab Import" +msgstr "" + +msgid "GitLab Issue" +msgstr "" + +msgid "GitLab Pages" +msgstr "" + +msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." +msgstr "" + +msgid "GitLab Shell" +msgstr "" + +msgid "GitLab Support Bot" +msgstr "" + +msgid "GitLab Team Member" +msgstr "" + +msgid "GitLab User" +msgstr "" + +msgid "GitLab Workhorse" +msgstr "" + +msgid "GitLab commit" +msgstr "" + +msgid "GitLab export" +msgstr "" + +msgid "GitLab for Slack" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." +msgstr "" + +msgid "GitLab is obtaining a Let's Encrypt SSL certificate for this domain. This process can take some time. Please try again later." +msgstr "" + +msgid "GitLab is undergoing maintenance and is operating in a read-only mode." +msgstr "" + +msgid "GitLab member or Email address" +msgstr "" + +msgid "GitLab metadata URL" +msgstr "" + +msgid "GitLab project export" +msgstr "" + +msgid "GitLab restart is required to apply changes." +msgstr "" + +msgid "GitLab single sign-on URL" +msgstr "" + +msgid "GitLab username" +msgstr "" + +msgid "GitLab uses %{jaeger_link} to monitor distributed systems." +msgstr "" + +msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory." +msgstr "" + +msgid "GitLab.com" +msgstr "" + +msgid "GitLab.com import" +msgstr "" + +msgid "GitLabPagesDomains|Retry" +msgstr "" + +msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership, visit your %{link_start}domain details%{link_end}." +msgstr "" + +msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings > General > Visibility%{strong_end} and select %{strong_start}Everyone%{strong_end} in pages section. Read the %{link_start}documentation%{link_end} for more information." +msgstr "" + +msgid "GitLabPages|Access pages" +msgstr "" + +msgid "GitLabPages|Are you sure?" +msgstr "" + +msgid "GitLabPages|Certificate: %{subject}" +msgstr "" + +msgid "GitLabPages|Configure pages" +msgstr "" + +msgid "GitLabPages|Domains" +msgstr "" + +msgid "GitLabPages|Edit" +msgstr "" + +msgid "GitLabPages|Expired" +msgstr "" + +msgid "GitLabPages|Force HTTPS (requires valid certificates)" +msgstr "" + +msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page." +msgstr "" + +msgid "GitLabPages|It may take up to 30 minutes before the site is available after the first deployment." +msgstr "" + +msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}." +msgstr "" + +msgid "GitLabPages|Learn more." +msgstr "" + +msgid "GitLabPages|Maximum size of pages (MB)" +msgstr "" + +msgid "GitLabPages|New Domain" +msgstr "" + +msgid "GitLabPages|Only project maintainers can remove pages" +msgstr "" + +msgid "GitLabPages|Pages" +msgstr "" + +msgid "GitLabPages|Remove" +msgstr "" + +msgid "GitLabPages|Remove pages" +msgstr "" + +msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world." +msgstr "" + +msgid "GitLabPages|Save" +msgstr "" + +msgid "GitLabPages|Something went wrong while obtaining the Let's Encrypt certificate for %{domain}. To retry visit your %{link_start}domain details%{link_end}." +msgstr "" + +msgid "GitLabPages|Support for domains and certificates is disabled. Ask your system's administrator to enable it." +msgstr "" + +msgid "GitLabPages|The total size of deployed static content will be limited to this size. 0 for unlimited. Leave empty to inherit the global value." +msgstr "" + +msgid "GitLabPages|Unverified" +msgstr "" + +msgid "GitLabPages|Verified" +msgstr "" + +msgid "GitLabPages|When using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS." +msgstr "" + +msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group." +msgstr "" + +msgid "GitLabPages|Your pages are served under:" +msgstr "" + +msgid "Gitaly" +msgstr "" + +msgid "Gitaly Servers" +msgstr "" + +msgid "Gitaly relative path:" +msgstr "" + +msgid "Gitaly storage name:" +msgstr "" + +msgid "Gitaly|Address" +msgstr "" + +msgid "Gitea Host URL" +msgstr "" + +msgid "Gitea Import" +msgstr "" + +msgid "Gitlab Pages" +msgstr "" + +msgid "Gitpod" +msgstr "" + +msgid "Gitpod|Add the URL to your Gitpod instance configured to read your GitLab projects." +msgstr "" + +msgid "Gitpod|Enable Gitpod integration" +msgstr "" + +msgid "Gitpod|Gitpod URL" +msgstr "" + +msgid "Gitpod|e.g. https://gitpod.example.com" +msgstr "" + +msgid "Given access %{time_ago}" +msgstr "" + +msgid "Given epic is already related to this epic." +msgstr "" + +msgid "Global Shortcuts" +msgstr "" + +msgid "Global notification settings" +msgstr "" + +msgid "Go Back" +msgstr "" + +msgid "Go Micro is a framework for micro service development." +msgstr "" + +msgid "Go back" +msgstr "" + +msgid "Go back (while searching for files)" +msgstr "" + +msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board." +msgstr "" + +msgid "Go full screen" +msgstr "" + +msgid "Go to %{link_to_google_takeout}." +msgstr "" + +msgid "Go to %{strongStart}Issues%{strongEnd} > %{strongStart}Boards%{strongEnd} to access your personalized learning issue board." +msgstr "" + +msgid "Go to Integrations" +msgstr "" + +msgid "Go to Webhooks" +msgstr "" + +msgid "Go to commits" +msgstr "" + +msgid "Go to definition" +msgstr "" + +msgid "Go to environments" +msgstr "" + +msgid "Go to epic" +msgstr "" + +msgid "Go to file" +msgstr "" + +msgid "Go to file permalink (while viewing a file)" +msgstr "" + +msgid "Go to files" +msgstr "" + +msgid "Go to find file" +msgstr "" + +msgid "Go to fork" +msgstr "" + +msgid "Go to issue boards" +msgstr "" + +msgid "Go to issues" +msgstr "" + +msgid "Go to jobs" +msgstr "" + +msgid "Go to kubernetes" +msgstr "" + +msgid "Go to merge requests" +msgstr "" + +msgid "Go to metrics" +msgstr "" + +msgid "Go to parent" +msgstr "" + +msgid "Go to project" +msgstr "" + +msgid "Go to releases" +msgstr "" + +msgid "Go to repository charts" +msgstr "" + +msgid "Go to repository graph" +msgstr "" + +msgid "Go to snippets" +msgstr "" + +msgid "Go to the activity feed" +msgstr "" + +msgid "Go to the milestone list" +msgstr "" + +msgid "Go to the project's activity feed" +msgstr "" + +msgid "Go to the project's overview page" +msgstr "" + +msgid "Go to wiki" +msgstr "" + +msgid "Go to your To-Do list" +msgstr "" + +msgid "Go to your fork" +msgstr "" + +msgid "Go to your groups" +msgstr "" + +msgid "Go to your issues" +msgstr "" + +msgid "Go to your merge requests" +msgstr "" + +msgid "Go to your projects" +msgstr "" + +msgid "Go to your snippets" +msgstr "" + +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + +msgid "Google Cloud Platform" +msgstr "" + +msgid "Google Code import" +msgstr "" + +msgid "Google Takeout" +msgstr "" + +msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service." +msgstr "" + +msgid "Got it" +msgstr "" + +msgid "Got it!" +msgstr "" + +msgid "Grafana URL" +msgstr "" + +msgid "Grafana response contains invalid json" +msgstr "" + +msgid "GrafanaIntegration|API Token" +msgstr "" + +msgid "GrafanaIntegration|Active" +msgstr "" + +msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues." +msgstr "" + +msgid "GrafanaIntegration|Enter the Grafana API Token." +msgstr "" + +msgid "GrafanaIntegration|Enter the base URL of the Grafana instance." +msgstr "" + +msgid "GrafanaIntegration|Grafana URL" +msgstr "" + +msgid "GrafanaIntegration|Grafana authentication" +msgstr "" + +msgid "Grant access" +msgstr "" + +msgid "Graph" +msgstr "" + +msgid "Gravatar" +msgstr "" + +msgid "Gravatar enabled" +msgstr "" + +msgid "Group" +msgstr "" + +msgid "Group %{group_name} couldn't be exported." +msgstr "" + +msgid "Group %{group_name} was exported successfully." +msgstr "" + +msgid "Group %{group_name} was scheduled for deletion." +msgstr "" + +msgid "Group %{group_name} was successfully created." +msgstr "" + +msgid "Group Audit Events" +msgstr "" + +msgid "Group CI/CD settings" +msgstr "" + +msgid "Group Git LFS status:" +msgstr "" + +msgid "Group Hooks" +msgstr "" + +msgid "Group ID" +msgstr "" + +msgid "Group ID: %{group_id}" +msgstr "" + +msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts" +msgstr "" + +msgid "Group Runners" +msgstr "" + +msgid "Group SAML must be enabled to test" +msgstr "" + +msgid "Group URL" +msgstr "" + +msgid "Group avatar" +msgstr "" + +msgid "Group by" +msgstr "" + +msgid "Group description" +msgstr "" + +msgid "Group description (optional)" +msgstr "" + +msgid "Group details" +msgstr "" + +msgid "Group export could not be started." +msgstr "" + +msgid "Group export error" +msgstr "" + +msgid "Group export link has expired. Please generate a new export from your group settings." +msgstr "" + +msgid "Group export started. A download link will be sent by email and made available on this page." +msgstr "" + +msgid "Group has been already marked for deletion" +msgstr "" + +msgid "Group has not been marked for deletion" +msgstr "" + +msgid "Group import could not be scheduled" +msgstr "" + +msgid "Group info:" +msgstr "" + +msgid "Group is required when cluster_type is :group" +msgstr "" + +msgid "Group maintainers can register group runners in the %{link}" +msgstr "" + +msgid "Group members" +msgstr "" + +msgid "Group milestone" +msgstr "" + +msgid "Group name" +msgstr "" + +msgid "Group name (your organization)" +msgstr "" + +msgid "Group overview" +msgstr "" + +msgid "Group overview content" +msgstr "" + +msgid "Group path is already taken. Suggestions: " +msgstr "" + +msgid "Group path is available." +msgstr "" + +msgid "Group pipeline minutes were successfully reset." +msgstr "" + +msgid "Group project URLs are prefixed with the group namespace" +msgstr "" + +msgid "Group push rule exists, try updating" +msgstr "" + +msgid "Group requires separate account" +msgstr "" + +msgid "Group variables (inherited)" +msgstr "" + +msgid "Group was exported" +msgstr "" + +msgid "Group was successfully updated." +msgstr "" + +msgid "Group-level events in %{group_name} (no project-level events)" +msgstr "" + +msgid "Group: %{group_name}" +msgstr "" + +msgid "Group: %{name}" +msgstr "" + +msgid "GroupActivityMetrics|Issues opened" +msgstr "" + +msgid "GroupActivityMetrics|Members added" +msgstr "" + +msgid "GroupActivityMetrics|Merge Requests opened" +msgstr "" + +msgid "GroupActivityMetrics|Recent activity (last 90 days)" +msgstr "" + +msgid "GroupImport|Failed to import group." +msgstr "" + +msgid "GroupImport|Group '%{group_name}' is being imported." +msgstr "" + +msgid "GroupImport|Group could not be imported: %{errors}" +msgstr "" + +msgid "GroupImport|Please wait while we import the group for you. Refresh at will." +msgstr "" + +msgid "GroupImport|The group was successfully imported." +msgstr "" + +msgid "GroupImport|Unable to process group import file" +msgstr "" + +msgid "GroupRoadmap|%{dateWord} – No end date" +msgstr "" + +msgid "GroupRoadmap|%{startDateInWords} – %{endDateInWords}" +msgstr "" + +msgid "GroupRoadmap|No start and end date" +msgstr "" + +msgid "GroupRoadmap|No start date – %{dateWord}" +msgstr "" + +msgid "GroupRoadmap|Something went wrong while fetching epics" +msgstr "" + +msgid "GroupRoadmap|Something went wrong while fetching milestones" +msgstr "" + +msgid "GroupRoadmap|Sorry, no epics matched your search" +msgstr "" + +msgid "GroupRoadmap|The roadmap shows the progress of your epics along a timeline" +msgstr "" + +msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of the %{linkStart}child epics%{linkEnd}." +msgstr "" + +msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your epics in this group or its subgroups; from %{startDate} to %{endDate}." +msgstr "" + +msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." +msgstr "" + +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + +msgid "GroupSAML|Certificate fingerprint" +msgstr "" + +msgid "GroupSAML|Configuration" +msgstr "" + +msgid "GroupSAML|Copy SAML Response XML" +msgstr "" + +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + +msgid "GroupSAML|Default membership role" +msgstr "" + +msgid "GroupSAML|Enable SAML authentication for this group." +msgstr "" + +msgid "GroupSAML|Enforce SSO-only authentication for this group." +msgstr "" + +msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group." +msgstr "" + +msgid "GroupSAML|Enforced SSO" +msgstr "" + +msgid "GroupSAML|Generate a SCIM token" +msgstr "" + +msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management." +msgstr "" + +msgid "GroupSAML|Identity" +msgstr "" + +msgid "GroupSAML|Identity provider single sign-on URL" +msgstr "" + +msgid "GroupSAML|Make sure you save this token — you won't be able to access it again." +msgstr "" + +msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML." +msgstr "" + +msgid "GroupSAML|Members" +msgstr "" + +msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"." +msgstr "" + +msgid "GroupSAML|NameID" +msgstr "" + +msgid "GroupSAML|NameID Format" +msgstr "" + +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + +msgid "GroupSAML|Prohibit outer forks" +msgstr "" + +msgid "GroupSAML|Prohibit outer forks for this group." +msgstr "" + +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + +msgid "GroupSAML|SAML Response Output" +msgstr "" + +msgid "GroupSAML|SAML Response XML" +msgstr "" + +msgid "GroupSAML|SAML Single Sign On" +msgstr "" + +msgid "GroupSAML|SAML Single Sign On Settings" +msgstr "" + +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + +msgid "GroupSAML|SCIM API endpoint URL" +msgstr "" + +msgid "GroupSAML|SCIM Token" +msgstr "" + +msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"." +msgstr "" + +msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " +msgstr "" + +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + +msgid "GroupSAML|This will be set as the access level of users added to the group." +msgstr "" + +msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication." +msgstr "" + +msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO." +msgstr "" + +msgid "GroupSAML|To be able to prohibit outer forks, you first need to enforce dedicate group managed accounts." +msgstr "" + +msgid "GroupSAML|Toggle SAML authentication" +msgstr "" + +msgid "GroupSAML|Valid SAML Response" +msgstr "" + +msgid "GroupSAML|With prohibit outer forks flag enabled group members will be able to fork project only inside your group." +msgstr "" + +msgid "GroupSAML|Your SCIM token" +msgstr "" + +msgid "GroupSAML|as %{access_level}" +msgstr "" + +msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." +msgstr "" + +msgid "GroupSAML|should be \"persistent\"" +msgstr "" + +msgid "GroupSAML|should be a random persistent ID, emails are discouraged" +msgstr "" + +msgid "GroupSettings|Apply integration settings to all Projects" +msgstr "" + +msgid "GroupSettings|Auto DevOps pipeline was updated for the group" +msgstr "" + +msgid "GroupSettings|Badges" +msgstr "" + +msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}." +msgstr "" + +msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again." +msgstr "" + +msgid "GroupSettings|Change group URL" +msgstr "" + +msgid "GroupSettings|Changing group URL can have unintended side effects." +msgstr "" + +msgid "GroupSettings|Custom project templates" +msgstr "" + +msgid "GroupSettings|Customize your group badges." +msgstr "" + +msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group" +msgstr "" + +msgid "GroupSettings|Disable email notifications" +msgstr "" + +msgid "GroupSettings|Disable group mentions" +msgstr "" + +msgid "GroupSettings|Enable delayed project removal" +msgstr "" + +msgid "GroupSettings|Export group" +msgstr "" + +msgid "GroupSettings|If the parent group's visibility is lower than the group current visibility, visibility levels for subgroups and projects will be changed to match the new parent group's visibility." +msgstr "" + +msgid "GroupSettings|Integrations configured here will automatically apply to all projects in this group." +msgstr "" + +msgid "GroupSettings|Learn more about badges." +msgstr "" + +msgid "GroupSettings|Learn more about group-level project templates." +msgstr "" + +msgid "GroupSettings|New runners registration token has been generated!" +msgstr "" + +msgid "GroupSettings|Pipeline settings was updated for the group" +msgstr "" + +msgid "GroupSettings|Please choose a group URL with no special characters." +msgstr "" + +msgid "GroupSettings|Prevent forking outside of the group" +msgstr "" + +msgid "GroupSettings|Prevent forking setting was not saved" +msgstr "" + +msgid "GroupSettings|Prevent sharing a project within %{group} with other groups" +msgstr "" + +msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings" +msgstr "" + +msgid "GroupSettings|Select a sub-group as the custom project template source for this group." +msgstr "" + +msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found." +msgstr "" + +msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}." +msgstr "" + +msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}." +msgstr "" + +msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup." +msgstr "" + +msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}." +msgstr "" + +msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}." +msgstr "" + +msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually." +msgstr "" + +msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects." +msgstr "" + +msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned." +msgstr "" + +msgid "GroupSettings|This setting will prevent group members from forking projects outside of the group." +msgstr "" + +msgid "GroupSettings|Transfer group" +msgstr "" + +msgid "GroupSettings|You can only transfer the group to a group you manage." +msgstr "" + +msgid "GroupSettings|You will need to update your local repositories to point to the new location." +msgstr "" + +msgid "GroupSettings|cannot be changed by you" +msgstr "" + +msgid "GroupSettings|cannot be disabled when the parent group \"Share with group lock\" is enabled, except by the owner of the parent group" +msgstr "" + +msgid "GroupSettings|cannot change when group contains projects with NPM packages" +msgstr "" + +msgid "GroupSettings|remove the share with group lock from %{ancestor_group_name}" +msgstr "" + +msgid "Groups" +msgstr "" + +msgid "Groups (%{count})" +msgstr "" + +msgid "Groups (%{groups})" +msgstr "" + +msgid "Groups and projects" +msgstr "" + +msgid "Groups and subgroups" +msgstr "" + +msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}." +msgstr "" + +msgid "Groups to synchronize" +msgstr "" + +msgid "Groups with access to %{strong_open}%{project_name}%{strong_close}" +msgstr "" + +msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}" +msgstr "" + +msgid "GroupsDropdown|Frequently visited" +msgstr "" + +msgid "GroupsDropdown|Groups you visit often will appear here" +msgstr "" + +msgid "GroupsDropdown|Loading groups" +msgstr "" + +msgid "GroupsDropdown|Search your groups" +msgstr "" + +msgid "GroupsDropdown|Something went wrong on our end." +msgstr "" + +msgid "GroupsDropdown|Sorry, no groups matched your search" +msgstr "" + +msgid "GroupsDropdown|This feature requires browser localStorage support" +msgstr "" + +msgid "GroupsEmptyState|A group is a collection of several projects." +msgstr "" + +msgid "GroupsEmptyState|If you organize your projects under a group, it works like a folder." +msgstr "" + +msgid "GroupsEmptyState|No groups found" +msgstr "" + +msgid "GroupsEmptyState|You can manage your group member’s permissions and access to each project in the group." +msgstr "" + +msgid "GroupsNew|Contact an administrator to enable options for importing your group." +msgstr "" + +msgid "GroupsNew|Create" +msgstr "" + +msgid "GroupsNew|Create group" +msgstr "" + +msgid "GroupsNew|Import" +msgstr "" + +msgid "GroupsNew|Import a GitLab group export file" +msgstr "" + +msgid "GroupsNew|Import group" +msgstr "" + +msgid "GroupsNew|My Awesome Group" +msgstr "" + +msgid "GroupsNew|No import options available" +msgstr "" + +msgid "GroupsNew|To copy a GitLab group between installations, navigate to the group settings page for the original installation, generate an export file, and upload it here." +msgstr "" + +msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?" +msgstr "" + +msgid "GroupsTree|Create a project in this group." +msgstr "" + +msgid "GroupsTree|Create a subgroup in this group." +msgstr "" + +msgid "GroupsTree|Edit group" +msgstr "" + +msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner." +msgstr "" + +msgid "GroupsTree|Leave this group" +msgstr "" + +msgid "GroupsTree|Loading groups" +msgstr "" + +msgid "GroupsTree|No groups matched your search" +msgstr "" + +msgid "GroupsTree|No groups or projects matched your search" +msgstr "" + +msgid "GroupsTree|Search by name" +msgstr "" + +msgid "Guideline" +msgstr "" + +msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}" +msgstr "" + +msgid "Hashed Storage must be enabled to use Geo" +msgstr "" + +msgid "Hashed repository storage paths" +msgstr "" + +msgid "Hashed storage can't be disabled anymore for new projects" +msgstr "" + +msgid "Have your users email" +msgstr "" + +msgid "Header logo was successfully removed." +msgstr "" + +msgid "Header message" +msgstr "" + +msgid "Headings" +msgstr "" + +msgid "Health" +msgstr "" + +msgid "Health Check" +msgstr "" + +msgid "Health information can be retrieved from the following endpoints. More information is available" +msgstr "" + +msgid "Health status" +msgstr "" + +msgid "Health status cannot be edited because this issue is closed" +msgstr "" + +msgid "HealthCheck|Access token is" +msgstr "" + +msgid "HealthCheck|Healthy" +msgstr "" + +msgid "HealthCheck|No Health Problems Detected" +msgstr "" + +msgid "HealthCheck|Unhealthy" +msgstr "" + +msgid "Hello there" +msgstr "" + +msgid "Hello, %{username}!" +msgstr "" + +msgid "Help" +msgstr "" + +msgid "Help page" +msgstr "" + +msgid "Help page text and support page url." +msgstr "" + +msgid "Helps prevent bots from brute-force attacks." +msgstr "" + +msgid "Helps prevent bots from creating accounts." +msgstr "" + +msgid "Helps reduce alert volume (e.g. if creating too many issues)" +msgstr "" + +msgid "Helps reduce request volume for protected paths" +msgstr "" + +msgid "Here are all your projects in your group, including the one you just created. To start, let’s take a look at your personalized learning project which will help you learn about GitLab at your own pace." +msgstr "" + +msgid "Here you will find recent merge request activity" +msgstr "" + +msgid "Hi %{username}!" +msgstr "" + +msgid "Hide archived projects" +msgstr "" + +msgid "Hide chart" +msgid_plural "Hide charts" +msgstr[0] "" +msgstr[1] "" + +msgid "Hide comments on this file" +msgstr "" + +msgid "Hide details" +msgstr "" + +msgid "Hide file browser" +msgstr "" + +msgid "Hide group projects" +msgstr "" + +msgid "Hide host keys manual input" +msgstr "" + +msgid "Hide list" +msgstr "" + +msgid "Hide marketing-related entries from help" +msgstr "" + +msgid "Hide payload" +msgstr "" + +msgid "Hide shared projects" +msgstr "" + +msgid "Hide stage" +msgstr "" + +msgid "Hide value" +msgid_plural "Hide values" +msgstr[0] "" +msgstr[1] "" + +msgid "Hide values" +msgstr "" + +msgid "High or unknown vulnerabilities present" +msgstr "" + +msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0." +msgstr "" + +msgid "Highest role:" +msgstr "" + +msgid "HighlightBar|Alert events:" +msgstr "" + +msgid "HighlightBar|Alert start time:" +msgstr "" + +msgid "HighlightBar|Original alert:" +msgstr "" + +msgid "HighlightBar|Time to SLA:" +msgstr "" + +msgid "History" +msgstr "" + +msgid "History of authentications" +msgstr "" + +msgid "Homepage" +msgstr "" + +msgid "Hook execution failed. Ensure the group has a project with commits." +msgstr "" + +msgid "Hook was successfully created." +msgstr "" + +msgid "Hook was successfully updated." +msgstr "" + +msgid "Hostname" +msgstr "" + +msgid "Hour (UTC)" +msgstr "" + +msgid "Housekeeping" +msgstr "" + +msgid "Housekeeping successfully started" +msgstr "" + +msgid "Housekeeping, export, path, transfer, remove, archive." +msgstr "" + +msgid "How it works" +msgstr "" + +msgid "How many days need to pass between marking entity for deletion and actual removing it." +msgstr "" + +msgid "How many replicas each Elasticsearch shard has." +msgstr "" + +msgid "How many shards to split the Elasticsearch index over." +msgstr "" + +msgid "How many users will be evaluating the trial?" +msgstr "" + +msgid "How to upgrade" +msgstr "" + +msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." +msgstr "" + +msgid "I accept the %{terms_link}" +msgstr "" + +msgid "I accept the|Terms of Service and Privacy Policy" +msgstr "" + +msgid "I forgot my password" +msgstr "" + +msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" +msgstr "" + +msgid "I'd like to receive updates about GitLab via email" +msgstr "" + +msgid "ID" +msgstr "" + +msgid "ID:" +msgstr "" + +msgid "IDE" +msgstr "" + +msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview." +msgstr "" + +msgid "IDE|Back" +msgstr "" + +msgid "IDE|Commit" +msgstr "" + +msgid "IDE|Commit to %{branchName} branch" +msgstr "" + +msgid "IDE|Edit" +msgstr "" + +msgid "IDE|Get started with Live Preview" +msgstr "" + +msgid "IDE|Go to project" +msgstr "" + +msgid "IDE|Live Preview" +msgstr "" + +msgid "IDE|Preview your web application using Web IDE client-side evaluation." +msgstr "" + +msgid "IDE|Refresh preview" +msgstr "" + +msgid "IDE|Review" +msgstr "" + +msgid "IDE|Successful commit" +msgstr "" + +msgid "IDE|This option is disabled because you are not allowed to create merge requests in this project." +msgstr "" + +msgid "IDE|This option is disabled because you don't have write permissions for the current branch." +msgstr "" + +msgid "INFO: Your SSH key has expired. Please generate a new key." +msgstr "" + +msgid "INFO: Your SSH key is expiring soon. Please generate a new key." +msgstr "" + +msgid "IP Address" +msgstr "" + +msgid "IP subnet restriction only allowed for top-level groups" +msgstr "" + +msgid "Identifier" +msgstr "" + +msgid "Identifiers" +msgstr "" + +msgid "Identities" +msgstr "" + +msgid "If any indexed field exceeds this limit it will be truncated to this number of characters and the rest will not be indexed or searchable. This does not apply to repository and wiki indexing. Setting this to 0 means it is unlimited." +msgstr "" + +msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds." +msgstr "" + +msgid "If blank, set allowable lifetime to %{instance_level_policy_in_words}, as defined by the instance admin. Once set, existing tokens for users in this group may be revoked." +msgstr "" + +msgid "If checked, group owners can manage LDAP group links and LDAP member overrides" +msgstr "" + +msgid "If checked, new group memberships and permissions can only be added via LDAP synchronization" +msgstr "" + +msgid "If disabled, a diverged local branch will not be automatically updated with commits from its remote counterpart, to prevent local data loss. If the default branch (%{default_branch}) has diverged and cannot be updated, mirroring will fail. Other diverged branches are silently ignored." +msgstr "" + +msgid "If disabled, only admins will be able to configure repository mirroring." +msgstr "" + +msgid "If disabled, the access level will depend on the user's permissions in the project." +msgstr "" + +msgid "If enabled" +msgstr "" + +msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "If enabled, access to projects will be validated on an external service using their classification label." +msgstr "" + +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + +msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." +msgstr "" + +msgid "If there is no previous license or if the previous license has expired, some GitLab functionality will be blocked until a new, valid license is uploaded." +msgstr "" + +msgid "If this was a mistake you can %{leave_link_start}leave the %{source_type}%{link_end}." +msgstr "" + +msgid "If this was a mistake you can leave the %{source_type}." +msgstr "" + +msgid "If using GitHub, you’ll see pipeline statuses on GitHub for your commits and pull requests. %{more_info_link}" +msgstr "" + +msgid "If you did not recently sign in, you should immediately %{password_link_start}change your password%{password_link_end}." +msgstr "" + +msgid "If you did not recently sign in, you should immediately change your password: %{password_link}." +msgstr "" + +msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." +msgstr "" + +msgid "If you recently signed in and recognize the IP address, you may disregard this email." +msgstr "" + +msgid "If you remove this license, GitLab will fall back on the previous license, if any." +msgstr "" + +msgid "If you want to re-enable two-factor authentication, visit %{two_factor_link}" +msgstr "" + +msgid "If you want to re-enable two-factor authentication, visit the %{settings_link_to} page." +msgstr "" + +msgid "If your HTTP repository is not publicly accessible, add your credentials." +msgstr "" + +msgid "Ignore" +msgstr "" + +msgid "Ignored" +msgstr "" + +msgid "Image URL" +msgstr "" + +msgid "Image details" +msgstr "" + +msgid "ImageDiffViewer|2-up" +msgstr "" + +msgid "ImageDiffViewer|Onion skin" +msgstr "" + +msgid "ImageDiffViewer|Swipe" +msgstr "" + +msgid "ImageViewerDimensions|H" +msgstr "" + +msgid "ImageViewerDimensions|W" +msgstr "" + +msgid "Impersonation Tokens" +msgstr "" + +msgid "Impersonation has been disabled" +msgstr "" + +msgid "Import" +msgstr "" + +msgid "Import %d compatible repository" +msgid_plural "Import %d compatible repositories" +msgstr[0] "" +msgstr[1] "" + +msgid "Import %d repository" +msgid_plural "Import %d repositories" +msgstr[0] "" +msgstr[1] "" + +msgid "Import CSV" +msgstr "" + +msgid "Import Projects from Gitea" +msgstr "" + +msgid "Import all compatible projects" +msgstr "" + +msgid "Import all projects" +msgstr "" + +msgid "Import an exported GitLab project" +msgstr "" + +msgid "Import failed due to a GitHub error: %{original}" +msgstr "" + +msgid "Import from" +msgstr "" + +msgid "Import from Jira" +msgstr "" + +msgid "Import in progress" +msgstr "" + +msgid "Import in progress. Refresh page to see newly added issues." +msgstr "" + +msgid "Import issues" +msgstr "" + +msgid "Import members" +msgstr "" + +msgid "Import members from another project" +msgstr "" + +msgid "Import multiple repositories by uploading a manifest file." +msgstr "" + +msgid "Import project" +msgstr "" + +msgid "Import project from" +msgstr "" + +msgid "Import project members" +msgstr "" + +msgid "Import projects from Bitbucket" +msgstr "" + +msgid "Import projects from Bitbucket Server" +msgstr "" + +msgid "Import projects from FogBugz" +msgstr "" + +msgid "Import projects from GitLab.com" +msgstr "" + +msgid "Import projects from Google Code" +msgstr "" + +msgid "Import repositories from Bitbucket Server" +msgstr "" + +msgid "Import repositories from GitHub" +msgstr "" + +msgid "Import repository" +msgstr "" + +msgid "Import started by: %{importInitiator}" +msgstr "" + +msgid "Import tasks" +msgstr "" + +msgid "Import tasks from Phabricator into issues" +msgstr "" + +msgid "Import timed out. Import took longer than %{import_jobs_expiration} seconds" +msgstr "" + +msgid "Import/Export Rate Limits" +msgstr "" + +msgid "Import/Export illustration" +msgstr "" + +msgid "ImportButtons|Connect repositories from" +msgstr "" + +msgid "ImportProjects|Blocked import URL: %{message}" +msgstr "" + +msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}" +msgstr "" + +msgid "ImportProjects|Import repositories" +msgstr "" + +msgid "ImportProjects|Importing the project failed" +msgstr "" + +msgid "ImportProjects|Importing the project failed: %{reason}" +msgstr "" + +msgid "ImportProjects|Requesting namespaces failed" +msgstr "" + +msgid "ImportProjects|Requesting your %{provider} repositories failed" +msgstr "" + +msgid "ImportProjects|Select the repositories you want to import" +msgstr "" + +msgid "ImportProjects|The remote data could not be imported." +msgstr "" + +msgid "ImportProjects|The repository could not be created." +msgstr "" + +msgid "ImportProjects|Update of imported projects with realtime changes failed" +msgstr "" + +msgid "Improve Issue Boards" +msgstr "" + +msgid "Improve Issue boards" +msgstr "" + +msgid "Improve Issue boards with GitLab Enterprise Edition." +msgstr "" + +msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition." +msgstr "" + +msgid "Improve customer support with GitLab Service Desk." +msgstr "" + +msgid "Improve search with Advanced Search and GitLab Enterprise Edition." +msgstr "" + +msgid "In %{time_to_now}" +msgstr "" + +msgid "In order to enable Service Desk for your instance, you must first set up incoming email." +msgstr "" + +msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you." +msgstr "" + +msgid "In progress" +msgstr "" + +msgid "In the next step, you'll be able to select the projects you want to import." +msgstr "" + +msgid "Incident" +msgstr "" + +msgid "Incident Management Limits" +msgstr "" + +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|All" +msgstr "" + +msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below." +msgstr "" + +msgid "IncidentManagement|Assignees" +msgstr "" + +msgid "IncidentManagement|Closed" +msgstr "" + +msgid "IncidentManagement|Create incident" +msgstr "" + +msgid "IncidentManagement|Critical - S1" +msgstr "" + +msgid "IncidentManagement|Date created" +msgstr "" + +msgid "IncidentManagement|Display your incidents in a dedicated view" +msgstr "" + +msgid "IncidentManagement|High - S2" +msgstr "" + +msgid "IncidentManagement|Incident" +msgstr "" + +msgid "IncidentManagement|Incidents" +msgstr "" + +msgid "IncidentManagement|Low - S4" +msgstr "" + +msgid "IncidentManagement|Medium - S3" +msgstr "" + +msgid "IncidentManagement|No incidents to display." +msgstr "" + +msgid "IncidentManagement|Open" +msgstr "" + +msgid "IncidentManagement|Published" +msgstr "" + +msgid "IncidentManagement|Published to status page" +msgstr "" + +msgid "IncidentManagement|Severity" +msgstr "" + +msgid "IncidentManagement|There are no closed incidents" +msgstr "" + +msgid "IncidentManagement|There was an error displaying the incidents." +msgstr "" + +msgid "IncidentManagement|Time to SLA" +msgstr "" + +msgid "IncidentManagement|Unassigned" +msgstr "" + +msgid "IncidentManagement|Unknown" +msgstr "" + +msgid "IncidentManagement|Unpublished" +msgstr "" + +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + +msgid "IncidentSettings|Alert integration" +msgstr "" + +msgid "IncidentSettings|Grafana integration" +msgstr "" + +msgid "IncidentSettings|Incident settings" +msgstr "" + +msgid "IncidentSettings|Incidents" +msgstr "" + +msgid "IncidentSettings|PagerDuty integration" +msgstr "" + +msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." +msgstr "" + +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + +msgid "Incidents" +msgstr "" + +msgid "Incident|Alert details" +msgstr "" + +msgid "Incident|Summary" +msgstr "" + +msgid "Incident|There was an issue loading alert data. Please try again." +msgstr "" + +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + +msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." +msgstr "" + +msgid "Include author name in notification email body" +msgstr "" + +msgid "Include description in commit message" +msgstr "" + +msgid "Include merge request description" +msgstr "" + +msgid "Include the username in the URL if required: %{code_open}https://username@gitlab.company.com/group/project.git%{code_close}." +msgstr "" + +msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited." +msgstr "" + +msgid "Includes an MVC structure to help you get started." +msgstr "" + +msgid "Includes an MVC structure, Gemfile, Rakefile, along with many others, to help you get started." +msgstr "" + +msgid "Includes an MVC structure, mvnw and pom.xml to help you get started." +msgstr "" + +msgid "Incoming email" +msgstr "" + +msgid "Incoming!" +msgstr "" + +msgid "Incompatible Project" +msgstr "" + +msgid "Incompatible options set!" +msgstr "" + +msgid "Incompatible project" +msgstr "" + +msgid "Indent" +msgstr "" + +msgid "Index all projects" +msgstr "" + +msgid "Index deletion is canceled" +msgstr "" + +msgid "Indicates whether this runner can pick jobs without tags" +msgstr "" + +msgid "Inform users without uploaded SSH keys that they can't push over SSH until one is added" +msgstr "" + +msgid "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}." +msgstr "" + +msgid "Inherited" +msgstr "" + +msgid "Inherited:" +msgstr "" + +msgid "Inline" +msgstr "" + +msgid "Input host keys manually" +msgstr "" + +msgid "Input your repository URL" +msgstr "" + +msgid "Insert a code block" +msgstr "" + +msgid "Insert a quote" +msgstr "" + +msgid "Insert a video" +msgstr "" + +msgid "Insert an image" +msgstr "" + +msgid "Insert code" +msgstr "" + +msgid "Insert image" +msgstr "" + +msgid "Insert inline code" +msgstr "" + +msgid "Insert suggestion" +msgstr "" + +msgid "Insert video" +msgstr "" + +msgid "Insights" +msgstr "" + +msgid "Insights|Some items are not visible beacuse the project was filtered out in the insights.yml file (see the projects.only config for more information)." +msgstr "" + +msgid "Insights|This project is filtered out in the insights.yml file (see the projects.only config for more information)." +msgstr "" + +msgid "Install" +msgstr "" + +msgid "Install GitLab Runner" +msgstr "" + +msgid "Install Runner on Kubernetes" +msgstr "" + +msgid "Install a Runner" +msgstr "" + +msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." +msgstr "" + +msgid "Install on clusters" +msgstr "" + +msgid "Installation" +msgstr "" + +msgid "Installed" +msgstr "" + +msgid "Installing" +msgstr "" + +msgid "Instance" +msgid_plural "Instances" +msgstr[0] "" +msgstr[1] "" + +msgid "Instance Configuration" +msgstr "" + +msgid "Instance Statistics" +msgstr "" + +msgid "Instance administrators group already exists" +msgstr "" + +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceStatistics|Groups" +msgstr "" + +msgid "InstanceStatistics|Issues" +msgstr "" + +msgid "InstanceStatistics|Merge Requests" +msgstr "" + +msgid "InstanceStatistics|No data available." +msgstr "" + +msgid "InstanceStatistics|Pipelines" +msgstr "" + +msgid "InstanceStatistics|Projects" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + +msgid "InstanceStatistics|Users" +msgstr "" + +msgid "Integration" +msgstr "" + +msgid "Integration Settings" +msgstr "" + +msgid "Integrations" +msgstr "" + +msgid "Integrations|%{integration} settings saved and active." +msgstr "" + +msgid "Integrations|%{integration} settings saved, but not active." +msgstr "" + +msgid "Integrations|All details" +msgstr "" + +msgid "Integrations|Comment detail:" +msgstr "" + +msgid "Integrations|Comment settings:" +msgstr "" + +msgid "Integrations|Connection failed. Please check your settings." +msgstr "" + +msgid "Integrations|Connection successful." +msgstr "" + +msgid "Integrations|Create new issue in Jira" +msgstr "" + +msgid "Integrations|Default settings are inherited from the group level." +msgstr "" + +msgid "Integrations|Default settings are inherited from the instance level." +msgstr "" + +msgid "Integrations|Enable comments" +msgstr "" + +msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs" +msgstr "" + +msgid "Integrations|Includes commit title and branch" +msgstr "" + +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + +msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." +msgstr "" + +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + +msgid "Integrations|Save settings?" +msgstr "" + +msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." +msgstr "" + +msgid "Integrations|Search Jira issues" +msgstr "" + +msgid "Integrations|Standard" +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 "" + +msgid "Integrations|Use custom settings" +msgstr "" + +msgid "Integrations|Use default settings" +msgstr "" + +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + +msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." +msgstr "" + +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + +msgid "Interested parties can even contribute by pushing commits if they want to." +msgstr "" + +msgid "Internal" +msgstr "" + +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" + +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" + +msgid "Internal URL (optional)" +msgstr "" + +msgid "Internal users" +msgstr "" + +msgid "Internal users cannot be deactivated" +msgstr "" + +msgid "Interval Pattern" +msgstr "" + +msgid "Introducing Value Stream Analytics" +msgstr "" + +msgid "Introducing Your DevOps Report" +msgstr "" + +msgid "Invalid Git ref" +msgstr "" + +msgid "Invalid Insights config file detected" +msgstr "" + +msgid "Invalid Login or password" +msgstr "" + +msgid "Invalid OS" +msgstr "" + +msgid "Invalid URL" +msgstr "" + +msgid "Invalid container_name" +msgstr "" + +msgid "Invalid cursor parameter" +msgstr "" + +msgid "Invalid cursor value provided" +msgstr "" + +msgid "Invalid date" +msgstr "" + +msgid "Invalid date format. Please use UTC format as YYYY-MM-DD" +msgstr "" + +msgid "Invalid date range" +msgstr "" + +msgid "Invalid feature" +msgstr "" + +msgid "Invalid field" +msgstr "" + +msgid "Invalid file format with specified file type" +msgstr "" + +msgid "Invalid file." +msgstr "" + +msgid "Invalid import params" +msgstr "" + +msgid "Invalid input, please avoid emojis" +msgstr "" + +msgid "Invalid login or password" +msgstr "" + +msgid "Invalid pin code" +msgstr "" + +msgid "Invalid pod_name" +msgstr "" + +msgid "Invalid query" +msgstr "" + +msgid "Invalid repository bundle for snippet with id %{snippet_id}" +msgstr "" + +msgid "Invalid repository path" +msgstr "" + +msgid "Invalid search parameter" +msgstr "" + +msgid "Invalid server response" +msgstr "" + +msgid "Invalid start or end time format" +msgstr "" + +msgid "Invalid status" +msgstr "" + +msgid "Invalid two-factor code." +msgstr "" + +msgid "Invalid yaml" +msgstr "" + +msgid "Invitation" +msgstr "" + +msgid "Invitation declined" +msgstr "" + +msgid "Invite" +msgstr "" + +msgid "Invite \"%{trimmed}\" by email" +msgstr "" + +msgid "Invite Members" +msgstr "" + +msgid "Invite another teammate" +msgstr "" + +msgid "Invite group" +msgstr "" + +msgid "Invite member" +msgstr "" + +msgid "Invite teammates (optional)" +msgstr "" + +msgid "Invite your team" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|Join now" +msgstr "" + +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|You are invited!" +msgstr "" + +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteMembersBanner|Collaborate with your team" +msgstr "" + +msgid "InviteMembersBanner|Invite your colleagues" +msgstr "" + +msgid "InviteMembersBanner|We noticed that you haven't invited anyone to this group. Invite your colleagues so you can discuss issues, collaborate on merge requests, and share your knowledge." +msgstr "" + +msgid "InviteMembersModal|%{linkStart}Read more%{linkEnd} about role permissions" +msgstr "" + +msgid "InviteMembersModal|Access expiration date (optional)" +msgstr "" + +msgid "InviteMembersModal|Cancel" +msgstr "" + +msgid "InviteMembersModal|Choose a role permission" +msgstr "" + +msgid "InviteMembersModal|GitLab member or Email address" +msgstr "" + +msgid "InviteMembersModal|Invite" +msgstr "" + +msgid "InviteMembersModal|Invite team members" +msgstr "" + +msgid "InviteMembersModal|Search for members to invite" +msgstr "" + +msgid "InviteMembersModal|User not invited. Feature coming soon!" +msgstr "" + +msgid "InviteMembersModal|Users were succesfully added" +msgstr "" + +msgid "InviteMembersModal|You're inviting members to the %{group_name} group" +msgstr "" + +msgid "InviteMembers|Invite team members" +msgstr "" + +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "Invited" +msgstr "" + +msgid "Invited users will be added with developer level permissions. You can always change this later." +msgstr "" + +msgid "Invocations" +msgstr "" + +msgid "Is blocked by" +msgstr "" + +msgid "Is this GitLab trial for your company?" +msgstr "" + +msgid "Is using license seat:" +msgstr "" + +msgid "Is using seat" +msgstr "" + +msgid "IssuableStatus|Closed" +msgstr "" + +msgid "IssuableStatus|Closed (%{link})" +msgstr "" + +msgid "IssuableStatus|duplicated" +msgstr "" + +msgid "IssuableStatus|moved" +msgstr "" + +msgid "IssuableStatus|promoted" +msgstr "" + +msgid "Issue" +msgstr "" + +msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}." +msgstr "" + +msgid "Issue Analytics" +msgstr "" + +msgid "Issue Boards" +msgstr "" + +msgid "Issue actions" +msgstr "" + +msgid "Issue already promoted to epic." +msgstr "" + +msgid "Issue cannot be found." +msgstr "" + +msgid "Issue created from vulnerability %{vulnerability_link}" +msgstr "" + +msgid "Issue events" +msgstr "" + +msgid "Issue first deployed to production" +msgstr "" + +msgid "Issue label" +msgstr "" + +msgid "Issue or Merge Request ID is required" +msgstr "" + +msgid "Issue published on status page." +msgstr "" + +msgid "Issue template (optional)" +msgstr "" + +msgid "Issue update failed" +msgstr "" + +msgid "Issue was closed by %{name} %{reason}" +msgstr "" + +msgid "Issue weight" +msgstr "" + +msgid "IssueAnalytics|Age" +msgstr "" + +msgid "IssueAnalytics|Assignees" +msgstr "" + +msgid "IssueAnalytics|Due date" +msgstr "" + +msgid "IssueAnalytics|Failed to load issues. Please try again." +msgstr "" + +msgid "IssueAnalytics|Issue" +msgstr "" + +msgid "IssueAnalytics|Milestone" +msgstr "" + +msgid "IssueAnalytics|Opened by" +msgstr "" + +msgid "IssueAnalytics|Status" +msgstr "" + +msgid "IssueAnalytics|Weight" +msgstr "" + +msgid "IssueBoards|Board" +msgstr "" + +msgid "IssueBoards|Boards" +msgstr "" + +msgid "IssueBoards|Create new board" +msgstr "" + +msgid "IssueBoards|Delete board" +msgstr "" + +msgid "IssueBoards|No matching boards found" +msgstr "" + +msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again." +msgstr "" + +msgid "IssueBoards|Switch board" +msgstr "" + +msgid "IssueTracker|Bugzilla issue tracker" +msgstr "" + +msgid "IssueTracker|Custom issue tracker" +msgstr "" + +msgid "IssueTracker|EWM work items tracker" +msgstr "" + +msgid "IssueTracker|Redmine issue tracker" +msgstr "" + +msgid "IssueTracker|YouTrack issue tracker" +msgstr "" + +msgid "Issues" +msgstr "" + +msgid "Issues Rate Limits" +msgstr "" + +msgid "Issues and Merge Requests" +msgstr "" + +msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable." +msgstr "" + +msgid "Issues closed" +msgstr "" + +msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically" +msgstr "" + +msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities" +msgstr "" + +msgid "Issues with no epic assigned" +msgstr "" + +msgid "Issues, merge requests, pushes, and comments." +msgstr "" + +msgid "IssuesAnalytics|After you begin creating issues for your projects, we can start tracking and displaying metrics for them" +msgstr "" + +msgid "IssuesAnalytics|Avg/Month:" +msgstr "" + +msgid "IssuesAnalytics|Issues opened" +msgstr "" + +msgid "IssuesAnalytics|Issues opened per month" +msgstr "" + +msgid "IssuesAnalytics|Last 12 months" +msgstr "" + +msgid "IssuesAnalytics|Sorry, your filter produced no results" +msgstr "" + +msgid "IssuesAnalytics|There are no issues for the projects in your group" +msgstr "" + +msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above" +msgstr "" + +msgid "IssuesAnalytics|Total:" +msgstr "" + +msgid "Issue|Title" +msgstr "" + +msgid "It looks like you have some draft commits in this branch." +msgstr "" + +msgid "It may be several days before you see feature usage data." +msgstr "" + +msgid "It must have a header row and at least two columns: the first column is the issue title and the second column is the issue description. The separator is automatically detected." +msgstr "" + +msgid "It seems like the Dependency Scanning job ran successfully, but no dependencies have been detected in your project." +msgstr "" + +msgid "It seems that there is currently no available data for code coverage" +msgstr "" + +msgid "It's you" +msgstr "" + +msgid "Iteration" +msgstr "" + +msgid "Iteration changed to" +msgstr "" + +msgid "Iteration removed" +msgstr "" + +msgid "Iteration updated" +msgstr "" + +msgid "Iterations" +msgstr "" + +msgid "Iteration|Dates cannot overlap with other existing Iterations" +msgstr "" + +msgid "Iteration|cannot be in the past" +msgstr "" + +msgid "Iteration|cannot be more than 500 years in the future" +msgstr "" + +msgid "I’m familiar with the basics of project management and DevOps." +msgstr "" + +msgid "I’m not very familiar with the basics of project management and DevOps." +msgstr "" + +msgid "Jaeger URL" +msgstr "" + +msgid "Jaeger tracing" +msgstr "" + +msgid "Jan" +msgstr "" + +msgid "January" +msgstr "" + +msgid "Japanese language support using" +msgstr "" + +msgid "Jira Issues" +msgstr "" + +msgid "Jira display name" +msgstr "" + +msgid "Jira import is already running." +msgstr "" + +msgid "Jira integration not configured." +msgstr "" + +msgid "Jira project key is not configured" +msgstr "" + +msgid "Jira project: %{importProject}" +msgstr "" + +msgid "Jira service not configured." +msgstr "" + +msgid "Jira users have been imported from the configured Jira instance. They can be mapped by selecting a GitLab user from the dropdown in the \"GitLab username\" column. When the form appears, the dropdown defaults to the user conducting the import." +msgstr "" + +msgid "Jira-GitLab user mapping template" +msgstr "" + +msgid "JiraService| on branch %{branch_link}" +msgstr "" + +msgid "JiraService|%{jira_docs_link_start}Enable the Jira integration%{jira_docs_link_end} to view your Jira issues in GitLab." +msgstr "" + +msgid "JiraService|%{user_link} mentioned this issue in %{entity_link} of %{project_link}%{branch}:{quote}%{entity_message}{quote}" +msgstr "" + +msgid "JiraService|Displaying Jira issues while leaving the GitLab issue functionality enabled might be confusing. Consider %{linkStart}disabling GitLab issues%{linkEnd} if they won’t otherwise be used." +msgstr "" + +msgid "JiraService|Enable Jira issues" +msgstr "" + +msgid "JiraService|Events for %{noteable_model_name} are disabled." +msgstr "" + +msgid "JiraService|If different from Web URL" +msgstr "" + +msgid "JiraService|Issue List" +msgstr "" + +msgid "JiraService|Jira API URL" +msgstr "" + +msgid "JiraService|Jira Issues" +msgstr "" + +msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit." +msgstr "" + +msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request." +msgstr "" + +msgid "JiraService|Jira issue tracker" +msgstr "" + +msgid "JiraService|Jira project key" +msgstr "" + +msgid "JiraService|Open Jira" +msgstr "" + +msgid "JiraService|Password or API token" +msgstr "" + +msgid "JiraService|This feature requires a Premium plan." +msgstr "" + +msgid "JiraService|Transition ID(s)" +msgstr "" + +msgid "JiraService|Use , or ; to separate multiple transition IDs" +msgstr "" + +msgid "JiraService|Use a password for server version and an API token for cloud version" +msgstr "" + +msgid "JiraService|Use a username for server version and an email for cloud version" +msgstr "" + +msgid "JiraService|Username or Email" +msgstr "" + +msgid "JiraService|Using Jira for issue tracking?" +msgstr "" + +msgid "JiraService|View Jira issues in GitLab" +msgstr "" + +msgid "JiraService|Warning: All GitLab users that have access to this GitLab project will be able to view all issues from the Jira project specified below." +msgstr "" + +msgid "JiraService|Web URL" +msgstr "" + +msgid "JiraService|Work on Jira issues without leaving GitLab. Adds a Jira menu to access your list of Jira issues and view any issue as read-only." +msgstr "" + +msgid "JiraService|e.g. AB" +msgstr "" + +msgid "JiraService|transition ids can have only numbers which can be split with , or ;" +msgstr "" + +msgid "Job" +msgstr "" + +msgid "Job Failed #%{build_id}" +msgstr "" + +msgid "Job ID" +msgstr "" + +msgid "Job artifact" +msgstr "" + +msgid "Job artifacts" +msgstr "" + +msgid "Job has been erased" +msgstr "" + +msgid "Job has been successfully erased!" +msgstr "" + +msgid "Job has wrong arguments format." +msgstr "" + +msgid "Job is missing the `model_type` argument." +msgstr "" + +msgid "Job is stuck. Check runners." +msgstr "" + +msgid "Job logs and artifacts" +msgstr "" + +msgid "Job to create self-monitoring project is in progress" +msgstr "" + +msgid "Job to delete self-monitoring project is in progress" +msgstr "" + +msgid "Job was retried" +msgstr "" + +msgid "Jobs" +msgstr "" + +msgid "Job|Browse" +msgstr "" + +msgid "Job|Complete Raw" +msgstr "" + +msgid "Job|Download" +msgstr "" + +msgid "Job|Erase job log" +msgstr "" + +msgid "Job|Job artifacts" +msgstr "" + +msgid "Job|Job has been erased" +msgstr "" + +msgid "Job|Job has been erased by" +msgstr "" + +msgid "Job|Keep" +msgstr "" + +msgid "Job|Pipeline" +msgstr "" + +msgid "Job|Scroll to bottom" +msgstr "" + +msgid "Job|Scroll to top" +msgstr "" + +msgid "Job|Show complete raw" +msgstr "" + +msgid "Job|The artifacts were removed" +msgstr "" + +msgid "Job|The artifacts will be removed" +msgstr "" + +msgid "Job|These artifacts are the latest. They will not be deleted (even if expired) until newer artifacts are available." +msgstr "" + +msgid "Job|This job failed because the necessary resources were not successfully created." +msgstr "" + +msgid "Job|This job is stuck because the project doesn't have any runners online assigned to it." +msgstr "" + +msgid "Job|This job is stuck because you don't have any active runners online or available with any of these tags assigned to them:" +msgstr "" + +msgid "Job|This job is stuck because you don't have any active runners that can run this job." +msgstr "" + +msgid "Job|for" +msgstr "" + +msgid "Job|into" +msgstr "" + +msgid "Job|with" +msgstr "" + +msgid "Join Zoom meeting" +msgstr "" + +msgid "Joined %{time_ago}" +msgstr "" + +msgid "Jul" +msgstr "" + +msgid "July" +msgstr "" + +msgid "Jump to next unresolved thread" +msgstr "" + +msgid "Jun" +msgstr "" + +msgid "June" +msgstr "" + +msgid "Just me" +msgstr "" + +msgid "K8s pod health" +msgstr "" + +msgid "Keep divergent refs" +msgstr "" + +msgid "Keep editing" +msgstr "" + +msgid "Kerberos access denied" +msgstr "" + +msgid "Key" +msgstr "" + +msgid "Key (PEM)" +msgstr "" + +msgid "Key: %{key}" +msgstr "" + +msgid "Keyboard shortcuts" +msgstr "" + +msgid "KeyboardKey|Ctrl+" +msgstr "" + +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + +msgid "Keys" +msgstr "" + +msgid "Ki" +msgstr "" + +msgid "Kubernetes" +msgstr "" + +msgid "Kubernetes API returned status code: %{error_code}" +msgstr "" + +msgid "Kubernetes Cluster" +msgstr "" + +msgid "Kubernetes Clusters" +msgstr "" + +msgid "Kubernetes cluster" +msgstr "" + +msgid "Kubernetes cluster creation time exceeds timeout; %{timeout}" +msgstr "" + +msgid "Kubernetes cluster integration and resources are being removed." +msgstr "" + +msgid "Kubernetes cluster integration was successfully removed." +msgstr "" + +msgid "Kubernetes cluster was successfully updated." +msgstr "" + +msgid "Kubernetes deployment not found" +msgstr "" + +msgid "Kubernetes error: %{error_code}" +msgstr "" + +msgid "Kubernetes popover" +msgstr "" + +msgid "LDAP" +msgstr "" + +msgid "LDAP Synchronization" +msgstr "" + +msgid "LDAP group settings" +msgstr "" + +msgid "LDAP settings" +msgstr "" + +msgid "LDAP settings updated" +msgstr "" + +msgid "LDAP sync in progress. This could take a few minutes. Refresh the page to see the changes." +msgstr "" + +msgid "LDAP synchronizations" +msgstr "" + +msgid "LFS" +msgstr "" + +msgid "LFS object" +msgstr "" + +msgid "LFS objects" +msgstr "" + +msgid "LFSStatus|Disabled" +msgstr "" + +msgid "LFSStatus|Enabled" +msgstr "" + +msgid "LICENSE" +msgstr "" + +msgid "Label" +msgstr "" + +msgid "Label actions dropdown" +msgstr "" + +msgid "Label lists show all issues with the selected label." +msgstr "" + +msgid "Label was created" +msgstr "" + +msgid "Label was removed" +msgstr "" + +msgid "Label was successfully updated." +msgstr "" + +msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more" +msgstr "" + +msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more" +msgstr "" + +msgid "LabelSelect|Labels" +msgstr "" + +msgid "Labels" +msgstr "" + +msgid "Labels can be applied to %{features}. Group labels are available for any project within the group." +msgstr "" + +msgid "Labels can be applied to issues and merge requests to categorize them." +msgstr "" + +msgid "Labels can be applied to issues and merge requests." +msgstr "" + +msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}" +msgstr "" + +msgid "Labels|Promote Label" +msgstr "" + +msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." +msgstr "" + +msgid "Language" +msgstr "" + +msgid "Large File Storage" +msgstr "" + +msgid "Last %d day" +msgid_plural "Last %d days" +msgstr[0] "" +msgstr[1] "" + +msgid "Last 2 weeks" +msgstr "" + +msgid "Last 30 days" +msgstr "" + +msgid "Last 60 days" +msgstr "" + +msgid "Last 90 days" +msgstr "" + +msgid "Last Accessed On" +msgstr "" + +msgid "Last Pipeline" +msgstr "" + +msgid "Last Seen" +msgstr "" + +msgid "Last Used" +msgstr "" + +msgid "Last accessed on" +msgstr "" + +msgid "Last activity" +msgstr "" + +msgid "Last commit" +msgstr "" + +msgid "Last contact" +msgstr "" + +msgid "Last edited %{date}" +msgstr "" + +msgid "Last edited by %{name}" +msgstr "" + +msgid "Last item before this page loaded in your browser:" +msgstr "" + +msgid "Last name" +msgstr "" + +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + +msgid "Last reply by" +msgstr "" + +msgid "Last repository check (%{last_check_timestamp}) failed. See the 'repocheck.log' file for error messages." +msgstr "" + +msgid "Last repository check run" +msgstr "" + +msgid "Last seen" +msgstr "" + +msgid "Last successful sync" +msgstr "" + +msgid "Last successful update" +msgstr "" + +msgid "Last time verified" +msgstr "" + +msgid "Last update" +msgstr "" + +msgid "Last update attempt" +msgstr "" + +msgid "Last updated" +msgstr "" + +msgid "Last used" +msgstr "" + +msgid "Last used %{last_used_at} ago" +msgstr "" + +msgid "Last used on:" +msgstr "" + +msgid "Last week" +msgstr "" + +msgid "LastCommit|authored" +msgstr "" + +msgid "LastPushEvent|You pushed to" +msgstr "" + +msgid "LastPushEvent|at" +msgstr "" + +msgid "Latest changes" +msgstr "" + +msgid "Latest pipeline for the most recent commit on this branch" +msgstr "" + +msgid "Launch a ready-to-code development environment for your project." +msgstr "" + +msgid "Lead" +msgstr "" + +msgid "Lead Time" +msgstr "" + +msgid "Learn GitLab" +msgstr "" + +msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}" +msgstr "" + +msgid "Learn how to %{no_packages_link_start}publish and share your packages%{no_packages_link_end} with GitLab." +msgstr "" + +msgid "Learn how to enable synchronization" +msgstr "" + +msgid "Learn more" +msgstr "" + +msgid "Learn more about %{username}" +msgstr "" + +msgid "Learn more about Auto DevOps" +msgstr "" + +msgid "Learn more about Kubernetes" +msgstr "" + +msgid "Learn more about License-Check" +msgstr "" + +msgid "Learn more about Vulnerability-Check" +msgstr "" + +msgid "Learn more about Web Terminal" +msgstr "" + +msgid "Learn more about X.509 signed commits" +msgstr "" + +msgid "Learn more about adding certificates to your project by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}." +msgstr "" + +msgid "Learn more about approvals." +msgstr "" + +msgid "Learn more about custom project templates" +msgstr "" + +msgid "Learn more about deploying to AWS" +msgstr "" + +msgid "Learn more about deploying to a cluster" +msgstr "" + +msgid "Learn more about group-level project templates" +msgstr "" + +msgid "Learn more about job dependencies" +msgstr "" + +msgid "Learn more about signing commits" +msgstr "" + +msgid "Learn more about the dependency list" +msgstr "" + +msgid "Learn more in the" +msgstr "" + +msgid "Learn more in the|pipeline schedules documentation" +msgstr "" + +msgid "Leave" +msgstr "" + +msgid "Leave Admin Mode" +msgstr "" + +msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked." +msgstr "" + +msgid "Leave edit mode? All unsaved changes will be lost." +msgstr "" + +msgid "Leave group" +msgstr "" + +msgid "Leave project" +msgstr "" + +msgid "Leave the \"File type\" and \"Delivery method\" options on their default values." +msgstr "" + +msgid "Leave zen mode" +msgstr "" + +msgid "Legacy burndown chart" +msgstr "" + +msgid "Let's Encrypt does not accept emails on example.com" +msgstr "" + +msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}." +msgstr "" + +msgid "License" +msgstr "" + +msgid "License Compliance" +msgstr "" + +msgid "License History" +msgstr "" + +msgid "License ID:" +msgstr "" + +msgid "License overview" +msgstr "" + +msgid "License-Check" +msgstr "" + +msgid "LicenseCompliance|%{docLinkStart}License Approvals%{docLinkEnd} are active" +msgstr "" + +msgid "LicenseCompliance|%{docLinkStart}License Approvals%{docLinkEnd} are inactive" +msgstr "" + +msgid "LicenseCompliance|Acceptable license to be used in the project" +msgstr "" + +msgid "LicenseCompliance|Add a license" +msgstr "" + +msgid "LicenseCompliance|Add license and related policy" +msgstr "" + +msgid "LicenseCompliance|Allow" +msgstr "" + +msgid "LicenseCompliance|Allowed" +msgstr "" + +msgid "LicenseCompliance|Denied" +msgstr "" + +msgid "LicenseCompliance|Deny" +msgstr "" + +msgid "LicenseCompliance|Disallow merge request if detected and will instruct developer to remove" +msgstr "" + +msgid "LicenseCompliance|Learn more about %{linkStart}License Approvals%{linkEnd}" +msgstr "" + +msgid "LicenseCompliance|License" +msgstr "" + +msgid "LicenseCompliance|License Approvals" +msgstr "" + +msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only" +msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected %d license and policy violation for the source branch only; approval required" +msgid_plural "LicenseCompliance|License Compliance detected %d licenses and policy violations for the source branch only; approval required" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected %d license for the source branch only" +msgid_plural "LicenseCompliance|License Compliance detected %d licenses for the source branch only" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected %d new license" +msgid_plural "LicenseCompliance|License Compliance detected %d new licenses" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected %d new license and policy violation" +msgid_plural "LicenseCompliance|License Compliance detected %d new licenses and policy violations" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected %d new license and policy violation; approval required" +msgid_plural "LicenseCompliance|License Compliance detected %d new licenses and policy violations; approval required" +msgstr[0] "" +msgstr[1] "" + +msgid "LicenseCompliance|License Compliance detected no licenses for the source branch only" +msgstr "" + +msgid "LicenseCompliance|License Compliance detected no new licenses" +msgstr "" + +msgid "LicenseCompliance|License details" +msgstr "" + +msgid "LicenseCompliance|License name" +msgstr "" + +msgid "LicenseCompliance|License review" +msgstr "" + +msgid "LicenseCompliance|Packages" +msgstr "" + +msgid "LicenseCompliance|Remove license" +msgstr "" + +msgid "LicenseCompliance|Remove license?" +msgstr "" + +msgid "LicenseCompliance|There are currently no policies in this project." +msgstr "" + +msgid "LicenseCompliance|There are currently no policies that match in this project." +msgstr "" + +msgid "LicenseCompliance|This license already exists in this project." +msgstr "" + +msgid "LicenseCompliance|URL" +msgstr "" + +msgid "LicenseCompliance|You are about to remove the license, %{name}, from this project." +msgstr "" + +msgid "LicenseManagement|Allowed" +msgstr "" + +msgid "LicenseManagement|Denied" +msgstr "" + +msgid "LicenseManagement|Uncategorized" +msgstr "" + +msgid "Licensed Features" +msgstr "" + +msgid "Licensed to" +msgstr "" + +msgid "Licensed to:" +msgstr "" + +msgid "Licenses" +msgstr "" + +msgid "Licenses|%{remainingComponentsCount} more" +msgstr "" + +msgid "Licenses|Acceptable license to be used in the project" +msgstr "" + +msgid "Licenses|Component" +msgstr "" + +msgid "Licenses|Components" +msgstr "" + +msgid "Licenses|Detected in Project" +msgstr "" + +msgid "Licenses|Detected licenses that are out-of-compliance with the project's assigned policies" +msgstr "" + +msgid "Licenses|Disallow Merge request if detected and will instruct the developer to remove" +msgstr "" + +msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest successful%{linkEnd} scan" +msgstr "" + +msgid "Licenses|Error fetching the license list. Please check your network connection and try again." +msgstr "" + +msgid "Licenses|Learn more about license compliance" +msgstr "" + +msgid "Licenses|License Compliance" +msgstr "" + +msgid "Licenses|Name" +msgstr "" + +msgid "Licenses|Policies" +msgstr "" + +msgid "Licenses|Policy" +msgstr "" + +msgid "Licenses|Policy violation: denied" +msgstr "" + +msgid "Licenses|Specified policies in this project" +msgstr "" + +msgid "Licenses|The license list details information about the licenses used within your project." +msgstr "" + +msgid "Licenses|View license details for your project" +msgstr "" + +msgid "License|Buy license" +msgstr "" + +msgid "License|License" +msgstr "" + +msgid "License|You can restore access to the Gold features at any time by upgrading." +msgstr "" + +msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details." +msgstr "" + +msgid "License|You do not have a license." +msgstr "" + +msgid "License|Your License" +msgstr "" + +msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}." +msgstr "" + +msgid "Limit display of time tracking units to hours." +msgstr "" + +msgid "Limit namespaces and projects that can be indexed" +msgstr "" + +msgid "Limited to showing %d event at most" +msgid_plural "Limited to showing %d events at most" +msgstr[0] "" +msgstr[1] "" + +msgid "Line changes" +msgstr "" + +msgid "Link Prometheus monitoring to GitLab." +msgstr "" + +msgid "Link copied" +msgstr "" + +msgid "Link title" +msgstr "" + +msgid "Link title is required" +msgstr "" + +msgid "Link to go to GitLab pipeline documentation" +msgstr "" + +msgid "Linked emails (%{email_count})" +msgstr "" + +msgid "Linked issues" +msgstr "" + +msgid "LinkedIn" +msgstr "" + +msgid "LinkedPipelines|%{counterLabel} more downstream pipelines" +msgstr "" + +msgid "Links" +msgstr "" + +msgid "List" +msgstr "" + +msgid "List Your Gitea Repositories" +msgstr "" + +msgid "List available repositories" +msgstr "" + +msgid "List of all merge commits" +msgstr "" + +msgid "List options" +msgstr "" + +msgid "List settings" +msgstr "" + +msgid "List the merge requests that must be merged before this one." +msgstr "" + +msgid "List view" +msgstr "" + +msgid "List your Bitbucket Server repositories" +msgstr "" + +msgid "Live preview" +msgstr "" + +msgid "Load more" +msgstr "" + +msgid "Load more users" +msgstr "" + +msgid "Loading" +msgstr "" + +msgid "Loading contribution stats for group members" +msgstr "" + +msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}" +msgstr "" + +msgid "Loading functions timed out. Please reload the page to try again." +msgstr "" + +msgid "Loading issues" +msgstr "" + +msgid "Loading snippet" +msgstr "" + +msgid "Loading the GitLab IDE..." +msgstr "" + +msgid "Loading..." +msgstr "" + +msgid "Loading…" +msgstr "" + +msgid "Local IP addresses and domain names that hooks and services may access." +msgstr "" + +msgid "Localization" +msgstr "" + +msgid "Location" +msgstr "" + +msgid "Lock" +msgstr "" + +msgid "Lock %{issuableDisplayName}" +msgstr "" + +msgid "Lock memberships to LDAP synchronization" +msgstr "" + +msgid "Lock not found" +msgstr "" + +msgid "Lock the discussion" +msgstr "" + +msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment." +msgstr "" + +msgid "Lock to current projects" +msgstr "" + +msgid "Locked" +msgstr "" + +msgid "Locked Files" +msgstr "" + +msgid "Locked by %{fileLockUserName}" +msgstr "" + +msgid "Locked the discussion." +msgstr "" + +msgid "Locked to current projects" +msgstr "" + +msgid "Locks give the ability to lock specific file or folder." +msgstr "" + +msgid "Locks the discussion." +msgstr "" + +msgid "Login with smartcard" +msgstr "" + +msgid "Logo was successfully removed." +msgstr "" + +msgid "Logs" +msgstr "" + +msgid "Logs|To see the logs, deploy your code to an environment." +msgstr "" + +msgid "Low vulnerabilities present" +msgstr "" + +msgid "MB" +msgstr "" + +msgid "MD5" +msgstr "" + +msgid "MERGED" +msgstr "" + +msgid "MR widget|Back to the Merge request" +msgstr "" + +msgid "MR widget|See your pipeline in action" +msgstr "" + +msgid "MR widget|Take a look at our %{beginnerLinkStart}Beginner's Guide to Continuous Integration%{beginnerLinkEnd} and our %{exampleLinkStart}examples of GitLab CI/CD%{exampleLinkEnd} to learn more." +msgstr "" + +msgid "MR widget|The pipeline will test your code on every commit. A %{codeQualityLinkStart}code quality report%{codeQualityLinkEnd} will appear in your merge requests to warn you about potential code degradations." +msgstr "" + +msgid "MRApprovals|Approvals" +msgstr "" + +msgid "MRApprovals|Approved by" +msgstr "" + +msgid "MRApprovals|Approvers" +msgstr "" + +msgid "MRApprovals|Commented by" +msgstr "" + +msgid "MRDiff|Show changes only" +msgstr "" + +msgid "MRDiff|Show full file" +msgstr "" + +msgid "Made this issue confidential." +msgstr "" + +msgid "Maintenance mode" +msgstr "" + +msgid "Make and review changes in the browser with the Web IDE" +msgstr "" + +msgid "Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos." +msgstr "" + +msgid "Make issue confidential" +msgstr "" + +msgid "Make sure you save it - you won't be able to access it again." +msgstr "" + +msgid "Make sure you're logged into the account that owns the projects you'd like to import." +msgstr "" + +msgid "Make this epic confidential" +msgstr "" + +msgid "Makes this issue confidential." +msgstr "" + +msgid "Manage" +msgstr "" + +msgid "Manage Web IDE features" +msgstr "" + +msgid "Manage access" +msgstr "" + +msgid "Manage all notifications" +msgstr "" + +msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account." +msgstr "" + +msgid "Manage applications that you've authorized to use your account." +msgstr "" + +msgid "Manage group labels" +msgstr "" + +msgid "Manage labels" +msgstr "" + +msgid "Manage milestones" +msgstr "" + +msgid "Manage project labels" +msgstr "" + +msgid "Manage storage usage" +msgstr "" + +msgid "Manage two-factor authentication" +msgstr "" + +msgid "Manage your license" +msgstr "" + +msgid "Managed Account" +msgstr "" + +msgid "Manifest" +msgstr "" + +msgid "Manifest file import" +msgstr "" + +msgid "Manifest import" +msgstr "" + +msgid "ManualOrdering|Couldn't save the order of the issues" +msgstr "" + +msgid "Map a FogBugz account ID to a GitLab user" +msgstr "" + +msgid "Map a Google Code user to a GitLab user" +msgstr "" + +msgid "Map a Google Code user to a full email address" +msgstr "" + +msgid "Map a Google Code user to a full name" +msgstr "" + +msgid "Mar" +msgstr "" + +msgid "March" +msgstr "" + +msgid "Mark as done" +msgstr "" + +msgid "Mark as draft" +msgstr "" + +msgid "Mark as ready" +msgstr "" + +msgid "Mark as resolved" +msgstr "" + +msgid "Mark this issue as a duplicate of another issue" +msgstr "" + +msgid "Mark this issue as related to another issue" +msgstr "" + +msgid "Mark to do as done" +msgstr "" + +msgid "Markdown" +msgstr "" + +msgid "Markdown Help" +msgstr "" + +msgid "Markdown enabled" +msgstr "" + +msgid "Markdown is supported" +msgstr "" + +msgid "MarkdownEditor|Add a link (%{modifierKey}K)" +msgstr "" + +msgid "MarkdownEditor|Add a link (%{modifier_key}K)" +msgstr "" + +msgid "MarkdownEditor|Add bold text (%{modifierKey}B)" +msgstr "" + +msgid "MarkdownEditor|Add bold text (%{modifier_key}B)" +msgstr "" + +msgid "MarkdownEditor|Add italic text (%{modifierKey}I)" +msgstr "" + +msgid "MarkdownEditor|Add italic text (%{modifier_key}I)" +msgstr "" + +msgid "Marked For Deletion At - %{deletion_time}" +msgstr "" + +msgid "Marked this %{noun} as Work In Progress." +msgstr "" + +msgid "Marked this issue as a duplicate of %{duplicate_param}." +msgstr "" + +msgid "Marked this issue as related to %{issue_ref}." +msgstr "" + +msgid "Marked to do as done." +msgstr "" + +msgid "Marks this %{noun} as Work In Progress." +msgstr "" + +msgid "Marks this issue as a duplicate of %{duplicate_reference}." +msgstr "" + +msgid "Marks this issue as related to %{issue_ref}." +msgstr "" + +msgid "Marks to do as done." +msgstr "" + +msgid "Mask variable" +msgstr "" + +msgid "Match not found; try refining your search query." +msgstr "" + +msgid "MattermostService|Add to Mattermost" +msgstr "" + +msgid "MattermostService|Command trigger word" +msgstr "" + +msgid "MattermostService|Fill in the word that works best for your team." +msgstr "" + +msgid "MattermostService|Request URL" +msgstr "" + +msgid "MattermostService|Request method" +msgstr "" + +msgid "MattermostService|Response icon" +msgstr "" + +msgid "MattermostService|Response username" +msgstr "" + +msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering" +msgstr "" + +msgid "MattermostService|Suggestions:" +msgstr "" + +msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost." +msgstr "" + +msgid "Max Group Export Download requests per minute per user" +msgstr "" + +msgid "Max Group Export requests per minute per user" +msgstr "" + +msgid "Max Group Import requests per minute per user" +msgstr "" + +msgid "Max Project Export Download requests per minute per user" +msgstr "" + +msgid "Max Project Export requests per minute per user" +msgstr "" + +msgid "Max Project Import requests per minute per user" +msgstr "" + +msgid "Max access level" +msgstr "" + +msgid "Max role" +msgstr "" + +msgid "Max size 15 MB" +msgstr "" + +msgid "MaxBuilds" +msgstr "" + +msgid "Maximum Conan package file size in bytes" +msgstr "" + +msgid "Maximum Maven package file size in bytes" +msgstr "" + +msgid "Maximum NPM package file size in bytes" +msgstr "" + +msgid "Maximum NuGet package file size in bytes" +msgstr "" + +msgid "Maximum PyPI package file size in bytes" +msgstr "" + +msgid "Maximum Users:" +msgstr "" + +msgid "Maximum allowable lifetime for personal access token (days)" +msgstr "" + +msgid "Maximum artifacts size (MB)" +msgstr "" + +msgid "Maximum attachment size (MB)" +msgstr "" + +msgid "Maximum bulk request size (MiB)" +msgstr "" + +msgid "Maximum capacity" +msgstr "" + +msgid "Maximum concurrency of Elasticsearch bulk requests per indexing operation." +msgstr "" + +msgid "Maximum delay (Minutes)" +msgstr "" + +msgid "Maximum duration of a session." +msgstr "" + +msgid "Maximum field length" +msgstr "" + +msgid "Maximum file size indexed (KiB)" +msgstr "" + +msgid "Maximum file size is 2MB. Please select a smaller file." +msgstr "" + +msgid "Maximum import size (MB)" +msgstr "" + +msgid "Maximum job timeout" +msgstr "" + +msgid "Maximum job timeout has a value which could not be accepted" +msgstr "" + +msgid "Maximum length 100 characters" +msgstr "" + +msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}." +msgstr "" + +msgid "Maximum number of %{name} (%{count}) exceeded" +msgstr "" + +msgid "Maximum number of comments exceeded" +msgstr "" + +msgid "Maximum number of mirrors that can be synchronizing at the same time." +msgstr "" + +msgid "Maximum number of projects." +msgstr "" + +msgid "Maximum page reached" +msgstr "" + +msgid "Maximum push size (MB)" +msgstr "" + +msgid "Maximum size limit for a single commit." +msgstr "" + +msgid "Maximum size limit for each repository." +msgstr "" + +msgid "Maximum size of Elasticsearch bulk indexing requests." +msgstr "" + +msgid "Maximum size of import files." +msgstr "" + +msgid "Maximum size of individual attachments in comments." +msgstr "" + +msgid "Maximum time between updates that a mirror can have when scheduled to synchronize." +msgstr "" + +msgid "May" +msgstr "" + +msgid "Measured in bytes of code. Excludes generated and vendored code." +msgstr "" + +msgid "Median" +msgstr "" + +msgid "Medium vulnerabilities present" +msgstr "" + +msgid "Member lock" +msgstr "" + +msgid "Member since %{date}" +msgstr "" + +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + +msgid "Members" +msgstr "" + +msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}" +msgstr "" + +msgid "Members invited to %{strong_start}%{group_name}%{strong_end}" +msgstr "" + +msgid "Members of %{group} can also merge into this branch: %{branch}" +msgstr "" + +msgid "Members of %{group} can also push to this branch: %{branch}" +msgstr "" + +msgid "Members of %{strong_open}%{project_name}%{strong_close}" +msgstr "" + +msgid "Members of a group may only view projects they have permission to access" +msgstr "" + +msgid "Members with access to %{strong_start}%{group_name}%{strong_end}" +msgstr "" + +msgid "Members|%{time} by %{user}" +msgstr "" + +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + +msgid "Members|Expired" +msgstr "" + +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + +msgid "Members|No expiration set" +msgstr "" + +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + +msgid "Members|in %{time}" +msgstr "" + +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + +msgid "Memory Usage" +msgstr "" + +msgid "Merge" +msgstr "" + +msgid "Merge (when the pipeline succeeds)" +msgstr "" + +msgid "Merge Conflicts" +msgstr "" + +msgid "Merge Request" +msgstr "" + +msgid "Merge Request Analytics" +msgstr "" + +msgid "Merge Request Approvals" +msgstr "" + +msgid "Merge Request Commits" +msgstr "" + +msgid "Merge Requests" +msgstr "" + +msgid "Merge Requests created" +msgstr "" + +msgid "Merge Requests in Review" +msgstr "" + +msgid "Merge Requests merged" +msgstr "" + +msgid "Merge automatically (%{strategy})" +msgstr "" + +msgid "Merge commit message" +msgstr "" + +msgid "Merge events" +msgstr "" + +msgid "Merge immediately" +msgstr "" + +msgid "Merge in progress" +msgstr "" + +msgid "Merge locally" +msgstr "" + +msgid "Merge options" +msgstr "" + +msgid "Merge request" +msgstr "" + +msgid "Merge request %{iid} authored by %{authorName}" +msgstr "" + +msgid "Merge request %{mr_link} was reviewed by %{mr_author}" +msgstr "" + +msgid "Merge request approvals" +msgstr "" + +msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project." +msgstr "" + +msgid "Merge request dependencies" +msgstr "" + +msgid "Merge request was scheduled to merge after pipeline succeeds" +msgstr "" + +msgid "Merge requests" +msgstr "" + +msgid "Merge requests approvals" +msgstr "" + +msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others" +msgstr "" + +msgid "Merge requests are read-only in a secondary Geo node" +msgstr "" + +msgid "Merge when pipeline succeeds" +msgstr "" + +msgid "MergeConflict|Commit to source branch" +msgstr "" + +msgid "MergeConflict|Committing..." +msgstr "" + +msgid "MergeConflict|HEAD//our changes" +msgstr "" + +msgid "MergeConflict|Use ours" +msgstr "" + +msgid "MergeConflict|Use theirs" +msgstr "" + +msgid "MergeConflict|conflict" +msgstr "" + +msgid "MergeConflict|conflicts" +msgstr "" + +msgid "MergeConflict|origin//their changes" +msgstr "" + +msgid "MergeRequestAnalytics|Assignees" +msgstr "" + +msgid "MergeRequestAnalytics|Date Merged" +msgstr "" + +msgid "MergeRequestAnalytics|Line changes" +msgstr "" + +msgid "MergeRequestAnalytics|Merge Request" +msgstr "" + +msgid "MergeRequestAnalytics|Milestone" +msgstr "" + +msgid "MergeRequestAnalytics|Pipelines" +msgstr "" + +msgid "MergeRequestAnalytics|Time to merge" +msgstr "" + +msgid "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}" +msgstr "" + +msgid "MergeRequestDiffs|Select comment starting line" +msgstr "" + +msgid "MergeRequests|Add a reply" +msgstr "" + +msgid "MergeRequests|An error occurred while checking whether another squash is in progress." +msgstr "" + +msgid "MergeRequests|An error occurred while saving the draft comment." +msgstr "" + +msgid "MergeRequests|Failed to squash. Should be done manually." +msgstr "" + +msgid "MergeRequests|Jump to next unresolved thread" +msgstr "" + +msgid "MergeRequests|Reply..." +msgstr "" + +msgid "MergeRequests|Resolve this thread in a new issue" +msgstr "" + +msgid "MergeRequests|Saving the comment failed" +msgstr "" + +msgid "MergeRequests|Squash task canceled: another squash is already in progress." +msgstr "" + +msgid "MergeRequests|This project does not allow squashing commits when merge requests are accepted." +msgstr "" + +msgid "MergeRequests|Thread stays resolved" +msgstr "" + +msgid "MergeRequests|Thread stays unresolved" +msgstr "" + +msgid "MergeRequests|Thread will be resolved" +msgstr "" + +msgid "MergeRequests|Thread will be unresolved" +msgstr "" + +msgid "MergeRequests|View file @ %{commitId}" +msgstr "" + +msgid "MergeRequests|View replaced file @ %{commitId}" +msgstr "" + +msgid "MergeRequests|commented on commit %{commitLink}" +msgstr "" + +msgid "MergeRequests|started a thread" +msgstr "" + +msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}" +msgstr "" + +msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}" +msgstr "" + +msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}" +msgstr "" + +msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}" +msgstr "" + +msgid "MergeRequest|Compare %{target} and %{source}" +msgstr "" + +msgid "MergeRequest|Error dismissing suggestion popover. Please try again." +msgstr "" + +msgid "MergeRequest|Error loading full diff. Please try again." +msgstr "" + +msgid "MergeRequest|No files found" +msgstr "" + +msgid "MergeRequest|Search files (%{modifier_key}P)" +msgstr "" + +msgid "Merged" +msgstr "" + +msgid "Merged MRs" +msgstr "" + +msgid "Merged branches are being deleted. This can take some time depending on the number of branches. Please refresh the page to see changes." +msgstr "" + +msgid "Merged this merge request." +msgstr "" + +msgid "Merged: %{merged}" +msgstr "" + +msgid "Merges this merge request immediately." +msgstr "" + +msgid "Merges this merge request when the pipeline succeeds." +msgstr "" + +msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information." +msgstr "" + +msgid "Message" +msgstr "" + +msgid "Messages" +msgstr "" + +msgid "Method" +msgstr "" + +msgid "Metric was successfully added." +msgstr "" + +msgid "Metric was successfully updated." +msgstr "" + +msgid "Metric:" +msgstr "" + +msgid "MetricChart|Please select a metric" +msgstr "" + +msgid "MetricChart|Selected" +msgstr "" + +msgid "MetricChart|There is no data available. Please change your selection." +msgstr "" + +msgid "MetricChart|There is too much data to calculate. Please change your selection." +msgstr "" + +msgid "Metrics" +msgstr "" + +msgid "Metrics - Grafana" +msgstr "" + +msgid "Metrics - Prometheus" +msgstr "" + +msgid "Metrics Dashboard" +msgstr "" + +msgid "Metrics Dashboard YAML definition" +msgstr "" + +msgid "Metrics Dashboard YAML definition is invalid:" +msgstr "" + +msgid "Metrics Dashboard YAML definition is valid." +msgstr "" + +msgid "Metrics and profiling" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|Annotation can't belong to both a cluster and an environment at the same time" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|Annotation has not been deleted" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|Annotation must belong to a cluster or an environment" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|Dashboard with requested path can not be found" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|You are not authorized to create annotation for selected cluster" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|You are not authorized to create annotation for selected environment" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|You are not authorized to delete this annotation" +msgstr "" + +msgid "Metrics::Dashboard::Annotation|can't be before starting_at time" +msgstr "" + +msgid "Metrics::UsersStarredDashboards|Dashboard with requested path can not be found" +msgstr "" + +msgid "Metrics::UsersStarredDashboards|You are not authorized to add star to this dashboard" +msgstr "" + +msgid "MetricsSettings|Add a button to the metrics dashboard linking directly to your existing external dashboard." +msgstr "" + +msgid "MetricsSettings|Choose whether to display dashboard metrics in UTC or the user's local timezone." +msgstr "" + +msgid "MetricsSettings|Dashboard timezone" +msgstr "" + +msgid "MetricsSettings|External dashboard URL" +msgstr "" + +msgid "MetricsSettings|Manage Metrics Dashboard settings." +msgstr "" + +msgid "MetricsSettings|Metrics dashboard" +msgstr "" + +msgid "MetricsSettings|UTC (Coordinated Universal Time)" +msgstr "" + +msgid "MetricsSettings|User's local timezone" +msgstr "" + +msgid "Metrics|1. Define and preview panel" +msgstr "" + +msgid "Metrics|2. Paste panel YAML into dashboard" +msgstr "" + +msgid "Metrics|Add metric" +msgstr "" + +msgid "Metrics|Add panel" +msgstr "" + +msgid "Metrics|Avg" +msgstr "" + +msgid "Metrics|Back to dashboard" +msgstr "" + +msgid "Metrics|Cancel" +msgstr "" + +msgid "Metrics|Check out the CI/CD documentation on deploying to an environment" +msgstr "" + +msgid "Metrics|Collapse panel" +msgstr "" + +msgid "Metrics|Collapse panel (Esc)" +msgstr "" + +msgid "Metrics|Copy YAML" +msgstr "" + +msgid "Metrics|Copy and paste the panel YAML into your dashboard YAML file." +msgstr "" + +msgid "Metrics|Create custom dashboard %{fileName}" +msgstr "" + +msgid "Metrics|Create metric" +msgstr "" + +msgid "Metrics|Create new dashboard" +msgstr "" + +msgid "Metrics|Create your dashboard configuration file" +msgstr "" + +msgid "Metrics|Current" +msgstr "" + +msgid "Metrics|Dashboard files can be found in %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project." +msgstr "" + +msgid "Metrics|Define panel YAML below to preview panel." +msgstr "" + +msgid "Metrics|Delete metric" +msgstr "" + +msgid "Metrics|Delete metric?" +msgstr "" + +msgid "Metrics|Duplicate" +msgstr "" + +msgid "Metrics|Duplicate current dashboard" +msgstr "" + +msgid "Metrics|Duplicate dashboard" +msgstr "" + +msgid "Metrics|Duplicate this dashboard to add panel or edit dashboard YAML." +msgstr "" + +msgid "Metrics|Duplicating..." +msgstr "" + +msgid "Metrics|Edit dashboard YAML" +msgstr "" + +msgid "Metrics|Edit metric" +msgid_plural "Metrics|Edit metrics" +msgstr[0] "" +msgstr[1] "" + +msgid "Metrics|Expand panel" +msgstr "" + +msgid "Metrics|For grouping similar metrics" +msgstr "" + +msgid "Metrics|Invalid time range, please verify." +msgstr "" + +msgid "Metrics|Label of the y-axis (usually the unit). The x-axis always represents time." +msgstr "" + +msgid "Metrics|Legend label (optional)" +msgstr "" + +msgid "Metrics|Link contains an invalid time window, please verify the link to see the requested time range." +msgstr "" + +msgid "Metrics|Link contains invalid chart information, please verify the link to see the expanded panel." +msgstr "" + +msgid "Metrics|Manage chart links" +msgstr "" + +msgid "Metrics|Max" +msgstr "" + +msgid "Metrics|Metrics Settings" +msgstr "" + +msgid "Metrics|Min" +msgstr "" + +msgid "Metrics|More actions" +msgstr "" + +msgid "Metrics|Must be a valid PromQL query." +msgstr "" + +msgid "Metrics|New metric" +msgstr "" + +msgid "Metrics|Open repository" +msgstr "" + +msgid "Metrics|Panel YAML" +msgstr "" + +msgid "Metrics|Panel YAML copied" +msgstr "" + +msgid "Metrics|Preview panel" +msgstr "" + +msgid "Metrics|PromQL query is valid" +msgstr "" + +msgid "Metrics|Prometheus Query Documentation" +msgstr "" + +msgid "Metrics|Refresh Prometheus data" +msgstr "" + +msgid "Metrics|Refresh dashboard" +msgstr "" + +msgid "Metrics|Select a value" +msgstr "" + +msgid "Metrics|Set refresh rate" +msgstr "" + +msgid "Metrics|Star dashboard" +msgstr "" + +msgid "Metrics|There was an error creating the dashboard." +msgstr "" + +msgid "Metrics|There was an error creating the dashboard. %{error}" +msgstr "" + +msgid "Metrics|There was an error fetching annotations. Please try again." +msgstr "" + +msgid "Metrics|There was an error fetching the environments data, please try again" +msgstr "" + +msgid "Metrics|There was an error getting annotations information." +msgstr "" + +msgid "Metrics|There was an error getting dashboard validation warnings information." +msgstr "" + +msgid "Metrics|There was an error getting deployment information." +msgstr "" + +msgid "Metrics|There was an error getting environments information." +msgstr "" + +msgid "Metrics|There was an error getting options for variable \"%{name}\"." +msgstr "" + +msgid "Metrics|There was an error trying to validate your query" +msgstr "" + +msgid "Metrics|There was an error while retrieving metrics" +msgstr "" + +msgid "Metrics|There was an error while retrieving metrics. %{message}" +msgstr "" + +msgid "Metrics|To create a new dashboard, add a new YAML file to %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project." +msgstr "" + +msgid "Metrics|Unexpected deployment data response from prometheus endpoint" +msgstr "" + +msgid "Metrics|Unit label" +msgstr "" + +msgid "Metrics|Unstar dashboard" +msgstr "" + +msgid "Metrics|Used as a title for the chart" +msgstr "" + +msgid "Metrics|Used if the query returns a single series. If it returns multiple series, their legend labels will be picked up from the response." +msgstr "" + +msgid "Metrics|Validating query" +msgstr "" + +msgid "Metrics|Values" +msgstr "" + +msgid "Metrics|View documentation" +msgstr "" + +msgid "Metrics|View logs" +msgstr "" + +msgid "Metrics|View runbook - %{label}" +msgstr "" + +msgid "Metrics|Y-axis label" +msgstr "" + +msgid "Metrics|You can save a copy of this dashboard to your repository so it can be customized. Select a file name and branch to save it." +msgstr "" + +msgid "Metrics|You're about to permanently delete this metric. This cannot be undone." +msgstr "" + +msgid "Metrics|Your dashboard schema is invalid. Edit the dashboard to correct the YAML schema." +msgstr "" + +msgid "Metrics|e.g. HTTP requests" +msgstr "" + +msgid "Metrics|e.g. Requests/second" +msgstr "" + +msgid "Metrics|e.g. Throughput" +msgstr "" + +msgid "Metrics|e.g. rate(http_requests_total[5m])" +msgstr "" + +msgid "Metrics|e.g. req/sec" +msgstr "" + +msgid "Mi" +msgstr "" + +msgid "Microsoft Azure" +msgstr "" + +msgid "Middleman project with Static Site Editor support" +msgstr "" + +msgid "Migrate your data from an external source like GitHub, Bitbucket, or another instance of GitLab." +msgstr "" + +msgid "Migrated %{success_count}/%{total_count} files." +msgstr "" + +msgid "Migration successful." +msgstr "" + +msgid "Milestone" +msgid_plural "Milestones" +msgstr[0] "" +msgstr[1] "" + +msgid "Milestone lists not available with your current license" +msgstr "" + +msgid "Milestone lists show all issues from the selected milestone." +msgstr "" + +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + +msgid "MilestoneSidebar|Closed:" +msgstr "" + +msgid "MilestoneSidebar|Copy reference" +msgstr "" + +msgid "MilestoneSidebar|Due date" +msgstr "" + +msgid "MilestoneSidebar|Edit" +msgstr "" + +msgid "MilestoneSidebar|From" +msgstr "" + +msgid "MilestoneSidebar|Issues" +msgstr "" + +msgid "MilestoneSidebar|Merge requests" +msgstr "" + +msgid "MilestoneSidebar|Merged:" +msgstr "" + +msgid "MilestoneSidebar|New Issue" +msgstr "" + +msgid "MilestoneSidebar|New issue" +msgstr "" + +msgid "MilestoneSidebar|No due date" +msgstr "" + +msgid "MilestoneSidebar|No start date" +msgstr "" + +msgid "MilestoneSidebar|None" +msgstr "" + +msgid "MilestoneSidebar|Open:" +msgstr "" + +msgid "MilestoneSidebar|Reference:" +msgstr "" + +msgid "MilestoneSidebar|Start date" +msgstr "" + +msgid "MilestoneSidebar|Toggle sidebar" +msgstr "" + +msgid "MilestoneSidebar|Until" +msgstr "" + +msgid "MilestoneSidebar|complete" +msgstr "" + +msgid "Milestones" +msgstr "" + +msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle} and remove it from %{issuesWithCount} and %{mergeRequestsWithCount}. Once deleted, it cannot be undone or recovered." +msgstr "" + +msgid "Milestones| You’re about to permanently delete the milestone %{milestoneTitle}. This milestone is not currently used in any issues or merge requests." +msgstr "" + +msgid "Milestones|Close Milestone" +msgstr "" + +msgid "Milestones|Completed Issues (closed)" +msgstr "" + +msgid "Milestones|Delete milestone" +msgstr "" + +msgid "Milestones|Delete milestone %{milestoneTitle}?" +msgstr "" + +msgid "Milestones|Failed to delete milestone %{milestoneTitle}" +msgstr "" + +msgid "Milestones|Group Milestone" +msgstr "" + +msgid "Milestones|Milestone %{milestoneTitle} was not found" +msgstr "" + +msgid "Milestones|Ongoing Issues (open and assigned)" +msgstr "" + +msgid "Milestones|Project Milestone" +msgstr "" + +msgid "Milestones|Promote %{milestoneTitle} to group milestone?" +msgstr "" + +msgid "Milestones|Promote Milestone" +msgstr "" + +msgid "Milestones|Promote to Group Milestone" +msgstr "" + +msgid "Milestones|Promoting %{milestoneTitle} will make it available for all projects inside %{groupName}. Existing project milestones with the same title will be merged." +msgstr "" + +msgid "Milestones|Reopen Milestone" +msgstr "" + +msgid "Milestones|This action cannot be reversed." +msgstr "" + +msgid "Milestones|Unstarted Issues (open and unassigned)" +msgstr "" + +msgid "Minimum capacity to be available before we schedule more mirrors preemptively." +msgstr "" + +msgid "Minimum interval in days" +msgstr "" + +msgid "Minimum length is %{minimum_password_length} characters" +msgstr "" + +msgid "Minimum length is %{minimum_password_length} characters." +msgstr "" + +msgid "Minimum password length (number of characters)" +msgstr "" + +msgid "Minutes" +msgstr "" + +msgid "Mirror direction" +msgstr "" + +msgid "Mirror repository" +msgstr "" + +msgid "Mirror settings are only available to GitLab administrators." +msgstr "" + +msgid "Mirror user" +msgstr "" + +msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored." +msgstr "" + +msgid "Mirrored repositories" +msgstr "" + +msgid "Mirroring repositories" +msgstr "" + +msgid "Mirroring settings were successfully updated." +msgstr "" + +msgid "Mirroring settings were successfully updated. The project is being updated." +msgstr "" + +msgid "Mirroring was successfully disabled." +msgstr "" + +msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user." +msgstr "" + +msgid "Missing OAuth configuration for GitHub." +msgstr "" + +msgid "Missing OS" +msgstr "" + +msgid "Missing arch" +msgstr "" + +msgid "Missing commit signatures endpoint!" +msgstr "" + +msgid "MissingSSHKeyWarningLink|Add SSH key" +msgstr "" + +msgid "MissingSSHKeyWarningLink|Don't show again" +msgstr "" + +msgid "MissingSSHKeyWarningLink|You won't be able to pull or push project code via SSH until you add an SSH key to your profile" +msgstr "" + +msgid "ModalButton|Add projects" +msgstr "" + +msgid "Modal|Cancel" +msgstr "" + +msgid "Modal|Close" +msgstr "" + +msgid "Modified" +msgstr "" + +msgid "Modified in this version" +msgstr "" + +msgid "Modify commit message" +msgstr "" + +msgid "Modify commit messages" +msgstr "" + +msgid "Modify merge commit" +msgstr "" + +msgid "Monday" +msgstr "" + +msgid "Monitor your errors by integrating with Sentry." +msgstr "" + +msgid "Monitoring" +msgstr "" + +msgid "Month" +msgstr "" + +msgid "Months" +msgstr "" + +msgid "More" +msgstr "" + +msgid "More Information" +msgstr "" + +msgid "More Slack commands" +msgstr "" + +msgid "More actions" +msgstr "" + +msgid "More details" +msgstr "" + +msgid "More info" +msgstr "" + +msgid "More information" +msgstr "" + +msgid "More information and share feedback" +msgstr "" + +msgid "More information is available|here" +msgstr "" + +msgid "More information." +msgstr "" + +msgid "More than %{number_commits_distance} commits different with %{default_branch}" +msgstr "" + +msgid "Most stars" +msgstr "" + +msgid "Mount point %{mounted_as} not found in %{model_class}." +msgstr "" + +msgid "Move" +msgstr "" + +msgid "Move issue" +msgstr "" + +msgid "Move issue from one column of the board to another" +msgstr "" + +msgid "Move selection down" +msgstr "" + +msgid "Move selection up" +msgstr "" + +msgid "Move this issue to another project." +msgstr "" + +msgid "MoveIssue|Cannot move issue due to insufficient permissions!" +msgstr "" + +msgid "MoveIssue|Cannot move issue to project it originates from!" +msgstr "" + +msgid "Moved issue to %{label} column in the board." +msgstr "" + +msgid "Moved this issue to %{path_to_project}." +msgstr "" + +msgid "Moves issue to %{label} column in the board." +msgstr "" + +msgid "Moves this issue to %{path_to_project}." +msgstr "" + +msgid "MrDeploymentActions|Deploy" +msgstr "" + +msgid "MrDeploymentActions|Re-deploy" +msgstr "" + +msgid "MrDeploymentActions|Stop environment" +msgstr "" + +msgid "Multi-project" +msgstr "" + +msgid "Multi-project Runners cannot be removed" +msgstr "" + +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + +msgid "Multiple IP address ranges are supported." +msgstr "" + +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + +msgid "Multiple domains are supported." +msgstr "" + +msgid "Multiple issue boards" +msgstr "" + +msgid "Multiple model types found: %{model_types}" +msgstr "" + +msgid "Multiple uploaders found: %{uploader_types}" +msgstr "" + +msgid "Must match with the %{codeStart}external_url%{codeEnd} in %{codeStart}/etc/gitlab/gitlab.rb%{codeEnd}." +msgstr "" + +msgid "Must match with the %{codeStart}geo_node_name%{codeEnd} in %{codeStart}/etc/gitlab/gitlab.rb%{codeEnd}. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "My Awesome Group" +msgstr "" + +msgid "My company or team" +msgstr "" + +msgid "My-Reaction" +msgstr "" + +msgid "N/A" +msgstr "" + +msgid "Name" +msgstr "" + +msgid "Name has already been taken" +msgstr "" + +msgid "Name is required" +msgstr "" + +msgid "Name new label" +msgstr "" + +msgid "Name:" +msgstr "" + +msgid "Namespace" +msgstr "" + +msgid "Namespace ID:" +msgstr "" + +msgid "Namespace is empty" +msgstr "" + +msgid "Namespace:" +msgstr "" + +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + +msgid "Namespaces" +msgstr "" + +msgid "Namespaces to index" +msgstr "" + +msgid "Naming, topics, avatar" +msgstr "" + +msgid "Naming, visibility" +msgstr "" + +msgid "Navigate to the project to close the milestone." +msgstr "" + +msgid "Nav|Help" +msgstr "" + +msgid "Nav|Home" +msgstr "" + +msgid "Nav|Sign In / Register" +msgstr "" + +msgid "Nav|Sign out and sign in with a different account" +msgstr "" + +msgid "Need help?" +msgstr "" + +msgid "Needs attention" +msgstr "" + +msgid "Network" +msgstr "" + +msgid "Network Policy|New rule" +msgstr "" + +msgid "NetworkPolicies|%{ifLabelStart}if%{ifLabelEnd} %{ruleType} %{isLabelStart}is%{isLabelEnd} %{ruleDirection} %{ruleSelector} %{directionLabelStart}and is inbound from a%{directionLabelEnd} %{rule} %{portsLabelStart}on%{portsLabelEnd} %{ports}" +msgstr "" + +msgid "NetworkPolicies|%{ifLabelStart}if%{ifLabelEnd} %{ruleType} %{isLabelStart}is%{isLabelEnd} %{ruleDirection} %{ruleSelector} %{directionLabelStart}and is outbound to a%{directionLabelEnd} %{rule} %{portsLabelStart}on%{portsLabelEnd} %{ports}" +msgstr "" + +msgid "NetworkPolicies|%{labelStart}Then%{labelEnd} %{action} %{spanStart}the network traffic.%{spanEnd}" +msgstr "" + +msgid "NetworkPolicies|%{number} selected" +msgstr "" + +msgid "NetworkPolicies|%{strongOpen}all%{strongClose} pods" +msgstr "" + +msgid "NetworkPolicies|%{strongOpen}any%{strongClose} port" +msgstr "" + +msgid "NetworkPolicies|.yaml" +msgstr "" + +msgid "NetworkPolicies|.yaml mode" +msgstr "" + +msgid "NetworkPolicies|Actions" +msgstr "" + +msgid "NetworkPolicies|All selected" +msgstr "" + +msgid "NetworkPolicies|Allow" +msgstr "" + +msgid "NetworkPolicies|Allow all inbound traffic to %{selector} from %{ruleSelector} on %{ports}" +msgstr "" + +msgid "NetworkPolicies|Allow all outbound traffic from %{selector} to %{ruleSelector} on %{ports}" +msgstr "" + +msgid "NetworkPolicies|Are you sure you want to delete this policy? This action cannot be undone." +msgstr "" + +msgid "NetworkPolicies|Choose whether to enforce this policy." +msgstr "" + +msgid "NetworkPolicies|Create policy" +msgstr "" + +msgid "NetworkPolicies|Define this policy's location, conditions and actions." +msgstr "" + +msgid "NetworkPolicies|Delete policy" +msgstr "" + +msgid "NetworkPolicies|Delete policy: %{policy}" +msgstr "" + +msgid "NetworkPolicies|Deny all traffic" +msgstr "" + +msgid "NetworkPolicies|Description" +msgstr "" + +msgid "NetworkPolicies|Edit policy" +msgstr "" + +msgid "NetworkPolicies|Editor mode" +msgstr "" + +msgid "NetworkPolicies|Enforcement status" +msgstr "" + +msgid "NetworkPolicies|Environment does not have deployment platform" +msgstr "" + +msgid "NetworkPolicies|IP/subnet" +msgstr "" + +msgid "NetworkPolicies|If you are using Auto DevOps, your %{monospacedStart}auto-deploy-values.yaml%{monospacedEnd} file will not be updated if you change a policy in this section. Auto DevOps users should make changes by following the %{linkStart}Container Network Policy documentation%{linkEnd}." +msgstr "" + +msgid "NetworkPolicies|Invalid or empty policy" +msgstr "" + +msgid "NetworkPolicies|Kubernetes error: %{error}" +msgstr "" + +msgid "NetworkPolicies|Last modified" +msgstr "" + +msgid "NetworkPolicies|Name" +msgstr "" + +msgid "NetworkPolicies|Namespace" +msgstr "" + +msgid "NetworkPolicies|Network Policy" +msgstr "" + +msgid "NetworkPolicies|Network traffic" +msgstr "" + +msgid "NetworkPolicies|New policy" +msgstr "" + +msgid "NetworkPolicies|No policies detected" +msgstr "" + +msgid "NetworkPolicies|None selected" +msgstr "" + +msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints." +msgstr "" + +msgid "NetworkPolicies|Policy %{policyName} was successfully changed" +msgstr "" + +msgid "NetworkPolicies|Policy definition" +msgstr "" + +msgid "NetworkPolicies|Policy description" +msgstr "" + +msgid "NetworkPolicies|Policy editor" +msgstr "" + +msgid "NetworkPolicies|Policy preview" +msgstr "" + +msgid "NetworkPolicies|Policy status" +msgstr "" + +msgid "NetworkPolicies|Policy type" +msgstr "" + +msgid "NetworkPolicies|Rule" +msgstr "" + +msgid "NetworkPolicies|Rule mode" +msgstr "" + +msgid "NetworkPolicies|Rule mode is unavailable for this policy. In some cases, we cannot parse the YAML file back into the rules editor." +msgstr "" + +msgid "NetworkPolicies|Rules" +msgstr "" + +msgid "NetworkPolicies|Save changes" +msgstr "" + +msgid "NetworkPolicies|Something went wrong, failed to update policy" +msgstr "" + +msgid "NetworkPolicies|Something went wrong, unable to fetch policies" +msgstr "" + +msgid "NetworkPolicies|Status" +msgstr "" + +msgid "NetworkPolicies|Traffic that does not match any rule will be blocked." +msgstr "" + +msgid "NetworkPolicies|Unable to parse policy" +msgstr "" + +msgid "NetworkPolicies|YAML editor" +msgstr "" + +msgid "NetworkPolicies|all DNS names" +msgstr "" + +msgid "NetworkPolicies|all IP addresses" +msgstr "" + +msgid "NetworkPolicies|any pod" +msgstr "" + +msgid "NetworkPolicies|any port" +msgstr "" + +msgid "NetworkPolicies|domain name" +msgstr "" + +msgid "NetworkPolicies|entity" +msgstr "" + +msgid "NetworkPolicies|inbound to" +msgstr "" + +msgid "NetworkPolicies|nowhere" +msgstr "" + +msgid "NetworkPolicies|outbound from" +msgstr "" + +msgid "NetworkPolicies|pod with labels" +msgstr "" + +msgid "NetworkPolicies|pods %{pods}" +msgstr "" + +msgid "NetworkPolicies|pods with labels" +msgstr "" + +msgid "NetworkPolicies|ports %{ports}" +msgstr "" + +msgid "NetworkPolicies|ports/protocols" +msgstr "" + +msgid "Never" +msgstr "" + +msgid "New" +msgstr "" + +msgid "New %{display_issuable_type}" +msgstr "" + +msgid "New Application" +msgstr "" + +msgid "New Branch" +msgstr "" + +msgid "New Deploy Key" +msgstr "" + +msgid "New Environment" +msgstr "" + +msgid "New Epic" +msgstr "" + +msgid "New File" +msgstr "" + +msgid "New Group" +msgstr "" + +msgid "New Group Name" +msgstr "" + +msgid "New Identity" +msgstr "" + +msgid "New Issue" +msgid_plural "New Issues" +msgstr[0] "" +msgstr[1] "" + +msgid "New Jira import" +msgstr "" + +msgid "New Label" +msgstr "" + +msgid "New Merge Request" +msgstr "" + +msgid "New Milestone" +msgstr "" + +msgid "New Pages Domain" +msgstr "" + +msgid "New Password" +msgstr "" + +msgid "New Pipeline Schedule" +msgstr "" + +msgid "New Project" +msgstr "" + +msgid "New Requirement" +msgstr "" + +msgid "New Snippet" +msgstr "" + +msgid "New Test Case" +msgstr "" + +msgid "New User" +msgstr "" + +msgid "New branch" +msgstr "" + +msgid "New branch unavailable" +msgstr "" + +msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}" +msgstr "" + +msgid "New confidential epic title " +msgstr "" + +msgid "New confidential issue title" +msgstr "" + +msgid "New deploy key" +msgstr "" + +msgid "New directory" +msgstr "" + +msgid "New environment" +msgstr "" + +msgid "New epic" +msgstr "" + +msgid "New epic title" +msgstr "" + +msgid "New file" +msgstr "" + +msgid "New group" +msgstr "" + +msgid "New health check access token has been generated!" +msgstr "" + +msgid "New identity" +msgstr "" + +msgid "New issue" +msgstr "" + +msgid "New issue title" +msgstr "" + +msgid "New iteration" +msgstr "" + +msgid "New iteration created" +msgstr "" + +msgid "New label" +msgstr "" + +msgid "New merge request" +msgstr "" + +msgid "New milestone" +msgstr "" + +msgid "New password" +msgstr "" + +msgid "New pipelines will cancel older, pending pipelines on the same branch" +msgstr "" + +msgid "New project" +msgstr "" + +msgid "New release" +msgstr "" + +msgid "New requirement" +msgstr "" + +msgid "New response for issue #%{issue_iid}:" +msgstr "" + +msgid "New runners registration token has been generated!" +msgstr "" + +msgid "New schedule" +msgstr "" + +msgid "New snippet" +msgstr "" + +msgid "New subgroup" +msgstr "" + +msgid "New tag" +msgstr "" + +msgid "New test case" +msgstr "" + +msgid "New users set to external" +msgstr "" + +msgid "New! Suggest changes directly" +msgstr "" + +msgid "New..." +msgstr "" + +msgid "Newest first" +msgstr "" + +msgid "Newly registered users will by default be external" +msgstr "" + +msgid "Next" +msgstr "" + +msgid "Next commit" +msgstr "" + +msgid "Next file in diff" +msgstr "" + +msgid "Next unresolved discussion" +msgstr "" + +msgid "Nickname" +msgstr "" + +msgid "No" +msgstr "" + +msgid "No %{header} for this request." +msgstr "" + +msgid "No %{providerTitle} repositories found" +msgstr "" + +msgid "No Epic" +msgstr "" + +msgid "No Matching Results" +msgstr "" + +msgid "No Scopes" +msgstr "" + +msgid "No Tag" +msgstr "" + +msgid "No active admin user found" +msgstr "" + +msgid "No activities found" +msgstr "" + +msgid "No application_settings found" +msgstr "" + +msgid "No authentication methods configured." +msgstr "" + +msgid "No available groups to fork the project." +msgstr "" + +msgid "No branches found" +msgstr "" + +msgid "No changes" +msgstr "" + +msgid "No changes between %{sourceBranch} and %{targetBranch}" +msgstr "" + +msgid "No child epics match applied filters" +msgstr "" + +msgid "No commits present here" +msgstr "" + +msgid "No connection could be made to a Gitaly Server, please check your logs!" +msgstr "" + +msgid "No containers available" +msgstr "" + +msgid "No content to show" +msgstr "" + +msgid "No contributions" +msgstr "" + +msgid "No contributions were found" +msgstr "" + +msgid "No credit card required." +msgstr "" + +msgid "No data found" +msgstr "" + +msgid "No data to display" +msgstr "" + +msgid "No deployments found" +msgstr "" + +msgid "No due date" +msgstr "" + +msgid "No endpoint provided" +msgstr "" + +msgid "No errors to display." +msgstr "" + +msgid "No estimate or time spent" +msgstr "" + +msgid "No file chosen" +msgstr "" + +msgid "No file hooks found." +msgstr "" + +msgid "No file selected" +msgstr "" + +msgid "No files" +msgstr "" + +msgid "No files found." +msgstr "" + +msgid "No forks are available to you." +msgstr "" + +msgid "No grouping" +msgstr "" + +msgid "No issues found" +msgstr "" + +msgid "No iteration" +msgstr "" + +msgid "No iterations to show" +msgstr "" + +msgid "No job log" +msgstr "" + +msgid "No jobs to show" +msgstr "" + +msgid "No label" +msgstr "" + +msgid "No labels with such name or description" +msgstr "" + +msgid "No license. All rights reserved" +msgstr "" + +msgid "No matches found" +msgstr "" + +msgid "No matching labels" +msgstr "" + +msgid "No matching results" +msgstr "" + +msgid "No matching results for \"%{query}\"" +msgstr "" + +msgid "No members found" +msgstr "" + +msgid "No merge requests found" +msgstr "" + +msgid "No messages were logged" +msgstr "" + +msgid "No milestone" +msgstr "" + +msgid "No milestones to show" +msgstr "" + +msgid "No other labels with such name or description" +msgstr "" + +msgid "No panels matching properties %{opts}" +msgstr "" + +msgid "No parent group" +msgstr "" + +msgid "No plan" +msgstr "" + +msgid "No pods available" +msgstr "" + +msgid "No policy matches this license" +msgstr "" + +msgid "No preview for this file type" +msgstr "" + +msgid "No prioritized labels with such name or description" +msgstr "" + +msgid "No public groups" +msgstr "" + +msgid "No ref selected" +msgstr "" + +msgid "No related merge requests found." +msgstr "" + +msgid "No repository" +msgstr "" + +msgid "No required pipeline" +msgstr "" + +msgid "No runner executable" +msgstr "" + +msgid "No runners found" +msgstr "" + +msgid "No schedules" +msgstr "" + +msgid "No source selected" +msgstr "" + +msgid "No stack trace for this error" +msgstr "" + +msgid "No starrers matched your search" +msgstr "" + +msgid "No start date" +msgstr "" + +msgid "No status" +msgstr "" + +msgid "No template" +msgstr "" + +msgid "No template selected" +msgstr "" + +msgid "No test coverage" +msgstr "" + +msgid "No vulnerabilities present" +msgstr "" + +msgid "No webhooks found, add one in the form above." +msgstr "" + +msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} to renew your subscription." +msgstr "" + +msgid "No, directly import the existing email addresses and usernames." +msgstr "" + +msgid "No. of commits" +msgstr "" + +msgid "Nobody has starred this repository yet" +msgstr "" + +msgid "Node was successfully created." +msgstr "" + +msgid "Node was successfully updated." +msgstr "" + +msgid "Nodes" +msgstr "" + +msgid "Non-admin users can sign in with read-only access and make read-only API requests." +msgstr "" + +msgid "None" +msgstr "" + +msgid "None of the group milestones have the same project as the release" +msgstr "" + +msgid "Not Implemented" +msgstr "" + +msgid "Not all browsers support U2F devices. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even when you're using an unsupported browser." +msgstr "" + +msgid "Not all browsers support WebAuthn. Therefore, we require that you set up a two-factor authentication app first. That way you'll always be able to sign in - even from an unsupported browser." +msgstr "" + +msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited." +msgstr "" + +msgid "Not available" +msgstr "" + +msgid "Not available for private projects" +msgstr "" + +msgid "Not available for protected branches" +msgstr "" + +msgid "Not confidential" +msgstr "" + +msgid "Not enough data" +msgstr "" + +msgid "Not found." +msgstr "" + +msgid "Not ready yet. Try again later." +msgstr "" + +msgid "Not started" +msgstr "" + +msgid "Note" +msgstr "" + +msgid "Note parameters are invalid: %{errors}" +msgstr "" + +msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}." +msgstr "" + +msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token." +msgstr "" + +msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token." +msgstr "" + +msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token." +msgstr "" + +msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token." +msgstr "" + +msgid "NoteForm|Note" +msgstr "" + +msgid "Notes|Are you sure you want to cancel creating this comment?" +msgstr "" + +msgid "Notes|Collapse replies" +msgstr "" + +msgid "Notes|Private comments are accessible by internal staff only" +msgstr "" + +msgid "Notes|Show all activity" +msgstr "" + +msgid "Notes|Show comments only" +msgstr "" + +msgid "Notes|Show history only" +msgstr "" + +msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost" +msgstr "" + +msgid "Nothing found…" +msgstr "" + +msgid "Nothing to preview." +msgstr "" + +msgid "Nothing to synchronize" +msgstr "" + +msgid "Notification events" +msgstr "" + +msgid "Notification setting" +msgstr "" + +msgid "Notification setting - %{notification_title}" +msgstr "" + +msgid "Notification settings saved" +msgstr "" + +msgid "NotificationEvent|Change reviewer merge request" +msgstr "" + +msgid "NotificationEvent|Close issue" +msgstr "" + +msgid "NotificationEvent|Close merge request" +msgstr "" + +msgid "NotificationEvent|Failed pipeline" +msgstr "" + +msgid "NotificationEvent|Fixed pipeline" +msgstr "" + +msgid "NotificationEvent|Merge merge request" +msgstr "" + +msgid "NotificationEvent|New epic" +msgstr "" + +msgid "NotificationEvent|New issue" +msgstr "" + +msgid "NotificationEvent|New merge request" +msgstr "" + +msgid "NotificationEvent|New note" +msgstr "" + +msgid "NotificationEvent|New release" +msgstr "" + +msgid "NotificationEvent|Reassign issue" +msgstr "" + +msgid "NotificationEvent|Reassign merge request" +msgstr "" + +msgid "NotificationEvent|Reopen issue" +msgstr "" + +msgid "NotificationEvent|Successful pipeline" +msgstr "" + +msgid "NotificationLevel|Custom" +msgstr "" + +msgid "NotificationLevel|Disabled" +msgstr "" + +msgid "NotificationLevel|Global" +msgstr "" + +msgid "NotificationLevel|On mention" +msgstr "" + +msgid "NotificationLevel|Participate" +msgstr "" + +msgid "NotificationLevel|Watch" +msgstr "" + +msgid "NotificationSetting|Custom" +msgstr "" + +msgid "Notifications" +msgstr "" + +msgid "Notifications have been disabled by the project or group owner" +msgstr "" + +msgid "Notifications off" +msgstr "" + +msgid "Notifications on" +msgstr "" + +msgid "Notify users by email when sign-in location is not recognized" +msgstr "" + +msgid "Nov" +msgstr "" + +msgid "November" +msgstr "" + +msgid "Novice" +msgstr "" + +msgid "Nuget metadatum must have at least license_url, project_url or icon_url set" +msgstr "" + +msgid "Number of %{itemTitle}" +msgstr "" + +msgid "Number of Elasticsearch replicas" +msgstr "" + +msgid "Number of Elasticsearch shards" +msgstr "" + +msgid "Number of LOCs per commit" +msgstr "" + +msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value." +msgstr "" + +msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value." +msgstr "" + +msgid "Number of commits" +msgstr "" + +msgid "Number of commits per MR" +msgstr "" + +msgid "Number of employees" +msgstr "" + +msgid "Number of events" +msgstr "" + +msgid "Number of events for this project: %{total_count}." +msgstr "" + +msgid "Number of files touched" +msgstr "" + +msgid "OK" +msgstr "" + +msgid "Object Storage replication" +msgstr "" + +msgid "Object does not exist on the server or you don't have permissions to access it" +msgstr "" + +msgid "Oct" +msgstr "" + +msgid "October" +msgstr "" + +msgid "OfSearchInADropdown|Filter" +msgstr "" + +msgid "Off" +msgstr "" + +msgid "Oh no!" +msgstr "" + +msgid "Oldest first" +msgstr "" + +msgid "OmniAuth" +msgstr "" + +msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." +msgstr "" + +msgid "On" +msgstr "" + +msgid "On track" +msgstr "" + +msgid "OnDemandScans|Could not fetch scanner profiles. Please refresh the page, or try again later." +msgstr "" + +msgid "OnDemandScans|Could not fetch site profiles. Please refresh the page, or try again later." +msgstr "" + +msgid "OnDemandScans|Could not run the scan. Please try again." +msgstr "" + +msgid "OnDemandScans|Create a new scanner profile" +msgstr "" + +msgid "OnDemandScans|Create a new site profile" +msgstr "" + +msgid "OnDemandScans|Create new DAST scan" +msgstr "" + +msgid "OnDemandScans|Manage profiles" +msgstr "" + +msgid "OnDemandScans|New on-demand DAST scan" +msgstr "" + +msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed scanner profile." +msgstr "" + +msgid "OnDemandScans|No profile yet. In order to create a new scan, you need to have at least one completed site profile." +msgstr "" + +msgid "OnDemandScans|On-demand Scans" +msgstr "" + +msgid "OnDemandScans|On-demand scans run outside the DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}" +msgstr "" + +msgid "OnDemandScans|Run scan" +msgstr "" + +msgid "OnDemandScans|Scanner profile" +msgstr "" + +msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" +msgstr "" + +msgid "OnDemandScans|Select one of the existing profiles" +msgstr "" + +msgid "OnDemandScans|Site profile" +msgstr "" + +msgid "OnDemandScans|Use existing scanner profile" +msgstr "" + +msgid "OnDemandScans|Use existing site profile" +msgstr "" + +msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its repositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc." +msgstr "" + +msgid "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc." +msgstr "" + +msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}." +msgstr "" + +msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source." +msgstr "" + +msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page." +msgstr "" + +msgid "Once you confirm and press \"Reduce project visibility\":" +msgstr "" + +msgid "One more item" +msgid_plural "%d more items" +msgstr[0] "" +msgstr[1] "" + +msgid "One or more groups that you don't have access to." +msgstr "" + +msgid "One or more of you personal access tokens were revoked" +msgstr "" + +msgid "One or more of your %{provider} projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git." +msgstr "" + +msgid "One or more of your Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git." +msgstr "" + +msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types." +msgstr "" + +msgid "One or more of your personal access tokens has expired." +msgstr "" + +msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less." +msgstr "" + +msgid "Only 'Reporter' roles and above on tiers Premium / Silver and above can see Value Stream Analytics." +msgstr "" + +msgid "Only 1 appearances row can exist" +msgstr "" + +msgid "Only Issue ID or Merge Request ID is required" +msgstr "" + +msgid "Only Project Members" +msgstr "" + +msgid "Only active this projects shows up in the search and on the dashboard." +msgstr "" + +msgid "Only admins can delete project" +msgstr "" + +msgid "Only mirror protected branches" +msgstr "" + +msgid "Only policy:" +msgstr "" + +msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in." +msgstr "" + +msgid "Only project members can comment." +msgstr "" + +msgid "Only project members will be imported. Group members will be skipped." +msgstr "" + +msgid "Only projects created under a Gold license are available in Security Dashboards." +msgstr "" + +msgid "Only verified users with an email address in any of these domains can be added to the group." +msgstr "" + +msgid "Only ‘Reporter’ roles and above on tiers Premium / Silver and above can see Productivity Analytics." +msgstr "" + +msgid "Oops, are you sure?" +msgstr "" + +msgid "Open" +msgstr "" + +msgid "Open Selection" +msgstr "" + +msgid "Open comment type dropdown" +msgstr "" + +msgid "Open epics" +msgstr "" + +msgid "Open errors" +msgstr "" + +msgid "Open in Xcode" +msgstr "" + +msgid "Open in file view" +msgstr "" + +msgid "Open issues" +msgstr "" + +msgid "Open raw" +msgstr "" + +msgid "Open sidebar" +msgstr "" + +msgid "Open: %{open}" +msgstr "" + +msgid "Opened" +msgstr "" + +msgid "Opened %{epicTimeagoDate}" +msgstr "" + +msgid "Opened MRs" +msgstr "" + +msgid "Opened issues" +msgstr "" + +msgid "OpenedNDaysAgo|Opened" +msgstr "" + +msgid "Opens in a new window" +msgstr "" + +msgid "Operation failed. Check pod logs for %{pod_name} for more details." +msgstr "" + +msgid "Operation not allowed" +msgstr "" + +msgid "Operation timed out. Check pod logs for %{pod_name} for more details." +msgstr "" + +msgid "Operations" +msgstr "" + +msgid "Operations Dashboard" +msgstr "" + +msgid "Operations Settings" +msgstr "" + +msgid "OperationsDashboard|Add a project to the dashboard" +msgstr "" + +msgid "OperationsDashboard|Add projects" +msgstr "" + +msgid "OperationsDashboard|More information" +msgstr "" + +msgid "OperationsDashboard|Operations Dashboard" +msgstr "" + +msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses." +msgstr "" + +msgid "Optional" +msgstr "" + +msgid "Optional parameter \"variables\" must be a Hash. Ex: variables[key1]=value1" +msgstr "" + +msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab." +msgstr "" + +msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab." +msgstr "" + +msgid "Options" +msgstr "" + +msgid "Or you can choose one of the suggested colors below" +msgstr "" + +msgid "Origin" +msgstr "" + +msgid "Orphaned member" +msgstr "" + +msgid "Other Labels" +msgstr "" + +msgid "Other information" +msgstr "" + +msgid "Other merge requests block this MR" +msgstr "" + +msgid "Other versions" +msgstr "" + +msgid "Other visibility settings have been disabled by the administrator." +msgstr "" + +msgid "Our documentation includes an example DevOps Score report." +msgstr "" + +msgid "Out-of-compliance with this project's policies and should be removed" +msgstr "" + +msgid "Outbound requests" +msgstr "" + +msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser." +msgstr "" + +msgid "OutdatedBrowser|Please install a %{browser_link_start}supported web browser%{browser_link_end} for a better experience." +msgstr "" + +msgid "Outdent" +msgstr "" + +msgid "Overridden" +msgstr "" + +msgid "Overview" +msgstr "" + +msgid "Overwrite diverged branches" +msgstr "" + +msgid "Owned by %{image_tag}" +msgstr "" + +msgid "Owned by anyone" +msgstr "" + +msgid "Owned by me" +msgstr "" + +msgid "Owned by:" +msgstr "" + +msgid "Owner" +msgstr "" + +msgid "Package Registry" +msgstr "" + +msgid "Package already exists" +msgstr "" + +msgid "Package deleted successfully" +msgstr "" + +msgid "Package file size limits" +msgstr "" + +msgid "Package recipe already exists" +msgstr "" + +msgid "Package type must be Conan" +msgstr "" + +msgid "Package type must be Maven" +msgstr "" + +msgid "Package type must be NuGet" +msgstr "" + +msgid "Package type must be PyPi" +msgstr "" + +msgid "PackageRegistry|%{name} version %{version} was created %{datetime}" +msgstr "" + +msgid "PackageRegistry|%{name} version %{version} was updated %{datetime}" +msgstr "" + +msgid "PackageRegistry|Add Conan Remote" +msgstr "" + +msgid "PackageRegistry|Add NuGet Source" +msgstr "" + +msgid "PackageRegistry|Add composer registry" +msgstr "" + +msgid "PackageRegistry|App group: %{group}" +msgstr "" + +msgid "PackageRegistry|App name: %{name}" +msgstr "" + +msgid "PackageRegistry|Commit %{link} on branch %{branch}" +msgstr "" + +msgid "PackageRegistry|Composer" +msgstr "" + +msgid "PackageRegistry|Conan" +msgstr "" + +msgid "PackageRegistry|Conan Command" +msgstr "" + +msgid "PackageRegistry|Copy .pypirc content" +msgstr "" + +msgid "PackageRegistry|Copy Conan Command" +msgstr "" + +msgid "PackageRegistry|Copy Conan Setup Command" +msgstr "" + +msgid "PackageRegistry|Copy Maven XML" +msgstr "" + +msgid "PackageRegistry|Copy Maven command" +msgstr "" + +msgid "PackageRegistry|Copy Maven registry XML" +msgstr "" + +msgid "PackageRegistry|Copy NuGet Command" +msgstr "" + +msgid "PackageRegistry|Copy NuGet Setup Command" +msgstr "" + +msgid "PackageRegistry|Copy Pip command" +msgstr "" + +msgid "PackageRegistry|Copy and paste this inside your %{codeStart}pom.xml%{codeEnd} %{codeStart}dependencies%{codeEnd} block." +msgstr "" + +msgid "PackageRegistry|Copy npm command" +msgstr "" + +msgid "PackageRegistry|Copy npm setup command" +msgstr "" + +msgid "PackageRegistry|Copy registry include" +msgstr "" + +msgid "PackageRegistry|Copy require package include" +msgstr "" + +msgid "PackageRegistry|Copy yarn command" +msgstr "" + +msgid "PackageRegistry|Copy yarn setup command" +msgstr "" + +msgid "PackageRegistry|Delete Package Version" +msgstr "" + +msgid "PackageRegistry|Delete package" +msgstr "" + +msgid "PackageRegistry|Filter by name" +msgstr "" + +msgid "PackageRegistry|For more information on Composer packages in GitLab, %{linkStart}see the documentation.%{linkEnd}" +msgstr "" + +msgid "PackageRegistry|For more information on the Conan registry, %{linkStart}see the documentation%{linkEnd}." +msgstr "" + +msgid "PackageRegistry|For more information on the Maven registry, %{linkStart}see the documentation%{linkEnd}." +msgstr "" + +msgid "PackageRegistry|For more information on the NuGet registry, %{linkStart}see the documentation%{linkEnd}." +msgstr "" + +msgid "PackageRegistry|For more information on the PyPi registry, %{linkStart}see the documentation%{linkEnd}." +msgstr "" + +msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}.pypirc%{codeEnd} file." +msgstr "" + +msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." +msgstr "" + +msgid "PackageRegistry|Install package version" +msgstr "" + +msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." +msgstr "" + +msgid "PackageRegistry|License information located at %{link}" +msgstr "" + +msgid "PackageRegistry|Manually Published" +msgstr "" + +msgid "PackageRegistry|Maven" +msgstr "" + +msgid "PackageRegistry|Maven Command" +msgstr "" + +msgid "PackageRegistry|Maven XML" +msgstr "" + +msgid "PackageRegistry|NPM" +msgstr "" + +msgid "PackageRegistry|NuGet" +msgstr "" + +msgid "PackageRegistry|NuGet Command" +msgstr "" + +msgid "PackageRegistry|Package Registry" +msgstr "" + +msgid "PackageRegistry|Pip Command" +msgstr "" + +msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}" +msgstr "" + +msgid "PackageRegistry|Publish and share packages for a variety of common package managers. %{docLinkStart}More information%{docLinkEnd}" +msgstr "" + +msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" +msgstr "" + +msgid "PackageRegistry|PyPI" +msgstr "" + +msgid "PackageRegistry|Recipe: %{recipe}" +msgstr "" + +msgid "PackageRegistry|Remove package" +msgstr "" + +msgid "PackageRegistry|Sorry, your filter produced no results" +msgstr "" + +msgid "PackageRegistry|Source project located at %{link}" +msgstr "" + +msgid "PackageRegistry|There are no %{packageType} packages yet" +msgstr "" + +msgid "PackageRegistry|There are no other versions of this package." +msgstr "" + +msgid "PackageRegistry|There are no packages yet" +msgstr "" + +msgid "PackageRegistry|There was a problem fetching the details for this package." +msgstr "" + +msgid "PackageRegistry|This NuGet package has no dependencies." +msgstr "" + +msgid "PackageRegistry|To widen your search, change or remove the filters above." +msgstr "" + +msgid "PackageRegistry|Unable to fetch package version information." +msgstr "" + +msgid "PackageRegistry|Unable to load package" +msgstr "" + +msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" +msgstr "" + +msgid "PackageRegistry|You are about to delete version %{version} of %{name}. Are you sure?" +msgstr "" + +msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." +msgstr "" + +msgid "PackageRegistry|npm command" +msgstr "" + +msgid "PackageRegistry|published by %{author}" +msgstr "" + +msgid "PackageRegistry|yarn command" +msgstr "" + +msgid "PackageType|Composer" +msgstr "" + +msgid "PackageType|Conan" +msgstr "" + +msgid "PackageType|Maven" +msgstr "" + +msgid "PackageType|NPM" +msgstr "" + +msgid "PackageType|NuGet" +msgstr "" + +msgid "PackageType|PyPI" +msgstr "" + +msgid "Packages" +msgstr "" + +msgid "Packages & Registries" +msgstr "" + +msgid "Page not found" +msgstr "" + +msgid "Page settings" +msgstr "" + +msgid "Page was successfully deleted" +msgstr "" + +msgid "PagerDutySettings|Active" +msgstr "" + +msgid "PagerDutySettings|Create a GitLab issue for each PagerDuty incident by %{docsLink}" +msgstr "" + +msgid "PagerDutySettings|Failed to update Webhook URL" +msgstr "" + +msgid "PagerDutySettings|Reset webhook URL" +msgstr "" + +msgid "PagerDutySettings|Resetting the webhook URL for this project will require updating this integration's settings in PagerDuty." +msgstr "" + +msgid "PagerDutySettings|Setting up a webhook with PagerDuty will automatically create a GitLab issue for each PagerDuty incident." +msgstr "" + +msgid "PagerDutySettings|Webhook URL" +msgstr "" + +msgid "PagerDutySettings|Webhook URL update was successful" +msgstr "" + +msgid "PagerDutySettings|configuring a webhook in PagerDuty" +msgstr "" + +msgid "Pages" +msgstr "" + +msgid "Pages Domain" +msgstr "" + +msgid "Pages getting started guide" +msgstr "" + +msgid "Pagination|Go to first page" +msgstr "" + +msgid "Pagination|Go to last page" +msgstr "" + +msgid "Pagination|Go to next page" +msgstr "" + +msgid "Pagination|Go to previous page" +msgstr "" + +msgid "Pagination|Last »" +msgstr "" + +msgid "Pagination|Next" +msgstr "" + +msgid "Pagination|Prev" +msgstr "" + +msgid "Pagination|« First" +msgstr "" + +msgid "Parameter" +msgstr "" + +msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}" +msgstr "" + +msgid "Parent" +msgstr "" + +msgid "Parent epic doesn't exist." +msgstr "" + +msgid "Parent epic is not present." +msgstr "" + +msgid "Parsing error for param :embed_json. %{message}" +msgstr "" + +msgid "Part of merge request changes" +msgstr "" + +msgid "Partial token for reference only" +msgstr "" + +msgid "Participants" +msgstr "" + +msgid "Passed" +msgstr "" + +msgid "Passed on" +msgstr "" + +msgid "Password" +msgstr "" + +msgid "Password (optional)" +msgstr "" + +msgid "Password Policy Guidelines" +msgstr "" + +msgid "Password authentication is unavailable." +msgstr "" + +msgid "Password confirmation" +msgstr "" + +msgid "Password successfully changed" +msgstr "" + +msgid "Password was successfully updated. Please sign in again." +msgstr "" + +msgid "Passwords should be unique and not used for any other sites or services." +msgstr "" + +msgid "Past due" +msgstr "" + +msgid "Paste a machine public key here. Read more about how to generate it" +msgstr "" + +msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}" +msgstr "" + +msgid "Paste confidential epic link" +msgstr "" + +msgid "Paste confidential issue link" +msgstr "" + +msgid "Paste epic link" +msgstr "" + +msgid "Paste issue link" +msgstr "" + +msgid "Paste your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Do not paste your private SSH key, as that can compromise your identity." +msgstr "" + +msgid "Patch to apply" +msgstr "" + +msgid "Path" +msgstr "" + +msgid "Path:" +msgstr "" + +msgid "Paths can contain wildcards, like */welcome" +msgstr "" + +msgid "Pause" +msgstr "" + +msgid "Pause replication" +msgstr "" + +msgid "Paused Runners don't accept new jobs" +msgstr "" + +msgid "Pending" +msgstr "" + +msgid "Pending comments" +msgstr "" + +msgid "People without permission will never get a notification and won't be able to comment." +msgstr "" + +msgid "People without permission will never get a notification." +msgstr "" + +msgid "Percent rollout must be an integer number between 0 and 100" +msgstr "" + +msgid "Percentage" +msgstr "" + +msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group." +msgstr "" + +msgid "Perform common operations on GitLab project" +msgstr "" + +msgid "Performance optimization" +msgstr "" + +msgid "PerformanceBar|Bullet notifications" +msgstr "" + +msgid "PerformanceBar|Download" +msgstr "" + +msgid "PerformanceBar|Elasticsearch calls" +msgstr "" + +msgid "PerformanceBar|Frontend resources" +msgstr "" + +msgid "PerformanceBar|Gitaly calls" +msgstr "" + +msgid "PerformanceBar|Redis calls" +msgstr "" + +msgid "PerformanceBar|Rugged calls" +msgstr "" + +msgid "PerformanceBar|SQL queries" +msgstr "" + +msgid "PerformanceBar|trace" +msgstr "" + +msgid "Permissions" +msgstr "" + +msgid "Permissions Help" +msgstr "" + +msgid "Permissions, LFS, 2FA" +msgstr "" + +msgid "Personal Access Token" +msgstr "" + +msgid "Personal project creation is not allowed. Please contact your administrator with questions" +msgstr "" + +msgid "Phabricator Server Import" +msgstr "" + +msgid "Phabricator Server URL" +msgstr "" + +msgid "Phabricator Tasks" +msgstr "" + +msgid "Pick a name" +msgstr "" + +msgid "Pin code" +msgstr "" + +msgid "Pipeline" +msgstr "" + +msgid "Pipeline %{label}" +msgstr "" + +msgid "Pipeline %{label} for \"%{dataTitle}\"" +msgstr "" + +msgid "Pipeline Schedule" +msgstr "" + +msgid "Pipeline Schedules" +msgstr "" + +msgid "Pipeline minutes quota" +msgstr "" + +msgid "Pipeline subscriptions" +msgstr "" + +msgid "Pipeline triggers" +msgstr "" + +msgid "Pipeline: %{status}" +msgstr "" + +msgid "PipelineCharts|CI / CD Analytics" +msgstr "" + +msgid "PipelineCharts|Failed:" +msgstr "" + +msgid "PipelineCharts|Overall statistics" +msgstr "" + +msgid "PipelineCharts|Success ratio:" +msgstr "" + +msgid "PipelineCharts|Successful:" +msgstr "" + +msgid "PipelineCharts|Total duration:" +msgstr "" + +msgid "PipelineCharts|Total:" +msgstr "" + +msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})" +msgstr "" + +msgid "PipelineSchedules|Activated" +msgstr "" + +msgid "PipelineSchedules|Active" +msgstr "" + +msgid "PipelineSchedules|All" +msgstr "" + +msgid "PipelineSchedules|Inactive" +msgstr "" + +msgid "PipelineSchedules|Next Run" +msgstr "" + +msgid "PipelineSchedules|None" +msgstr "" + +msgid "PipelineSchedules|Provide a short description for this pipeline" +msgstr "" + +msgid "PipelineSchedules|Take ownership" +msgstr "" + +msgid "PipelineSchedules|Target" +msgstr "" + +msgid "PipelineSchedules|Variables" +msgstr "" + +msgid "PipelineStatusTooltip|Pipeline: %{ciStatus}" +msgstr "" + +msgid "PipelineStatusTooltip|Pipeline: %{ci_status}" +msgstr "" + +msgid "Pipelines" +msgstr "" + +msgid "Pipelines charts" +msgstr "" + +msgid "Pipelines emails" +msgstr "" + +msgid "Pipelines for last month (%{oneMonthAgo} - %{today})" +msgstr "" + +msgid "Pipelines for last week (%{oneWeekAgo} - %{today})" +msgstr "" + +msgid "Pipelines for last year" +msgstr "" + +msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results." +msgstr "" + +msgid "Pipelines settings for '%{project_name}' were successfully updated." +msgstr "" + +msgid "Pipelines|API" +msgstr "" + +msgid "Pipelines|Are you sure you want to run this pipeline?" +msgstr "" + +msgid "Pipelines|Build with confidence" +msgstr "" + +msgid "Pipelines|By revoking a trigger you will break any processes making use of it. Are you sure?" +msgstr "" + +msgid "Pipelines|CI Lint" +msgstr "" + +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + +msgid "Pipelines|Child pipeline" +msgstr "" + +msgid "Pipelines|Clear Runner Caches" +msgstr "" + +msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment." +msgstr "" + +msgid "Pipelines|Copy trigger token" +msgstr "" + +msgid "Pipelines|Description" +msgstr "" + +msgid "Pipelines|Edit" +msgstr "" + +msgid "Pipelines|Editor" +msgstr "" + +msgid "Pipelines|Get started with Pipelines" +msgstr "" + +msgid "Pipelines|Group %{namespace_name} has %{percentage}%% or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "Pipelines|Group %{namespace_name} has exceeded its pipeline minutes quota. Unless you buy additional pipeline minutes, no new jobs or pipelines in its projects will run." +msgstr "" + +msgid "Pipelines|If you are unsure, please ask a project maintainer to review it for you." +msgstr "" + +msgid "Pipelines|It is recommended the code is reviewed thoroughly before running this pipeline with the parent project's CI resource." +msgstr "" + +msgid "Pipelines|Last Used" +msgstr "" + +msgid "Pipelines|Loading Pipelines" +msgstr "" + +msgid "Pipelines|More Information" +msgstr "" + +msgid "Pipelines|No triggers have been created yet. Add one using the form above." +msgstr "" + +msgid "Pipelines|Owner" +msgstr "" + +msgid "Pipelines|Pipeline Editor" +msgstr "" + +msgid "Pipelines|Project cache successfully reset." +msgstr "" + +msgid "Pipelines|Revoke" +msgstr "" + +msgid "Pipelines|Run Pipeline" +msgstr "" + +msgid "Pipelines|Something went wrong while cleaning runners cache." +msgstr "" + +msgid "Pipelines|There are currently no finished pipelines." +msgstr "" + +msgid "Pipelines|There are currently no pipelines." +msgstr "" + +msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team." +msgstr "" + +msgid "Pipelines|This is a child pipeline within the parent pipeline" +msgstr "" + +msgid "Pipelines|This pipeline will run code originating from a forked project merge request. This means that the code can potentially have security considerations like exposing CI variables." +msgstr "" + +msgid "Pipelines|This project is not currently set up to run pipelines." +msgstr "" + +msgid "Pipelines|Token" +msgstr "" + +msgid "Pipelines|Trigger user has insufficient permissions to project" +msgstr "" + +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + +msgid "Pipelines|invalid" +msgstr "" + +msgid "Pipelines|parent" +msgstr "" + +msgid "Pipeline|Branch name" +msgstr "" + +msgid "Pipeline|Canceled" +msgstr "" + +msgid "Pipeline|Checking pipeline status." +msgstr "" + +msgid "Pipeline|Commit" +msgstr "" + +msgid "Pipeline|Could not retrieve the pipeline status. For troubleshooting steps, read the %{linkStart}documentation%{linkEnd}." +msgstr "" + +msgid "Pipeline|Coverage" +msgstr "" + +msgid "Pipeline|Created" +msgstr "" + +msgid "Pipeline|Date" +msgstr "" + +msgid "Pipeline|Detached merge request pipeline" +msgstr "" + +msgid "Pipeline|Duration" +msgstr "" + +msgid "Pipeline|Existing branch name or tag" +msgstr "" + +msgid "Pipeline|Failed" +msgstr "" + +msgid "Pipeline|Key" +msgstr "" + +msgid "Pipeline|Manual" +msgstr "" + +msgid "Pipeline|Merge train pipeline" +msgstr "" + +msgid "Pipeline|Merged result pipeline" +msgstr "" + +msgid "Pipeline|Passed" +msgstr "" + +msgid "Pipeline|Pending" +msgstr "" + +msgid "Pipeline|Pipeline" +msgstr "" + +msgid "Pipeline|Pipelines" +msgstr "" + +msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens." +msgstr "" + +msgid "Pipeline|Run Pipeline" +msgstr "" + +msgid "Pipeline|Run for" +msgstr "" + +msgid "Pipeline|Running" +msgstr "" + +msgid "Pipeline|Search branches" +msgstr "" + +msgid "Pipeline|Skipped" +msgstr "" + +msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used by default." +msgstr "" + +msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default." +msgstr "" + +msgid "Pipeline|Stages" +msgstr "" + +msgid "Pipeline|Status" +msgstr "" + +msgid "Pipeline|Stop pipeline" +msgstr "" + +msgid "Pipeline|Stop pipeline #%{pipelineId}?" +msgstr "" + +msgid "Pipeline|Tag name" +msgstr "" + +msgid "Pipeline|Trigger author" +msgstr "" + +msgid "Pipeline|Triggerer" +msgstr "" + +msgid "Pipeline|Value" +msgstr "" + +msgid "Pipeline|Variables" +msgstr "" + +msgid "Pipeline|You’re about to stop pipeline %{pipelineId}." +msgstr "" + +msgid "Pipeline|for" +msgstr "" + +msgid "Pipeline|on" +msgstr "" + +msgid "Pipeline|with stage" +msgstr "" + +msgid "Pipeline|with stages" +msgstr "" + +msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches." +msgstr "" + +msgid "PivotalTrackerService|Pivotal Tracker API token." +msgstr "" + +msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)" +msgstr "" + +msgid "Plain diff" +msgstr "" + +msgid "Plan" +msgstr "" + +msgid "Plan:" +msgstr "" + +msgid "PlantUML" +msgstr "" + +msgid "Play" +msgstr "" + +msgid "Play all manual" +msgstr "" + +msgid "Please %{link_to_register} or %{link_to_sign_in} to comment" +msgstr "" + +msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply" +msgstr "" + +msgid "Please accept the Terms of Service before continuing." +msgstr "" + +msgid "Please add a comment in the text area above" +msgstr "" + +msgid "Please add a list to your board first" +msgstr "" + +msgid "Please check the configuration file for this chart" +msgstr "" + +msgid "Please check the configuration file to ensure that a collection of charts has been declared." +msgstr "" + +msgid "Please check the configuration file to ensure that it is available and the YAML is valid" +msgstr "" + +msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}." +msgstr "" + +msgid "Please choose a file" +msgstr "" + +msgid "Please choose a group URL with no special characters." +msgstr "" + +msgid "Please complete your profile with email address" +msgstr "" + +msgid "Please contact your administrator with any questions." +msgstr "" + +msgid "Please contact your administrator." +msgstr "" + +msgid "Please convert %{linkStart}them to Git%{linkEnd}, and go through the %{linkToImportFlow} again." +msgstr "" + +msgid "Please convert them to Git on Google Code, and go through the %{link_to_import_flow} again." +msgstr "" + +msgid "Please create a password for your new account." +msgstr "" + +msgid "Please create a username with only alphanumeric characters." +msgstr "" + +msgid "Please create an index before enabling indexing" +msgstr "" + +msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}" +msgstr "" + +msgid "Please ensure your account's %{account_link_start}recovery settings%{account_link_end} are up to date." +msgstr "" + +msgid "Please enter a non-negative number" +msgstr "" + +msgid "Please enter a number greater than %{number} (from the project settings)" +msgstr "" + +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + +msgid "Please enter a valid number" +msgstr "" + +msgid "Please enter or upload a license." +msgstr "" + +msgid "Please fill in a descriptive name for your group." +msgstr "" + +msgid "Please fill out this field." +msgstr "" + +msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." +msgstr "" + +msgid "Please follow the Let's Encrypt troubleshooting instructions to re-obtain your Let's Encrypt certificate: %{docs_url}." +msgstr "" + +msgid "Please migrate all existing projects to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}" +msgstr "" + +msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." +msgstr "" + +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + +msgid "Please provide a name" +msgstr "" + +msgid "Please provide a valid URL" +msgstr "" + +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + +msgid "Please provide a valid email address." +msgstr "" + +msgid "Please provide attributes to update" +msgstr "" + +msgid "Please reach out if you have any questions and we'll be happy to assist." +msgstr "" + +msgid "Please refer to %{docs_url}" +msgstr "" + +msgid "Please select" +msgstr "" + +msgid "Please select a Jira project" +msgstr "" + +msgid "Please select a country" +msgstr "" + +msgid "Please select a file" +msgstr "" + +msgid "Please select a group." +msgstr "" + +msgid "Please select a valid target branch" +msgstr "" + +msgid "Please select and add a member" +msgstr "" + +msgid "Please select at least one filter to see results" +msgstr "" + +msgid "Please set a new password before proceeding." +msgstr "" + +msgid "Please share your feedback about %{featureName} %{linkStart}in this issue%{linkEnd} to help us improve the experience." +msgstr "" + +msgid "Please solve the reCAPTCHA" +msgstr "" + +msgid "Please try again" +msgstr "" + +msgid "Please type %{phrase_code} to proceed or close this modal to cancel." +msgstr "" + +msgid "Please type the following to confirm:" +msgstr "" + +msgid "Please use this form to report to the admin users who create spam issues, comments or behave inappropriately." +msgstr "" + +msgid "Please wait a moment, this page will automatically refresh when ready." +msgstr "" + +msgid "Please wait while we connect to your repository. Refresh at will." +msgstr "" + +msgid "Please wait while we import the repository for you. Refresh at will." +msgstr "" + +msgid "Plugins directory is deprecated and will be removed in 14.0. Please move this file into /file_hooks directory." +msgstr "" + +msgid "Pod does not exist" +msgstr "" + +msgid "Pod not found" +msgstr "" + +msgid "Pods in use" +msgstr "" + +msgid "Point to any links you like: documentation, built binaries, or other related materials. These can be internal or external links from your GitLab instance. Duplicate URLs are not allowed." +msgstr "" + +msgid "Pre-defined push rules." +msgstr "" + +msgid "Preferences" +msgstr "" + +msgid "Preferences saved." +msgstr "" + +msgid "Preferences|Behavior" +msgstr "" + +msgid "Preferences|Choose between fixed (max. 1280px) and fluid (%{percentage}) application layout." +msgstr "" + +msgid "Preferences|Choose what content you want to see on a project’s overview page." +msgstr "" + +msgid "Preferences|Choose what content you want to see on your homepage." +msgstr "" + +msgid "Preferences|Customize integrations with third party services." +msgstr "" + +msgid "Preferences|Customize the appearance of the application header and navigation sidebar." +msgstr "" + +msgid "Preferences|Display time in 24-hour format" +msgstr "" + +msgid "Preferences|Enable integrated code intelligence on code views" +msgstr "" + +msgid "Preferences|For example: 30 mins ago." +msgstr "" + +msgid "Preferences|Homepage content" +msgstr "" + +msgid "Preferences|Instead of all the files changed, show only one file at a time. To switch between files, use the file browser." +msgstr "" + +msgid "Preferences|Integrations" +msgstr "" + +msgid "Preferences|Layout width" +msgstr "" + +msgid "Preferences|Must be a number between %{min} and %{max}" +msgstr "" + +msgid "Preferences|Navigation theme" +msgstr "" + +msgid "Preferences|Project overview content" +msgstr "" + +msgid "Preferences|Render whitespace characters in the Web IDE" +msgstr "" + +msgid "Preferences|Show one file at a time on merge request's Changes tab" +msgstr "" + +msgid "Preferences|Show whitespace changes in diffs" +msgstr "" + +msgid "Preferences|Sourcegraph" +msgstr "" + +msgid "Preferences|Syntax highlighting theme" +msgstr "" + +msgid "Preferences|Tab width" +msgstr "" + +msgid "Preferences|These settings will update how dates and times are displayed for you." +msgstr "" + +msgid "Preferences|This feature is experimental and translations are not complete yet" +msgstr "" + +msgid "Preferences|This setting allows you to customize the appearance of the syntax." +msgstr "" + +msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views." +msgstr "" + +msgid "Preferences|Time display" +msgstr "" + +msgid "Preferences|Time format" +msgstr "" + +msgid "Preferences|Time preferences" +msgstr "" + +msgid "Preferences|Use relative times" +msgstr "" + +msgid "Press %{key}-C to copy" +msgstr "" + +msgid "Prev" +msgstr "" + +msgid "Prevent adding new members to project membership within this group" +msgstr "" + +msgid "Prevent approval of merge requests by merge request author" +msgstr "" + +msgid "Prevent approval of merge requests by merge request committers" +msgstr "" + +msgid "Prevent environment from auto-stopping" +msgstr "" + +msgid "Prevent project forking outside current group" +msgstr "" + +msgid "Prevent users from changing their profile name" +msgstr "" + +msgid "Prevent users from performing write operations on GitLab while performing maintenance." +msgstr "" + +msgid "Preview" +msgstr "" + +msgid "Preview Markdown" +msgstr "" + +msgid "Preview changes" +msgstr "" + +msgid "Preview payload" +msgstr "" + +msgid "Previous Artifacts" +msgstr "" + +msgid "Previous commit" +msgstr "" + +msgid "Previous file in diff" +msgstr "" + +msgid "Previous unresolved discussion" +msgstr "" + +msgid "Primary" +msgstr "" + +msgid "Prioritize" +msgstr "" + +msgid "Prioritize label" +msgstr "" + +msgid "Prioritized Labels" +msgstr "" + +msgid "Prioritized label" +msgstr "" + +msgid "Private" +msgstr "" + +msgid "Private - Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group." +msgstr "" + +msgid "Private - The group and its projects can only be viewed by members." +msgstr "" + +msgid "Private group(s)" +msgstr "" + +msgid "Private profile" +msgstr "" + +msgid "Private projects Minutes cost factor" +msgstr "" + +msgid "Private projects can be created in your personal namespace with:" +msgstr "" + +msgid "Proceed" +msgstr "" + +msgid "Product Analytics" +msgstr "" + +msgid "ProductAnalytics|There is no data for this type of chart currently. Please see the Setup tab if you have not configured the product analytics tool already." +msgstr "" + +msgid "Productivity" +msgstr "" + +msgid "Productivity Analytics" +msgstr "" + +msgid "Productivity analytics can help identify the problems that are delaying your team" +msgstr "" + +msgid "ProductivityAanalytics|Merge requests" +msgstr "" + +msgid "ProductivityAanalytics|is earlier than the allowed minimum date" +msgstr "" + +msgid "ProductivityAnalytics|Ascending" +msgstr "" + +msgid "ProductivityAnalytics|Days" +msgstr "" + +msgid "ProductivityAnalytics|Days to merge" +msgstr "" + +msgid "ProductivityAnalytics|Descending" +msgstr "" + +msgid "ProductivityAnalytics|Hours" +msgstr "" + +msgid "ProductivityAnalytics|List" +msgstr "" + +msgid "ProductivityAnalytics|Merge Requests" +msgstr "" + +msgid "ProductivityAnalytics|Merge date" +msgstr "" + +msgid "ProductivityAnalytics|Merge requests" +msgstr "" + +msgid "ProductivityAnalytics|Time to merge" +msgstr "" + +msgid "ProductivityAnalytics|Trendline" +msgstr "" + +msgid "ProductivityAnalytics|is earlier than the given merged at after date" +msgstr "" + +msgid "Profile" +msgstr "" + +msgid "Profile Settings" +msgstr "" + +msgid "ProfileSession|on" +msgstr "" + +msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered." +msgstr "" + +msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible." +msgstr "" + +msgid "Profiles|%{provider} Active" +msgstr "" + +msgid "Profiles|@username" +msgstr "" + +msgid "Profiles|Account scheduled for removal." +msgstr "" + +msgid "Profiles|Activate signin with one of the following services" +msgstr "" + +msgid "Profiles|Active" +msgstr "" + +msgid "Profiles|Add key" +msgstr "" + +msgid "Profiles|Add status emoji" +msgstr "" + +msgid "Profiles|Avatar cropper" +msgstr "" + +msgid "Profiles|Avatar will be removed. Are you sure?" +msgstr "" + +msgid "Profiles|Bio" +msgstr "" + +msgid "Profiles|Change username" +msgstr "" + +msgid "Profiles|Changing your username can have unintended side effects." +msgstr "" + +msgid "Profiles|Choose file..." +msgstr "" + +msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information" +msgstr "" + +msgid "Profiles|City, country" +msgstr "" + +msgid "Profiles|Clear status" +msgstr "" + +msgid "Profiles|Click on icon to activate signin with one of the following services" +msgstr "" + +msgid "Profiles|Commit email" +msgstr "" + +msgid "Profiles|Connect %{provider}" +msgstr "" + +msgid "Profiles|Connected Accounts" +msgstr "" + +msgid "Profiles|Current path: %{path}" +msgstr "" + +msgid "Profiles|Current status" +msgstr "" + +msgid "Profiles|Default notification email" +msgstr "" + +msgid "Profiles|Delete account" +msgstr "" + +msgid "Profiles|Deleting an account has the following effects:" +msgstr "" + +msgid "Profiles|Disconnect" +msgstr "" + +msgid "Profiles|Disconnect %{provider}" +msgstr "" + +msgid "Profiles|Do not show on profile" +msgstr "" + +msgid "Profiles|Don't display activity-related personal information on your profiles" +msgstr "" + +msgid "Profiles|Edit Profile" +msgstr "" + +msgid "Profiles|Enter your name, so people you know can recognize you" +msgstr "" + +msgid "Profiles|Expires at" +msgstr "" + +msgid "Profiles|Expires:" +msgstr "" + +msgid "Profiles|Feed token was successfully reset" +msgstr "" + +msgid "Profiles|Full name" +msgstr "" + +msgid "Profiles|Give your individual key a title." +msgstr "" + +msgid "Profiles|Include private contributions on my profile" +msgstr "" + +msgid "Profiles|Incoming email token was successfully reset" +msgstr "" + +msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)" +msgstr "" + +msgid "Profiles|Invalid password" +msgstr "" + +msgid "Profiles|Invalid username" +msgstr "" + +msgid "Profiles|Key" +msgstr "" + +msgid "Profiles|Last used:" +msgstr "" + +msgid "Profiles|Learn more" +msgstr "" + +msgid "Profiles|Location" +msgstr "" + +msgid "Profiles|Made a private contribution" +msgstr "" + +msgid "Profiles|Main settings" +msgstr "" + +msgid "Profiles|No file chosen" +msgstr "" + +msgid "Profiles|Notification email" +msgstr "" + +msgid "Profiles|Organization" +msgstr "" + +msgid "Profiles|Path" +msgstr "" + +msgid "Profiles|Position and size your new avatar" +msgstr "" + +msgid "Profiles|Primary email" +msgstr "" + +msgid "Profiles|Private contributions" +msgstr "" + +msgid "Profiles|Profile was successfully updated" +msgstr "" + +msgid "Profiles|Public Avatar" +msgstr "" + +msgid "Profiles|Public email" +msgstr "" + +msgid "Profiles|Remove avatar" +msgstr "" + +msgid "Profiles|Set new profile picture" +msgstr "" + +msgid "Profiles|Social sign-in" +msgstr "" + +msgid "Profiles|Some options are unavailable for LDAP accounts" +msgstr "" + +msgid "Profiles|Static object token was successfully reset" +msgstr "" + +msgid "Profiles|Tell us about yourself in fewer than 250 characters" +msgstr "" + +msgid "Profiles|The ability to update your name has been disabled by your administrator." +msgstr "" + +msgid "Profiles|The maximum file size allowed is 200KB." +msgstr "" + +msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it? It will be publicly visible." +msgstr "" + +msgid "Profiles|This email will be displayed on your public profile" +msgstr "" + +msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}" +msgstr "" + +msgid "Profiles|This emoji and message will appear on your profile and throughout the interface." +msgstr "" + +msgid "Profiles|This information will appear on your profile" +msgstr "" + +msgid "Profiles|Time settings" +msgstr "" + +msgid "Profiles|Two-Factor Authentication" +msgstr "" + +msgid "Profiles|Type your %{confirmationValue} to confirm:" +msgstr "" + +msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\"" +msgstr "" + +msgid "Profiles|Update profile settings" +msgstr "" + +msgid "Profiles|Update username" +msgstr "" + +msgid "Profiles|Upload new avatar" +msgstr "" + +msgid "Profiles|Use a private email - %{email}" +msgstr "" + +msgid "Profiles|User ID" +msgstr "" + +msgid "Profiles|Username change failed - %{message}" +msgstr "" + +msgid "Profiles|Username successfully changed" +msgstr "" + +msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead" +msgstr "" + +msgid "Profiles|What's your status?" +msgstr "" + +msgid "Profiles|Who you represent or work for" +msgstr "" + +msgid "Profiles|You can change your avatar here" +msgstr "" + +msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}" +msgstr "" + +msgid "Profiles|You can set your current timezone here" +msgstr "" + +msgid "Profiles|You can upload your avatar here" +msgstr "" + +msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}" +msgstr "" + +msgid "Profiles|You don't have access to delete this user." +msgstr "" + +msgid "Profiles|You must transfer ownership or delete groups you are an owner of before you can delete your account" +msgstr "" + +msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account." +msgstr "" + +msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename" +msgstr "" + +msgid "Profiles|Your account is currently an owner in these groups:" +msgstr "" + +msgid "Profiles|Your email address was automatically set based on your %{provider_label} account" +msgstr "" + +msgid "Profiles|Your key has expired" +msgstr "" + +msgid "Profiles|Your location was automatically set based on your %{provider_label} account" +msgstr "" + +msgid "Profiles|Your name was automatically set based on your %{provider_label} account, so people you know can recognize you" +msgstr "" + +msgid "Profiles|Your status" +msgstr "" + +msgid "Profiles|e.g. My MacBook key" +msgstr "" + +msgid "Profiles|username" +msgstr "" + +msgid "Profiles|website.com" +msgstr "" + +msgid "Profiles|your account" +msgstr "" + +msgid "Profile|%{job_title} at %{organization}" +msgstr "" + +msgid "Profiling - Performance bar" +msgstr "" + +msgid "Programming languages used in this repository" +msgstr "" + +msgid "Progress" +msgstr "" + +msgid "Project" +msgstr "" + +msgid "Project \"%{name}\" is no longer available. Select another project to continue." +msgstr "" + +msgid "Project %{project_repo} could not be found" +msgstr "" + +msgid "Project & Group can not be assigned at the same time" +msgstr "" + +msgid "Project '%{project_name}' is being imported." +msgstr "" + +msgid "Project '%{project_name}' is in the process of being deleted." +msgstr "" + +msgid "Project '%{project_name}' is restored." +msgstr "" + +msgid "Project '%{project_name}' queued for deletion." +msgstr "" + +msgid "Project '%{project_name}' was successfully created." +msgstr "" + +msgid "Project '%{project_name}' was successfully updated." +msgstr "" + +msgid "Project '%{project_name}' will be deleted on %{date}" +msgstr "" + +msgid "Project Access Tokens" +msgstr "" + +msgid "Project Audit Events" +msgstr "" + +msgid "Project Badges" +msgstr "" + +msgid "Project Files" +msgstr "" + +msgid "Project ID" +msgstr "" + +msgid "Project URL" +msgstr "" + +msgid "Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group." +msgstr "" + +msgid "Project already deleted" +msgstr "" + +msgid "Project and wiki repositories" +msgstr "" + +msgid "Project avatar" +msgstr "" + +msgid "Project cannot be shared with the group it is in or one of its ancestors." +msgstr "" + +msgid "Project clone URL" +msgstr "" + +msgid "Project configuration, excluding integrations" +msgstr "" + +msgid "Project description (optional)" +msgstr "" + +msgid "Project details" +msgstr "" + +msgid "Project does not exist or you don't have permission to perform this action" +msgstr "" + +msgid "Project export could not be deleted." +msgstr "" + +msgid "Project export enabled" +msgstr "" + +msgid "Project export has been deleted." +msgstr "" + +msgid "Project export link has expired. Please generate a new export from your project settings." +msgstr "" + +msgid "Project export started. A download link will be sent by email and made available on this page." +msgstr "" + +msgid "Project has too many %{label_for_message} to search" +msgstr "" + +msgid "Project info:" +msgstr "" + +msgid "Project is required when cluster_type is :project" +msgstr "" + +msgid "Project members" +msgstr "" + +msgid "Project milestone" +msgstr "" + +msgid "Project name" +msgstr "" + +msgid "Project name suffix" +msgstr "" + +msgid "Project name suffix is a user-defined string which will be appended to the project path, and will form the Service Desk email address." +msgstr "" + +msgid "Project order will not be saved as local storage is not available." +msgstr "" + +msgid "Project overview" +msgstr "" + +msgid "Project path" +msgstr "" + +msgid "Project scanning help page" +msgstr "" + +msgid "Project security status" +msgstr "" + +msgid "Project security status help page" +msgstr "" + +msgid "Project slug" +msgstr "" + +msgid "Project uploads" +msgstr "" + +msgid "Project visibility level will be changed to match namespace rules when transferring to a group." +msgstr "" + +msgid "Project was not found or you do not have permission to add this project to Security Dashboards." +msgstr "" + +msgid "Project: %{name}" +msgstr "" + +msgid "ProjectActivityRSS|Subscribe" +msgstr "" + +msgid "ProjectCreationLevel|Allowed to create projects" +msgstr "" + +msgid "ProjectCreationLevel|Default project creation protection" +msgstr "" + +msgid "ProjectCreationLevel|Developers + Maintainers" +msgstr "" + +msgid "ProjectCreationLevel|Maintainers" +msgstr "" + +msgid "ProjectCreationLevel|No one" +msgstr "" + +msgid "ProjectFileTree|Name" +msgstr "" + +msgid "ProjectFileTree|Show more" +msgstr "" + +msgid "ProjectLastActivity|Never" +msgstr "" + +msgid "ProjectLifecycle|Stage" +msgstr "" + +msgid "ProjectOverview|Fork" +msgstr "" + +msgid "ProjectOverview|Forks" +msgstr "" + +msgid "ProjectOverview|Go to your fork" +msgstr "" + +msgid "ProjectOverview|Star" +msgstr "" + +msgid "ProjectOverview|Starrer" +msgstr "" + +msgid "ProjectOverview|Starrers" +msgstr "" + +msgid "ProjectOverview|Unstar" +msgstr "" + +msgid "ProjectOverview|You have reached your project limit" +msgstr "" + +msgid "ProjectOverview|You must sign in to star a project" +msgstr "" + +msgid "ProjectPage|Project ID: %{project_id}" +msgstr "" + +msgid "ProjectSelect| or group" +msgstr "" + +msgid "ProjectSelect|Search for project" +msgstr "" + +msgid "ProjectService|%{service_title}: status off" +msgstr "" + +msgid "ProjectService|%{service_title}: status on" +msgstr "" + +msgid "ProjectService|Event will be triggered by a push to the repository" +msgstr "" + +msgid "ProjectService|Event will be triggered when a commit is created/updated" +msgstr "" + +msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" +msgstr "" + +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" +msgstr "" + +msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" +msgstr "" + +msgid "ProjectService|Event will be triggered when a new tag is pushed to the repository" +msgstr "" + +msgid "ProjectService|Event will be triggered when a new, unique alert is recorded" +msgstr "" + +msgid "ProjectService|Event will be triggered when a pipeline status changes" +msgstr "" + +msgid "ProjectService|Event will be triggered when a wiki page is created/updated" +msgstr "" + +msgid "ProjectService|Event will be triggered when an issue is created/updated/closed" +msgstr "" + +msgid "ProjectService|Event will be triggered when someone adds a comment" +msgstr "" + +msgid "ProjectService|Event will be triggered when someone adds a comment on a confidential issue" +msgstr "" + +msgid "ProjectService|Perform common operations on GitLab project: %{project_name}" +msgstr "" + +msgid "ProjectService|To set up this service:" +msgstr "" + +msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed" +msgstr "" + +msgid "ProjectSettings|All discussions must be resolved" +msgstr "" + +msgid "ProjectSettings|Allow" +msgstr "" + +msgid "ProjectSettings|Allow users to make copies of your repository to a new project" +msgstr "" + +msgid "ProjectSettings|Allow users to request access" +msgstr "" + +msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated" +msgstr "" + +msgid "ProjectSettings|Badges" +msgstr "" + +msgid "ProjectSettings|Build, test, and deploy your changes" +msgstr "" + +msgid "ProjectSettings|Checkbox is visible and selected by default." +msgstr "" + +msgid "ProjectSettings|Checkbox is visible and unselected by default." +msgstr "" + +msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions." +msgstr "" + +msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests." +msgstr "" + +msgid "ProjectSettings|Contact an admin to change this setting." +msgstr "" + +msgid "ProjectSettings|Container registry" +msgstr "" + +msgid "ProjectSettings|Customize your project badges." +msgstr "" + +msgid "ProjectSettings|Disable email notifications" +msgstr "" + +msgid "ProjectSettings|Do not allow" +msgstr "" + +msgid "ProjectSettings|Enable 'Delete source branch' option by default" +msgstr "" + +msgid "ProjectSettings|Enable merge trains and pipelines for merged results" +msgstr "" + +msgid "ProjectSettings|Encourage" +msgstr "" + +msgid "ProjectSettings|Every merge creates a merge commit" +msgstr "" + +msgid "ProjectSettings|Every project can have its own space to store its Docker images" +msgstr "" + +msgid "ProjectSettings|Every project can have its own space to store its packages" +msgstr "" + +msgid "ProjectSettings|Everyone" +msgstr "" + +msgid "ProjectSettings|Existing merge requests and protected branches are not affected" +msgstr "" + +msgid "ProjectSettings|Failed to protect the tag" +msgstr "" + +msgid "ProjectSettings|Failed to update tag!" +msgstr "" + +msgid "ProjectSettings|Fast-forward merge" +msgstr "" + +msgid "ProjectSettings|Fast-forward merges only" +msgstr "" + +msgid "ProjectSettings|Forks" +msgstr "" + +msgid "ProjectSettings|Git Large File Storage (LFS)" +msgstr "" + +msgid "ProjectSettings|Global" +msgstr "" + +msgid "ProjectSettings|Internal" +msgstr "" + +msgid "ProjectSettings|Issues" +msgstr "" + +msgid "ProjectSettings|LFS objects from this repository are still available to forks. %{linkStart}How do I remove them?%{linkEnd}" +msgstr "" + +msgid "ProjectSettings|Learn more about badges." +msgstr "" + +msgid "ProjectSettings|Lightweight issue tracking system for this project" +msgstr "" + +msgid "ProjectSettings|Manages large files such as audio, video, and graphics files" +msgstr "" + +msgid "ProjectSettings|Merge checks" +msgstr "" + +msgid "ProjectSettings|Merge commit" +msgstr "" + +msgid "ProjectSettings|Merge commit with semi-linear history" +msgstr "" + +msgid "ProjectSettings|Merge method" +msgstr "" + +msgid "ProjectSettings|Merge options" +msgstr "" + +msgid "ProjectSettings|Merge requests" +msgstr "" + +msgid "ProjectSettings|Merge suggestions" +msgstr "" + +msgid "ProjectSettings|No merge commits are created" +msgstr "" + +msgid "ProjectSettings|Note: the container registry is always visible when a project is public" +msgstr "" + +msgid "ProjectSettings|Only signed commits can be pushed to this repository." +msgstr "" + +msgid "ProjectSettings|Packages" +msgstr "" + +msgid "ProjectSettings|Pages" +msgstr "" + +msgid "ProjectSettings|Pages for project documentation" +msgstr "" + +msgid "ProjectSettings|Pipelines" +msgstr "" + +msgid "ProjectSettings|Pipelines for merge requests must be enabled in the CI/CD configuration file, or pipelines could be unresolvable or dropped" +msgstr "" + +msgid "ProjectSettings|Pipelines must succeed" +msgstr "" + +msgid "ProjectSettings|Pipelines need to be configured to enable this feature." +msgstr "" + +msgid "ProjectSettings|Private" +msgstr "" + +msgid "ProjectSettings|Project visibility" +msgstr "" + +msgid "ProjectSettings|Public" +msgstr "" + +msgid "ProjectSettings|Repository" +msgstr "" + +msgid "ProjectSettings|Require" +msgstr "" + +msgid "ProjectSettings|Set the default behavior and availability of this option in merge requests. Changes made are also applied to existing merge requests." +msgstr "" + +msgid "ProjectSettings|Share code pastes with others out of Git repository" +msgstr "" + +msgid "ProjectSettings|Show default award emojis" +msgstr "" + +msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line" +msgstr "" + +msgid "ProjectSettings|Skipped pipelines are considered successful" +msgstr "" + +msgid "ProjectSettings|Snippets" +msgstr "" + +msgid "ProjectSettings|Squash commits when merging" +msgstr "" + +msgid "ProjectSettings|Squashing is always performed. Checkbox is visible and selected, and users cannot change it." +msgstr "" + +msgid "ProjectSettings|Squashing is never performed and the checkbox is hidden." +msgstr "" + +msgid "ProjectSettings|Submit changes to be merged upstream" +msgstr "" + +msgid "ProjectSettings|The commit message used to apply merge request suggestions" +msgstr "" + +msgid "ProjectSettings|The variables GitLab supports:" +msgstr "" + +msgid "ProjectSettings|These checks must pass before merge requests can be merged" +msgstr "" + +msgid "ProjectSettings|This introduces the risk of merging changes that will not pass the pipeline." +msgstr "" + +msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin." +msgstr "" + +msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project." +msgstr "" + +msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin." +msgstr "" + +msgid "ProjectSettings|This setting will override user notification preferences for all project members." +msgstr "" + +msgid "ProjectSettings|This will dictate the commit history when you merge a merge request" +msgstr "" + +msgid "ProjectSettings|Transfer project" +msgstr "" + +msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails." +msgstr "" + +msgid "ProjectSettings|View and edit files in this project" +msgstr "" + +msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access" +msgstr "" + +msgid "ProjectSettings|When conflicts arise the user is given the option to rebase" +msgstr "" + +msgid "ProjectSettings|When enabled, issues, merge requests, and snippets will always show thumbs-up and thumbs-down award emoji buttons." +msgstr "" + +msgid "ProjectSettings|Wiki" +msgstr "" + +msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab" +msgstr "" + +msgid "ProjectSettings|With Metrics Dashboard you can visualize this project performance metrics" +msgstr "" + +msgid "ProjectTemplates|.NET Core" +msgstr "" + +msgid "ProjectTemplates|Android" +msgstr "" + +msgid "ProjectTemplates|Basic" +msgstr "" + +msgid "ProjectTemplates|GitLab Cluster Management" +msgstr "" + +msgid "ProjectTemplates|Gitpod/Spring Petclinic" +msgstr "" + +msgid "ProjectTemplates|Go Micro" +msgstr "" + +msgid "ProjectTemplates|HIPAA Audit Protocol" +msgstr "" + +msgid "ProjectTemplates|Netlify/GitBook" +msgstr "" + +msgid "ProjectTemplates|Netlify/Hexo" +msgstr "" + +msgid "ProjectTemplates|Netlify/Hugo" +msgstr "" + +msgid "ProjectTemplates|Netlify/Jekyll" +msgstr "" + +msgid "ProjectTemplates|Netlify/Plain HTML" +msgstr "" + +msgid "ProjectTemplates|NodeJS Express" +msgstr "" + +msgid "ProjectTemplates|Pages/Gatsby" +msgstr "" + +msgid "ProjectTemplates|Pages/GitBook" +msgstr "" + +msgid "ProjectTemplates|Pages/Hexo" +msgstr "" + +msgid "ProjectTemplates|Pages/Hugo" +msgstr "" + +msgid "ProjectTemplates|Pages/Jekyll" +msgstr "" + +msgid "ProjectTemplates|Pages/Plain HTML" +msgstr "" + +msgid "ProjectTemplates|Ruby on Rails" +msgstr "" + +msgid "ProjectTemplates|SalesforceDX" +msgstr "" + +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + +msgid "ProjectTemplates|Serverless Framework/JS" +msgstr "" + +msgid "ProjectTemplates|Spring" +msgstr "" + +msgid "ProjectTemplates|Static Site Editor/Middleman" +msgstr "" + +msgid "ProjectTemplates|iOS (Swift)" +msgstr "" + +msgid "Projects" +msgstr "" + +msgid "Projects (%{count})" +msgstr "" + +msgid "Projects Successfully Retrieved" +msgstr "" + +msgid "Projects are graded based on the highest severity vulnerability present" +msgstr "" + +msgid "Projects shared with %{group_name}" +msgstr "" + +msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group." +msgstr "" + +msgid "Projects to index" +msgstr "" + +msgid "Projects will be permanently deleted after a 7-day waiting period." +msgstr "" + +msgid "Projects will be permanently deleted immediately." +msgstr "" + +msgid "Projects with critical vulnerabilities" +msgstr "" + +msgid "Projects with high or unknown vulnerabilities" +msgstr "" + +msgid "Projects with low vulnerabilities" +msgstr "" + +msgid "Projects with medium vulnerabilities" +msgstr "" + +msgid "Projects with no vulnerabilities and security scanning enabled" +msgstr "" + +msgid "Projects with write access" +msgstr "" + +msgid "ProjectsDropdown|Frequently visited" +msgstr "" + +msgid "ProjectsDropdown|Loading projects" +msgstr "" + +msgid "ProjectsDropdown|Projects you visit often will appear here" +msgstr "" + +msgid "ProjectsDropdown|Search your projects" +msgstr "" + +msgid "ProjectsDropdown|Something went wrong on our end." +msgstr "" + +msgid "ProjectsDropdown|Sorry, no projects matched your search" +msgstr "" + +msgid "ProjectsDropdown|This feature requires browser localStorage support" +msgstr "" + +msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository." +msgstr "" + +msgid "ProjectsNew|Blank" +msgstr "" + +msgid "ProjectsNew|Blank project" +msgstr "" + +msgid "ProjectsNew|Connect your external repository to GitLab CI/CD." +msgstr "" + +msgid "ProjectsNew|Contact an administrator to enable options for importing your project." +msgstr "" + +msgid "ProjectsNew|Create" +msgstr "" + +msgid "ProjectsNew|Create a blank project to house your files, plan your work, and collaborate on code, among other things." +msgstr "" + +msgid "ProjectsNew|Create blank project" +msgstr "" + +msgid "ProjectsNew|Create from template" +msgstr "" + +msgid "ProjectsNew|Create new project" +msgstr "" + +msgid "ProjectsNew|Creating project & repository." +msgstr "" + +msgid "ProjectsNew|Description format" +msgstr "" + +msgid "ProjectsNew|Import" +msgstr "" + +msgid "ProjectsNew|Import project" +msgstr "" + +msgid "ProjectsNew|Initialize repository with a README" +msgstr "" + +msgid "ProjectsNew|No import options available" +msgstr "" + +msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready." +msgstr "" + +msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}" +msgstr "" + +msgid "ProjectsNew|Run CI/CD for external repository" +msgstr "" + +msgid "ProjectsNew|Template" +msgstr "" + +msgid "ProjectsNew|Visibility Level" +msgstr "" + +msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}" +msgstr "" + +msgid "Prometheus" +msgstr "" + +msgid "PrometheusAlerts|%{count} alerts applied" +msgstr "" + +msgid "PrometheusAlerts|%{firingCount} firing" +msgstr "" + +msgid "PrometheusAlerts|Add alert" +msgstr "" + +msgid "PrometheusAlerts|Edit alert" +msgstr "" + +msgid "PrometheusAlerts|Error creating alert" +msgstr "" + +msgid "PrometheusAlerts|Error deleting alert" +msgstr "" + +msgid "PrometheusAlerts|Error fetching alert" +msgstr "" + +msgid "PrometheusAlerts|Error saving alert" +msgstr "" + +msgid "PrometheusAlerts|Firing: %{alerts}" +msgstr "" + +msgid "PrometheusAlerts|Firing: %{alert}" +msgstr "" + +msgid "PrometheusAlerts|Operator" +msgstr "" + +msgid "PrometheusAlerts|Runbook URL (optional)" +msgstr "" + +msgid "PrometheusAlerts|Select query" +msgstr "" + +msgid "PrometheusAlerts|Threshold" +msgstr "" + +msgid "PrometheusAlerts|exceeded" +msgstr "" + +msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks" +msgstr "" + +msgid "PrometheusAlerts|is equal to" +msgstr "" + +msgid "PrometheusAlerts|is less than" +msgstr "" + +msgid "PrometheusService|%{exporters} with %{metrics} were found" +msgstr "" + +msgid "PrometheusService|Active" +msgstr "" + +msgid "PrometheusService|Auto configuration" +msgstr "" + +msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments" +msgstr "" + +msgid "PrometheusService|Client ID of the IAP secured resource (looks like IAP_CLIENT_ID.apps.googleusercontent.com)" +msgstr "" + +msgid "PrometheusService|Common metrics" +msgstr "" + +msgid "PrometheusService|Common metrics are automatically monitored based on a library of metrics from popular exporters." +msgstr "" + +msgid "PrometheusService|Contents of the credentials.json file of your service account, like: { \"type\": \"service_account\", \"project_id\": ... }" +msgstr "" + +msgid "PrometheusService|Custom metrics" +msgstr "" + +msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available." +msgstr "" + +msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above" +msgstr "" + +msgid "PrometheusService|Finding and configuring metrics..." +msgstr "" + +msgid "PrometheusService|Finding custom metrics..." +msgstr "" + +msgid "PrometheusService|Install Prometheus on clusters" +msgstr "" + +msgid "PrometheusService|Manage clusters" +msgstr "" + +msgid "PrometheusService|Manual configuration" +msgstr "" + +msgid "PrometheusService|Metrics" +msgstr "" + +msgid "PrometheusService|Missing environment variable" +msgstr "" + +msgid "PrometheusService|More information" +msgstr "" + +msgid "PrometheusService|New metric" +msgstr "" + +msgid "PrometheusService|No %{docsUrlStart}common metrics%{docsUrlEnd} were found" +msgstr "" + +msgid "PrometheusService|No custom metrics have been created. Create one using the button above" +msgstr "" + +msgid "PrometheusService|Prometheus API Base URL, like http://prometheus.example.com/" +msgstr "" + +msgid "PrometheusService|Prometheus is being automatically managed on your clusters" +msgstr "" + +msgid "PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used." +msgstr "" + +msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment" +msgstr "" + +msgid "PrometheusService|Time-series monitoring service" +msgstr "" + +msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below" +msgstr "" + +msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics" +msgstr "" + +msgid "PrometheusService|You can now manage your Prometheus settings on the %{operations_link_start}Operations%{operations_link_end} page. Fields on this page has been deprecated." +msgstr "" + +msgid "Promote" +msgstr "" + +msgid "Promote confidential issue to a non-confidential epic" +msgstr "" + +msgid "Promote issue to an epic" +msgstr "" + +msgid "Promote to group label" +msgstr "" + +msgid "PromoteMilestone|Only project milestones can be promoted." +msgstr "" + +msgid "PromoteMilestone|Project does not belong to a group." +msgstr "" + +msgid "PromoteMilestone|Promotion failed - %{message}" +msgstr "" + +msgid "Promoted confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members." +msgstr "" + +msgid "Promoted issue to an epic." +msgstr "" + +msgid "Promotion is not supported." +msgstr "" + +msgid "Promotions|Burndown Charts are visual representations of the progress of completing a milestone. At a glance, you see the current state for the completion a given milestone. Without them, you would have to organize the data from the milestone and plot it yourself to have the same sense of progress." +msgstr "" + +msgid "Promotions|Buy EE" +msgstr "" + +msgid "Promotions|Buy GitLab Enterprise Edition" +msgstr "" + +msgid "Promotions|Contact an owner of group %{namespace_name} to upgrade the plan." +msgstr "" + +msgid "Promotions|Contact owner %{link_start}%{owner_name}%{link_end} to upgrade the plan." +msgstr "" + +msgid "Promotions|Contact your Administrator to upgrade your license." +msgstr "" + +msgid "Promotions|Dismiss burndown charts promotion" +msgstr "" + +msgid "Promotions|Don't show me this again" +msgstr "" + +msgid "Promotions|Epics let you manage your portfolio of projects more efficiently and with less effort by tracking groups of issues that share a theme, across projects and milestones." +msgstr "" + +msgid "Promotions|Improve issues management with Issue weight and GitLab Enterprise Edition." +msgstr "" + +msgid "Promotions|Improve milestones with Burndown Charts." +msgstr "" + +msgid "Promotions|Learn more" +msgstr "" + +msgid "Promotions|Not now, thanks!" +msgstr "" + +msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}" +msgstr "" + +msgid "Promotions|Start GitLab Ultimate trial" +msgstr "" + +msgid "Promotions|This feature is locked." +msgstr "" + +msgid "Promotions|Track activity with Contribution Analytics." +msgstr "" + +msgid "Promotions|Try it for free" +msgstr "" + +msgid "Promotions|Upgrade plan" +msgstr "" + +msgid "Promotions|Upgrade your plan" +msgstr "" + +msgid "Promotions|Upgrade your plan to activate Contribution Analytics." +msgstr "" + +msgid "Promotions|Upgrade your plan to improve milestones with Burndown Charts." +msgstr "" + +msgid "Promotions|Weight" +msgstr "" + +msgid "Promotions|Weighting your issue" +msgstr "" + +msgid "Promotions|When you have a lot of issues, it can be hard to get an overview. By adding a weight to your issues, you can get a better idea of the effort, cost, required time, or value of each, and so better manage them." +msgstr "" + +msgid "Promotions|With Contribution Analytics you can have an overview for the activity of issues, merge requests, and push events of your organization and its members." +msgstr "" + +msgid "Prompt users to upload SSH keys" +msgstr "" + +msgid "Protect" +msgstr "" + +msgid "Protect variable" +msgstr "" + +msgid "Protected" +msgstr "" + +msgid "Protected Branch" +msgstr "" + +msgid "Protected Branches" +msgstr "" + +msgid "Protected Environment" +msgstr "" + +msgid "Protected Environments" +msgstr "" + +msgid "Protected Paths" +msgstr "" + +msgid "Protected Tag" +msgstr "" + +msgid "Protected Tags" +msgstr "" + +msgid "Protected branches" +msgstr "" + +msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported" +msgstr "" + +msgid "ProtectedBranch|Allowed to merge" +msgstr "" + +msgid "ProtectedBranch|Allowed to merge:" +msgstr "" + +msgid "ProtectedBranch|Allowed to push" +msgstr "" + +msgid "ProtectedBranch|Allowed to push:" +msgstr "" + +msgid "ProtectedBranch|Branch" +msgstr "" + +msgid "ProtectedBranch|Code owner approval" +msgstr "" + +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + +msgid "ProtectedBranch|Protect" +msgstr "" + +msgid "ProtectedBranch|Protect a branch" +msgstr "" + +msgid "ProtectedBranch|Protected branch (%{protected_branches_count})" +msgstr "" + +msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected" +msgstr "" + +msgid "ProtectedBranch|Require approval from code owners:" +msgstr "" + +msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above." +msgstr "" + +msgid "ProtectedBranch|Toggle code owner approval" +msgstr "" + +msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?" +msgstr "" + +msgid "ProtectedEnvironment|Allowed to deploy" +msgstr "" + +msgid "ProtectedEnvironment|Environment" +msgstr "" + +msgid "ProtectedEnvironment|Protect" +msgstr "" + +msgid "ProtectedEnvironment|Protect an environment" +msgstr "" + +msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})" +msgstr "" + +msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments." +msgstr "" + +msgid "ProtectedEnvironment|Select an environment" +msgstr "" + +msgid "ProtectedEnvironment|Select users" +msgstr "" + +msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings" +msgstr "" + +msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above." +msgstr "" + +msgid "ProtectedEnvironment|Unprotect" +msgstr "" + +msgid "ProtectedEnvironment|Your environment can't be unprotected" +msgstr "" + +msgid "ProtectedEnvironment|Your environment has been protected." +msgstr "" + +msgid "ProtectedEnvironment|Your environment has been unprotected" +msgstr "" + +msgid "Protip:" +msgstr "" + +msgid "Protocol" +msgstr "" + +msgid "Provider" +msgstr "" + +msgid "Proxy support for this API is not available currently" +msgstr "" + +msgid "Pseudonymizer data collection" +msgstr "" + +msgid "Public" +msgstr "" + +msgid "Public - The group and any public projects can be viewed without any authentication." +msgstr "" + +msgid "Public - The project can be accessed without any authentication." +msgstr "" + +msgid "Public Access Help" +msgstr "" + +msgid "Public deploy keys (%{deploy_keys_count})" +msgstr "" + +msgid "Public pipelines" +msgstr "" + +msgid "Public projects Minutes cost factor" +msgstr "" + +msgid "Publish to status page" +msgstr "" + +msgid "Published" +msgstr "" + +msgid "Published on status page" +msgstr "" + +msgid "Publishes this issue to the associated status page." +msgstr "" + +msgid "Pull" +msgstr "" + +msgid "Pull requests from fork are not supported" +msgstr "" + +msgid "Puma is running with a thread count above 1 and the Rugged service is enabled. This may decrease performance in some environments. See our %{link_start}documentation%{link_end} for details of this issue." +msgstr "" + +msgid "Purchase more minutes" +msgstr "" + +msgid "Purchase more storage" +msgstr "" + +msgid "Push" +msgstr "" + +msgid "Push Rule updated successfully." +msgstr "" + +msgid "Push Rules" +msgstr "" + +msgid "Push Rules updated successfully." +msgstr "" + +msgid "Push an existing Git repository" +msgstr "" + +msgid "Push an existing folder" +msgstr "" + +msgid "Push commits to the source branch or add previously merged commits to review them." +msgstr "" + +msgid "Push events" +msgstr "" + +msgid "Push project from command line" +msgstr "" + +msgid "Push to create a project" +msgstr "" + +msgid "PushRule|Committer restriction" +msgstr "" + +msgid "Pushed" +msgstr "" + +msgid "Pushes" +msgstr "" + +msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"." +msgstr "" + +msgid "PushoverService|%{user_name} push to branch \"%{ref}\"." +msgstr "" + +msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"." +msgstr "" + +msgid "PushoverService|High Priority" +msgstr "" + +msgid "PushoverService|Leave blank for all active devices" +msgstr "" + +msgid "PushoverService|Low Priority" +msgstr "" + +msgid "PushoverService|Lowest Priority" +msgstr "" + +msgid "PushoverService|Normal Priority" +msgstr "" + +msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop." +msgstr "" + +msgid "PushoverService|See project %{project_full_name}" +msgstr "" + +msgid "PushoverService|Total commits count: %{total_commits_count}" +msgstr "" + +msgid "PushoverService|Your application key" +msgstr "" + +msgid "PushoverService|Your user key" +msgstr "" + +msgid "Quarters" +msgstr "" + +msgid "Query" +msgstr "" + +msgid "Query cannot be processed" +msgstr "" + +msgid "Query is valid" +msgstr "" + +msgid "Queued" +msgstr "" + +msgid "Quick actions can be used in the issues description and comment boxes." +msgstr "" + +msgid "Quick range" +msgstr "" + +msgid "Quickly and easily edit multiple files in your project." +msgstr "" + +msgid "README" +msgstr "" + +msgid "Rails" +msgstr "" + +msgid "Rake Tasks Help" +msgstr "" + +msgid "Random" +msgstr "" + +msgid "Raw blob request rate limit per minute" +msgstr "" + +msgid "Re-authentication period expired or never requested. Please try again" +msgstr "" + +msgid "Re-authentication required" +msgstr "" + +msgid "Re-verification interval" +msgstr "" + +msgid "Read more" +msgstr "" + +msgid "Read more about project permissions %{help_link_open}here%{help_link_close}" +msgstr "" + +msgid "Read more about related issues" +msgstr "" + +msgid "Real-time features" +msgstr "" + +msgid "Rebase" +msgstr "" + +msgid "Rebase in progress" +msgstr "" + +msgid "Receive alerts from manually configured Prometheus servers." +msgstr "" + +msgid "Receive notifications about your own activity" +msgstr "" + +msgid "Recent" +msgstr "" + +msgid "Recent Activity" +msgstr "" + +msgid "Recent Project Activity" +msgstr "" + +msgid "Recent Searches Service is unavailable" +msgstr "" + +msgid "Recent searches" +msgstr "" + +msgid "Reconfigure" +msgstr "" + +msgid "Recover hidden stage" +msgstr "" + +msgid "Recovering projects" +msgstr "" + +msgid "Recovery Codes" +msgstr "" + +msgid "Redirect to SAML provider to test configuration" +msgstr "" + +msgid "Reduce project visibility" +msgstr "" + +msgid "Reduce this project’s visibility?" +msgstr "" + +msgid "Reference:" +msgstr "" + +msgid "References" +msgstr "" + +msgid "Refresh" +msgstr "" + +msgid "Refresh the page and try again." +msgstr "" + +msgid "Refreshing in a second to show the updated status..." +msgid_plural "Refreshing in %d seconds to show the updated status..." +msgstr[0] "" +msgstr[1] "" + +msgid "Regenerate export" +msgstr "" + +msgid "Regenerate instance ID" +msgstr "" + +msgid "Regenerate key" +msgstr "" + +msgid "Regenerate recovery codes" +msgstr "" + +msgid "Regenerating the instance ID can break integration depending on the client you are using." +msgstr "" + +msgid "Regex pattern" +msgstr "" + +msgid "Region that Elasticsearch is configured" +msgstr "" + +msgid "Register" +msgstr "" + +msgid "Register / Sign In" +msgstr "" + +msgid "Register Two-Factor Authenticator" +msgstr "" + +msgid "Register Universal Two-Factor (U2F) Device" +msgstr "" + +msgid "Register WebAuthn Device" +msgstr "" + +msgid "Register device" +msgstr "" + +msgid "Register now" +msgstr "" + +msgid "Register with two-factor app" +msgstr "" + +msgid "Registration|Checkout" +msgstr "" + +msgid "Registration|Your GitLab group" +msgstr "" + +msgid "Registration|Your first project" +msgstr "" + +msgid "Registration|Your profile" +msgstr "" + +msgid "Registry setup" +msgstr "" + +msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level." +msgstr "" + +msgid "Reindexing status" +msgstr "" + +msgid "Rejected (closed)" +msgstr "" + +msgid "Related Deployed Jobs" +msgstr "" + +msgid "Related Issues" +msgstr "" + +msgid "Related Jobs" +msgstr "" + +msgid "Related Merge Requests" +msgstr "" + +msgid "Related Merged Requests" +msgstr "" + +msgid "Related issues" +msgstr "" + +msgid "Related merge requests" +msgstr "" + +msgid "Relates to" +msgstr "" + +msgid "Release" +msgid_plural "Releases" +msgstr[0] "" +msgstr[1] "" + +msgid "Release assets" +msgstr "" + +msgid "Release assets documentation" +msgstr "" + +msgid "Release does not have the same project as the milestone" +msgstr "" + +msgid "Release notes" +msgstr "" + +msgid "Release notes:" +msgstr "" + +msgid "Release title" +msgstr "" + +msgid "ReleaseAssetLinkType|Image" +msgstr "" + +msgid "ReleaseAssetLinkType|Images" +msgstr "" + +msgid "ReleaseAssetLinkType|Other" +msgstr "" + +msgid "ReleaseAssetLinkType|Package" +msgstr "" + +msgid "ReleaseAssetLinkType|Packages" +msgstr "" + +msgid "ReleaseAssetLinkType|Runbook" +msgstr "" + +msgid "ReleaseAssetLinkType|Runbooks" +msgstr "" + +msgid "Releases" +msgstr "" + +msgid "Releases are based on Git tags and mark specific points in a project's development history. They can contain information about the type of changes and can also deliver binaries, like compiled versions of your software." +msgstr "" + +msgid "Releases are based on Git tags. We recommend tags that use semantic versioning, for example %{codeStart}v1.0%{codeEnd}, %{codeStart}v2.0-pre%{codeEnd}." +msgstr "" + +msgid "Releases documentation" +msgstr "" + +msgid "Releases|New Release" +msgstr "" + +msgid "Release|Something went wrong while creating a new release" +msgstr "" + +msgid "Release|Something went wrong while getting the release details" +msgstr "" + +msgid "Release|Something went wrong while saving the release details" +msgstr "" + +msgid "Remediations" +msgstr "" + +msgid "Remember me" +msgstr "" + +msgid "Remind later" +msgstr "" + +msgid "Remote object has no absolute path." +msgstr "" + +msgid "Remove" +msgstr "" + +msgid "Remove %{displayReference}" +msgstr "" + +msgid "Remove Runner" +msgstr "" + +msgid "Remove Zoom meeting" +msgstr "" + +msgid "Remove all approvals in a merge request when new commits are pushed to its source branch" +msgstr "" + +msgid "Remove all or specific assignee(s)" +msgstr "" + +msgid "Remove all or specific label(s)" +msgstr "" + +msgid "Remove approver" +msgstr "" + +msgid "Remove approvers" +msgstr "" + +msgid "Remove approvers?" +msgstr "" + +msgid "Remove asset link" +msgstr "" + +msgid "Remove assignee" +msgstr "" + +msgid "Remove avatar" +msgstr "" + +msgid "Remove card" +msgstr "" + +msgid "Remove child epic from an epic" +msgstr "" + +msgid "Remove description history" +msgstr "" + +msgid "Remove due date" +msgstr "" + +msgid "Remove fork relationship" +msgstr "" + +msgid "Remove from batch" +msgstr "" + +msgid "Remove from board" +msgstr "" + +msgid "Remove from epic" +msgstr "" + +msgid "Remove group" +msgstr "" + +msgid "Remove iteration" +msgstr "" + +msgid "Remove license" +msgstr "" + +msgid "Remove limit" +msgstr "" + +msgid "Remove list" +msgstr "" + +msgid "Remove member" +msgstr "" + +msgid "Remove milestone" +msgstr "" + +msgid "Remove node" +msgstr "" + +msgid "Remove parent epic from an epic" +msgstr "" + +msgid "Remove primary node" +msgstr "" + +msgid "Remove priority" +msgstr "" + +msgid "Remove report" +msgstr "" + +msgid "Remove secondary node" +msgstr "" + +msgid "Remove spent time" +msgstr "" + +msgid "Remove stage" +msgstr "" + +msgid "Remove time estimate" +msgstr "" + +msgid "Remove user & report" +msgstr "" + +msgid "Remove user from group" +msgstr "" + +msgid "Removed" +msgstr "" + +msgid "Removed %{assignee_text} %{assignee_references}." +msgstr "" + +msgid "Removed %{epic_ref} from child epics." +msgstr "" + +msgid "Removed %{iteration_reference} iteration." +msgstr "" + +msgid "Removed %{label_references} %{label_text}." +msgstr "" + +msgid "Removed %{milestone_reference} milestone." +msgstr "" + +msgid "Removed %{type} with id %{id}" +msgstr "" + +msgid "Removed all labels." +msgstr "" + +msgid "Removed an issue from an epic." +msgstr "" + +msgid "Removed group can not be restored!" +msgstr "" + +msgid "Removed parent epic %{epic_ref}." +msgstr "" + +msgid "Removed spent time." +msgstr "" + +msgid "Removed the due date." +msgstr "" + +msgid "Removed time estimate." +msgstr "" + +msgid "RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here." +msgstr "" + +msgid "RemovedProjects|You haven’t removed any projects." +msgstr "" + +msgid "Removes %{assignee_text} %{assignee_references}." +msgstr "" + +msgid "Removes %{epic_ref} from child epics." +msgstr "" + +msgid "Removes %{iteration_reference} iteration." +msgstr "" + +msgid "Removes %{label_references} %{label_text}." +msgstr "" + +msgid "Removes %{milestone_reference} milestone." +msgstr "" + +msgid "Removes all labels." +msgstr "" + +msgid "Removes an issue from an epic." +msgstr "" + +msgid "Removes parent epic %{epic_ref}." +msgstr "" + +msgid "Removes spent time." +msgstr "" + +msgid "Removes the due date." +msgstr "" + +msgid "Removes time estimate." +msgstr "" + +msgid "Removing integrations is not supported for this project" +msgstr "" + +msgid "Removing this group also removes all child projects, including archived projects, and their resources." +msgstr "" + +msgid "Rename file" +msgstr "" + +msgid "Rename folder" +msgstr "" + +msgid "Rename/Move" +msgstr "" + +msgid "Reopen" +msgstr "" + +msgid "Reopen %{display_issuable_type}" +msgstr "" + +msgid "Reopen epic" +msgstr "" + +msgid "Reopen issue" +msgstr "" + +msgid "Reopen milestone" +msgstr "" + +msgid "Reopen test case" +msgstr "" + +msgid "Reopen this %{quick_action_target}" +msgstr "" + +msgid "Reopened this %{quick_action_target}." +msgstr "" + +msgid "Reopens this %{quick_action_target}." +msgstr "" + +msgid "Repair authentication" +msgstr "" + +msgid "Replace" +msgstr "" + +msgid "Replace all label(s)" +msgstr "" + +msgid "Replaced all labels with %{label_references} %{label_text}." +msgstr "" + +msgid "Replaces the clone URL root." +msgstr "" + +msgid "Replication" +msgstr "" + +msgid "Replication details" +msgstr "" + +msgid "Replication enabled" +msgstr "" + +msgid "Replication paused" +msgstr "" + +msgid "Reply by email" +msgstr "" + +msgid "Reply to comment" +msgstr "" + +msgid "Reply to this email directly or %{view_it_on_gitlab}." +msgstr "" + +msgid "Reply..." +msgstr "" + +msgid "Repo by URL" +msgstr "" + +msgid "Report %{display_issuable_type} that are abusive, inappropriate or spam." +msgstr "" + +msgid "Report abuse" +msgstr "" + +msgid "Report abuse to admin" +msgstr "" + +msgid "Reported %{timeAgo} by %{reportedBy}" +msgstr "" + +msgid "Reported by %{reporter}" +msgstr "" + +msgid "Reporting" +msgstr "" + +msgid "Reports|%{combinedString} and %{resolvedString}" +msgstr "" + +msgid "Reports|Accessibility scanning detected %d issue for the source branch only" +msgid_plural "Reports|Accessibility scanning detected %d issues for the source branch only" +msgstr[0] "" +msgstr[1] "" + +msgid "Reports|Accessibility scanning detected no issues for the source branch only" +msgstr "" + +msgid "Reports|Accessibility scanning failed loading results" +msgstr "" + +msgid "Reports|Accessibility scanning results are being parsed" +msgstr "" + +msgid "Reports|Actions" +msgstr "" + +msgid "Reports|An error occured while loading report" +msgstr "" + +msgid "Reports|An error occurred while loading %{name} results" +msgstr "" + +msgid "Reports|Class" +msgstr "" + +msgid "Reports|Classname" +msgstr "" + +msgid "Reports|Execution time" +msgstr "" + +msgid "Reports|Failure" +msgstr "" + +msgid "Reports|Identifier" +msgstr "" + +msgid "Reports|Metrics reports are loading" +msgstr "" + +msgid "Reports|Metrics reports changed on %{numberOfChanges} %{pointsString}" +msgstr "" + +msgid "Reports|Metrics reports did not change" +msgstr "" + +msgid "Reports|Metrics reports failed loading results" +msgstr "" + +msgid "Reports|Scanner" +msgstr "" + +msgid "Reports|Severity" +msgstr "" + +msgid "Reports|System output" +msgstr "" + +msgid "Reports|Test summary" +msgstr "" + +msgid "Reports|Test summary failed loading results" +msgstr "" + +msgid "Reports|Test summary results are being parsed" +msgstr "" + +msgid "Reports|Vulnerability" +msgstr "" + +msgid "Reports|Vulnerability Name" +msgstr "" + +msgid "Reports|no changed test results" +msgstr "" + +msgid "Repositories" +msgstr "" + +msgid "Repositories Analytics" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" +msgstr "" + +msgid "RepositoriesAnalytics|Download test coverage data (.csv)" +msgstr "" + +msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." +msgstr "" + +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + +msgid "RepositoriesAnalytics|Test Code Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|There was an error fetching the projects." +msgstr "" + +msgid "Repository" +msgstr "" + +msgid "Repository Analytics" +msgstr "" + +msgid "Repository Graph" +msgstr "" + +msgid "Repository Settings" +msgstr "" + +msgid "Repository already read-only" +msgstr "" + +msgid "Repository check" +msgstr "" + +msgid "Repository check was triggered." +msgstr "" + +msgid "Repository cleanup" +msgstr "" + +msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete." +msgstr "" + +msgid "Repository files count over the limit" +msgstr "" + +msgid "Repository has an invalid default branch name." +msgstr "" + +msgid "Repository has more than one branch." +msgstr "" + +msgid "Repository has no locks." +msgstr "" + +msgid "Repository has tags." +msgstr "" + +msgid "Repository maintenance" +msgstr "" + +msgid "Repository mirroring" +msgstr "" + +msgid "Repository must contain at least 1 file." +msgstr "" + +msgid "Repository size is above the limit." +msgstr "" + +msgid "Repository static objects" +msgstr "" + +msgid "Repository storage" +msgstr "" + +msgid "Repository sync capacity" +msgstr "" + +msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects} / Snippets: %{counter_snippets}" +msgstr "" + +msgid "RepositorySettingsAccessLevel|Select" +msgstr "" + +msgid "Request Access" +msgstr "" + +msgid "Request Headers" +msgstr "" + +msgid "Request details" +msgstr "" + +msgid "Request parameter %{param} is missing." +msgstr "" + +msgid "Request review from" +msgstr "" + +msgid "Request to link SAML account must be authorized" +msgstr "" + +msgid "Requested" +msgstr "" + +msgid "Requested %{time_ago}" +msgstr "" + +msgid "Requested design version does not exist." +msgstr "" + +msgid "Requested states are invalid" +msgstr "" + +msgid "Requests" +msgstr "" + +msgid "Requests Profiles" +msgstr "" + +msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The allowlist can hold a maximum of 1000 entries. Domains should use IDNA encoding. Ex: example.com, 192.168.1.1, 127.0.0.0/28, xn--itlab-j1a.com." +msgstr "" + +msgid "Require admin approval for new sign-ups" +msgstr "" + +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" + +msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." +msgstr "" + +msgid "Require user password to approve" +msgstr "" + +msgid "Require users to prove ownership of custom domains" +msgstr "" + +msgid "Required approvals (%{approvals_given} given)" +msgstr "" + +msgid "Required approvals (%{approvals_given} given, you've approved)" +msgstr "" + +msgid "Required in this project." +msgstr "" + +msgid "Requirement %{reference} has been added" +msgstr "" + +msgid "Requirement %{reference} has been archived" +msgstr "" + +msgid "Requirement %{reference} has been reopened" +msgstr "" + +msgid "Requirement %{reference} has been updated" +msgstr "" + +msgid "Requirement title" +msgstr "" + +msgid "Requirement title cannot have more than %{limit} characters." +msgstr "" + +msgid "Requirements" +msgstr "" + +msgid "Requirements can be based on users, stakeholders, system, software, or anything else you find important to capture." +msgstr "" + +msgid "Requires approval from %{names}." +msgid_plural "Requires %{count} more approvals from %{names}." +msgstr[0] "" +msgstr[1] "" + +msgid "Requires approval." +msgid_plural "Requires %d more approvals." +msgstr[0] "" +msgstr[1] "" + +msgid "Requires values to meet regular expression requirements." +msgstr "" + +msgid "Resend Request" +msgstr "" + +msgid "Resend confirmation email" +msgstr "" + +msgid "Resend invite" +msgstr "" + +msgid "Resend it" +msgstr "" + +msgid "Reset authorization key" +msgstr "" + +msgid "Reset authorization key?" +msgstr "" + +msgid "Reset health check access token" +msgstr "" + +msgid "Reset key" +msgstr "" + +msgid "Reset runners registration token" +msgstr "" + +msgid "Reset template" +msgstr "" + +msgid "Reset to project defaults" +msgstr "" + +msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in." +msgstr "" + +msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key." +msgstr "" + +msgid "Resolve" +msgstr "" + +msgid "Resolve all threads in new issue" +msgstr "" + +msgid "Resolve conflicts" +msgstr "" + +msgid "Resolve conflicts on source branch" +msgstr "" + +msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally." +msgstr "" + +msgid "Resolve thread" +msgstr "" + +msgid "Resolved" +msgstr "" + +msgid "Resolved 1 discussion." +msgstr "" + +msgid "Resolved all discussions." +msgstr "" + +msgid "Resolved by" +msgstr "" + +msgid "Resolved by %{name}" +msgstr "" + +msgid "Resolves IP addresses once and uses them to submit requests" +msgstr "" + +msgid "Response" +msgstr "" + +msgid "Response Headers" +msgstr "" + +msgid "Response Status" +msgstr "" + +msgid "Response didn't include `service_desk_address`" +msgstr "" + +msgid "Response metrics (AWS ELB)" +msgstr "" + +msgid "Response metrics (Custom)" +msgstr "" + +msgid "Response metrics (HA Proxy)" +msgstr "" + +msgid "Response metrics (NGINX Ingress VTS)" +msgstr "" + +msgid "Response metrics (NGINX Ingress)" +msgstr "" + +msgid "Response metrics (NGINX)" +msgstr "" + +msgid "Restart Terminal" +msgstr "" + +msgid "Restore" +msgstr "" + +msgid "Restore group" +msgstr "" + +msgid "Restore project" +msgstr "" + +msgid "Restoring the group will prevent the group, its subgroups and projects from being removed on this date." +msgstr "" + +msgid "Restoring the project will prevent the project from being removed on this date and restore people's ability to make changes to it." +msgstr "" + +msgid "Restrict membership by email domain" +msgstr "" + +msgid "Restricts sign-ups for email addresses that match the given regex. See the %{supported_syntax_link_start}supported syntax%{supported_syntax_link_end} for more information." +msgstr "" + +msgid "Resume" +msgstr "" + +msgid "Resync" +msgstr "" + +msgid "Resync all" +msgstr "" + +msgid "Resync all %{replicableType}" +msgstr "" + +msgid "Retry" +msgstr "" + +msgid "Retry this job" +msgstr "" + +msgid "Retry this job in order to create the necessary resources." +msgstr "" + +msgid "Retry update" +msgstr "" + +msgid "Retry verification" +msgstr "" + +msgid "Reveal value" +msgid_plural "Reveal values" +msgstr[0] "" +msgstr[1] "" + +msgid "Reveal values" +msgstr "" + +msgid "Revert this commit" +msgstr "" + +msgid "Revert this merge request" +msgstr "" + +msgid "Review" +msgstr "" + +msgid "Review App|View app" +msgstr "" + +msgid "Review App|View latest app" +msgstr "" + +msgid "Review requested from %{name}" +msgstr "" + +msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." +msgstr "" + +msgid "Review time" +msgstr "" + +msgid "Review time is defined as the time it takes from first comment until merged." +msgstr "" + +msgid "ReviewApp|Enable Review App" +msgstr "" + +msgid "Reviewer" +msgid_plural "%d Reviewers" +msgstr[0] "" +msgstr[1] "" + +msgid "Reviewer(s)" +msgstr "" + +msgid "Reviewing" +msgstr "" + +msgid "Reviewing (merge request !%{mergeRequestId})" +msgstr "" + +msgid "Revoke" +msgstr "" + +msgid "Revoked" +msgstr "" + +msgid "Revoked impersonation token %{token_name}!" +msgstr "" + +msgid "Revoked personal access token %{personal_access_token_name}!" +msgstr "" + +msgid "Revoked project access token %{project_access_token_name}!" +msgstr "" + +msgid "RightSidebar|adding a" +msgstr "" + +msgid "RightSidebar|deleting the" +msgstr "" + +msgid "Roadmap" +msgstr "" + +msgid "Role" +msgstr "" + +msgid "Rollback" +msgstr "" + +msgid "Rook" +msgstr "" + +msgid "Ruby" +msgstr "" + +msgid "Rule name is already taken." +msgstr "" + +msgid "Rules that define what git pushes are accepted for a project in this group. All newly created projects in this group will use these settings." +msgstr "" + +msgid "Rules that define what git pushes are accepted for a project. All newly created projects will use these settings." +msgstr "" + +msgid "Run CI/CD pipelines for external repositories" +msgstr "" + +msgid "Run housekeeping" +msgstr "" + +msgid "Run manual or delayed jobs" +msgstr "" + +msgid "Run tests against your code live using the Web Terminal" +msgstr "" + +msgid "Run untagged jobs" +msgstr "" + +msgid "Runner cannot be assigned to other projects" +msgstr "" + +msgid "Runner runs jobs from all unassigned projects" +msgstr "" + +msgid "Runner runs jobs from all unassigned projects in its group" +msgstr "" + +msgid "Runner runs jobs from assigned projects" +msgstr "" + +msgid "Runner token" +msgstr "" + +msgid "Runner tokens" +msgstr "" + +msgid "Runner was not deleted because it is assigned to multiple projects." +msgstr "" + +msgid "Runner was not updated." +msgstr "" + +msgid "Runner was successfully updated." +msgstr "" + +msgid "Runner will not receive any new jobs" +msgstr "" + +msgid "Runners" +msgstr "" + +msgid "Runners API" +msgstr "" + +msgid "Runners activated for this project" +msgstr "" + +msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project." +msgstr "" + +msgid "Runners can be placed on separate users, servers, and even on your local machine." +msgstr "" + +msgid "Runners can be placed on separate users, servers, even on your local machine." +msgstr "" + +msgid "Runners currently online: %{active_runners_count}" +msgstr "" + +msgid "Runners page." +msgstr "" + +msgid "Runners|Active" +msgstr "" + +msgid "Runners|Architecture" +msgstr "" + +msgid "Runners|Can run untagged jobs" +msgstr "" + +msgid "Runners|Description" +msgstr "" + +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + +msgid "Runners|Group" +msgstr "" + +msgid "Runners|IP Address" +msgstr "" + +msgid "Runners|Last contact" +msgstr "" + +msgid "Runners|Locked to this project" +msgstr "" + +msgid "Runners|Maximum job timeout" +msgstr "" + +msgid "Runners|Name" +msgstr "" + +msgid "Runners|Platform" +msgstr "" + +msgid "Runners|Property Name" +msgstr "" + +msgid "Runners|Protected" +msgstr "" + +msgid "Runners|Register Runner" +msgstr "" + +msgid "Runners|Revision" +msgstr "" + +msgid "Runners|Shared" +msgstr "" + +msgid "Runners|Specific" +msgstr "" + +msgid "Runners|Tags" +msgstr "" + +msgid "Runners|Value" +msgstr "" + +msgid "Runners|Version" +msgstr "" + +msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes." +msgstr "" + +msgid "Running" +msgstr "" + +msgid "Running…" +msgstr "" + +msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects." +msgstr "" + +msgid "SAML" +msgstr "" + +msgid "SAML SSO" +msgstr "" + +msgid "SAML SSO for %{group_name}" +msgstr "" + +msgid "SAML discovery tokens" +msgstr "" + +msgid "SAML for %{group_name}" +msgstr "" + +msgid "SAST Configuration" +msgstr "" + +msgid "SHA256" +msgstr "" + +msgid "SSH Key" +msgstr "" + +msgid "SSH Keys" +msgstr "" + +msgid "SSH Keys Help" +msgstr "" + +msgid "SSH host key fingerprints" +msgstr "" + +msgid "SSH host keys" +msgstr "" + +msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." +msgstr "" + +msgid "SSH key" +msgstr "" + +msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." +msgstr "" + +msgid "SSH public key" +msgstr "" + +msgid "SSL Verification:" +msgstr "" + +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + +msgid "Saturday" +msgstr "" + +msgid "Save" +msgstr "" + +msgid "Save %{name} size limits" +msgstr "" + +msgid "Save Changes" +msgstr "" + +msgid "Save Push Rules" +msgstr "" + +msgid "Save and test payload" +msgstr "" + +msgid "Save anyway" +msgstr "" + +msgid "Save application" +msgstr "" + +msgid "Save changes" +msgstr "" + +msgid "Save changes before testing" +msgstr "" + +msgid "Save comment" +msgstr "" + +msgid "Save password" +msgstr "" + +msgid "Save pipeline schedule" +msgstr "" + +msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." +msgstr "" + +msgid "Saved scan settings and target site settings which are reusable." +msgstr "" + +msgid "Saving" +msgstr "" + +msgid "Saving project." +msgstr "" + +msgid "Scanner" +msgstr "" + +msgid "Schedule a new pipeline" +msgstr "" + +msgid "Scheduled" +msgstr "" + +msgid "Scheduled Deletion At - %{permanent_deletion_time}" +msgstr "" + +msgid "Scheduled to merge this merge request (%{strategy})." +msgstr "" + +msgid "Scheduled to merge this merge request when the pipeline succeeds." +msgstr "" + +msgid "Schedules" +msgstr "" + +msgid "Schedules to merge this merge request (%{strategy})." +msgstr "" + +msgid "Scheduling" +msgstr "" + +msgid "Scheduling Pipelines" +msgstr "" + +msgid "Scope" +msgstr "" + +msgid "Scoped issue boards" +msgstr "" + +msgid "Scopes" +msgstr "" + +msgid "Scopes can't be blank" +msgstr "" + +msgid "Scopes: %{scope_list}" +msgstr "" + +msgid "Score" +msgstr "" + +msgid "Scroll down" +msgstr "" + +msgid "Scroll down to %{strong_open}Google Code Project Hosting%{strong_close} and enable the switch on the right." +msgstr "" + +msgid "Scroll left" +msgstr "" + +msgid "Scroll right" +msgstr "" + +msgid "Scroll to bottom" +msgstr "" + +msgid "Scroll to top" +msgstr "" + +msgid "Scroll up" +msgstr "" + +msgid "Search" +msgstr "" + +msgid "Search Jira issues" +msgstr "" + +msgid "Search a group" +msgstr "" + +msgid "Search an environment spec" +msgstr "" + +msgid "Search authors" +msgstr "" + +msgid "Search branches" +msgstr "" + +msgid "Search branches and tags" +msgstr "" + +msgid "Search branches, tags, and commits" +msgstr "" + +msgid "Search by Git revision" +msgstr "" + +msgid "Search by author" +msgstr "" + +msgid "Search by commit title or SHA" +msgstr "" + +msgid "Search by message" +msgstr "" + +msgid "Search by name" +msgstr "" + +msgid "Search files" +msgstr "" + +msgid "Search for Namespace" +msgstr "" + +msgid "Search for a LDAP group" +msgstr "" + +msgid "Search for a group" +msgstr "" + +msgid "Search for a user" +msgstr "" + +msgid "Search for projects, issues, etc." +msgstr "" + +msgid "Search for this text" +msgstr "" + +msgid "Search forks" +msgstr "" + +msgid "Search merge requests" +msgstr "" + +msgid "Search milestones" +msgstr "" + +msgid "Search or filter results..." +msgstr "" + +msgid "Search or filter results…" +msgstr "" + +msgid "Search or jump to…" +msgstr "" + +msgid "Search project" +msgstr "" + +msgid "Search projects" +msgstr "" + +msgid "Search projects..." +msgstr "" + +msgid "Search requirements" +msgstr "" + +msgid "Search users" +msgstr "" + +msgid "Search users or groups" +msgstr "" + +msgid "Search your project dependencies for their licenses and apply policies." +msgstr "" + +msgid "Search your projects" +msgstr "" + +msgid "SearchAutocomplete|All GitLab" +msgstr "" + +msgid "SearchAutocomplete|Issues I've created" +msgstr "" + +msgid "SearchAutocomplete|Issues assigned to me" +msgstr "" + +msgid "SearchAutocomplete|Merge requests I've created" +msgstr "" + +msgid "SearchAutocomplete|Merge requests assigned to me" +msgstr "" + +msgid "SearchAutocomplete|in all GitLab" +msgstr "" + +msgid "SearchAutocomplete|in group %{groupName}" +msgstr "" + +msgid "SearchAutocomplete|in project %{projectName}" +msgstr "" + +msgid "SearchCodeResults|in" +msgstr "" + +msgid "SearchCodeResults|of %{link_to_project}" +msgstr "" + +msgid "SearchResults|Showing %{count} %{scope} for%{term_element}" +msgstr "" + +msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets" +msgstr "" + +msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}" +msgstr "" + +msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" +msgstr "" + +msgid "SearchResults|code result" +msgid_plural "SearchResults|code results" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|comment" +msgid_plural "SearchResults|comments" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|commit" +msgid_plural "SearchResults|commits" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|epic" +msgid_plural "SearchResults|epics" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|issue" +msgid_plural "SearchResults|issues" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|merge request" +msgid_plural "SearchResults|merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|milestone" +msgid_plural "SearchResults|milestones" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|project" +msgid_plural "SearchResults|projects" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|snippet" +msgid_plural "SearchResults|snippets" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|user" +msgid_plural "SearchResults|users" +msgstr[0] "" +msgstr[1] "" + +msgid "SearchResults|wiki result" +msgid_plural "SearchResults|wiki results" +msgstr[0] "" +msgstr[1] "" + +msgid "Searching by both author and message is currently not supported." +msgstr "" + +msgid "Seat Link" +msgstr "" + +msgid "Seat Link is disabled, and cannot be configured through this form." +msgstr "" + +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" +msgstr "" + +msgid "Seats usage data is updated every day at 12:00pm UTC" +msgstr "" + +msgid "Secondary" +msgstr "" + +msgid "Seconds" +msgstr "" + +msgid "Secret" +msgstr "" + +msgid "Secret Detection" +msgstr "" + +msgid "Security" +msgstr "" + +msgid "Security & Compliance" +msgstr "" + +msgid "Security Configuration" +msgstr "" + +msgid "Security Dashboard" +msgstr "" + +msgid "Security dashboard" +msgstr "" + +msgid "Security report is out of date. Please update your branch with the latest changes from the target branch (%{targetBranchName})" +msgstr "" + +msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})" +msgstr "" + +msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "SecurityConfiguration|An error occurred while creating the merge request." +msgstr "" + +msgid "SecurityConfiguration|Available for on-demand DAST" +msgstr "" + +msgid "SecurityConfiguration|By default, all analyzers are applied in order to cover all languages across your project, and only run if the language is detected in the Merge Request." +msgstr "" + +msgid "SecurityConfiguration|Configure" +msgstr "" + +msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later." +msgstr "" + +msgid "SecurityConfiguration|Create Merge Request" +msgstr "" + +msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. Configuration changes made here override those provided by GitLab and are excluded from updates. For details of more advanced configuration options, see the %{linkStart}GitLab SAST documentation%{linkEnd}." +msgstr "" + +msgid "SecurityConfiguration|Enable" +msgstr "" + +msgid "SecurityConfiguration|Enable via Merge Request" +msgstr "" + +msgid "SecurityConfiguration|Enabled" +msgstr "" + +msgid "SecurityConfiguration|Enabled with Auto DevOps" +msgstr "" + +msgid "SecurityConfiguration|Feature documentation for %{featureName}" +msgstr "" + +msgid "SecurityConfiguration|Manage" +msgstr "" + +msgid "SecurityConfiguration|More information" +msgstr "" + +msgid "SecurityConfiguration|Not enabled" +msgstr "" + +msgid "SecurityConfiguration|SAST Analyzers" +msgstr "" + +msgid "SecurityConfiguration|SAST Configuration" +msgstr "" + +msgid "SecurityConfiguration|Security Control" +msgstr "" + +msgid "SecurityConfiguration|Status" +msgstr "" + +msgid "SecurityConfiguration|Testing & Compliance" +msgstr "" + +msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}" +msgstr "" + +msgid "SecurityConfiguration|View history" +msgstr "" + +msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}." +msgstr "" + +msgid "SecurityReports|%{firstProject} and %{secondProject}" +msgstr "" + +msgid "SecurityReports|%{firstProject}, %{secondProject}, and %{rest}" +msgstr "" + +msgid "SecurityReports|Add a project to your dashboard" +msgstr "" + +msgid "SecurityReports|Add or remove projects to monitor in the security area. Projects included in this list will have their results displayed in the security dashboard and vulnerability report." +msgstr "" + +msgid "SecurityReports|Add projects" +msgstr "" + +msgid "SecurityReports|Add projects to your group" +msgstr "" + +msgid "SecurityReports|Comment added to '%{vulnerabilityName}'" +msgstr "" + +msgid "SecurityReports|Comment deleted on '%{vulnerabilityName}'" +msgstr "" + +msgid "SecurityReports|Comment edited on '%{vulnerabilityName}'" +msgstr "" + +msgid "SecurityReports|Create issue" +msgstr "" + +msgid "SecurityReports|Dismiss Selected" +msgstr "" + +msgid "SecurityReports|Dismiss vulnerability" +msgstr "" + +msgid "SecurityReports|Dismissed '%{vulnerabilityName}'" +msgstr "" + +msgid "SecurityReports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismissed toggle to view." +msgstr "" + +msgid "SecurityReports|Download Report" +msgstr "" + +msgid "SecurityReports|Either you don't have permission to view this dashboard or the dashboard has not been setup. Please check your permission settings with your administrator or check your dashboard configurations to proceed." +msgstr "" + +msgid "SecurityReports|Ensure that %{trackingStart}issue tracking%{trackingEnd} is enabled for this project and you have %{permissionsStart}permission to create new issues%{permissionsEnd}." +msgstr "" + +msgid "SecurityReports|Error fetching the vulnerability counts. Please check your network connection and try again." +msgstr "" + +msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." +msgstr "" + +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + +msgid "SecurityReports|False positive" +msgstr "" + +msgid "SecurityReports|Fuzzing artifacts" +msgstr "" + +msgid "SecurityReports|Hide dismissed" +msgstr "" + +msgid "SecurityReports|Issue Created" +msgstr "" + +msgid "SecurityReports|Issues created from a vulnerability cannot be removed." +msgstr "" + +msgid "SecurityReports|Learn more about setting up your dashboard" +msgstr "" + +msgid "SecurityReports|Monitor vulnerabilities in your code" +msgstr "" + +msgid "SecurityReports|Monitored projects" +msgstr "" + +msgid "SecurityReports|More info" +msgstr "" + +msgid "SecurityReports|More information" +msgstr "" + +msgid "SecurityReports|No vulnerabilities found" +msgstr "" + +msgid "SecurityReports|No vulnerabilities found for this pipeline" +msgstr "" + +msgid "SecurityReports|Oops, something doesn't seem right." +msgstr "" + +msgid "SecurityReports|Project" +msgstr "" + +msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards." +msgstr "" + +msgid "SecurityReports|Projects added" +msgstr "" + +msgid "SecurityReports|Remove project from dashboard" +msgstr "" + +msgid "SecurityReports|Scan details" +msgstr "" + +msgid "SecurityReports|Scanner" +msgstr "" + +msgid "SecurityReports|Security Dashboard" +msgstr "" + +msgid "SecurityReports|Security reports can only be accessed by authorized users." +msgstr "" + +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + +msgid "SecurityReports|Select a project to add by using the project search field above." +msgstr "" + +msgid "SecurityReports|Select a reason" +msgstr "" + +msgid "SecurityReports|Severity" +msgstr "" + +msgid "SecurityReports|Sorry, your filter produced no results" +msgstr "" + +msgid "SecurityReports|Status" +msgstr "" + +msgid "SecurityReports|The rating \"unknown\" indicates that the underlying scanner doesn’t contain or provide a severity rating." +msgstr "" + +msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Add projects to your group to view their vulnerabilities here." +msgstr "" + +msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects." +msgstr "" + +msgid "SecurityReports|The security dashboard displays the latest security report. Use it to find and fix vulnerabilities." +msgstr "" + +msgid "SecurityReports|There was an error adding the comment." +msgstr "" + +msgid "SecurityReports|There was an error creating the issue." +msgstr "" + +msgid "SecurityReports|There was an error creating the merge request." +msgstr "" + +msgid "SecurityReports|There was an error deleting the comment." +msgstr "" + +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + +msgid "SecurityReports|There was an error dismissing the vulnerabilities." +msgstr "" + +msgid "SecurityReports|There was an error dismissing the vulnerability." +msgstr "" + +msgid "SecurityReports|There was an error reverting the dismissal." +msgstr "" + +msgid "SecurityReports|There was an error reverting this dismissal." +msgstr "" + +msgid "SecurityReports|There was an error while generating the report." +msgstr "" + +msgid "SecurityReports|To widen your search, change or remove filters above" +msgstr "" + +msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}" +msgstr "" + +msgid "SecurityReports|Unable to add %{invalidProjects}" +msgstr "" + +msgid "SecurityReports|Undo dismiss" +msgstr "" + +msgid "SecurityReports|Vulnerability Report" +msgstr "" + +msgid "SecurityReports|While it's rare to have no vulnerabilities for your pipeline, it can happen. In any event, we ask that you double check your settings to make sure all security scanning jobs have passed successfully." +msgstr "" + +msgid "SecurityReports|While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly." +msgstr "" + +msgid "SecurityReports|Won't fix / Accept risk" +msgstr "" + +msgid "SecurityReports|You do not have sufficient permissions to access this report" +msgstr "" + +msgid "SecurityReports|You must sign in as an authorized user to see this report" +msgstr "" + +msgid "SecurityReports|[No reason]" +msgstr "" + +msgid "See GitLab's %{password_policy_guidelines}" +msgstr "" + +msgid "See metrics" +msgstr "" + +msgid "See the affected projects in the GitLab admin panel" +msgstr "" + +msgid "See what's new at GitLab" +msgstr "" + +msgid "Select" +msgstr "" + +msgid "Select Archive Format" +msgstr "" + +msgid "Select Git revision" +msgstr "" + +msgid "Select GitLab project to link with your Slack team" +msgstr "" + +msgid "Select Page" +msgstr "" + +msgid "Select Stack" +msgstr "" + +msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes." +msgstr "" + +msgid "Select a group to invite" +msgstr "" + +msgid "Select a label" +msgstr "" + +msgid "Select a namespace to fork the project" +msgstr "" + +msgid "Select a new namespace" +msgstr "" + +msgid "Select a project" +msgstr "" + +msgid "Select a project to read Insights configuration file" +msgstr "" + +msgid "Select a reason" +msgstr "" + +msgid "Select a repository" +msgstr "" + +msgid "Select a template repository" +msgstr "" + +msgid "Select a template type" +msgstr "" + +msgid "Select a timezone" +msgstr "" + +msgid "Select all" +msgstr "" + +msgid "Select an existing Kubernetes cluster or create a new one" +msgstr "" + +msgid "Select assignee" +msgstr "" + +msgid "Select branch" +msgstr "" + +msgid "Select branch/tag" +msgstr "" + +msgid "Select due date" +msgstr "" + +msgid "Select epic" +msgstr "" + +msgid "Select file" +msgstr "" + +msgid "Select group or project" +msgstr "" + +msgid "Select groups to replicate" +msgstr "" + +msgid "Select health status" +msgstr "" + +msgid "Select label" +msgstr "" + +msgid "Select labels" +msgstr "" + +msgid "Select merge moment" +msgstr "" + +msgid "Select milestone" +msgstr "" + +msgid "Select private project" +msgstr "" + +msgid "Select project" +msgstr "" + +msgid "Select project and zone to choose machine type" +msgstr "" + +msgid "Select project to choose zone" +msgstr "" + +msgid "Select projects" +msgstr "" + +msgid "Select projects you want to import." +msgstr "" + +msgid "Select required regulatory standard" +msgstr "" + +msgid "Select reviewer(s)" +msgstr "" + +msgid "Select shards to replicate" +msgstr "" + +msgid "Select source" +msgstr "" + +msgid "Select source branch" +msgstr "" + +msgid "Select start date" +msgstr "" + +msgid "Select status" +msgstr "" + +msgid "Select strategy activation method" +msgstr "" + +msgid "Select subscription" +msgstr "" + +msgid "Select target branch" +msgstr "" + +msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one." +msgstr "" + +msgid "Select the custom project template source group." +msgstr "" + +msgid "Select timezone" +msgstr "" + +msgid "Select type" +msgstr "" + +msgid "Select user" +msgstr "" + +msgid "Selected commits" +msgstr "" + +msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users." +msgstr "" + +msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By %{link_open}@johnsmith%{link_close}\"). It will also associate and/or assign these issues and comments with the selected user." +msgstr "" + +msgid "Selective synchronization" +msgstr "" + +msgid "Self monitoring project does not exist" +msgstr "" + +msgid "Self-monitoring project does not exist. Please check logs for any error messages" +msgstr "" + +msgid "Self-monitoring project has been successfully deleted" +msgstr "" + +msgid "Self-monitoring project was not deleted. Please check logs for any error messages" +msgstr "" + +msgid "SelfMonitoring|Disable self monitoring?" +msgstr "" + +msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?" +msgstr "" + +msgid "SelfMonitoring|Enable or disable instance self monitoring" +msgstr "" + +msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance." +msgstr "" + +msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance." +msgstr "" + +msgid "SelfMonitoring|Self monitoring" +msgstr "" + +msgid "SelfMonitoring|Self monitoring project has been successfully created." +msgstr "" + +msgid "SelfMonitoring|Self monitoring project has been successfully deleted." +msgstr "" + +msgid "Send a separate email notification to Developers." +msgstr "" + +msgid "Send confirmation email" +msgstr "" + +msgid "Send email" +msgstr "" + +msgid "Send email notification" +msgstr "" + +msgid "Send message" +msgstr "" + +msgid "Send report" +msgstr "" + +msgid "Send usage data" +msgstr "" + +msgid "Sentry API URL" +msgstr "" + +msgid "Sentry event" +msgstr "" + +msgid "Sep" +msgstr "" + +msgid "Separate topics with commas." +msgstr "" + +msgid "September" +msgstr "" + +msgid "Serenity Valley Sample Data template." +msgstr "" + +msgid "SeriesFinalConjunction|and" +msgstr "" + +msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)." +msgstr "" + +msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up." +msgstr "" + +msgid "Server version" +msgstr "" + +msgid "Serverless" +msgstr "" + +msgid "Serverless domain" +msgstr "" + +msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first." +msgstr "" + +msgid "ServerlessDetails|Install Prometheus" +msgstr "" + +msgid "ServerlessDetails|Invocation metrics loading or not available at this time." +msgstr "" + +msgid "ServerlessDetails|Invocations" +msgstr "" + +msgid "ServerlessDetails|Kubernetes Pods" +msgstr "" + +msgid "ServerlessDetails|More information" +msgstr "" + +msgid "ServerlessDetails|No pods loaded at this time." +msgstr "" + +msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity." +msgstr "" + +msgid "ServerlessDetails|pod in use" +msgstr "" + +msgid "ServerlessDetails|pods in use" +msgstr "" + +msgid "ServerlessURL|Copy URL" +msgstr "" + +msgid "Serverless|Getting started with serverless" +msgstr "" + +msgid "Serverless|Help shape the future of Serverless at GitLab" +msgstr "" + +msgid "Serverless|If you believe none of these apply, please check back later as the function data may be in the process of becoming available." +msgstr "" + +msgid "Serverless|In order to start using functions as a service, you must first install Knative on your Kubernetes cluster. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "Serverless|Install Knative" +msgstr "" + +msgid "Serverless|Learn more about Serverless" +msgstr "" + +msgid "Serverless|No functions available" +msgstr "" + +msgid "Serverless|Sign up for First Look" +msgstr "" + +msgid "Serverless|The deploy job has not finished." +msgstr "" + +msgid "Serverless|The functions listed in the %{startTag}serverless.yml%{endTag} file don't match the namespace of your cluster." +msgstr "" + +msgid "Serverless|There is currently no function data available from Knative. This could be for a variety of reasons including:" +msgstr "" + +msgid "Serverless|We are continually striving to improve our Serverless functionality. As a Knative user, we would love to hear how we can make this experience better for you. Sign up for GitLab First Look today and we will be in touch shortly." +msgstr "" + +msgid "Serverless|Your %{startTag}.gitlab-ci.yml%{endTag} file is not properly configured." +msgstr "" + +msgid "Serverless|Your repository does not have a corresponding %{startTag}serverless.yml%{endTag} file." +msgstr "" + +msgid "Service" +msgstr "" + +msgid "Service Desk" +msgstr "" + +msgid "Service Desk is enabled but not yet active" +msgstr "" + +msgid "Service Desk is not enabled" +msgstr "" + +msgid "Service Desk is not supported" +msgstr "" + +msgid "Service Templates" +msgstr "" + +msgid "Service URL" +msgstr "" + +msgid "Session ID" +msgstr "" + +msgid "Session duration (minutes)" +msgstr "" + +msgid "Set %{epic_ref} as the parent epic." +msgstr "" + +msgid "Set .gitlab-ci.yml to enable or configure SAST" +msgstr "" + +msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning using the GitLab managed template. You can [add variable overrides](https://docs.gitlab.com/ee/user/application_security/sast/#customizing-the-sast-settings) to customize SAST settings." +msgstr "" + +msgid "Set a default template for issue descriptions." +msgstr "" + +msgid "Set a number of approvals required, the approvers and other approval settings." +msgstr "" + +msgid "Set a password on your account to pull or push via %{protocol}." +msgstr "" + +msgid "Set a template repository for projects in this group" +msgstr "" + +msgid "Set an instance-wide domain that will be available to all clusters when installing Knative." +msgstr "" + +msgid "Set default and restrict visibility levels. Configure import sources and git access protocol." +msgstr "" + +msgid "Set due date" +msgstr "" + +msgid "Set instance-wide template repository" +msgstr "" + +msgid "Set iteration" +msgstr "" + +msgid "Set limit to 0 to allow any file size." +msgstr "" + +msgid "Set max session time for web terminal." +msgstr "" + +msgid "Set milestone" +msgstr "" + +msgid "Set new password" +msgstr "" + +msgid "Set notification email for abuse reports." +msgstr "" + +msgid "Set parent epic to an epic" +msgstr "" + +msgid "Set projects and maximum size limits, session duration, user options, and check feature availability for namespace plan." +msgstr "" + +msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication." +msgstr "" + +msgid "Set target branch" +msgstr "" + +msgid "Set target branch to %{branch_name}." +msgstr "" + +msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: %{code_open}4 mins 2 sec%{code_close}, %{code_open}2h42min%{code_close}." +msgstr "" + +msgid "Set the default name of the initial branch when creating new repositories through the user interface." +msgstr "" + +msgid "Set the due date to %{due_date}." +msgstr "" + +msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: %{code_open}15 days%{code_close}, %{code_open}1 month%{code_close}, %{code_open}2 years%{code_close}." +msgstr "" + +msgid "Set the iteration to %{iteration_reference}." +msgstr "" + +msgid "Set the maximum file size for each job's artifacts" +msgstr "" + +msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited." +msgstr "" + +msgid "Set the milestone to %{milestone_reference}." +msgstr "" + +msgid "Set the number of concurrent requests this secondary node will make to the primary node while backfilling." +msgstr "" + +msgid "Set the synchronization and verification capacity for the secondary node." +msgstr "" + +msgid "Set the timeout in seconds to send a secondary node status to the primary and IPs allowed for the secondary nodes." +msgstr "" + +msgid "Set time estimate" +msgstr "" + +msgid "Set time estimate to %{time_estimate}." +msgstr "" + +msgid "Set up CI/CD" +msgstr "" + +msgid "Set up Jira Integration" +msgstr "" + +msgid "Set up a %{type} Runner automatically" +msgstr "" + +msgid "Set up a %{type} Runner manually" +msgstr "" + +msgid "Set up a hardware device as a second factor to sign in." +msgstr "" + +msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}" +msgstr "" + +msgid "Set up new device" +msgstr "" + +msgid "Set up new password" +msgstr "" + +msgid "Set up pipeline subscriptions for this project." +msgstr "" + +msgid "Set up shared runner availability" +msgstr "" + +msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." +msgstr "" + +msgid "Set weight" +msgstr "" + +msgid "Set weight to %{weight}." +msgstr "" + +msgid "Set what should be replicated by choosing specific projects or groups by the secondary node." +msgstr "" + +msgid "SetPasswordToCloneLink|set a password" +msgstr "" + +msgid "SetStatusModal|Add status emoji" +msgstr "" + +msgid "SetStatusModal|Clear status" +msgstr "" + +msgid "SetStatusModal|Edit status" +msgstr "" + +msgid "SetStatusModal|Remove status" +msgstr "" + +msgid "SetStatusModal|Set a status" +msgstr "" + +msgid "SetStatusModal|Set status" +msgstr "" + +msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later." +msgstr "" + +msgid "SetStatusModal|What's your status?" +msgstr "" + +msgid "Sets %{epic_ref} as parent epic." +msgstr "" + +msgid "Sets target branch to %{branch_name}." +msgstr "" + +msgid "Sets the due date to %{due_date}." +msgstr "" + +msgid "Sets the iteration to %{iteration_reference}." +msgstr "" + +msgid "Sets the milestone to %{milestone_reference}." +msgstr "" + +msgid "Sets time estimate to %{time_estimate}." +msgstr "" + +msgid "Sets weight to %{weight}." +msgstr "" + +msgid "Setting this to 0 means using the system default timeout value." +msgstr "" + +msgid "Settings" +msgstr "" + +msgid "Settings related to the use and experience of using GitLab's Package Registry." +msgstr "" + +msgid "Settings to prevent self-approval across all projects in the instance. Only an administrator can modify these settings." +msgstr "" + +msgid "Setup" +msgstr "" + +msgid "Severity" +msgstr "" + +msgid "SeverityWidget|Severity" +msgstr "" + +msgid "SeverityWidget|Severity: %{severity}" +msgstr "" + +msgid "SeverityWidget|There was an error while updating severity." +msgstr "" + +msgid "Shards (%{shards})" +msgstr "" + +msgid "Shards to synchronize" +msgstr "" + +msgid "Share" +msgstr "" + +msgid "Share the %{strong_open}GitLab single sign-on URL%{strong_close} with members so they can sign in to your group through your identity provider" +msgstr "" + +msgid "Shared Runners" +msgstr "" + +msgid "Shared projects" +msgstr "" + +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + +msgid "Shared runners help link" +msgstr "" + +msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero." +msgstr "" + +msgid "SharedRunnersMinutesSettings|Reset pipeline minutes" +msgstr "" + +msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes" +msgstr "" + +msgid "Sherlock Transactions" +msgstr "" + +msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." +msgstr "" + +msgid "Show Runner installation instructions" +msgstr "" + +msgid "Show all activity" +msgstr "" + +msgid "Show all issues." +msgstr "" + +msgid "Show all members" +msgstr "" + +msgid "Show all requirements." +msgstr "" + +msgid "Show all test cases." +msgstr "" + +msgid "Show archived projects" +msgstr "" + +msgid "Show archived projects only" +msgstr "" + +msgid "Show command" +msgstr "" + +msgid "Show comments" +msgstr "" + +msgid "Show comments on this file" +msgstr "" + +msgid "Show comments only" +msgstr "" + +msgid "Show commit description" +msgstr "" + +msgid "Show complete raw log" +msgstr "" + +msgid "Show details" +msgstr "" + +msgid "Show file browser" +msgstr "" + +msgid "Show file contents" +msgstr "" + +msgid "Show latest version" +msgstr "" + +msgid "Show list" +msgstr "" + +msgid "Show me everything" +msgstr "" + +msgid "Show me how to add a pipeline" +msgstr "" + +msgid "Show me more advanced stuff" +msgstr "" + +msgid "Show only direct members" +msgstr "" + +msgid "Show only inherited members" +msgstr "" + +msgid "Show parent pages" +msgstr "" + +msgid "Show parent subgroups" +msgstr "" + +msgid "Show the Closed list" +msgstr "" + +msgid "Show the Open list" +msgstr "" + +msgid "Show whitespace changes" +msgstr "" + +msgid "Showing %d event" +msgid_plural "Showing %d events" +msgstr[0] "" +msgstr[1] "" + +msgid "Showing %{count} of %{total} projects" +msgstr "" + +msgid "Showing %{count} project" +msgid_plural "Showing %{count} projects" +msgstr[0] "" +msgstr[1] "" + +msgid "Showing %{limit} of %{total_count} issues. " +msgstr "" + +msgid "Showing %{pageSize} of %{total} issues" +msgstr "" + +msgid "Showing all issues" +msgstr "" + +msgid "Showing graphs based on events of the last %{timerange} days." +msgstr "" + +msgid "Showing last %{size} of log -" +msgstr "" + +msgid "Showing latest version" +msgstr "" + +msgid "Showing version #%{versionNumber}" +msgstr "" + +msgid "Side-by-side" +msgstr "" + +msgid "Sidebar|Assign health status" +msgstr "" + +msgid "Sidebar|Health status" +msgstr "" + +msgid "Sidebar|No status" +msgstr "" + +msgid "Sidebar|None" +msgstr "" + +msgid "Sidebar|Only numeral characters allowed" +msgstr "" + +msgid "Sidebar|Weight" +msgstr "" + +msgid "Sign in" +msgstr "" + +msgid "Sign in / Register" +msgstr "" + +msgid "Sign in to \"%{group_name}\"" +msgstr "" + +msgid "Sign in to GitLab" +msgstr "" + +msgid "Sign in using smart card" +msgstr "" + +msgid "Sign in via 2FA code" +msgstr "" + +msgid "Sign in with Single Sign-On" +msgstr "" + +msgid "Sign in with smart card" +msgstr "" + +msgid "Sign out" +msgstr "" + +msgid "Sign out & Register" +msgstr "" + +msgid "Sign up" +msgstr "" + +msgid "Sign up was successful! Please confirm your email to sign in." +msgstr "" + +msgid "Sign-in restrictions" +msgstr "" + +msgid "Sign-in text" +msgstr "" + +msgid "Sign-up restrictions" +msgstr "" + +msgid "SignUp|First Name is too long (maximum is %{max_length} characters)." +msgstr "" + +msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." +msgstr "" + +msgid "SignUp|Username is too long (maximum is %{max_length} characters)." +msgstr "" + +msgid "SignUp|Username is too short (minimum is %{min_length} characters)." +msgstr "" + +msgid "Signed in" +msgstr "" + +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + +msgid "Signed in with %{authentication} authentication" +msgstr "" + +msgid "Signing in using %{label} has been disabled" +msgstr "" + +msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed." +msgstr "" + +msgid "Similar issues" +msgstr "" + +msgid "Simulate a pipeline created for the default branch" +msgstr "" + +msgid "Single or combined queries" +msgstr "" + +msgid "Size" +msgstr "" + +msgid "Size and domain settings for static websites" +msgstr "" + +msgid "Size limit per repository (MB)" +msgstr "" + +msgid "Size settings for static websites" +msgstr "" + +msgid "Skip outdated deployment jobs" +msgstr "" + +msgid "Skipped" +msgstr "" + +msgid "Slack application" +msgstr "" + +msgid "Slack channels (e.g. general, development)" +msgstr "" + +msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window." +msgstr "" + +msgid "SlackIntegration|%{strong_open}Note:%{strong_close} Usernames and private channels are not supported." +msgstr "" + +msgid "SlackIntegration|%{webhooks_link_start}Add an incoming webhook%{webhooks_link_end} in your Slack team. The default channel can be overridden for each event." +msgstr "" + +msgid "SlackIntegration|Paste the %{strong_open}Webhook URL%{strong_close} into the field below." +msgstr "" + +msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional." +msgstr "" + +msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:" +msgstr "" + +msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below" +msgstr "" + +msgid "SlackService|3. Select the %{strong_open}Active%{strong_close} checkbox, press %{strong_open}Save changes%{strong_close} and start using GitLab inside Slack!" +msgstr "" + +msgid "SlackService|Fill in the word that works best for your team." +msgstr "" + +msgid "SlackService|See list of available commands in Slack after setting up this service, by entering" +msgstr "" + +msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack." +msgstr "" + +msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job" +msgstr "" + +msgid "Smartcard" +msgstr "" + +msgid "Smartcard authentication failed: client certificate header is missing." +msgstr "" + +msgid "Snippets" +msgstr "" + +msgid "Snippets with non-text files can only be edited via Git." +msgstr "" + +msgid "SnippetsEmptyState|Code snippets" +msgstr "" + +msgid "SnippetsEmptyState|Documentation" +msgstr "" + +msgid "SnippetsEmptyState|New snippet" +msgstr "" + +msgid "SnippetsEmptyState|No snippets found" +msgstr "" + +msgid "SnippetsEmptyState|Store, share, and embed small pieces of code and text." +msgstr "" + +msgid "SnippetsEmptyState|There are no snippets to show." +msgstr "" + +msgid "Snippets|Add another file %{num}/%{total}" +msgstr "" + +msgid "Snippets|Delete file" +msgstr "" + +msgid "Snippets|Description (optional)" +msgstr "" + +msgid "Snippets|Files" +msgstr "" + +msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" +msgstr "" + +msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" +msgstr "" + +msgid "Snowplow" +msgstr "" + +msgid "Solution" +msgstr "" + +msgid "Some changes are not shown" +msgstr "" + +msgid "Some child epics may be hidden due to applied filters" +msgstr "" + +msgid "Some common domains are not allowed. %{read_more_link}." +msgstr "" + +msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead." +msgstr "" + +msgid "Some of the designs you tried uploading did not change:" +msgstr "" + +msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order." +msgstr "" + +msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs." +msgstr "" + +msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again." +msgstr "" + +msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes." +msgstr "" + +msgid "Something went wrong on our end" +msgstr "" + +msgid "Something went wrong on our end." +msgstr "" + +msgid "Something went wrong on our end. Please try again!" +msgstr "" + +msgid "Something went wrong on our end. Please try again." +msgstr "" + +msgid "Something went wrong trying to change the confidentiality of this issue" +msgstr "" + +msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}" +msgstr "" + +msgid "Something went wrong when reordering designs. Please try again" +msgstr "" + +msgid "Something went wrong when toggling the button" +msgstr "" + +msgid "Something went wrong while adding your award. Please try again." +msgstr "" + +msgid "Something went wrong while applying the batch of suggestions. Please try again." +msgstr "" + +msgid "Something went wrong while applying the suggestion. Please try again." +msgstr "" + +msgid "Something went wrong while archiving a requirement." +msgstr "" + +msgid "Something went wrong while closing the %{issuable}. Please try again later" +msgstr "" + +msgid "Something went wrong while creating a requirement." +msgstr "" + +msgid "Something went wrong while deleting description changes. Please try again." +msgstr "" + +msgid "Something went wrong while deleting the package." +msgstr "" + +msgid "Something went wrong while deleting the source branch. Please try again." +msgstr "" + +msgid "Something went wrong while deleting your note. Please try again." +msgstr "" + +msgid "Something went wrong while deploying this environment. Please try again." +msgstr "" + +msgid "Something went wrong while editing your comment. Please try again." +msgstr "" + +msgid "Something went wrong while fetching %{listType} list" +msgstr "" + +msgid "Something went wrong while fetching comments. Please try again." +msgstr "" + +msgid "Something went wrong while fetching description changes. Please try again." +msgstr "" + +msgid "Something went wrong while fetching group member contributions" +msgstr "" + +msgid "Something went wrong while fetching latest comments." +msgstr "" + +msgid "Something went wrong while fetching projects" +msgstr "" + +msgid "Something went wrong while fetching projects." +msgstr "" + +msgid "Something went wrong while fetching related merge requests." +msgstr "" + +msgid "Something went wrong while fetching requirements count." +msgstr "" + +msgid "Something went wrong while fetching requirements list." +msgstr "" + +msgid "Something went wrong while fetching the environments for this merge request. Please try again." +msgstr "" + +msgid "Something went wrong while fetching the package." +msgstr "" + +msgid "Something went wrong while fetching the packages list." +msgstr "" + +msgid "Something went wrong while initializing the OpenAPI viewer" +msgstr "" + +msgid "Something went wrong while inserting your image. Please try again." +msgstr "" + +msgid "Something went wrong while merging this merge request. Please try again." +msgstr "" + +msgid "Something went wrong while moving issues." +msgstr "" + +msgid "Something went wrong while obtaining the Let's Encrypt certificate." +msgstr "" + +msgid "Something went wrong while performing the action." +msgstr "" + +msgid "Something went wrong while reopening a requirement." +msgstr "" + +msgid "Something went wrong while reopening the %{issuable}. Please try again later" +msgstr "" + +msgid "Something went wrong while resolving this discussion. Please try again." +msgstr "" + +msgid "Something went wrong while stopping this environment. Please try again." +msgstr "" + +msgid "Something went wrong while toggling auto-fix settings, please try again later." +msgstr "" + +msgid "Something went wrong while updating a requirement." +msgstr "" + +msgid "Something went wrong while updating assignees" +msgstr "" + +msgid "Something went wrong while updating your list settings" +msgstr "" + +msgid "Something went wrong with your automatic subscription renewal." +msgstr "" + +msgid "Something went wrong, unable to add %{project} to dashboard" +msgstr "" + +msgid "Something went wrong, unable to add projects to dashboard" +msgstr "" + +msgid "Something went wrong, unable to delete project" +msgstr "" + +msgid "Something went wrong, unable to get projects" +msgstr "" + +msgid "Something went wrong, unable to search projects" +msgstr "" + +msgid "Something went wrong." +msgstr "" + +msgid "Something went wrong. Please try again." +msgstr "" + +msgid "Something went wrong. Try again later." +msgstr "" + +msgid "Sorry, no epics matched your search" +msgstr "" + +msgid "Sorry, no projects matched your search" +msgstr "" + +msgid "Sorry, you have exceeded the maximum browsable page number. Please use the API to explore further." +msgstr "" + +msgid "Sorry, your filter produced no results" +msgstr "" + +msgid "Sort by" +msgstr "" + +msgid "Sort direction" +msgstr "" + +msgid "Sort direction: Ascending" +msgstr "" + +msgid "Sort direction: Descending" +msgstr "" + +msgid "SortOptions|Access level, ascending" +msgstr "" + +msgid "SortOptions|Access level, descending" +msgstr "" + +msgid "SortOptions|Blocking" +msgstr "" + +msgid "SortOptions|Created date" +msgstr "" + +msgid "SortOptions|Due date" +msgstr "" + +msgid "SortOptions|Due later" +msgstr "" + +msgid "SortOptions|Due soon" +msgstr "" + +msgid "SortOptions|Expired date" +msgstr "" + +msgid "SortOptions|Label priority" +msgstr "" + +msgid "SortOptions|Largest group" +msgstr "" + +msgid "SortOptions|Largest repository" +msgstr "" + +msgid "SortOptions|Last Contact" +msgstr "" + +msgid "SortOptions|Last created" +msgstr "" + +msgid "SortOptions|Last joined" +msgstr "" + +msgid "SortOptions|Last updated" +msgstr "" + +msgid "SortOptions|Least popular" +msgstr "" + +msgid "SortOptions|Less weight" +msgstr "" + +msgid "SortOptions|Manual" +msgstr "" + +msgid "SortOptions|Milestone due date" +msgstr "" + +msgid "SortOptions|Milestone due later" +msgstr "" + +msgid "SortOptions|Milestone due soon" +msgstr "" + +msgid "SortOptions|More weight" +msgstr "" + +msgid "SortOptions|Most popular" +msgstr "" + +msgid "SortOptions|Most stars" +msgstr "" + +msgid "SortOptions|Name" +msgstr "" + +msgid "SortOptions|Name, ascending" +msgstr "" + +msgid "SortOptions|Name, descending" +msgstr "" + +msgid "SortOptions|Oldest created" +msgstr "" + +msgid "SortOptions|Oldest joined" +msgstr "" + +msgid "SortOptions|Oldest last activity" +msgstr "" + +msgid "SortOptions|Oldest sign in" +msgstr "" + +msgid "SortOptions|Oldest starred" +msgstr "" + +msgid "SortOptions|Oldest updated" +msgstr "" + +msgid "SortOptions|Popularity" +msgstr "" + +msgid "SortOptions|Priority" +msgstr "" + +msgid "SortOptions|Project" +msgstr "" + +msgid "SortOptions|Recent last activity" +msgstr "" + +msgid "SortOptions|Recent sign in" +msgstr "" + +msgid "SortOptions|Recently starred" +msgstr "" + +msgid "SortOptions|Relevant" +msgstr "" + +msgid "SortOptions|Size" +msgstr "" + +msgid "SortOptions|Sort by:" +msgstr "" + +msgid "SortOptions|Sort direction" +msgstr "" + +msgid "SortOptions|Stars" +msgstr "" + +msgid "SortOptions|Start date" +msgstr "" + +msgid "SortOptions|Start later" +msgstr "" + +msgid "SortOptions|Start soon" +msgstr "" + +msgid "SortOptions|Type" +msgstr "" + +msgid "SortOptions|Version" +msgstr "" + +msgid "SortOptions|Weight" +msgstr "" + +msgid "Source" +msgstr "" + +msgid "Source (branch or tag)" +msgstr "" + +msgid "Source Branch" +msgstr "" + +msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" +msgstr "" + +msgid "Source code (%{fileExtension})" +msgstr "" + +msgid "Source is not available" +msgstr "" + +msgid "Source project cannot be found." +msgstr "" + +msgid "Sourcegraph" +msgstr "" + +msgid "SourcegraphAdmin|Block on private and internal projects" +msgstr "" + +msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects." +msgstr "" + +msgid "SourcegraphAdmin|Enable Sourcegraph" +msgstr "" + +msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests." +msgstr "" + +msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph." +msgstr "" + +msgid "SourcegraphAdmin|More information" +msgstr "" + +msgid "SourcegraphAdmin|Save changes" +msgstr "" + +msgid "SourcegraphAdmin|Sourcegraph URL" +msgstr "" + +msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com" +msgstr "" + +msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects." +msgstr "" + +msgid "SourcegraphPreferences|This feature is experimental and limited to public projects." +msgstr "" + +msgid "SourcegraphPreferences|This feature is experimental." +msgstr "" + +msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}." +msgstr "" + +msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}." +msgstr "" + +msgid "Spam Logs" +msgstr "" + +msgid "Spam and Anti-bot Protection" +msgstr "" + +msgid "Spam log successfully submitted as ham." +msgstr "" + +msgid "Specific Runners" +msgstr "" + +msgid "Specified URL cannot be used: \"%{reason}\"" +msgstr "" + +msgid "Specify an e-mail address regex pattern to identify default internal users." +msgstr "" + +msgid "Specify the following URL during the Runner setup:" +msgstr "" + +msgid "Squash commit message" +msgstr "" + +msgid "Squash commits" +msgstr "" + +msgid "Stack trace" +msgstr "" + +msgid "Stacktrace snippet" +msgstr "" + +msgid "Stage" +msgstr "" + +msgid "Stage & Commit" +msgstr "" + +msgid "Stage data updated" +msgstr "" + +msgid "Stage removed" +msgstr "" + +msgid "Standard" +msgstr "" + +msgid "Star a label to make it a priority label. Order the prioritized labels to change their relative priority, by dragging." +msgstr "" + +msgid "Star labels to start sorting by priority" +msgstr "" + +msgid "Star toggle failed. Try again later." +msgstr "" + +msgid "StarProject|Star" +msgstr "" + +msgid "Starred Projects" +msgstr "" + +msgid "Starred Projects' Activity" +msgstr "" + +msgid "Starred projects" +msgstr "" + +msgid "StarredProjectsEmptyState|Visit a project page and press on a star icon. Then, you can find the project on this page." +msgstr "" + +msgid "StarredProjectsEmptyState|You don't have starred projects yet." +msgstr "" + +msgid "Starrers" +msgstr "" + +msgid "Stars" +msgstr "" + +msgid "Start Date" +msgstr "" + +msgid "Start Time" +msgstr "" + +msgid "Start Web Terminal" +msgstr "" + +msgid "Start a %{new_merge_request} with these changes" +msgstr "" + +msgid "Start a Free Gold Trial" +msgstr "" + +msgid "Start a new discussion..." +msgstr "" + +msgid "Start a new merge request" +msgstr "" + +msgid "Start a review" +msgstr "" + +msgid "Start and due date" +msgstr "" + +msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors." +msgstr "" + +msgid "Start cleanup" +msgstr "" + +msgid "Start date" +msgstr "" + +msgid "Start merge train" +msgstr "" + +msgid "Start merge train when pipeline succeeds" +msgstr "" + +msgid "Start search" +msgstr "" + +msgid "Start the Runner!" +msgstr "" + +msgid "Start thread" +msgstr "" + +msgid "Start thread & close %{noteable_name}" +msgstr "" + +msgid "Start thread & reopen %{noteable_name}" +msgstr "" + +msgid "Start using Directed Acyclic Graphs (DAG)" +msgstr "" + +msgid "Start your Free Gold Trial" +msgstr "" + +msgid "Start your free trial" +msgstr "" + +msgid "Start your trial" +msgstr "" + +msgid "Started" +msgstr "" + +msgid "Started %{startsIn}" +msgstr "" + +msgid "Started asynchronous removal of all repository check states." +msgstr "" + +msgid "Started:" +msgstr "" + +msgid "Starting..." +msgstr "" + +msgid "Starts %{startsIn}" +msgstr "" + +msgid "Starts at (UTC)" +msgstr "" + +msgid "State your message to activate" +msgstr "" + +msgid "State: %{last_reindexing_task_state}" +msgstr "" + +msgid "Static Application Security Testing (SAST)" +msgstr "" + +msgid "StaticSiteEditor|1. Add a clear title to describe the change." +msgstr "" + +msgid "StaticSiteEditor|2. Add a description to explain why the change is being made." +msgstr "" + +msgid "StaticSiteEditor|3. Assign a person to review and accept the merge request." +msgstr "" + +msgid "StaticSiteEditor|A link to view the merge request will appear once ready." +msgstr "" + +msgid "StaticSiteEditor|An error occurred while submitting your changes." +msgstr "" + +msgid "StaticSiteEditor|Branch could not be created." +msgstr "" + +msgid "StaticSiteEditor|Copy update" +msgstr "" + +msgid "StaticSiteEditor|Could not commit the content changes." +msgstr "" + +msgid "StaticSiteEditor|Could not create merge request." +msgstr "" + +msgid "StaticSiteEditor|Creating your merge request" +msgstr "" + +msgid "StaticSiteEditor|Incompatible file content" +msgstr "" + +msgid "StaticSiteEditor|Return to site" +msgstr "" + +msgid "StaticSiteEditor|Static site editor" +msgstr "" + +msgid "StaticSiteEditor|The Static Site Editor is currently configured to only edit Markdown content on pages generated from Middleman. Visit the documentation to learn more about configuring your site to use the Static Site Editor." +msgstr "" + +msgid "StaticSiteEditor|To see your changes live you will need to do the following things:" +msgstr "" + +msgid "StaticSiteEditor|Update %{sourcePath} file" +msgstr "" + +msgid "StaticSiteEditor|View documentation" +msgstr "" + +msgid "StaticSiteEditor|You can set an assignee to get your changes reviewed and deployed once your merge request is created." +msgstr "" + +msgid "StaticSiteEditor|Your merge request has been created" +msgstr "" + +msgid "Statistics" +msgstr "" + +msgid "Status" +msgstr "" + +msgid "Status was retried." +msgstr "" + +msgid "Status:" +msgstr "" + +msgid "Status: %{title}" +msgstr "" + +msgid "StatusPage|AWS Secret access key" +msgstr "" + +msgid "StatusPage|AWS access key ID" +msgstr "" + +msgid "StatusPage|AWS documentation" +msgstr "" + +msgid "StatusPage|AWS region" +msgstr "" + +msgid "StatusPage|Active" +msgstr "" + +msgid "StatusPage|Bucket %{docsLink}" +msgstr "" + +msgid "StatusPage|Configure file storage settings to link issues in this project to an external status page." +msgstr "" + +msgid "StatusPage|For help with configuration, visit %{docsLink}" +msgstr "" + +msgid "StatusPage|S3 Bucket name" +msgstr "" + +msgid "StatusPage|Status page" +msgstr "" + +msgid "StatusPage|Status page URL" +msgstr "" + +msgid "StatusPage|Status page frontend documentation" +msgstr "" + +msgid "StatusPage|To publish incidents to an external status page, GitLab will store a JSON file in your Amazon S3 account in a location accessible to your external status page service. Make sure to also set up %{docsLink}" +msgstr "" + +msgid "StatusPage|configuration documentation" +msgstr "" + +msgid "StatusPage|your status page frontend." +msgstr "" + +msgid "Stay updated about the performance and health of your environment by configuring Prometheus to monitor your deployments." +msgstr "" + +msgid "Still, we recommend keeping a backup saved somewhere. Otherwise, if you ever need it and have lost it, you will need to request GitLab Inc. to send it to you again." +msgstr "" + +msgid "Stop Terminal" +msgstr "" + +msgid "Stop impersonation" +msgstr "" + +msgid "Stop this environment" +msgstr "" + +msgid "Stopped" +msgstr "" + +msgid "Stopping..." +msgstr "" + +msgid "Storage" +msgstr "" + +msgid "Storage nodes for new repositories" +msgstr "" + +msgid "Storage:" +msgstr "" + +msgid "StorageSize|Unknown" +msgstr "" + +msgid "Subgroup milestone" +msgstr "" + +msgid "Subgroup overview" +msgstr "" + +msgid "SubgroupCreationLevel|Allowed to create subgroups" +msgstr "" + +msgid "SubgroupCreationlevel|Allowed to create subgroups" +msgstr "" + +msgid "SubgroupCreationlevel|Maintainers" +msgstr "" + +msgid "SubgroupCreationlevel|Owners" +msgstr "" + +msgid "Subgroups" +msgstr "" + +msgid "Subgroups and projects" +msgstr "" + +msgid "Subject Key Identifier:" +msgstr "" + +msgid "Subkeys" +msgstr "" + +msgid "Submit" +msgstr "" + +msgid "Submit %{humanized_resource_name}" +msgstr "" + +msgid "Submit a review" +msgstr "" + +msgid "Submit as spam" +msgstr "" + +msgid "Submit changes" +msgstr "" + +msgid "Submit changes..." +msgstr "" + +msgid "Submit feedback" +msgstr "" + +msgid "Submit issue" +msgstr "" + +msgid "Submit review" +msgstr "" + +msgid "Submit search" +msgstr "" + +msgid "Submit the current review." +msgstr "" + +msgid "Submit your changes" +msgstr "" + +msgid "Submitted the current review." +msgstr "" + +msgid "Subscribe" +msgstr "" + +msgid "Subscribe at group level" +msgstr "" + +msgid "Subscribe at project level" +msgstr "" + +msgid "Subscribe to RSS feed" +msgstr "" + +msgid "Subscribe to calendar" +msgstr "" + +msgid "Subscribed" +msgstr "" + +msgid "Subscribed to this %{quick_action_target}." +msgstr "" + +msgid "Subscribes to this %{quick_action_target}." +msgstr "" + +msgid "Subscription" +msgstr "" + +msgid "Subscription deletion failed." +msgstr "" + +msgid "Subscription successfully applied to \"%{group_name}\"" +msgstr "" + +msgid "Subscription successfully created." +msgstr "" + +msgid "Subscription successfully deleted." +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + +msgid "SubscriptionTable|Billing" +msgstr "" + +msgid "SubscriptionTable|Free" +msgstr "" + +msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal." +msgstr "" + +msgid "SubscriptionTable|Last invoice" +msgstr "" + +msgid "SubscriptionTable|Loading subscriptions" +msgstr "" + +msgid "SubscriptionTable|Manage" +msgstr "" + +msgid "SubscriptionTable|Max seats used" +msgstr "" + +msgid "SubscriptionTable|Next invoice" +msgstr "" + +msgid "SubscriptionTable|Seats currently in use" +msgstr "" + +msgid "SubscriptionTable|Seats in subscription" +msgstr "" + +msgid "SubscriptionTable|Seats owed" +msgstr "" + +msgid "SubscriptionTable|Subscription end date" +msgstr "" + +msgid "SubscriptionTable|Subscription start date" +msgstr "" + +msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances." +msgstr "" + +msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started." +msgstr "" + +msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances." +msgstr "" + +msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan." +msgstr "" + +msgid "SubscriptionTable|Trial" +msgstr "" + +msgid "SubscriptionTable|Trial end date" +msgstr "" + +msgid "SubscriptionTable|Trial start date" +msgstr "" + +msgid "SubscriptionTable|Upgrade" +msgstr "" + +msgid "SubscriptionTable|Usage" +msgstr "" + +msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM." +msgstr "" + +msgid "Subscriptions" +msgstr "" + +msgid "Subtracted" +msgstr "" + +msgid "Subtracts" +msgstr "" + +msgid "Succeeded" +msgstr "" + +msgid "Successfully activated" +msgstr "" + +msgid "Successfully approved" +msgstr "" + +msgid "Successfully blocked" +msgstr "" + +msgid "Successfully confirmed" +msgstr "" + +msgid "Successfully deactivated" +msgstr "" + +msgid "Successfully deleted U2F device." +msgstr "" + +msgid "Successfully deleted WebAuthn device." +msgstr "" + +msgid "Successfully removed email." +msgstr "" + +msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." +msgstr "" + +msgid "Successfully synced %{synced_timeago}." +msgstr "" + +msgid "Successfully unblocked" +msgstr "" + +msgid "Successfully unlocked" +msgstr "" + +msgid "Successfully verified domain ownership" +msgstr "" + +msgid "Suggest code changes which can be immediately applied in one click. Try it out!" +msgstr "" + +msgid "Suggested Solutions" +msgstr "" + +msgid "Suggested change" +msgstr "" + +msgid "Suggested solutions help link" +msgstr "" + +msgid "SuggestedColors|Bright green" +msgstr "" + +msgid "SuggestedColors|Dark grayish cyan" +msgstr "" + +msgid "SuggestedColors|Dark moderate blue" +msgstr "" + +msgid "SuggestedColors|Dark moderate orange" +msgstr "" + +msgid "SuggestedColors|Dark moderate pink" +msgstr "" + +msgid "SuggestedColors|Dark moderate violet" +msgstr "" + +msgid "SuggestedColors|Feijoa" +msgstr "" + +msgid "SuggestedColors|Lime green" +msgstr "" + +msgid "SuggestedColors|Moderate blue" +msgstr "" + +msgid "SuggestedColors|Pure red" +msgstr "" + +msgid "SuggestedColors|Slightly desaturated blue" +msgstr "" + +msgid "SuggestedColors|Slightly desaturated green" +msgstr "" + +msgid "SuggestedColors|Soft orange" +msgstr "" + +msgid "SuggestedColors|Soft red" +msgstr "" + +msgid "SuggestedColors|Strong pink" +msgstr "" + +msgid "SuggestedColors|Strong red" +msgstr "" + +msgid "SuggestedColors|Strong yellow" +msgstr "" + +msgid "SuggestedColors|UA blue" +msgstr "" + +msgid "SuggestedColors|Very dark desaturated blue" +msgstr "" + +msgid "SuggestedColors|Very dark lime green" +msgstr "" + +msgid "SuggestedColors|Very pale orange" +msgstr "" + +msgid "Suggestion is not applicable as the suggestion was not found." +msgstr "" + +msgid "Suggestions are not applicable as one or more suggestions were not found." +msgstr "" + +msgid "Suggestions are not applicable as their lines cannot overlap." +msgstr "" + +msgid "Suggestions must all be on the same branch." +msgstr "" + +msgid "Suggestions:" +msgstr "" + +msgid "Suite" +msgstr "" + +msgid "Summary" +msgstr "" + +msgid "Sunday" +msgstr "" + +msgid "Support" +msgstr "" + +msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it." +msgstr "" + +msgid "Support page URL" +msgstr "" + +msgid "Survey Response" +msgstr "" + +msgid "Switch branch/tag" +msgstr "" + +msgid "Switch to GitLab Next" +msgstr "" + +msgid "Switch to the source to copy the file contents" +msgstr "" + +msgid "Symbolic link" +msgstr "" + +msgid "Sync information" +msgstr "" + +msgid "Sync now" +msgstr "" + +msgid "Synced" +msgstr "" + +msgid "Synchronization disabled" +msgstr "" + +msgid "Syncing…" +msgstr "" + +msgid "System" +msgstr "" + +msgid "System Hooks" +msgstr "" + +msgid "System Hooks Help" +msgstr "" + +msgid "System Info" +msgstr "" + +msgid "System default (%{default})" +msgstr "" + +msgid "System header and footer" +msgstr "" + +msgid "System hook was successfully updated." +msgstr "" + +msgid "System metrics (Custom)" +msgstr "" + +msgid "System metrics (Kubernetes)" +msgstr "" + +msgid "System output" +msgstr "" + +msgid "Table of Contents" +msgstr "" + +msgid "Tag" +msgstr "" + +msgid "Tag list:" +msgstr "" + +msgid "Tag name" +msgstr "" + +msgid "Tag name is required" +msgstr "" + +msgid "Tag this commit." +msgstr "" + +msgid "Tagged this commit to %{tag_name} with \"%{message}\"." +msgstr "" + +msgid "Tagged this commit to %{tag_name}." +msgstr "" + +msgid "Tags" +msgstr "" + +msgid "Tags are deleted until the timeout is reached. Any remaining tags are included the next time the policy runs. To remove the time limit, set it to 0." +msgstr "" + +msgid "Tags feed" +msgstr "" + +msgid "Tags this commit to %{tag_name} with \"%{message}\"." +msgstr "" + +msgid "Tags this commit to %{tag_name}." +msgstr "" + +msgid "Tags:" +msgstr "" + +msgid "TagsPage|Browse commits" +msgstr "" + +msgid "TagsPage|Browse files" +msgstr "" + +msgid "TagsPage|Can't find HEAD commit for this tag" +msgstr "" + +msgid "TagsPage|Cancel" +msgstr "" + +msgid "TagsPage|Create tag" +msgstr "" + +msgid "TagsPage|Delete tag" +msgstr "" + +msgid "TagsPage|Deleting the %{tag_name} tag cannot be undone. Are you sure?" +msgstr "" + +msgid "TagsPage|Edit release notes" +msgstr "" + +msgid "TagsPage|Existing branch name, tag, or commit SHA" +msgstr "" + +msgid "TagsPage|Filter by tag name" +msgstr "" + +msgid "TagsPage|New Tag" +msgstr "" + +msgid "TagsPage|New tag" +msgstr "" + +msgid "TagsPage|Optionally, add a message to the tag. Leaving this blank creates a %{link_start}lightweight tag.%{link_end}" +msgstr "" + +msgid "TagsPage|Optionally, create a public Release of your project, based on this tag. Release notes are displayed on the %{releases_page_link_start}Releases%{link_end} page. %{docs_link_start}More information%{link_end}" +msgstr "" + +msgid "TagsPage|Release notes" +msgstr "" + +msgid "TagsPage|Repository has no tags yet." +msgstr "" + +msgid "TagsPage|Sort by" +msgstr "" + +msgid "TagsPage|Tags" +msgstr "" + +msgid "TagsPage|Tags give the ability to mark specific points in history as being important" +msgstr "" + +msgid "TagsPage|This tag has no release notes." +msgstr "" + +msgid "TagsPage|Use git tag command to add a new one:" +msgstr "" + +msgid "TagsPage|Write your release notes or drag files here…" +msgstr "" + +msgid "TagsPage|protected" +msgstr "" + +msgid "Target Branch" +msgstr "" + +msgid "Target Path" +msgstr "" + +msgid "Target branch" +msgstr "" + +msgid "Target-Branch" +msgstr "" + +msgid "Task ID: %{elastic_task}" +msgstr "" + +msgid "Team" +msgstr "" + +msgid "Team domain" +msgstr "" + +msgid "Telephone number" +msgstr "" + +msgid "Telephone number (Optional)" +msgstr "" + +msgid "Template" +msgstr "" + +msgid "Template to append to all Service Desk issues" +msgstr "" + +msgid "Templates" +msgstr "" + +msgid "TemporaryStorageIncrease|can only be set once" +msgstr "" + +msgid "TemporaryStorageIncrease|can only be set with more than %{percentage}%% usage" +msgstr "" + +msgid "TemporaryStorage|GitLab allows you a %{strongStart}free, one-time storage increase%{strongEnd}. For 30 days your storage will be unlimited. This gives you time to reduce your storage usage. After 30 days, your original storage limit of %{limit} applies. If you are at maximum storage capacity, your account will be read-only. To continue using GitLab you'll have to purchase additional storage or decrease storage usage." +msgstr "" + +msgid "TemporaryStorage|Increase storage temporarily" +msgstr "" + +msgid "TemporaryStorage|Temporarily increase storage now?" +msgstr "" + +msgid "Terminal" +msgstr "" + +msgid "Terminal for environment" +msgstr "" + +msgid "Terminal sync service is running" +msgstr "" + +msgid "Terms of Service Agreement and Privacy Policy" +msgstr "" + +msgid "Terms of Service and Privacy Policy" +msgstr "" + +msgid "Terraform|%{number} Terraform report failed to generate" +msgid_plural "Terraform|%{number} Terraform reports failed to generate" +msgstr[0] "" +msgstr[1] "" + +msgid "Terraform|%{number} Terraform report was generated in your pipelines" +msgid_plural "Terraform|%{number} Terraform reports were generated in your pipelines" +msgstr[0] "" +msgstr[1] "" + +msgid "Terraform|A Terraform report failed to generate." +msgstr "" + +msgid "Terraform|A Terraform report was generated in your pipelines." +msgstr "" + +msgid "Terraform|Generating the report caused an error." +msgstr "" + +msgid "Terraform|Reported Resource Changes: %{addNum} to add, %{changeNum} to change, %{deleteNum} to delete" +msgstr "" + +msgid "Terraform|The Terraform report %{name} failed to generate." +msgstr "" + +msgid "Terraform|The Terraform report %{name} was generated in your pipelines." +msgstr "" + +msgid "Test" +msgstr "" + +msgid "Test Cases" +msgstr "" + +msgid "Test cases are not available for this project" +msgstr "" + +msgid "Test coverage parsing" +msgstr "" + +msgid "Test coverage: %d hit" +msgid_plural "Test coverage: %d hits" +msgstr[0] "" +msgstr[1] "" + +msgid "Test settings" +msgstr "" + +msgid "TestCases|New Test Case" +msgstr "" + +msgid "TestCases|New test case" +msgstr "" + +msgid "TestCases|Search test cases" +msgstr "" + +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + +msgid "TestCases|Something went wrong while creating a test case." +msgstr "" + +msgid "TestCases|Something went wrong while fetching count of test cases." +msgstr "" + +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + +msgid "TestCases|Something went wrong while fetching test cases list." +msgstr "" + +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + +msgid "TestCases|Submit test case" +msgstr "" + +msgid "TestHooks|Ensure one of your projects has merge requests." +msgstr "" + +msgid "TestHooks|Ensure the project has CI jobs." +msgstr "" + +msgid "TestHooks|Ensure the project has CI pipelines." +msgstr "" + +msgid "TestHooks|Ensure the project has deployments." +msgstr "" + +msgid "TestHooks|Ensure the project has issues." +msgstr "" + +msgid "TestHooks|Ensure the project has merge requests." +msgstr "" + +msgid "TestHooks|Ensure the project has notes." +msgstr "" + +msgid "TestHooks|Ensure the wiki is enabled and has pages." +msgstr "" + +msgid "TestReports|%{count} errors" +msgstr "" + +msgid "TestReports|%{count} failures" +msgstr "" + +msgid "TestReports|%{count} tests" +msgstr "" + +msgid "TestReports|%{rate}%{sign} success rate" +msgstr "" + +msgid "TestReports|Jobs" +msgstr "" + +msgid "TestReports|Tests" +msgstr "" + +msgid "TestReports|There are no test cases to display." +msgstr "" + +msgid "TestReports|There are no test suites to show." +msgstr "" + +msgid "TestReports|There are no tests to show." +msgstr "" + +msgid "TestReports|There was an error fetching the summary." +msgstr "" + +msgid "TestReports|There was an error fetching the test suite." +msgstr "" + +msgid "Tests" +msgstr "" + +msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly." +msgstr "" + +msgid "Thank you for your business." +msgstr "" + +msgid "Thank you for your feedback!" +msgstr "" + +msgid "Thank you for your report. A GitLab administrator will look into it shortly." +msgstr "" + +msgid "Thank you for your support request! We are tracking your request as ticket #%{issue_iid}, and will respond as soon as we can." +msgstr "" + +msgid "Thanks for your purchase!" +msgstr "" + +msgid "Thanks! Don't show me this again" +msgstr "" + +msgid "That's it, well done!" +msgstr "" + +msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" +msgstr "" + +msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}" +msgstr "" + +msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal." +msgstr "" + +msgid "The %{type} contains the following error:" +msgid_plural "The %{type} contains the following errors:" +msgstr[0] "" +msgstr[1] "" + +msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project." +msgstr "" + +msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." +msgstr "" + +msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" +msgstr "" + +msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project" +msgstr "" + +msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project." +msgstr "" + +msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" +msgstr "" + +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + +msgid "The URL defined on the primary node that secondary nodes should use to contact it." +msgstr "" + +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +msgstr "" + +msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")." +msgstr "" + +msgid "The X509 Certificate to use when mutual TLS is required to communicate with the external authorization service. If left blank, the server certificate is still validated when accessing over HTTPS." +msgstr "" + +msgid "The above settings apply to all projects with the selected compliance framework(s)." +msgstr "" + +msgid "The application will be used where the client secret can be kept confidential. Native mobile apps and Single Page Apps are considered non-confidential." +msgstr "" + +msgid "The associated issue #%{issueId} has been closed as the error is now resolved." +msgstr "" + +msgid "The branch for this project has no active pipeline configuration." +msgstr "" + +msgid "The branch or tag does not exist" +msgstr "" + +msgid "The character highlighter helps you keep the subject line to %{titleLength} characters and wrap the body at %{bodyLength} so they are readable in git." +msgstr "" + +msgid "The coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request." +msgstr "" + +msgid "The collection of events added to the data gathered for that stage." +msgstr "" + +msgid "The commit does not exist" +msgstr "" + +msgid "The comparison view may be inaccurate due to merge conflicts." +msgstr "" + +msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination." +msgstr "" + +msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository." +msgstr "" + +msgid "The contents of this group, its subgroups and projects will be permanently removed after %{deletion_adjourned_period} days on %{date}. After this point, your data cannot be recovered." +msgstr "" + +msgid "The current issue" +msgstr "" + +msgid "The data source is connected, but there is no data to display. %{documentationLink}" +msgstr "" + +msgid "The default CI configuration path for new projects." +msgstr "" + +msgid "The dependency list details information about the components used within your project." +msgstr "" + +msgid "The deployment of this job to %{environmentLink} did not succeed." +msgstr "" + +msgid "The designs you tried uploading did not change." +msgstr "" + +msgid "The directory has been successfully created." +msgstr "" + +msgid "The domain you entered is misformatted." +msgstr "" + +msgid "The domain you entered is not allowed." +msgstr "" + +msgid "The download link will expire in 24 hours." +msgstr "" + +msgid "The entered user map is not a valid JSON user map." +msgstr "" + +msgid "The errors we encountered were:" +msgstr "" + +msgid "The file has been successfully created." +msgstr "" + +msgid "The file has been successfully deleted." +msgstr "" + +msgid "The file name should have a .yml extension" +msgstr "" + +msgid "The following %{user} can also merge into this branch: %{branch}" +msgstr "" + +msgid "The following %{user} can also push to this branch: %{branch}" +msgstr "" + +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + +msgid "The following items will NOT be exported:" +msgstr "" + +msgid "The following items will be exported:" +msgstr "" + +msgid "The following personal access token: %{token_names} was revoked, because a new policy to expire personal access tokens were set." +msgid_plural "The following personal access tokens: %{token_names} were revoked, because a new policy to expire personal access tokens were set." +msgstr[0] "" +msgstr[1] "" + +msgid "The fork relationship has been removed." +msgstr "" + +msgid "The form contains the following error:" +msgstr "" + +msgid "The form contains the following warning:" +msgstr "" + +msgid "The global settings require you to enable Two-Factor Authentication for your account." +msgstr "" + +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" + +msgid "The group and any public projects can be viewed without any authentication." +msgstr "" + +msgid "The group and its projects can only be viewed by members." +msgstr "" + +msgid "The group can be fully restored" +msgstr "" + +msgid "The group export can be downloaded from:" +msgstr "" + +msgid "The group has already been shared with this group" +msgstr "" + +msgid "The group settings for %{group_links} require you to enable Two-Factor Authentication for your account. You can %{leave_group_links}." +msgstr "" + +msgid "The group will be placed in 'pending removal' state" +msgstr "" + +msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination." +msgstr "" + +msgid "The invitation could not be accepted." +msgstr "" + +msgid "The invitation could not be declined." +msgstr "" + +msgid "The invitation has already been accepted." +msgstr "" + +msgid "The invitation was successfully resent." +msgstr "" + +msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage." +msgstr "" + +msgid "The license key is invalid. Make sure it is exactly as you received it from GitLab Inc." +msgstr "" + +msgid "The license was removed. GitLab has fallen back on the previous license." +msgstr "" + +msgid "The license was removed. GitLab now no longer has a valid license." +msgstr "" + +msgid "The license was successfully uploaded and is now active. You can see the details below." +msgstr "" + +msgid "The license was successfully uploaded and will be active from %{starts_at}. You can see the details below." +msgstr "" + +msgid "The maximum file size allowed is %{size}." +msgstr "" + +msgid "The maximum file size allowed is 200KB." +msgstr "" + +msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally." +msgstr "" + +msgid "The merge conflicts for this merge request have already been resolved." +msgstr "" + +msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request." +msgstr "" + +msgid "The merge request can now be merged." +msgstr "" + +msgid "The name \"%{name}\" is already taken in this directory." +msgstr "" + +msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time." +msgstr "" + +msgid "The number of merge requests merged by month." +msgstr "" + +msgid "The number of times an upload record could not find its file" +msgstr "" + +msgid "The parent epic is confidential and can only contain confidential epics and issues" +msgstr "" + +msgid "The passphrase required to decrypt the private key. This is optional and the value is encrypted at rest." +msgstr "" + +msgid "The path to the CI configuration file. Defaults to %{code_open}.gitlab-ci.yml%{code_close}" +msgstr "" + +msgid "The phase of the development lifecycle." +msgstr "" + +msgid "The pipeline has been deleted" +msgstr "" + +msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user." +msgstr "" + +msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit." +msgstr "" + +msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." +msgstr "" + +msgid "The project can be accessed by any logged in user except external users." +msgstr "" + +msgid "The project can be accessed by any user who is logged in." +msgstr "" + +msgid "The project can be accessed by anyone, regardless of authentication." +msgstr "" + +msgid "The project can be accessed without any authentication." +msgstr "" + +msgid "The project has already been added to your dashboard." +msgstr "" + +msgid "The project is accessible only by members of the project. Access must be granted explicitly to each user." +msgstr "" + +msgid "The project is still being deleted. Please try again later." +msgstr "" + +msgid "The project was successfully forked." +msgstr "" + +msgid "The project was successfully imported." +msgstr "" + +msgid "The pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory." +msgstr "" + +msgid "The remote mirror took to long to complete." +msgstr "" + +msgid "The remote repository is being updated..." +msgstr "" + +msgid "The repository can be committed to, and issues, comments and other entities can be created." +msgstr "" + +msgid "The repository for this project does not exist." +msgstr "" + +msgid "The repository for this project is empty" +msgstr "" + +msgid "The repository is being updated..." +msgstr "" + +msgid "The repository must be accessible over %{code_open}http://%{code_close}, %{code_open}https://%{code_close} or %{code_open}git://%{code_close}." +msgstr "" + +msgid "The repository must be accessible over %{code_open}http://%{code_close}, %{code_open}https://%{code_close}, %{code_open}ssh://%{code_close} or %{code_open}git://%{code_close}." +msgstr "" + +msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request." +msgstr "" + +msgid "The roadmap shows the progress of your epics along a timeline" +msgstr "" + +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + +msgid "The schedule time must be in the future!" +msgstr "" + +msgid "The snippet can be accessed without any authentication." +msgstr "" + +msgid "The snippet is visible only to me." +msgstr "" + +msgid "The snippet is visible only to project members." +msgstr "" + +msgid "The snippet is visible to any logged in user except external users." +msgstr "" + +msgid "The specified tab is invalid, please select another" +msgstr "" + +msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time." +msgstr "" + +msgid "The status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've enabled a scan for the default branch, any subsequent feature branch you create will include the scan." +msgstr "" + +msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running." +msgstr "" + +msgid "The time taken by each data entry gathered by that stage." +msgstr "" + +msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination." +msgstr "" + +msgid "The uploaded file is not a valid Google Takeout archive." +msgstr "" + +msgid "The usage ping is disabled, and cannot be configured through this form." +msgstr "" + +msgid "The user is being deleted." +msgstr "" + +msgid "The user map has been saved. Continue by selecting the projects you want to import." +msgstr "" + +msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of %{code_open}:%{code_close}. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side." +msgstr "" + +msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." +msgstr "" + +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + +msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" +msgstr "" + +msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6." +msgstr "" + +msgid "The value of the provided variable exceeds the %{count} character limit" +msgstr "" + +msgid "The vulnerability is no longer detected. Verify the vulnerability has been fixed or removed before changing its status." +msgstr "" + +msgid "The vulnerability is no longer detected. Verify the vulnerability has been remediated before changing its status." +msgstr "" + +msgid "There are currently no events." +msgstr "" + +msgid "There are merge conflicts" +msgstr "" + +msgid "There are no %{replicableTypeName} to show" +msgstr "" + +msgid "There are no GPG keys associated with this account." +msgstr "" + +msgid "There are no GPG keys with access to your account." +msgstr "" + +msgid "There are no SSH keys associated with this account." +msgstr "" + +msgid "There are no SSH keys with access to your account." +msgstr "" + +msgid "There are no archived projects yet" +msgstr "" + +msgid "There are no archived requirements" +msgstr "" + +msgid "There are no archived test cases" +msgstr "" + +msgid "There are no changes" +msgstr "" + +msgid "There are no charts configured for this page" +msgstr "" + +msgid "There are no closed issues" +msgstr "" + +msgid "There are no closed merge requests" +msgstr "" + +msgid "There are no commits yet." +msgstr "" + +msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates." +msgstr "" + +msgid "There are no issues to show" +msgstr "" + +msgid "There are no issues to show." +msgstr "" + +msgid "There are no labels yet" +msgstr "" + +msgid "There are no matching files" +msgstr "" + +msgid "There are no open issues" +msgstr "" + +msgid "There are no open merge requests" +msgstr "" + +msgid "There are no open requirements" +msgstr "" + +msgid "There are no open test cases" +msgstr "" + +msgid "There are no packages yet" +msgstr "" + +msgid "There are no projects shared with this group yet" +msgstr "" + +msgid "There are no variables yet." +msgstr "" + +msgid "There is a limit of %{ci_project_subscriptions_limit} subscriptions from or to a project." +msgstr "" + +msgid "There is already a To-Do for this design." +msgstr "" + +msgid "There is already a repository with that name on disk" +msgstr "" + +msgid "There is no chart data available." +msgstr "" + +msgid "There is no data available." +msgstr "" + +msgid "There is no data available. Please change your selection." +msgstr "" + +msgid "There is no table data available." +msgstr "" + +msgid "There is too much data to calculate. Please change your selection." +msgstr "" + +msgid "There was a problem communicating with your device." +msgstr "" + +msgid "There was a problem fetching branches." +msgstr "" + +msgid "There was a problem fetching groups." +msgstr "" + +msgid "There was a problem fetching labels." +msgstr "" + +msgid "There was a problem fetching milestones." +msgstr "" + +msgid "There was a problem fetching project branches." +msgstr "" + +msgid "There was a problem fetching project tags." +msgstr "" + +msgid "There was a problem fetching project users." +msgstr "" + +msgid "There was a problem fetching users." +msgstr "" + +msgid "There was a problem refreshing the data, please try again" +msgstr "" + +msgid "There was a problem saving your custom stage, please try again" +msgstr "" + +msgid "There was a problem sending the confirmation email" +msgstr "" + +msgid "There was an error %{message} todo." +msgstr "" + +msgid "There was an error adding a To Do." +msgstr "" + +msgid "There was an error creating the dashboard, branch name is invalid." +msgstr "" + +msgid "There was an error creating the dashboard, branch named: %{branch} already exists." +msgstr "" + +msgid "There was an error creating the issue" +msgstr "" + +msgid "There was an error deleting the To Do." +msgstr "" + +msgid "There was an error fetching configuration for charts" +msgstr "" + +msgid "There was an error fetching data for the selected stage" +msgstr "" + +msgid "There was an error fetching data for the tasks by type chart" +msgstr "" + +msgid "There was an error fetching label data for the selected group" +msgstr "" + +msgid "There was an error fetching median data for stages" +msgstr "" + +msgid "There was an error fetching the %{replicableType}" +msgstr "" + +msgid "There was an error fetching the Geo Settings" +msgstr "" + +msgid "There was an error fetching the Node's Groups" +msgstr "" + +msgid "There was an error fetching the deploy freezes." +msgstr "" + +msgid "There was an error fetching the environments information." +msgstr "" + +msgid "There was an error fetching the top labels for the selected group" +msgstr "" + +msgid "There was an error fetching the variables." +msgstr "" + +msgid "There was an error fetching value stream analytics stages." +msgstr "" + +msgid "There was an error gathering the chart data" +msgstr "" + +msgid "There was an error getting the epic participants." +msgstr "" + +msgid "There was an error importing the Jira project." +msgstr "" + +msgid "There was an error loading users activity calendar." +msgstr "" + +msgid "There was an error parsing the data for this graph." +msgstr "" + +msgid "There was an error removing the e-mail." +msgstr "" + +msgid "There was an error removing your custom stage, please try again" +msgstr "" + +msgid "There was an error resetting group pipeline minutes." +msgstr "" + +msgid "There was an error resetting user pipeline minutes." +msgstr "" + +msgid "There was an error retrieving the Jira users." +msgstr "" + +msgid "There was an error saving this Geo Node." +msgstr "" + +msgid "There was an error saving your changes." +msgstr "" + +msgid "There was an error saving your notification settings." +msgstr "" + +msgid "There was an error subscribing to this label." +msgstr "" + +msgid "There was an error syncing project %{name}" +msgstr "" + +msgid "There was an error syncing the %{replicableType}" +msgstr "" + +msgid "There was an error trying to validate your query" +msgstr "" + +msgid "There was an error updating the Geo Settings" +msgstr "" + +msgid "There was an error updating the dashboard, branch name is invalid." +msgstr "" + +msgid "There was an error updating the dashboard, branch named: %{branch} already exists." +msgstr "" + +msgid "There was an error updating the stage order. Please try reloading the page." +msgstr "" + +msgid "There was an error when reseting email token." +msgstr "" + +msgid "There was an error when subscribing to this label." +msgstr "" + +msgid "There was an error when unsubscribing from this label." +msgstr "" + +msgid "There was an error while fetching the chart data. Please refresh the page to try again." +msgstr "" + +msgid "There was an error while fetching the table data. Please refresh the page to try again." +msgstr "" + +msgid "There was an error while fetching value stream analytics %{requestTypeName} data." +msgstr "" + +msgid "There was an error while fetching value stream analytics data." +msgstr "" + +msgid "There was an error while fetching value stream analytics duration data." +msgstr "" + +msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again." +msgstr "" + +msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." +msgstr "" + +msgid "These paths are protected for POST requests." +msgstr "" + +msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." +msgstr "" + +msgid "They can be managed using the %{link}." +msgstr "" + +msgid "Third Party Advisory Link" +msgstr "" + +msgid "Third party offers" +msgstr "" + +msgid "This %{issuableDisplayName} is locked. Only project members can comment." +msgstr "" + +msgid "This %{issuableType} is confidential" +msgstr "" + +msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment." +msgstr "" + +msgid "This %{noteableTypeText} is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}." +msgstr "" + +msgid "This %{noteableTypeText} is locked." +msgstr "" + +msgid "This %{viewer} could not be displayed because %{reason}. You can %{options} instead." +msgstr "" + +msgid "This Cron pattern is invalid" +msgstr "" + +msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area." +msgstr "" + +msgid "This GitLab instance is licensed at the %{insufficient_license} tier. Geo is only available for users who have at least a Premium license." +msgstr "" + +msgid "This Project is currently archived and read-only. Please unarchive the project first if you want to resume Pull mirroring" +msgstr "" + +msgid "This URL is already used for another link; duplicate URLs are not allowed" +msgstr "" + +msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention." +msgstr "" + +msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" +msgstr "" + +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." +msgstr "" + +msgid "This action has been performed too many times. Try again later." +msgstr "" + +msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc." +msgstr "" + +msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}on %{date}%{strongClose}, including its repositories and all content: issues, merge requests, etc." +msgstr "" + +msgid "This also resolves all related threads" +msgstr "" + +msgid "This also resolves this thread" +msgstr "" + +msgid "This application was created by %{link_to_owner}." +msgstr "" + +msgid "This application will be able to:" +msgstr "" + +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + +msgid "This block is self-referential" +msgstr "" + +msgid "This board's scope is reduced" +msgstr "" + +msgid "This chart could not be displayed" +msgstr "" + +msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost." +msgstr "" + +msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request." +msgstr "" + +msgid "This commit was signed with a %{strong_open}verified%{strong_close} signature and the committer email is verified to belong to the same user." +msgstr "" + +msgid "This commit was signed with a verified signature and the committer email is verified to belong to the same user." +msgstr "" + +msgid "This commit was signed with a different user's verified signature." +msgstr "" + +msgid "This commit was signed with a verified signature, but the committer email is %{strong_open}not verified%{strong_close} to belong to the same user." +msgstr "" + +msgid "This commit was signed with an %{strong_open}unverified%{strong_close} signature." +msgstr "" + +msgid "This commit was signed with an unverified signature." +msgstr "" + +msgid "This content could not be displayed because %{reason}. You can %{options} instead." +msgstr "" + +msgid "This credential has expired" +msgstr "" + +msgid "This date is after the due date, so this epic won't appear in the roadmap." +msgstr "" + +msgid "This date is before the start date, so this epic won't appear in the roadmap." +msgstr "" + +msgid "This device has already been registered with us." +msgstr "" + +msgid "This device has not been registered with us." +msgstr "" + +msgid "This diff is collapsed." +msgstr "" + +msgid "This diff was suppressed by a .gitattributes entry." +msgstr "" + +msgid "This directory" +msgstr "" + +msgid "This domain is not verified. You will need to verify ownership before access is enabled." +msgstr "" + +msgid "This endpoint has been requested too many times. Try again later." +msgstr "" + +msgid "This environment has no deployments yet." +msgstr "" + +msgid "This environment is being deployed" +msgstr "" + +msgid "This environment is being re-deployed" +msgstr "" + +msgid "This epic already has the maximum number of child epics." +msgstr "" + +msgid "This epic and its child elements will only be visible to team members with at minimum Reporter access." +msgstr "" + +msgid "This epic does not exist or you don't have sufficient permission." +msgstr "" + +msgid "This feature requires local storage to be enabled" +msgstr "" + +msgid "This feature should be used with an index that was created after 13.0" +msgstr "" + +msgid "This field is required." +msgstr "" + +msgid "This group" +msgstr "" + +msgid "This group cannot be invited to a project inside a group with enforced SSO" +msgstr "" + +msgid "This group does not provide any group Runners yet." +msgstr "" + +msgid "This group has been scheduled for permanent removal on %{date}" +msgstr "" + +msgid "This group, including all subgroups, projects and git repositories, will be reachable from only the specified IP address ranges." +msgstr "" + +msgid "This group, its subgroups and projects has been scheduled for removal on %{date}." +msgstr "" + +msgid "This group, its subgroups and projects will be removed on %{date} since its parent group '%{parent_group_name}'' has been scheduled for removal." +msgstr "" + +msgid "This is a \"Ghost User\", created to hold all issues authored by users that have since been deleted. This user cannot be removed." +msgstr "" + +msgid "This is a Premium feature" +msgstr "" + +msgid "This is a confidential %{noteableTypeText}." +msgstr "" + +msgid "This is a delayed job to run in %{remainingTime}" +msgstr "" + +msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize." +msgstr "" + +msgid "This is a security log of important events involving your account." +msgstr "" + +msgid "This is a self-managed instance of GitLab." +msgstr "" + +msgid "This is the highest peak of users on your installation since the license started." +msgstr "" + +msgid "This is the number of currently active users on your installation, and this is the minimum number you need to purchase when you renew your license." +msgstr "" + +msgid "This is your current session" +msgstr "" + +msgid "This issue is currently blocked by the following issues:" +msgstr "" + +msgid "This issue is currently blocked by the following issues: %{issues}." +msgstr "" + +msgid "This issue is in a child epic of the filtered epic" +msgstr "" + +msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}" +msgstr "" + +msgid "This job depends on upstream jobs that need to succeed in order for this job to be triggered" +msgstr "" + +msgid "This job does not have a trace." +msgstr "" + +msgid "This job has been canceled" +msgstr "" + +msgid "This job has been skipped" +msgstr "" + +msgid "This job has not been triggered yet" +msgstr "" + +msgid "This job has not started yet" +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}." +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}. View the %{deploymentLink}." +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}." +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink} using cluster %{clusterNameOrLink}. View the %{deploymentLink}." +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink}." +msgstr "" + +msgid "This job is an out-of-date deployment to %{environmentLink}. View the %{deploymentLink}." +msgstr "" + +msgid "This job is archived. Only the complete pipeline can be retried." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}. This will overwrite the %{deploymentLink}." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink} using cluster %{clusterNameOrLink}. This will overwrite the %{deploymentLink}." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink}." +msgstr "" + +msgid "This job is creating a deployment to %{environmentLink}. This will overwrite the %{deploymentLink}." +msgstr "" + +msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink} and namespace %{kubernetesNamespace}." +msgstr "" + +msgid "This job is deployed to %{environmentLink} using cluster %{clusterNameOrLink}." +msgstr "" + +msgid "This job is deployed to %{environmentLink}." +msgstr "" + +msgid "This job is in pending state and is waiting to be picked by a runner" +msgstr "" + +msgid "This job is performing tasks that must complete before it can start" +msgstr "" + +msgid "This job is preparing to start" +msgstr "" + +msgid "This job is waiting for resource: " +msgstr "" + +msgid "This job requires a manual action" +msgstr "" + +msgid "This job requires manual intervention to start. Before starting this job, you can add variables below for last-minute configuration changes." +msgstr "" + +msgid "This job will automatically run after its timer finishes. Often they are used for incremental roll-out deploys to production environments. When unscheduled it converts into a manual action." +msgstr "" + +msgid "This license has already expired." +msgstr "" + +msgid "This link points to external content" +msgstr "" + +msgid "This may expose confidential information as the selected fork is in another namespace that can have other members." +msgstr "" + +msgid "This means you can not push code until you create an empty repository or import existing one." +msgstr "" + +msgid "This merge request does not have accessibility reports" +msgstr "" + +msgid "This merge request is closed. To apply this suggestion, edit this file directly." +msgstr "" + +msgid "This merge request is locked." +msgstr "" + +msgid "This merge request is still a work in progress." +msgstr "" + +msgid "This merge request was merged. To apply this suggestion, edit this file directly." +msgstr "" + +msgid "This namespace has already been taken! Please choose another one." +msgstr "" + +msgid "This only applies to repository indexing operations." +msgstr "" + +msgid "This option is only available on GitLab.com" +msgstr "" + +msgid "This page is unavailable because you are not allowed to read information across multiple projects." +msgstr "" + +msgid "This page sends a payload. Go back to the events page to see a newly created event." +msgstr "" + +msgid "This pipeline does not use the %{codeStart}needs%{codeEnd} keyword and can't be represented as a directed acyclic graph." +msgstr "" + +msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{b_open}Auto DevOps.%{b_close}" +msgstr "" + +msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}" +msgstr "" + +msgid "This pipeline was triggered by a schedule." +msgstr "" + +msgid "This project" +msgstr "" + +msgid "This project does not belong to a group and can therefore not make use of group Runners." +msgstr "" + +msgid "This project does not have %{service_desk_link_start}Service Desk%{service_desk_link_end} enabled, so the user who created the issue will no longer receive email notifications about new activity." +msgstr "" + +msgid "This project does not have a wiki homepage yet" +msgstr "" + +msgid "This project has no active access tokens." +msgstr "" + +msgid "This project is archived and cannot be commented on." +msgstr "" + +msgid "This project manages its dependencies using %{strong_start}%{manager_name}%{strong_end}" +msgstr "" + +msgid "This project path either does not exist or you do not have access." +msgstr "" + +msgid "This project will be removed on %{date}" +msgstr "" + +msgid "This project will be removed on %{date} since its parent group '%{parent_group_name}' has been scheduled for removal." +msgstr "" + +msgid "This project will live in your group %{strong_open}%{namespace}%{strong_close}. A project is where you house your files (repository), plan your work (issues), publish your documentation (wiki), and so much more." +msgstr "" + +msgid "This repository" +msgstr "" + +msgid "This repository has never been checked." +msgstr "" + +msgid "This repository is currently empty. A new Auto DevOps pipeline will be created after a new file has been pushed to a branch." +msgstr "" + +msgid "This repository was last checked %{last_check_timestamp}. The check %{strong_start}failed.%{strong_end} See the 'repocheck.log' file for error messages." +msgstr "" + +msgid "This repository was last checked %{last_check_timestamp}. The check passed." +msgstr "" + +msgid "This runner will only run on pipelines triggered on protected branches" +msgstr "" + +msgid "This setting can be overridden in each project." +msgstr "" + +msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}" +msgstr "" + +msgid "This subscription is for" +msgstr "" + +msgid "This suggestion already matches its content." +msgstr "" + +msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds." +msgstr "" + +msgid "This user cannot be unlocked manually from GitLab" +msgstr "" + +msgid "This user has no active %{type}." +msgstr "" + +msgid "This user has no identities" +msgstr "" + +msgid "This user has previously committed to the %{name} project." +msgstr "" + +msgid "This user has the %{access} role in the %{name} project." +msgstr "" + +msgid "This user is the author of this %{noteable}." +msgstr "" + +msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches." +msgstr "" + +msgid "This variable can not be masked." +msgstr "" + +msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?" +msgstr "" + +msgid "This will help us personalize your onboarding experience." +msgstr "" + +msgid "This will redirect you to an external sign in page." +msgstr "" + +msgid "This will remove the fork relationship between this project and %{fork_source}." +msgstr "" + +msgid "This will remove the fork relationship between this project and other projects in the fork network." +msgstr "" + +msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here." +msgstr "" + +msgid "Thread to reply to cannot be found" +msgstr "" + +msgid "Threat Monitoring" +msgstr "" + +msgid "ThreatMonitoring|All Environments" +msgstr "" + +msgid "ThreatMonitoring|Anomalous Requests" +msgstr "" + +msgid "ThreatMonitoring|Application firewall not detected" +msgstr "" + +msgid "ThreatMonitoring|Container Network Policies are not installed or have been disabled. To view this data, ensure your Network Policies are installed and enabled for your cluster." +msgstr "" + +msgid "ThreatMonitoring|Container Network Policy" +msgstr "" + +msgid "ThreatMonitoring|Container NetworkPolicies not detected" +msgstr "" + +msgid "ThreatMonitoring|Dropped Packets" +msgstr "" + +msgid "ThreatMonitoring|Environment" +msgstr "" + +msgid "ThreatMonitoring|No environments detected" +msgstr "" + +msgid "ThreatMonitoring|Operations Per Second" +msgstr "" + +msgid "ThreatMonitoring|Packet Activity" +msgstr "" + +msgid "ThreatMonitoring|Policies" +msgstr "" + +msgid "ThreatMonitoring|Requests" +msgstr "" + +msgid "ThreatMonitoring|Show last" +msgstr "" + +msgid "ThreatMonitoring|Something went wrong, unable to fetch environments" +msgstr "" + +msgid "ThreatMonitoring|Something went wrong, unable to fetch statistics" +msgstr "" + +msgid "ThreatMonitoring|Statistics" +msgstr "" + +msgid "ThreatMonitoring|The firewall is not installed or has been disabled. To view this data, ensure the web application firewall is installed and enabled for your cluster." +msgstr "" + +msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below." +msgstr "" + +msgid "ThreatMonitoring|Threat Monitoring" +msgstr "" + +msgid "ThreatMonitoring|Threat Monitoring help page link" +msgstr "" + +msgid "ThreatMonitoring|Time" +msgstr "" + +msgid "ThreatMonitoring|To view this data, ensure you have configured an environment for this project and that at least one threat monitoring feature is enabled." +msgstr "" + +msgid "ThreatMonitoring|Total Packets" +msgstr "" + +msgid "ThreatMonitoring|Total Requests" +msgstr "" + +msgid "ThreatMonitoring|View documentation" +msgstr "" + +msgid "ThreatMonitoring|Web Application Firewall" +msgstr "" + +msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly." +msgstr "" + +msgid "Throughput" +msgstr "" + +msgid "Thursday" +msgstr "" + +msgid "Time" +msgstr "" + +msgid "Time based: Yes" +msgstr "" + +msgid "Time before an issue gets scheduled" +msgstr "" + +msgid "Time before an issue starts implementation" +msgstr "" + +msgid "Time before enforced" +msgstr "" + +msgid "Time between merge request creation and merge/close" +msgstr "" + +msgid "Time estimate" +msgstr "" + +msgid "Time from first comment to last commit" +msgstr "" + +msgid "Time from first commit until first comment" +msgstr "" + +msgid "Time from last commit to merge" +msgstr "" + +msgid "Time in seconds" +msgstr "" + +msgid "Time in seconds GitLab will wait for a response from the external service. When the service does not respond in time, access will be denied." +msgstr "" + +msgid "Time of import: %{importTime}" +msgstr "" + +msgid "Time remaining" +msgstr "" + +msgid "Time spent" +msgstr "" + +msgid "Time to merge" +msgstr "" + +msgid "Time to subtract exceeds the total time spent" +msgstr "" + +msgid "Time tracking" +msgstr "" + +msgid "Time until first merge request" +msgstr "" + +msgid "TimeTrackingEstimated|Est" +msgstr "" + +msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}" +msgstr "" + +msgid "TimeTracking|Estimated:" +msgstr "" + +msgid "TimeTracking|Over by %{timeRemainingHumanReadable}" +msgstr "" + +msgid "TimeTracking|Spent" +msgstr "" + +msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}" +msgstr "" + +msgid "Timeago|%s days ago" +msgstr "" + +msgid "Timeago|%s days remaining" +msgstr "" + +msgid "Timeago|%s hours ago" +msgstr "" + +msgid "Timeago|%s hours remaining" +msgstr "" + +msgid "Timeago|%s minutes ago" +msgstr "" + +msgid "Timeago|%s minutes remaining" +msgstr "" + +msgid "Timeago|%s months ago" +msgstr "" + +msgid "Timeago|%s months remaining" +msgstr "" + +msgid "Timeago|%s seconds remaining" +msgstr "" + +msgid "Timeago|%s weeks ago" +msgstr "" + +msgid "Timeago|%s weeks remaining" +msgstr "" + +msgid "Timeago|%s years ago" +msgstr "" + +msgid "Timeago|%s years remaining" +msgstr "" + +msgid "Timeago|1 day ago" +msgstr "" + +msgid "Timeago|1 day remaining" +msgstr "" + +msgid "Timeago|1 hour ago" +msgstr "" + +msgid "Timeago|1 hour remaining" +msgstr "" + +msgid "Timeago|1 minute ago" +msgstr "" + +msgid "Timeago|1 minute remaining" +msgstr "" + +msgid "Timeago|1 month ago" +msgstr "" + +msgid "Timeago|1 month remaining" +msgstr "" + +msgid "Timeago|1 week ago" +msgstr "" + +msgid "Timeago|1 week remaining" +msgstr "" + +msgid "Timeago|1 year ago" +msgstr "" + +msgid "Timeago|1 year remaining" +msgstr "" + +msgid "Timeago|Past due" +msgstr "" + +msgid "Timeago|in %s days" +msgstr "" + +msgid "Timeago|in %s hours" +msgstr "" + +msgid "Timeago|in %s minutes" +msgstr "" + +msgid "Timeago|in %s months" +msgstr "" + +msgid "Timeago|in %s seconds" +msgstr "" + +msgid "Timeago|in %s weeks" +msgstr "" + +msgid "Timeago|in %s years" +msgstr "" + +msgid "Timeago|in 1 day" +msgstr "" + +msgid "Timeago|in 1 hour" +msgstr "" + +msgid "Timeago|in 1 minute" +msgstr "" + +msgid "Timeago|in 1 month" +msgstr "" + +msgid "Timeago|in 1 week" +msgstr "" + +msgid "Timeago|in 1 year" +msgstr "" + +msgid "Timeago|just now" +msgstr "" + +msgid "Timeago|right now" +msgstr "" + +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + +msgid "Timeout" +msgstr "" + +msgid "Timeout connecting to the Google API. Please try again." +msgstr "" + +msgid "Time|hr" +msgid_plural "Time|hrs" +msgstr[0] "" +msgstr[1] "" + +msgid "Time|min" +msgid_plural "Time|mins" +msgstr[0] "" +msgstr[1] "" + +msgid "Time|s" +msgstr "" + +msgid "Tip:" +msgstr "" + +msgid "Title" +msgstr "" + +msgid "Title:" +msgstr "" + +msgid "Titles and Descriptions" +msgstr "" + +msgid "To" +msgstr "" + +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." +msgstr "" + +msgid "To Do" +msgstr "" + +msgid "To GitLab" +msgstr "" + +msgid "To access this domain create a new DNS record" +msgstr "" + +msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}." +msgstr "" + +msgid "To add the entry manually, provide the following details to the application on your phone." +msgstr "" + +msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the %{code_open}repo%{code_close} scope, so we can display a list of your public and private repositories which are available to connect." +msgstr "" + +msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories." +msgstr "" + +msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories:" +msgstr "" + +msgid "To connect an SVN repository, check out %{svn_link}." +msgstr "" + +msgid "To define internal users, first enable new users set to external" +msgstr "" + +msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method." +msgstr "" + +msgid "To further protect your account, consider configuring a two-factor authentication method: %{mfa_link}." +msgstr "" + +msgid "To get started you enter your FogBugz URL and login information below. In the next steps, you'll be able to map users and select the projects you want to import." +msgstr "" + +msgid "To get started, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}" +msgstr "" + +msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}." +msgstr "" + +msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." +msgstr "" + +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" + +msgid "To import an SVN repository, check out %{svn_link}." +msgstr "" + +msgid "To keep this project going, create a new issue" +msgstr "" + +msgid "To keep this project going, create a new merge request" +msgstr "" + +msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token." +msgstr "" + +msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here." +msgstr "" + +msgid "To only use CI/CD features for an external repository, choose %{strong_open}CI/CD for external repo%{strong_close}." +msgstr "" + +msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server" +msgstr "" + +msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed." +msgstr "" + +msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private." +msgstr "" + +msgid "To protect this issue's confidentiality, a private fork of this project was selected." +msgstr "" + +msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab." +msgstr "" + +msgid "To see all the user's personal access tokens you must impersonate them first." +msgstr "" + +msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard." +msgstr "" + +msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard." +msgstr "" + +msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:" +msgstr "" + +msgid "To set up this service:" +msgstr "" + +msgid "To simplify the billing process, GitLab will collect user counts in order to prorate charges for user growth throughout the year using a quarterly reconciliation process." +msgstr "" + +msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there." +msgstr "" + +msgid "To start serving your jobs you can add Runners to your group" +msgstr "" + +msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners" +msgstr "" + +msgid "To unsubscribe from this issue, please paste the following link into your browser:" +msgstr "" + +msgid "To update Snippets with multiple files, you must use the `files` parameter" +msgstr "" + +msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}." +msgstr "" + +msgid "To view all %{scannedResourcesCount} scanned URLs, please download the CSV file" +msgstr "" + +msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}." +msgstr "" + +msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown." +msgstr "" + +msgid "To widen your search, change or remove filters above" +msgstr "" + +msgid "To widen your search, change or remove filters." +msgstr "" + +msgid "To-Do" +msgstr "" + +msgid "To-Do List" +msgstr "" + +msgid "To-do item successfully marked as done." +msgstr "" + +msgid "Today" +msgstr "" + +msgid "Toggle Markdown preview" +msgstr "" + +msgid "Toggle Sidebar" +msgstr "" + +msgid "Toggle backtrace" +msgstr "" + +msgid "Toggle collapse" +msgstr "" + +msgid "Toggle comments for this file" +msgstr "" + +msgid "Toggle commit description" +msgstr "" + +msgid "Toggle commit list" +msgstr "" + +msgid "Toggle dropdown" +msgstr "" + +msgid "Toggle emoji award" +msgstr "" + +msgid "Toggle navigation" +msgstr "" + +msgid "Toggle project select" +msgstr "" + +msgid "Toggle sidebar" +msgstr "" + +msgid "Toggle the Performance Bar" +msgstr "" + +msgid "Toggle this dialog" +msgstr "" + +msgid "Toggle thread" +msgstr "" + +msgid "ToggleButton|Toggle Status: OFF" +msgstr "" + +msgid "ToggleButton|Toggle Status: ON" +msgstr "" + +msgid "Toggled :%{name}: emoji award." +msgstr "" + +msgid "Toggles :%{name}: emoji award." +msgstr "" + +msgid "Token valid until revoked" +msgstr "" + +msgid "Tomorrow" +msgstr "" + +msgid "Too many changes to show." +msgstr "" + +msgid "Too many namespaces enabled. You will need to manage them via the console or the API." +msgstr "" + +msgid "Too many projects enabled. You will need to manage them via the console or the API." +msgstr "" + +msgid "Too much data" +msgstr "" + +msgid "Topics (optional)" +msgstr "" + +msgid "Total" +msgstr "" + +msgid "Total Contributions" +msgstr "" + +msgid "Total Score" +msgstr "" + +msgid "Total artifacts size: %{total_size}" +msgstr "" + +msgid "Total cores (CPUs)" +msgstr "" + +msgid "Total days to completion" +msgstr "" + +msgid "Total issues" +msgstr "" + +msgid "Total memory (GB)" +msgstr "" + +msgid "Total test time for all commits/merges" +msgstr "" + +msgid "Total users" +msgstr "" + +msgid "Total weight" +msgstr "" + +msgid "Total: %{total}" +msgstr "" + +msgid "TotalMilestonesIndicator|1000+" +msgstr "" + +msgid "TotalRefCountIndicator|1000+" +msgstr "" + +msgid "Tracing" +msgstr "" + +msgid "Track groups of issues that share a theme, across projects and milestones" +msgstr "" + +msgid "Track time with quick actions" +msgstr "" + +msgid "Track your GitLab projects with GitLab for Slack." +msgstr "" + +msgid "Track your project with Audit Events." +msgstr "" + +msgid "Transfer" +msgstr "" + +msgid "Transfer ownership" +msgstr "" + +msgid "Transfer project" +msgstr "" + +msgid "TransferGroup|Cannot transfer group to one of its subgroup." +msgstr "" + +msgid "TransferGroup|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again." +msgstr "" + +msgid "TransferGroup|Database is not supported." +msgstr "" + +msgid "TransferGroup|Group contains projects with NPM packages." +msgstr "" + +msgid "TransferGroup|Group is already a root group." +msgstr "" + +msgid "TransferGroup|Group is already associated to the parent group." +msgstr "" + +msgid "TransferGroup|The parent group already has a subgroup with the same path." +msgstr "" + +msgid "TransferGroup|Transfer failed: %{error_message}" +msgstr "" + +msgid "TransferGroup|You don't have enough permissions." +msgstr "" + +msgid "TransferProject|Cannot move project" +msgstr "" + +msgid "TransferProject|Please select a new namespace for your project." +msgstr "" + +msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry" +msgstr "" + +msgid "TransferProject|Project with same name or path in target namespace already exists" +msgstr "" + +msgid "TransferProject|Root namespace can't be updated if project has NPM packages" +msgstr "" + +msgid "TransferProject|Transfer failed, please contact an admin." +msgstr "" + +msgid "Tree view" +msgstr "" + +msgid "Trending" +msgstr "" + +msgid "Trials|Create a new group to start your GitLab Gold trial." +msgstr "" + +msgid "Trials|Go back to GitLab" +msgstr "" + +msgid "Trials|Skip Trial (Continue with Free Account)" +msgstr "" + +msgid "Trials|You can always resume this process by selecting your avatar and choosing 'Start a Gold trial'" +msgstr "" + +msgid "Trials|You can apply your trial to a new group or an existing group." +msgstr "" + +msgid "Trials|You can apply your trial to a new group or your personal account." +msgstr "" + +msgid "Trials|You can apply your trial to a new group, an existing group, or your personal account." +msgstr "" + +msgid "Trials|You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'" +msgstr "" + +msgid "Trigger" +msgstr "" + +msgid "Trigger cluster reindexing" +msgstr "" + +msgid "Trigger manual job" +msgstr "" + +msgid "Trigger pipelines for mirror updates" +msgstr "" + +msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load." +msgstr "" + +msgid "Trigger removed." +msgstr "" + +msgid "Trigger repository check" +msgstr "" + +msgid "Trigger this manual action" +msgstr "" + +msgid "Trigger token:" +msgstr "" + +msgid "Trigger variables:" +msgstr "" + +msgid "Trigger was created successfully." +msgstr "" + +msgid "Trigger was successfully updated." +msgstr "" + +msgid "Triggerer" +msgstr "" + +msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions." +msgstr "" + +msgid "Troubleshoot and monitor your application with tracing" +msgstr "" + +msgid "Try again" +msgstr "" + +msgid "Try again?" +msgstr "" + +msgid "Try all GitLab has to offer for 30 days." +msgstr "" + +msgid "Try changing or removing filters." +msgstr "" + +msgid "Try to fork again" +msgstr "" + +msgid "Try to keep the first line under 52 characters and the others under 72." +msgstr "" + +msgid "Try using a different search term to find the file you are looking for." +msgstr "" + +msgid "Trying to communicate with your device. Plug it in (if needed) and press the button on the device now." +msgstr "" + +msgid "Trying to communicate with your device. Plug it in (if you haven't already) and press the button on the device now." +msgstr "" + +msgid "Tuesday" +msgstr "" + +msgid "Tuning settings" +msgstr "" + +msgid "Turn Off" +msgstr "" + +msgid "Turn On" +msgstr "" + +msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}." +msgstr "" + +msgid "Turn on Service Desk" +msgstr "" + +msgid "Turn on usage ping" +msgstr "" + +msgid "Turn on usage ping to review instance-level analytics." +msgstr "" + +msgid "Twitter" +msgstr "" + +msgid "Two-Factor Authentication" +msgstr "" + +msgid "Two-Factor Authentication code" +msgstr "" + +msgid "Two-factor Authentication" +msgstr "" + +msgid "Two-factor Authentication Recovery codes" +msgstr "" + +msgid "Two-factor authentication" +msgstr "" + +msgid "Two-factor authentication disabled" +msgstr "" + +msgid "Two-factor authentication has been disabled for this user" +msgstr "" + +msgid "Two-factor authentication has been disabled for your GitLab account." +msgstr "" + +msgid "Two-factor authentication has been disabled successfully!" +msgstr "" + +msgid "Two-factor authentication is not enabled for this user" +msgstr "" + +msgid "Type" +msgstr "" + +msgid "Type/State" +msgstr "" + +msgid "U2F Devices (%{length})" +msgstr "" + +msgid "U2F only works with HTTPS-enabled websites. Contact your administrator for more details." +msgstr "" + +msgid "URL" +msgstr "" + +msgid "URL is required" +msgstr "" + +msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}" +msgstr "" + +msgid "URL of the external Spam Check endpoint" +msgstr "" + +msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)." +msgstr "" + +msgid "URL or request ID" +msgstr "" + +msgid "USER %{user} WILL BE REMOVED! Are you sure?" +msgstr "" + +msgid "USER WILL BE BLOCKED! Are you sure?" +msgstr "" + +msgid "UTC" +msgstr "" + +msgid "Unable to apply suggestions to a deleted line." +msgstr "" + +msgid "Unable to build Slack link." +msgstr "" + +msgid "Unable to collect CPU info" +msgstr "" + +msgid "Unable to collect memory info" +msgstr "" + +msgid "Unable to connect to Elasticsearch" +msgstr "" + +msgid "Unable to connect to Prometheus server" +msgstr "" + +msgid "Unable to connect to server: %{error}" +msgstr "" + +msgid "Unable to connect to the Jira instance. Please check your Jira integration configuration." +msgstr "" + +msgid "Unable to convert Kubernetes logs encoding to UTF-8" +msgstr "" + +msgid "Unable to fetch unscanned projects" +msgstr "" + +msgid "Unable to fetch vulnerable projects" +msgstr "" + +msgid "Unable to find Jira project to import data from." +msgstr "" + +msgid "Unable to generate new instance ID" +msgstr "" + +msgid "Unable to load commits. Try again later." +msgstr "" + +msgid "Unable to load file contents. Try again later." +msgstr "" + +msgid "Unable to load the diff" +msgstr "" + +msgid "Unable to load the diff. %{button_try_again}" +msgstr "" + +msgid "Unable to load the merge request widget. Try reloading the page." +msgstr "" + +msgid "Unable to save iteration. Please try again" +msgstr "" + +msgid "Unable to save your changes. Please try again." +msgstr "" + +msgid "Unable to save your preference" +msgstr "" + +msgid "Unable to schedule a pipeline to run immediately" +msgstr "" + +msgid "Unable to sign you in to the group with SAML due to \"%{reason}\"" +msgstr "" + +msgid "Unable to suggest a path. Please refresh and try again." +msgstr "" + +msgid "Unable to update label prioritization at this time" +msgstr "" + +msgid "Unable to update this epic at this time." +msgstr "" + +msgid "Unable to update this issue at this time." +msgstr "" + +msgid "Unarchive project" +msgstr "" + +msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}" +msgstr "" + +msgid "Unassign from commenting user" +msgstr "" + +msgid "Unassigned" +msgstr "" + +msgid "Unblock" +msgstr "" + +msgid "Undo" +msgstr "" + +msgid "Undo Ignore" +msgstr "" + +msgid "Undo ignore" +msgstr "" + +msgid "Unexpected error" +msgstr "" + +msgid "Unfortunately, your email message to GitLab could not be processed." +msgstr "" + +msgid "Uninstall" +msgstr "" + +msgid "Uninstalling" +msgstr "" + +msgid "Units|ms" +msgstr "" + +msgid "Units|s" +msgstr "" + +msgid "Unknown" +msgstr "" + +msgid "Unknown Error" +msgstr "" + +msgid "Unknown cache key" +msgstr "" + +msgid "Unknown encryption strategy: %{encrypted_strategy}!" +msgstr "" + +msgid "Unknown format" +msgstr "" + +msgid "Unknown response text" +msgstr "" + +msgid "Unless otherwise agreed to in writing with GitLab, by clicking \"Upload License\" you agree that your use of GitLab Software is subject to the %{eula_link_start}Terms of Service%{eula_link_end}." +msgstr "" + +msgid "Unlimited" +msgstr "" + +msgid "Unlock" +msgstr "" + +msgid "Unlock the discussion" +msgstr "" + +msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment." +msgstr "" + +msgid "Unlocked" +msgstr "" + +msgid "Unlocked the discussion." +msgstr "" + +msgid "Unlocks the discussion." +msgstr "" + +msgid "Unmarked this %{noun} as Work In Progress." +msgstr "" + +msgid "Unmarks this %{noun} as Work In Progress." +msgstr "" + +msgid "Unreachable" +msgstr "" + +msgid "Unrecognized cluster type" +msgstr "" + +msgid "Unresolve" +msgstr "" + +msgid "Unresolve thread" +msgstr "" + +msgid "Unresolved" +msgstr "" + +msgid "UnscannedProjects|15 or more days" +msgstr "" + +msgid "UnscannedProjects|30 or more days" +msgstr "" + +msgid "UnscannedProjects|5 or more days" +msgstr "" + +msgid "UnscannedProjects|60 or more days" +msgstr "" + +msgid "UnscannedProjects|Default branch scanning by project" +msgstr "" + +msgid "UnscannedProjects|Out of date" +msgstr "" + +msgid "UnscannedProjects|Project scanning" +msgstr "" + +msgid "UnscannedProjects|Untested" +msgstr "" + +msgid "UnscannedProjects|Your projects are up do date! Nice job!" +msgstr "" + +msgid "Unschedule job" +msgstr "" + +msgid "Unstar" +msgstr "" + +msgid "Unsubscribe" +msgstr "" + +msgid "Unsubscribe at group level" +msgstr "" + +msgid "Unsubscribe at project level" +msgstr "" + +msgid "Unsubscribe from %{type}" +msgstr "" + +msgid "Unsubscribed from this %{quick_action_target}." +msgstr "" + +msgid "Unsubscribes from this %{quick_action_target}." +msgstr "" + +msgid "Unsupported todo type passed. Supported todo types are: %{todo_types}" +msgstr "" + +msgid "Until" +msgstr "" + +msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically." +msgstr "" + +msgid "Unverified" +msgstr "" + +msgid "Up to date" +msgstr "" + +msgid "Upcoming" +msgstr "" + +msgid "Upcoming Release" +msgstr "" + +msgid "Update" +msgstr "" + +msgid "Update %{sourcePath} file" +msgstr "" + +msgid "Update all" +msgstr "" + +msgid "Update approval rule" +msgstr "" + +msgid "Update approvers" +msgstr "" + +msgid "Update failed" +msgstr "" + +msgid "Update failed. Please try again." +msgstr "" + +msgid "Update it" +msgstr "" + +msgid "Update iteration" +msgstr "" + +msgid "Update now" +msgstr "" + +msgid "Update username" +msgstr "" + +msgid "Update variable" +msgstr "" + +msgid "Update your bookmarked URLs as filtered/sorted branches URL has been changed." +msgstr "" + +msgid "Update your group name, description, avatar, and visibility." +msgstr "" + +msgid "Update your project name, topics, description and avatar." +msgstr "" + +msgid "UpdateProject|Cannot rename project because it contains container registry tags!" +msgstr "" + +msgid "UpdateProject|Could not set the default branch" +msgstr "" + +msgid "UpdateProject|New visibility level not allowed!" +msgstr "" + +msgid "UpdateProject|Project could not be updated!" +msgstr "" + +msgid "UpdateRepositoryStorage|Error moving repository storage for %{project_full_path} - %{message}" +msgstr "" + +msgid "UpdateRepositoryStorage|Failed to verify %{type} repository checksum from %{old} to %{new}" +msgstr "" + +msgid "UpdateRepositoryStorage|Timeout waiting for %{type} repository pushes" +msgstr "" + +msgid "Updated" +msgstr "" + +msgid "Updated %{updated_at} by %{updated_by}" +msgstr "" + +msgid "Updated to %{linkStart}chart v%{linkEnd}" +msgstr "" + +msgid "Updates" +msgstr "" + +msgid "Updating" +msgstr "" + +msgid "Upgrade plan to unlock Canary Deployments feature" +msgstr "" + +msgid "Upgrade your plan" +msgstr "" + +msgid "Upgrade your plan to activate Advanced Search." +msgstr "" + +msgid "Upgrade your plan to activate Audit Events." +msgstr "" + +msgid "Upgrade your plan to activate Group Webhooks." +msgstr "" + +msgid "Upgrade your plan to enable this feature of the Jira Integration." +msgstr "" + +msgid "Upgrade your plan to improve Issue boards." +msgstr "" + +msgid "Upgrade your plan to improve Merge Requests." +msgstr "" + +msgid "Upload %{code_open}GoogleCodeProjectHosting.json%{code_close} here:" +msgstr "" + +msgid "Upload CSV file" +msgstr "" + +msgid "Upload License" +msgstr "" + +msgid "Upload New File" +msgstr "" + +msgid "Upload New License" +msgstr "" + +msgid "Upload a certificate for your domain with all intermediates" +msgstr "" + +msgid "Upload a private key for your certificate" +msgstr "" + +msgid "Upload file" +msgstr "" + +msgid "Upload object map" +msgstr "" + +msgid "UploadLink|click to upload" +msgstr "" + +msgid "Uploaded on" +msgstr "" + +msgid "Uploaded:" +msgstr "" + +msgid "Uploading changes to terminal" +msgstr "" + +msgid "Uploads" +msgstr "" + +msgid "Upon performing this action, the contents of this group, its subgroup and projects will be permanently removed after %{deletion_adjourned_period} days on %{date}. Until that time:" +msgstr "" + +msgid "Upstream" +msgstr "" + +msgid "Uptime" +msgstr "" + +msgid "Upvotes" +msgstr "" + +msgid "Usage" +msgstr "" + +msgid "Usage ping is off" +msgstr "" + +msgid "Usage statistics" +msgstr "" + +msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" +msgstr "" + +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + +msgid "UsageQuota|Artifacts" +msgstr "" + +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." +msgstr "" + +msgid "UsageQuota|Buy additional minutes" +msgstr "" + +msgid "UsageQuota|Current period usage" +msgstr "" + +msgid "UsageQuota|Increase storage temporarily" +msgstr "" + +msgid "UsageQuota|LFS Objects" +msgstr "" + +msgid "UsageQuota|LFS Storage" +msgstr "" + +msgid "UsageQuota|Packages" +msgstr "" + +msgid "UsageQuota|Pipelines" +msgstr "" + +msgid "UsageQuota|Purchase more storage" +msgstr "" + +msgid "UsageQuota|Purchased storage available" +msgstr "" + +msgid "UsageQuota|Repositories" +msgstr "" + +msgid "UsageQuota|Repository" +msgstr "" + +msgid "UsageQuota|Snippets" +msgstr "" + +msgid "UsageQuota|Storage" +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + +msgid "UsageQuota|This namespace has no projects which use shared runners" +msgstr "" + +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + +msgid "UsageQuota|Unlimited" +msgstr "" + +msgid "UsageQuota|Usage" +msgstr "" + +msgid "UsageQuota|Usage Quotas" +msgstr "" + +msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group" +msgstr "" + +msgid "UsageQuota|Usage of resources across your projects" +msgstr "" + +msgid "UsageQuota|Usage quotas help link" +msgstr "" + +msgid "UsageQuota|Usage since" +msgstr "" + +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|Wiki" +msgstr "" + +msgid "UsageQuota|Wikis" +msgstr "" + +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + +msgid "UsageQuota|You used: %{usage} %{limit}" +msgstr "" + +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + +msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" +msgstr "" + +msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})" +msgstr "" + +msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab" +msgstr "" + +msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)." +msgstr "" + +msgid "Use custom color #FF0000" +msgstr "" + +msgid "Use hashed storage" +msgstr "" + +msgid "Use hashed storage paths for newly created and renamed repositories. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Repository URL changes and may improve disk I/O performance. (Always enabled since 13.0)" +msgstr "" + +msgid "Use one line per URI" +msgstr "" + +msgid "Use template" +msgstr "" + +msgid "Use the following registration token during setup:" +msgstr "" + +msgid "Use your global notification setting" +msgstr "" + +msgid "Use your smart card to authenticate with the LDAP server." +msgstr "" + +msgid "Used by members to sign in to your group in GitLab" +msgstr "" + +msgid "Used programming language" +msgstr "" + +msgid "Used to help configure your identity provider" +msgstr "" + +msgid "User" +msgstr "" + +msgid "User %{current_user_username} has started impersonating %{username}" +msgstr "" + +msgid "User %{username} was successfully removed." +msgstr "" + +msgid "User ID" +msgstr "" + +msgid "User OAuth applications" +msgstr "" + +msgid "User Settings" +msgstr "" + +msgid "User and IP Rate Limits" +msgstr "" + +msgid "User identity was successfully created." +msgstr "" + +msgid "User identity was successfully removed." +msgstr "" + +msgid "User identity was successfully updated." +msgstr "" + +msgid "User is not allowed to resolve thread" +msgstr "" + +msgid "User key was successfully removed." +msgstr "" + +msgid "User list %{name} will be removed. Are you sure?" +msgstr "" + +msgid "User map" +msgstr "" + +msgid "User pipeline minutes were successfully reset." +msgstr "" + +msgid "User restrictions" +msgstr "" + +msgid "User settings" +msgstr "" + +msgid "User was successfully created." +msgstr "" + +msgid "User was successfully removed from group and any subresources." +msgstr "" + +msgid "User was successfully removed from project." +msgstr "" + +msgid "User was successfully updated." +msgstr "" + +msgid "UserLists|Add" +msgstr "" + +msgid "UserLists|Add Users" +msgstr "" + +msgid "UserLists|Add users" +msgstr "" + +msgid "UserLists|Cancel" +msgstr "" + +msgid "UserLists|Create" +msgstr "" + +msgid "UserLists|Define a set of users to be used within feature flag strategies" +msgstr "" + +msgid "UserLists|Edit" +msgstr "" + +msgid "UserLists|Edit %{name}" +msgstr "" + +msgid "UserLists|Enter a comma separated list of user IDs. These IDs should be the users of the system in which the feature flag is set, not GitLab IDs" +msgstr "" + +msgid "UserLists|Feature flag list" +msgstr "" + +msgid "UserLists|Lists allow you to define a set of users to be used with feature flags. %{linkStart}Read more about feature flag lists.%{linkEnd}" +msgstr "" + +msgid "UserLists|Name" +msgstr "" + +msgid "UserLists|New list" +msgstr "" + +msgid "UserLists|Save" +msgstr "" + +msgid "UserLists|There are no users" +msgstr "" + +msgid "UserLists|User ID" +msgstr "" + +msgid "UserLists|User IDs" +msgstr "" + +msgid "UserList|Delete %{name}?" +msgstr "" + +msgid "UserList|created %{timeago}" +msgstr "" + +msgid "UserProfile|Activity" +msgstr "" + +msgid "UserProfile|Already reported for abuse" +msgstr "" + +msgid "UserProfile|Blocked user" +msgstr "" + +msgid "UserProfile|Bot activity" +msgstr "" + +msgid "UserProfile|Contributed projects" +msgstr "" + +msgid "UserProfile|Edit profile" +msgstr "" + +msgid "UserProfile|Explore public groups to find projects to contribute to." +msgstr "" + +msgid "UserProfile|Groups" +msgstr "" + +msgid "UserProfile|Groups are the best way to manage projects and members." +msgstr "" + +msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!" +msgstr "" + +msgid "UserProfile|Most Recent Activity" +msgstr "" + +msgid "UserProfile|No snippets found." +msgstr "" + +msgid "UserProfile|Overview" +msgstr "" + +msgid "UserProfile|Personal projects" +msgstr "" + +msgid "UserProfile|Report abuse" +msgstr "" + +msgid "UserProfile|Snippets" +msgstr "" + +msgid "UserProfile|Snippets in GitLab can either be private, internal, or public." +msgstr "" + +msgid "UserProfile|Star projects to track their progress and show your appreciation." +msgstr "" + +msgid "UserProfile|Starred projects" +msgstr "" + +msgid "UserProfile|Subscribe" +msgstr "" + +msgid "UserProfile|This user doesn't have any personal projects" +msgstr "" + +msgid "UserProfile|This user has a private profile" +msgstr "" + +msgid "UserProfile|This user hasn't contributed to any projects" +msgstr "" + +msgid "UserProfile|This user hasn't starred any projects" +msgstr "" + +msgid "UserProfile|This user is blocked" +msgstr "" + +msgid "UserProfile|View all" +msgstr "" + +msgid "UserProfile|View user in admin area" +msgstr "" + +msgid "UserProfile|You can create a group for several dependent projects." +msgstr "" + +msgid "UserProfile|You haven't created any personal projects." +msgstr "" + +msgid "UserProfile|You haven't created any snippets." +msgstr "" + +msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice." +msgstr "" + +msgid "UserProfile|at" +msgstr "" + +msgid "UserProfile|made a private contribution" +msgstr "" + +msgid "Username (optional)" +msgstr "" + +msgid "Username is already taken." +msgstr "" + +msgid "Username is available." +msgstr "" + +msgid "Username or email" +msgstr "" + +msgid "Users" +msgstr "" + +msgid "Users in License" +msgstr "" + +msgid "Users in License:" +msgstr "" + +msgid "Users or groups set as approvers in the project's or merge request's settings." +msgstr "" + +msgid "Users over License:" +msgstr "" + +msgid "Users requesting access to" +msgstr "" + +msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}" +msgstr "" + +msgid "Users were successfully added." +msgstr "" + +msgid "Users with a Guest role or those who don't belong to a Project or Group will not use a seat from your license." +msgstr "" + +msgid "UsersSelect|%{name} + %{length} more" +msgstr "" + +msgid "UsersSelect|Any User" +msgstr "" + +msgid "UsersSelect|Assignee" +msgstr "" + +msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}" +msgstr "" + +msgid "UsersSelect|Unassigned" +msgstr "" + +msgid "Using %{codeStart}needs%{codeEnd} allows jobs to run before their stage is reached, as soon as their individual dependencies are met, which speeds up your pipelines." +msgstr "" + +msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}" +msgstr "" + +msgid "Using required encryption strategy when encrypted field is missing!" +msgstr "" + +msgid "Valid from" +msgstr "" + +msgid "Validate" +msgstr "" + +msgid "Validate your GitLab CI configuration" +msgstr "" + +msgid "Validate your GitLab CI configuration file" +msgstr "" + +msgid "Validations failed." +msgstr "" + +msgid "Value" +msgstr "" + +msgid "Value Stream" +msgstr "" + +msgid "Value Stream Analytics" +msgstr "" + +msgid "Value Stream Analytics can help you determine your team’s velocity" +msgstr "" + +msgid "Value Stream Analytics gives an overview of how much time it takes to go from idea to production in your project." +msgstr "" + +msgid "Value Stream Name" +msgstr "" + +msgid "ValueStreamAnalyticsStage|We don't have enough data to show this stage." +msgstr "" + +msgid "ValueStreamAnalytics|%{days}d" +msgstr "" + +msgid "ValueStreamAnalytics|Median time from first commit to issue closed." +msgstr "" + +msgid "ValueStreamAnalytics|Median time from issue created to issue closed." +msgstr "" + +msgid "ValueStream|The Default Value Stream cannot be deleted" +msgstr "" + +msgid "Variable" +msgstr "" + +msgid "Variable will be masked in job logs." +msgstr "" + +msgid "Variables" +msgstr "" + +msgid "Various container registry settings." +msgstr "" + +msgid "Various email settings." +msgstr "" + +msgid "Various localization settings." +msgstr "" + +msgid "Various settings that affect GitLab performance." +msgstr "" + +msgid "Verification capacity" +msgstr "" + +msgid "Verification information" +msgstr "" + +msgid "Verification status" +msgstr "" + +msgid "Verified" +msgstr "" + +msgid "Verify SAML Configuration" +msgstr "" + +msgid "Verify configuration" +msgstr "" + +msgid "Version" +msgstr "" + +msgid "Version %{versionNumber}" +msgstr "" + +msgid "Version %{versionNumber} (latest)" +msgstr "" + +msgid "View Documentation" +msgstr "" + +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + +msgid "View all issues" +msgstr "" + +msgid "View blame prior to this change" +msgstr "" + +msgid "View chart" +msgid_plural "View charts" +msgstr[0] "" +msgstr[1] "" + +msgid "View dependency details for your project" +msgstr "" + +msgid "View deployment" +msgstr "" + +msgid "View details" +msgstr "" + +msgid "View details: %{details_url}" +msgstr "" + +msgid "View documentation" +msgstr "" + +msgid "View eligible approvers" +msgstr "" + +msgid "View epics list" +msgstr "" + +msgid "View exposed artifact" +msgid_plural "View %d exposed artifacts" +msgstr[0] "" +msgstr[1] "" + +msgid "View file @ " +msgstr "" + +msgid "View file @ %{commitSha}" +msgstr "" + +msgid "View full dashboard" +msgstr "" + +msgid "View full log" +msgstr "" + +msgid "View group labels" +msgstr "" + +msgid "View incident issues." +msgstr "" + +msgid "View issue" +msgstr "" + +msgid "View issues" +msgstr "" + +msgid "View it on GitLab" +msgstr "" + +msgid "View job" +msgstr "" + +msgid "View job log" +msgstr "" + +msgid "View jobs" +msgstr "" + +msgid "View labels" +msgstr "" + +msgid "View log" +msgstr "" + +msgid "View merge request" +msgstr "" + +msgid "View open merge request" +msgstr "" + +msgid "View page @ " +msgstr "" + +msgid "View performance dashboard." +msgstr "" + +msgid "View project" +msgstr "" + +msgid "View project labels" +msgstr "" + +msgid "View replaced file @ " +msgstr "" + +msgid "View supported languages and frameworks" +msgstr "" + +msgid "View the documentation" +msgstr "" + +msgid "View the latest successful deployment to this environment" +msgstr "" + +msgid "View the performance dashboard at" +msgstr "" + +msgid "View users statistics" +msgstr "" + +msgid "Viewing commit" +msgstr "" + +msgid "Visibility" +msgstr "" + +msgid "Visibility and access controls" +msgstr "" + +msgid "Visibility level" +msgstr "" + +msgid "Visibility level:" +msgstr "" + +msgid "Visibility settings have been disabled by the administrator." +msgstr "" + +msgid "Visibility, project features, permissions" +msgstr "" + +msgid "Visibility:" +msgstr "" + +msgid "VisibilityLevel|Internal" +msgstr "" + +msgid "VisibilityLevel|Private" +msgstr "" + +msgid "VisibilityLevel|Public" +msgstr "" + +msgid "VisibilityLevel|Unknown" +msgstr "" + +msgid "Visit settings page" +msgstr "" + +msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:" +msgstr "" + +msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. " +msgstr "" + +msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}." +msgstr "" + +msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App." +msgstr "" + +msgid "VisualReviewApp|Cancel" +msgstr "" + +msgid "VisualReviewApp|Copy merge request ID" +msgstr "" + +msgid "VisualReviewApp|Copy script" +msgstr "" + +msgid "VisualReviewApp|Enable Visual Reviews" +msgstr "" + +msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application." +msgstr "" + +msgid "VisualReviewApp|No review app found or available." +msgstr "" + +msgid "VisualReviewApp|Open review app" +msgstr "" + +msgid "VisualReviewApp|Review" +msgstr "" + +msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4 is performed by the reviewer each time they perform a review." +msgstr "" + +msgid "Visualization" +msgstr "" + +msgid "Vulnerabilities" +msgstr "" + +msgid "Vulnerabilities over time" +msgstr "" + +msgid "Vulnerability Report" +msgstr "" + +msgid "Vulnerability remediated. Review before resolving." +msgstr "" + +msgid "Vulnerability resolved in %{branch}" +msgstr "" + +msgid "Vulnerability resolved in the default branch" +msgstr "" + +msgid "Vulnerability-Check" +msgstr "" + +msgid "VulnerabilityChart|%{formattedStartDate} to today" +msgstr "" + +msgid "VulnerabilityChart|Severity" +msgstr "" + +msgid "VulnerabilityManagement|%{statusStart}Confirmed%{statusEnd} %{timeago} by %{user}" +msgstr "" + +msgid "VulnerabilityManagement|%{statusStart}Detected%{statusEnd} %{timeago} in pipeline %{pipelineLink}" +msgstr "" + +msgid "VulnerabilityManagement|%{statusStart}Dismissed%{statusEnd} %{timeago} by %{user}" +msgstr "" + +msgid "VulnerabilityManagement|%{statusStart}Resolved%{statusEnd} %{timeago} by %{user}" +msgstr "" + +msgid "VulnerabilityManagement|A true-positive and will fix" +msgstr "" + +msgid "VulnerabilityManagement|Change status" +msgstr "" + +msgid "VulnerabilityManagement|Could not process %{issueReference}: %{errorMessage}." +msgstr "" + +msgid "VulnerabilityManagement|Detected" +msgstr "" + +msgid "VulnerabilityManagement|Needs triage" +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong while trying to delete the comment. Please try again later." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong while trying to refresh the vulnerability. Please try again later." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong while trying to retrieve the vulnerability history. Please try again later." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong while trying to save the comment. Please try again later." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong, could not get user." +msgstr "" + +msgid "VulnerabilityManagement|Something went wrong, could not update vulnerability state." +msgstr "" + +msgid "VulnerabilityManagement|Verified as fixed or mitigated" +msgstr "" + +msgid "VulnerabilityManagement|Will not fix or a false-positive" +msgstr "" + +msgid "VulnerabilityManagement|invalid issue link or ID" +msgstr "" + +msgid "VulnerabilityStatusTypes|All" +msgstr "" + +msgid "VulnerabilityStatusTypes|Confirmed" +msgstr "" + +msgid "VulnerabilityStatusTypes|Detected" +msgstr "" + +msgid "VulnerabilityStatusTypes|Dismissed" +msgstr "" + +msgid "VulnerabilityStatusTypes|Resolved" +msgstr "" + +msgid "Vulnerability|%{scannerName} (version %{scannerVersion})" +msgstr "" + +msgid "Vulnerability|Activity" +msgstr "" + +msgid "Vulnerability|Class" +msgstr "" + +msgid "Vulnerability|Comments" +msgstr "" + +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" +msgstr "" + +msgid "Vulnerability|Description" +msgstr "" + +msgid "Vulnerability|Detected" +msgstr "" + +msgid "Vulnerability|Evidence" +msgstr "" + +msgid "Vulnerability|File" +msgstr "" + +msgid "Vulnerability|Identifier" +msgstr "" + +msgid "Vulnerability|Identifiers" +msgstr "" + +msgid "Vulnerability|Image" +msgstr "" + +msgid "Vulnerability|Links" +msgstr "" + +msgid "Vulnerability|Method" +msgstr "" + +msgid "Vulnerability|Namespace" +msgstr "" + +msgid "Vulnerability|Project" +msgstr "" + +msgid "Vulnerability|Request" +msgstr "" + +msgid "Vulnerability|Response" +msgstr "" + +msgid "Vulnerability|Scanner" +msgstr "" + +msgid "Vulnerability|Scanner Provider" +msgstr "" + +msgid "Vulnerability|Severity" +msgstr "" + +msgid "Vulnerability|Status" +msgstr "" + +msgid "Wait for the file to load to copy its contents" +msgstr "" + +msgid "Waiting for merge (open and assigned)" +msgstr "" + +msgid "Waiting for performance data" +msgstr "" + +msgid "Want to see the data? Please ask an administrator for access." +msgstr "" + +msgid "Warning:" +msgstr "" + +msgid "Warning: Displaying this diagram might cause performance issues on this page." +msgstr "" + +msgid "We are currently unable to fetch data for the pipeline header." +msgstr "" + +msgid "We are currently unable to fetch data for this graph." +msgstr "" + +msgid "We could not determine the path to remove the epic" +msgstr "" + +msgid "We could not determine the path to remove the issue" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + +msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." +msgstr "" + +msgid "We detected potential spam in the %{humanized_resource_name}. Please solve the reCAPTCHA to proceed." +msgstr "" + +msgid "We don't have enough data to show this stage." +msgstr "" + +msgid "We have found the following errors:" +msgstr "" + +msgid "We heard back from your device. You have been authenticated." +msgstr "" + +msgid "We recommend that you buy more Pipeline minutes to avoid any interruption of service." +msgstr "" + +msgid "We recommend that you buy more Pipeline minutes to resume normal service." +msgstr "" + +msgid "We sent you an email with reset password instructions" +msgstr "" + +msgid "We tried to automatically renew your subscription for %{strong}%{namespace_name}%{strong_close} on %{expires_on} but something went wrong so your subscription was downgraded to the free plan. Don't worry, your data is safe. We suggest you check your payment method and get in touch with our support team (%{support_link}). They'll gladly help with your subscription renewal." +msgstr "" + +msgid "We want to be sure it is you, please confirm you are not a robot." +msgstr "" + +msgid "We will notify %{inviter} that you declined their invitation to join GitLab. You will stop receiving reminders." +msgstr "" + +msgid "We would like to inform you that your subscription GitLab Enterprise Edition %{plan_name} is nearing its user limit. You have %{active_user_count} active users, which is almost at the user limit of %{maximum_user_count}." +msgstr "" + +msgid "We've found no vulnerabilities" +msgstr "" + +msgid "Web Application Firewall" +msgstr "" + +msgid "Web IDE" +msgstr "" + +msgid "Web Terminal" +msgstr "" + +msgid "Web terminal" +msgstr "" + +msgid "WebAuthn Devices (%{length})" +msgstr "" + +msgid "WebAuthn only works with HTTPS-enabled websites. Contact your administrator for more details." +msgstr "" + +msgid "WebIDE|Merge request" +msgstr "" + +msgid "Webhook" +msgstr "" + +msgid "Webhook Logs" +msgstr "" + +msgid "Webhook Settings" +msgstr "" + +msgid "Webhooks" +msgstr "" + +msgid "Webhooks Help" +msgstr "" + +msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group." +msgstr "" + +msgid "Webhooks have moved. They can now be found under the Settings menu." +msgstr "" + +msgid "Webhooks|Comments" +msgstr "" + +msgid "Webhooks|Confidential Comments" +msgstr "" + +msgid "Webhooks|Confidential Issues events" +msgstr "" + +msgid "Webhooks|Deployment events" +msgstr "" + +msgid "Webhooks|Enable SSL verification" +msgstr "" + +msgid "Webhooks|Feature Flag events" +msgstr "" + +msgid "Webhooks|Issues events" +msgstr "" + +msgid "Webhooks|Job events" +msgstr "" + +msgid "Webhooks|Merge request events" +msgstr "" + +msgid "Webhooks|Pipeline events" +msgstr "" + +msgid "Webhooks|Push events" +msgstr "" + +msgid "Webhooks|SSL verification" +msgstr "" + +msgid "Webhooks|Secret Token" +msgstr "" + +msgid "Webhooks|Tag push events" +msgstr "" + +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + +msgid "Webhooks|This URL will be triggered by a push to the repository" +msgstr "" + +msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" +msgstr "" + +msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" +msgstr "" + +msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository" +msgstr "" + +msgid "Webhooks|This URL will be triggered when a wiki page is created/updated" +msgstr "" + +msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged" +msgstr "" + +msgid "Webhooks|This URL will be triggered when someone adds a comment" +msgstr "" + +msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue" +msgstr "" + +msgid "Webhooks|This URL will be triggered when the job status changes" +msgstr "" + +msgid "Webhooks|This URL will be triggered when the pipeline status changes" +msgstr "" + +msgid "Webhooks|Trigger" +msgstr "" + +msgid "Webhooks|URL" +msgstr "" + +msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header." +msgstr "" + +msgid "Webhooks|Wiki Page events" +msgstr "" + +msgid "Wednesday" +msgstr "" + +msgid "Weekday" +msgstr "" + +msgid "Weeks" +msgstr "" + +msgid "Weight" +msgstr "" + +msgid "Weight %{weight}" +msgstr "" + +msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated." +msgstr "" + +msgid "Welcome to GitLab" +msgstr "" + +msgid "Welcome to GitLab%{br_tag}%{name}!" +msgstr "" + +msgid "Welcome to GitLab, %{first_name}!" +msgstr "" + +msgid "Welcome to the guided GitLab tour" +msgstr "" + +msgid "What are you searching for?" +msgstr "" + +msgid "What describes you best?" +msgstr "" + +msgid "What is squashing?" +msgstr "" + +msgid "What's new at GitLab" +msgstr "" + +msgid "What’s your experience level?" +msgstr "" + +msgid "When a deployment job is successful, skip older deployment jobs that are still pending" +msgstr "" + +msgid "When a runner is locked, it cannot be assigned to other projects" +msgstr "" + +msgid "When enabled, any user visiting %{host} 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 "When enabled, any user visiting %{host} will be able to create an account." +msgstr "" + +msgid "When enabled, if an NPM package isn't found in the GitLab Registry, we will attempt to pull from the global NPM registry." +msgstr "" + +msgid "When enabled, users cannot use GitLab until the terms have been accepted." +msgstr "" + +msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks." +msgstr "" + +msgid "When this merge request is accepted" +msgid_plural "When these merge requests are accepted" +msgstr[0] "" +msgstr[1] "" + +msgid "When using the %{code_open}http://%{code_close} or %{code_open}https://%{code_close} protocols, please provide the exact URL to the repository. HTTP redirects will not be followed." +msgstr "" + +msgid "When:" +msgstr "" + +msgid "While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you please double check your settings to make sure you've set up your dashboard correctly." +msgstr "" + +msgid "Who can be an approver?" +msgstr "" + +msgid "Who can see this group?" +msgstr "" + +msgid "Who will be able to see this group?" +msgstr "" + +msgid "Who will be using GitLab?" +msgstr "" + +msgid "Who will be using this GitLab subscription?" +msgstr "" + +msgid "Who will be using this GitLab trial?" +msgstr "" + +msgid "Wiki" +msgstr "" + +msgid "Wiki was successfully updated." +msgstr "" + +msgid "WikiClone|Clone your wiki" +msgstr "" + +msgid "WikiClone|Git Access" +msgstr "" + +msgid "WikiClone|Install Gollum" +msgstr "" + +msgid "WikiClone|Start Gollum and edit locally" +msgstr "" + +msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title." +msgstr "" + +msgid "WikiEdit|There is already a page with the same title in that path." +msgstr "" + +msgid "WikiEmptyIssueMessage|Suggest wiki improvement" +msgstr "" + +msgid "WikiEmptyIssueMessage|You must be a group member in order to add wiki pages. If you have suggestions for how to improve the wiki for this group, consider opening an issue in the %{issues_link}." +msgstr "" + +msgid "WikiEmptyIssueMessage|You must be a project member in order to add wiki pages. If you have suggestions for how to improve the wiki for this project, consider opening an issue in the %{issues_link}." +msgstr "" + +msgid "WikiEmptyIssueMessage|issue tracker" +msgstr "" + +msgid "WikiEmpty| Have a Confluence wiki already? Use that instead." +msgstr "" + +msgid "WikiEmpty|A wiki is where you can store all the details about your group. This can include why you've created it, its principles, how to use it, and so on." +msgstr "" + +msgid "WikiEmpty|A wiki is where you can store all the details about your project. This can include why you've created it, its principles, how to use it, and so on." +msgstr "" + +msgid "WikiEmpty|Confluence is enabled" +msgstr "" + +msgid "WikiEmpty|Create your first page" +msgstr "" + +msgid "WikiEmpty|Enable the Confluence Wiki integration" +msgstr "" + +msgid "WikiEmpty|Go to Confluence" +msgstr "" + +msgid "WikiEmpty|Suggest wiki improvement" +msgstr "" + +msgid "WikiEmpty|The wiki lets you write documentation for your group" +msgstr "" + +msgid "WikiEmpty|The wiki lets you write documentation for your project" +msgstr "" + +msgid "WikiEmpty|This group has no wiki pages" +msgstr "" + +msgid "WikiEmpty|This project has no wiki pages" +msgstr "" + +msgid "WikiEmpty|You must be a group member in order to add wiki pages." +msgstr "" + +msgid "WikiEmpty|You must be a project member in order to add wiki pages." +msgstr "" + +msgid "WikiEmpty|You've enabled the Confluence Workspace integration. Your wiki will be viewable directly within Confluence. We are hard at work integrating Confluence more seamlessly into GitLab. If you'd like to stay up to date, follow our %{wiki_confluence_epic_link_start}Confluence epic%{wiki_confluence_epic_link_end}." +msgstr "" + +msgid "WikiHistoricalPage|This is an old version of this page." +msgstr "" + +msgid "WikiHistoricalPage|You can view the %{most_recent_link} or browse the %{history_link}." +msgstr "" + +msgid "WikiHistoricalPage|history" +msgstr "" + +msgid "WikiHistoricalPage|most recent version" +msgstr "" + +msgid "WikiMarkdownDocs|More examples are in the %{docs_link}" +msgstr "" + +msgid "WikiMarkdownDocs|documentation" +msgstr "" + +msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}" +msgstr "" + +msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories." +msgstr "" + +msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?" +msgstr "" + +msgid "WikiPageConfirmDelete|Delete page" +msgstr "" + +msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?" +msgstr "" + +msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs." +msgstr "" + +msgid "WikiPageConflictMessage|the page" +msgstr "" + +msgid "WikiPageCreate|Create %{pageTitle}" +msgstr "" + +msgid "WikiPageEdit|Update %{pageTitle}" +msgstr "" + +msgid "WikiPage|Write your content or drag files here…" +msgstr "" + +msgid "Wikis" +msgstr "" + +msgid "Wiki|Create New Page" +msgstr "" + +msgid "Wiki|Create page" +msgstr "" + +msgid "Wiki|Created date" +msgstr "" + +msgid "Wiki|Edit Page" +msgstr "" + +msgid "Wiki|New page" +msgstr "" + +msgid "Wiki|Page history" +msgstr "" + +msgid "Wiki|Page title" +msgstr "" + +msgid "Wiki|Page version" +msgstr "" + +msgid "Wiki|Pages" +msgstr "" + +msgid "Wiki|Title" +msgstr "" + +msgid "Wiki|View All Pages" +msgstr "" + +msgid "Wiki|Wiki Pages" +msgstr "" + +msgid "Will be created" +msgstr "" + +msgid "Will be mapped to" +msgstr "" + +msgid "Will deploy to" +msgstr "" + +msgid "With requirements, you can set criteria to check your products against." +msgstr "" + +msgid "With test cases, you can define conditions for your project to meet in determining quality" +msgstr "" + +msgid "Withdraw Access Request" +msgstr "" + +msgid "Won't fix / Accept risk" +msgstr "" + +msgid "Work in progress (open and unassigned)" +msgstr "" + +msgid "Work in progress Limit" +msgstr "" + +msgid "Would you like to create a new branch?" +msgstr "" + +msgid "Would you like to try auto-generating a branch name?" +msgstr "" + +msgid "Write" +msgstr "" + +msgid "Write a comment or drag your files here…" +msgstr "" + +msgid "Write a comment…" +msgstr "" + +msgid "Write access allowed" +msgstr "" + +msgid "Write milestone description..." +msgstr "" + +msgid "Write your release notes or drag your files here…" +msgstr "" + +msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly." +msgstr "" + +msgid "YYYY-MM-DD" +msgstr "" + +msgid "Yes" +msgstr "" + +msgid "Yes or No" +msgstr "" + +msgid "Yes, add it" +msgstr "" + +msgid "Yes, close issue" +msgstr "" + +msgid "Yes, delete project" +msgstr "" + +msgid "Yes, let me map Google Code users to full names or GitLab users." +msgstr "" + +msgid "Yesterday" +msgstr "" + +msgid "You" +msgstr "" + +msgid "You already have pending todo for this alert" +msgstr "" + +msgid "You are about to delete %{domain} from your instance. This domain will no longer be available to any Knative application." +msgstr "" + +msgid "You are about to permanently delete this project" +msgstr "" + +msgid "You are about to transfer the control of your account to %{group_name} group. This action is NOT reversible, you won't be able to access any of your groups and projects outside of %{group_name} once this transfer is complete." +msgstr "" + +msgid "You are an admin, which means granting access to %{client_name} will allow them to interact with GitLab as an admin as well. Proceed with caution." +msgstr "" + +msgid "You are attempting to delete a file that has been previously updated." +msgstr "" + +msgid "You are attempting to update a file that has changed since you started editing it." +msgstr "" + +msgid "You are connected to the Prometheus server, but there is currently no data to display." +msgstr "" + +msgid "You are going to delete %{project_full_name}. Deleted projects CANNOT be restored! Are you ABSOLUTELY sure?" +msgstr "" + +msgid "You are going to remove %{group_name}, this will also delete all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?" +msgstr "" + +msgid "You are going to remove the fork relationship from %{project_full_name}. Are you ABSOLUTELY sure?" +msgstr "" + +msgid "You are going to transfer %{project_full_name} to another namespace. Are you ABSOLUTELY sure?" +msgstr "" + +msgid "You are going to turn off the confidentiality. This means %{strongStart}everyone%{strongEnd} will be able to see and leave a comment on this %{issuableType}." +msgstr "" + +msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." +msgstr "" + +msgid "You are not allowed to approve a user" +msgstr "" + +msgid "You are not allowed to push into this branch. Create another branch or open a merge request." +msgstr "" + +msgid "You are not allowed to unlink your primary login account" +msgstr "" + +msgid "You are not authorized to perform this action" +msgstr "" + +msgid "You are not authorized to update this scanner profile" +msgstr "" + +msgid "You are now impersonating %{username}" +msgstr "" + +msgid "You are on a read-only GitLab instance." +msgstr "" + +msgid "You are receiving this message because you are a GitLab administrator for %{url}." +msgstr "" + +msgid "You are signed into GitLab as %{user_link}" +msgstr "" + +msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." +msgstr "" + +msgid "You are using PostgreSQL %{pg_version_current}, but PostgreSQL %{pg_version_minimum} is required for this version of GitLab. Please upgrade your environment to a supported PostgreSQL version, see %{pg_requirements_url} for details." +msgstr "" + +msgid "You can %{linkStart}view the blob%{linkEnd} instead." +msgstr "" + +msgid "You can also create a project from the command line." +msgstr "" + +msgid "You can also press Ctrl-Enter" +msgstr "" + +msgid "You can also press ⌘-Enter" +msgstr "" + +msgid "You can also star a label to make it a priority label." +msgstr "" + +msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}" +msgstr "" + +msgid "You can also upload existing files from your computer using the instructions below." +msgstr "" + +msgid "You can always edit this later" +msgstr "" + +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + +msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" +msgstr "" + +msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}" +msgstr "" + +msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings" +msgstr "" + +msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}" +msgstr "" + +msgid "You can easily contribute to them by requesting to join these groups." +msgstr "" + +msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}" +msgstr "" + +msgid "You can filter by 'days to merge' by clicking on the columns in the chart." +msgstr "" + +msgid "You can 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 "" + +msgid "You can group test cases using labels. To learn about the future direction of this feature, visit %{linkStart}Quality Management direction page%{linkEnd}." +msgstr "" + +msgid "You can invite a new member to %{project_name} or invite another group." +msgstr "" + +msgid "You can invite a new member to %{project_name}." +msgstr "" + +msgid "You can invite another group to %{project_name}." +msgstr "" + +msgid "You can move around the graph by using the arrow keys." +msgstr "" + +msgid "You can notify the app / group or a project by sending them an email notification" +msgstr "" + +msgid "You can now close this window." +msgstr "" + +msgid "You can now export your security dashboard to a CSV report." +msgstr "" + +msgid "You can now manage alert endpoint configuration in the Alerts section on the Operations settings page. Fields on this page have been deprecated." +msgstr "" + +msgid "You can now submit a merge request to get this change into the original branch." +msgstr "" + +msgid "You can now submit a merge request to get this change into the original project." +msgstr "" + +msgid "You can only edit files when you are on a branch" +msgstr "" + +msgid "You can only merge once the items above are resolved." +msgstr "" + +msgid "You can only merge once this merge request is approved." +msgstr "" + +msgid "You can only transfer the project to namespaces you manage." +msgstr "" + +msgid "You can only upload one design when dropping onto an existing design." +msgstr "" + +msgid "You can recover this project until %{date}" +msgstr "" + +msgid "You can resolve the merge conflict using either the Interactive mode, by choosing %{use_ours} or %{use_theirs} buttons, or by editing the files directly. Commit these changes into %{branch_name}" +msgstr "" + +msgid "You can see your chat accounts." +msgstr "" + +msgid "You can set up as many Runners as you need to run your jobs." +msgstr "" + +msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas." +msgstr "" + +msgid "You can specify notification level per group or per project." +msgstr "" + +msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}." +msgstr "" + +msgid "You cannot access the raw file. Please wait a minute." +msgstr "" + +msgid "You cannot impersonate a blocked user" +msgstr "" + +msgid "You cannot impersonate a user who cannot log in" +msgstr "" + +msgid "You cannot impersonate an internal user" +msgstr "" + +msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute." +msgstr "" + +msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead." +msgstr "" + +msgid "You cannot write to this read-only GitLab instance." +msgstr "" + +msgid "You could not create a new trigger." +msgstr "" + +msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan." +msgstr "" + +msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan." +msgstr "" + +msgid "You do not have an active license" +msgstr "" + +msgid "You do not have any subscriptions yet" +msgstr "" + +msgid "You do not have permission to leave this %{namespaceType}." +msgstr "" + +msgid "You do not have permission to run the Web Terminal. Please contact a project administrator." +msgstr "" + +msgid "You do not have permissions to run the import." +msgstr "" + +msgid "You do not have the correct permissions to override the settings from the LDAP group sync." +msgstr "" + +msgid "You don't have any U2F devices registered yet." +msgstr "" + +msgid "You don't have any WebAuthn devices registered yet." +msgstr "" + +msgid "You don't have any active chat names." +msgstr "" + +msgid "You don't have any applications" +msgstr "" + +msgid "You don't have any authorized applications" +msgstr "" + +msgid "You don't have any deployments right now." +msgstr "" + +msgid "You don't have any open merge requests" +msgstr "" + +msgid "You don't have any projects available." +msgstr "" + +msgid "You don't have any recent searches" +msgstr "" + +msgid "You don't have sufficient permission to perform this action." +msgstr "" + +msgid "You don't have write access to the source branch." +msgstr "" + +msgid "You don’t have access to Productivity Analytics in this group" +msgstr "" + +msgid "You don’t have access to Value Stream Analytics for this group" +msgstr "" + +msgid "You have a license that activates at a future date. Please see the License History table below." +msgstr "" + +msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}." +msgstr "" + +msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}." +msgstr "" + +msgid "You have been granted %{member_human_access} access to %{title} %{name}." +msgstr "" + +msgid "You have been invited" +msgstr "" + +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + +msgid "You have been unsubscribed from this thread." +msgstr "" + +msgid "You have declined the invitation to join %{title} %{name}." +msgstr "" + +msgid "You have imported from this project %{numberOfPreviousImports} times before. Each new import will create duplicate issues." +msgstr "" + +msgid "You have insufficient permissions to create a Todo for this alert" +msgstr "" + +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + +msgid "You have no permissions" +msgstr "" + +msgid "You have not added any approvers. Start by adding users or groups." +msgstr "" + +msgid "You have reached your project limit" +msgstr "" + +msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email." +msgstr "" + +msgid "You haven't added any issues to your project yet" +msgstr "" + +msgid "You haven't selected any issues yet" +msgstr "" + +msgid "You left the \"%{membershipable_human_name}\" %{source_type}." +msgstr "" + +msgid "You may close the milestone now." +msgstr "" + +msgid "You must be logged in to search across all of GitLab" +msgstr "" + +msgid "You must disassociate %{domain} from all clusters it is attached to before deletion." +msgstr "" + +msgid "You must have maintainer access to force delete a lock" +msgstr "" + +msgid "You must have permission to create a project in a group before forking." +msgstr "" + +msgid "You must have permission to create a project in a namespace before forking." +msgstr "" + +msgid "You must provide a valid current password" +msgstr "" + +msgid "You must provide your current password in order to change it." +msgstr "" + +msgid "You must select a stack for configuring your cloud provider. Learn more about" +msgstr "" + +msgid "You must set up incoming email before it becomes active." +msgstr "" + +msgid "You must upload a file with the same file name when dropping onto an existing design." +msgstr "" + +msgid "You need a different license to enable FileLocks feature" +msgstr "" + +msgid "You need git-lfs version %{min_git_lfs_version} (or greater) to continue. Please visit https://git-lfs.github.com" +msgstr "" + +msgid "You need permission." +msgstr "" + +msgid "You need to be logged in." +msgstr "" + +msgid "You need to register a two-factor authentication app before you can set up a device." +msgstr "" + +msgid "You need to set terms to be enforced" +msgstr "" + +msgid "You need to specify both an Access Token and a Host URL." +msgstr "" + +msgid "You need to upload a GitLab project export archive (ending in .gz)." +msgstr "" + +msgid "You need to upload a Google Takeout archive." +msgstr "" + +msgid "You successfully declined the invitation" +msgstr "" + +msgid "You tried to fork %{link_to_the_project} but it failed for the following reason:" +msgstr "" + +msgid "You will be removed from existing projects/groups" +msgstr "" + +msgid "You will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches." +msgstr "" + +msgid "You will first need to set up Jira Integration to use this feature." +msgstr "" + +msgid "You will lose all changes you've made to this file. This action cannot be undone." +msgstr "" + +msgid "You will lose all uncommitted changes you've made in this project. This action cannot be undone." +msgstr "" + +msgid "You will need to update your local repositories to point to the new location." +msgstr "" + +msgid "You will not get any notifications via email" +msgstr "" + +msgid "You will only receive notifications for the events you choose" +msgstr "" + +msgid "You will only receive notifications for threads you have participated in" +msgstr "" + +msgid "You will receive notifications for any activity" +msgstr "" + +msgid "You will receive notifications only for comments in which you were @mentioned" +msgstr "" + +msgid "You won't be able to create new projects because you have reached your project limit." +msgstr "" + +msgid "You won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account" +msgstr "" + +msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile" +msgstr "" + +msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement." +msgstr "" + +msgid "You'll be signed out from your current account automatically." +msgstr "" + +msgid "You'll need to use different branch names to get a valid comparison." +msgstr "" + +msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end} in %{strong_start}%{group_name}%{strong_end}." +msgstr "" + +msgid "You're about to reduce the visibility of the project %{strong_start}%{project_name}%{strong_end}." +msgstr "" + +msgid "You're at the first commit" +msgstr "" + +msgid "You're at the last commit" +msgstr "" + +msgid "You're not allowed to %{tag_start}edit%{tag_end} files in this project directly. Please fork this project, make your changes there, and submit a merge request." +msgstr "" + +msgid "You're not allowed to make changes to this project directly. A fork of this project has been created that you can make changes in, so you can submit a merge request." +msgstr "" + +msgid "You're not allowed to make changes to this project directly. A fork of this project is being created that you can make changes in, so you can submit a merge request." +msgstr "" + +msgid "You're only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options." +msgstr "" + +msgid "You're receiving this email because of your account on %{host}." +msgstr "" + +msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} · %{help_link}" +msgstr "" + +msgid "You're receiving this email because of your activity on %{host}." +msgstr "" + +msgid "You're receiving this email because you have been assigned an item on %{host}." +msgstr "" + +msgid "You're receiving this email because you have been mentioned on %{host}." +msgstr "" + +msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication." +msgstr "" + +msgid "YouTube" +msgstr "" + +msgid "YouTube URL or ID" +msgstr "" + +msgid "Your %{host} account was signed in to from a new location" +msgstr "" + +msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." +msgstr "" + +msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not be able to create issues or merge requests as well as many other features." +msgstr "" + +msgid "Your CSV export has started. It will be emailed to %{email} when complete." +msgstr "" + +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." +msgstr "" + +msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." +msgstr "" + +msgid "Your Commit Email will be used for web based operations, such as edits and merges." +msgstr "" + +msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set." +msgstr "" + +msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers." +msgstr "" + +msgid "Your GPG keys (%{count})" +msgstr "" + +msgid "Your GitLab group" +msgstr "" + +msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial." +msgstr "" + +msgid "Your Groups" +msgstr "" + +msgid "Your License" +msgstr "" + +msgid "Your Personal Access Token was revoked" +msgstr "" + +msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" +msgstr "" + +msgid "Your Primary Email will be used for avatar detection." +msgstr "" + +msgid "Your Projects (default)" +msgstr "" + +msgid "Your Projects' Activity" +msgstr "" + +msgid "Your Public Email will be displayed on your public profile." +msgstr "" + +msgid "Your SSH key was deleted" +msgstr "" + +msgid "Your SSH keys (%{count})" +msgstr "" + +msgid "Your To-Do List" +msgstr "" + +msgid "Your U2F device did not send a valid JSON response." +msgstr "" + +msgid "Your U2F device was registered!" +msgstr "" + +msgid "Your WebAuthn device did not send a valid JSON response." +msgstr "" + +msgid "Your WebAuthn device was registered!" +msgstr "" + +msgid "Your access request to the %{source_type} has been withdrawn." +msgstr "" + +msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account." +msgstr "" + +msgid "Your account is locked." +msgstr "" + +msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO." +msgstr "" + +msgid "Your applications (%{size})" +msgstr "" + +msgid "Your authorized applications" +msgstr "" + +msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)." +msgstr "" + +msgid "Your browser doesn't support WebAuthn. Please use a supported browser, e.g. Chrome (67+) or Firefox (60+)." +msgstr "" + +msgid "Your changes can be committed to %{branch_name} because a merge request is open." +msgstr "" + +msgid "Your changes have been committed. Commit %{commitId} %{commitStats}" +msgstr "" + +msgid "Your changes have been saved" +msgstr "" + +msgid "Your changes have been successfully committed." +msgstr "" + +msgid "Your comment could not be submitted because %{error}" +msgstr "" + +msgid "Your comment could not be submitted! Please check your network connection and try again." +msgstr "" + +msgid "Your comment could not be updated! Please check your network connection and try again." +msgstr "" + +msgid "Your comment will be discarded." +msgstr "" + +msgid "Your custom stage '%{title}' was created" +msgstr "" + +msgid "Your dashboard has been copied. You can %{web_ide_link_start}edit it here%{web_ide_link_end}." +msgstr "" + +msgid "Your dashboard has been updated. You can %{web_ide_link_start}edit it here%{web_ide_link_end}." +msgstr "" + +msgid "Your deployment services will be broken, you will need to manually fix the services after renaming." +msgstr "" + +msgid "Your device is not compatible with GitLab. Please try another device" +msgstr "" + +msgid "Your device needs to be set up. Plug it in (if needed) and click the button on the left." +msgstr "" + +msgid "Your device was successfully set up! Give it a name and register it with the GitLab server." +msgstr "" + +msgid "Your first project" +msgstr "" + +msgid "Your groups" +msgstr "" + +msgid "Your instance has %{remaining_user_count} users remaining of the %{total_user_count} included in your subscription. You can add more users than the number included in your license, and we will include the overage in your next bill." +msgstr "" + +msgid "Your instance has exceeded your subscription's licensed user count." +msgstr "" + +msgid "Your instance is approaching its licensed user count" +msgstr "" + +msgid "Your issues are being imported. Once finished, you'll get a confirmation email." +msgstr "" + +msgid "Your issues will be imported in the background. Once finished, you'll get a confirmation email." +msgstr "" + +msgid "Your license is valid from" +msgstr "" + +msgid "Your license will be included in your GitLab backup and will survive upgrades, so in normal usage you should never need to re-upload your %{code_open}.gitlab-license%{code_close} file." +msgstr "" + +msgid "Your message here" +msgstr "" + +msgid "Your name" +msgstr "" + +msgid "Your new %{type}" +msgstr "" + +msgid "Your new SCIM token" +msgstr "" + +msgid "Your new personal access token has been created." +msgstr "" + +msgid "Your new project access token has been created." +msgstr "" + +msgid "Your password isn't required to view this page. If a password or any other personal details are requested, please contact your administrator to report abuse." +msgstr "" + +msgid "Your password reset token has expired." +msgstr "" + +msgid "Your personal access token has expired" +msgstr "" + +msgid "Your profile" +msgstr "" + +msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it" +msgstr "" + +msgid "Your projects" +msgstr "" + +msgid "Your request for access could not be processed: %{error_meesage}" +msgstr "" + +msgid "Your request for access has been queued for review." +msgstr "" + +msgid "Your response has been recorded." +msgstr "" + +msgid "Your search didn't match any commits." +msgstr "" + +msgid "Your search didn't match any commits. Try a different query." +msgstr "" + +msgid "Your subscription expired!" +msgstr "" + +msgid "Your subscription has been downgraded." +msgstr "" + +msgid "Your subscription will expire in %{remaining_days}." +msgstr "" + +msgid "Zoom meeting added" +msgstr "" + +msgid "Zoom meeting removed" +msgstr "" + +msgid "[No reason]" +msgstr "" + +msgid "a deleted user" +msgstr "" + +msgid "a design" +msgstr "" + +msgid "about 1 hour" +msgid_plural "about %d hours" +msgstr[0] "" +msgstr[1] "" + +msgid "access:" +msgstr "" + +msgid "added %{created_at_timeago}" +msgstr "" + +msgid "added a Zoom call to this issue" +msgstr "" + +msgid "ago" +msgstr "" + +msgid "alert" +msgstr "" + +msgid "allowed to fail" +msgstr "" + +msgid "already being used for another group or project %{timebox_name}." +msgstr "" + +msgid "already has a \"created\" issue link" +msgstr "" + +msgid "already shared with this group" +msgstr "" + +msgid "among other things" +msgstr "" + +msgid "and" +msgstr "" + +msgid "any-approver for the merge request already exists" +msgstr "" + +msgid "any-approver for the project already exists" +msgstr "" + +msgid "approved by: " +msgstr "" + +msgid "archived" +msgstr "" + +msgid "archived:" +msgstr "" + +msgid "as %{role}." +msgstr "" + +msgid "assign yourself" +msgstr "" + +msgid "at risk" +msgstr "" + +msgid "attach a new file" +msgstr "" + +msgid "authored" +msgstr "" + +msgid "blocks" +msgstr "" + +msgid "branch name" +msgstr "" + +msgid "by" +msgstr "" + +msgid "cannot be a date in the past" +msgstr "" + +msgid "cannot be changed if a personal project has container registry tags." +msgstr "" + +msgid "cannot be changed if shared runners are enabled" +msgstr "" + +msgid "cannot be enabled because parent group does not allow it" +msgstr "" + +msgid "cannot be enabled because parent group has shared Runners disabled" +msgstr "" + +msgid "cannot be enabled unless all domains have TLS certificates" +msgstr "" + +msgid "cannot be modified" +msgstr "" + +msgid "cannot block others" +msgstr "" + +msgid "cannot contain HTML/XML tags, including any word between angle brackets (<,>)." +msgstr "" + +msgid "cannot include leading slash or directory traversal." +msgstr "" + +msgid "cannot itself be blocked" +msgstr "" + +msgid "cannot merge" +msgstr "" + +msgid "child-pipeline" +msgstr "" + +msgid "ciReport|%{degradedNum} degraded" +msgstr "" + +msgid "ciReport|%{improvedNum} improved" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about Coverage Fuzzing %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about Dependency Scanning %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about SAST %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about Secret Detection %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}" +msgstr "" + +msgid "ciReport|%{remainingPackagesCount} more" +msgstr "" + +msgid "ciReport|%{reportType} is loading" +msgstr "" + +msgid "ciReport|%{reportType}: Loading resulted in an error" +msgstr "" + +msgid "ciReport|%{sameNum} same" +msgstr "" + +msgid "ciReport|(errors when loading results)" +msgstr "" + +msgid "ciReport|(is loading)" +msgstr "" + +msgid "ciReport|(is loading, errors when loading results)" +msgstr "" + +msgid "ciReport|All projects" +msgstr "" + +msgid "ciReport|All scanners" +msgstr "" + +msgid "ciReport|All severities" +msgstr "" + +msgid "ciReport|Automatically apply the patch in a new branch" +msgstr "" + +msgid "ciReport|Base pipeline codequality artifact not found" +msgstr "" + +msgid "ciReport|Browser performance test metrics: " +msgstr "" + +msgid "ciReport|Browser performance test metrics: No changes" +msgstr "" + +msgid "ciReport|Checks" +msgstr "" + +msgid "ciReport|Code quality" +msgstr "" + +msgid "ciReport|Container Scanning" +msgstr "" + +msgid "ciReport|Container scanning" +msgstr "" + +msgid "ciReport|Container scanning detects known vulnerabilities in your docker images." +msgstr "" + +msgid "ciReport|Coverage Fuzzing" +msgstr "" + +msgid "ciReport|Coverage fuzzing" +msgstr "" + +msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually." +msgstr "" + +msgid "ciReport|Create issue" +msgstr "" + +msgid "ciReport|DAST" +msgstr "" + +msgid "ciReport|Dependency Scanning" +msgstr "" + +msgid "ciReport|Dependency Scanning detects known vulnerabilities in your source code's dependencies." +msgstr "" + +msgid "ciReport|Dependency scanning" +msgstr "" + +msgid "ciReport|Download patch to resolve" +msgstr "" + +msgid "ciReport|Download the patch to apply it manually" +msgstr "" + +msgid "ciReport|Dynamic Application Security Testing (DAST) detects known vulnerabilities in your web application." +msgstr "" + +msgid "ciReport|Failed to load %{reportName} report" +msgstr "" + +msgid "ciReport|Fixed" +msgstr "" + +msgid "ciReport|Fixed:" +msgstr "" + +msgid "ciReport|Found %{issuesWithCount}" +msgstr "" + +msgid "ciReport|Investigate this vulnerability by creating an issue" +msgstr "" + +msgid "ciReport|Load performance test metrics: " +msgstr "" + +msgid "ciReport|Load performance test metrics: No changes" +msgstr "" + +msgid "ciReport|Loading %{reportName} report" +msgstr "" + +msgid "ciReport|Manage licenses" +msgstr "" + +msgid "ciReport|New" +msgstr "" + +msgid "ciReport|No changes to code quality" +msgstr "" + +msgid "ciReport|No code quality issues found" +msgstr "" + +msgid "ciReport|RPS" +msgstr "" + +msgid "ciReport|Resolve with merge request" +msgstr "" + +msgid "ciReport|SAST" +msgstr "" + +msgid "ciReport|Secret Detection" +msgstr "" + +msgid "ciReport|Secret scanning" +msgstr "" + +msgid "ciReport|Secret scanning detects secrets and credentials vulnerabilities in your source code." +msgstr "" + +msgid "ciReport|Security scanning" +msgstr "" + +msgid "ciReport|Security scanning failed loading any results" +msgstr "" + +msgid "ciReport|Solution" +msgstr "" + +msgid "ciReport|Static Application Security Testing (SAST) detects known vulnerabilities in your source code." +msgstr "" + +msgid "ciReport|TTFB P90" +msgstr "" + +msgid "ciReport|TTFB P95" +msgstr "" + +msgid "ciReport|There was an error creating the issue. Please try again." +msgstr "" + +msgid "ciReport|There was an error creating the merge request. Please try again." +msgstr "" + +msgid "ciReport|There was an error dismissing the vulnerability. Please try again." +msgstr "" + +msgid "ciReport|There was an error fetching the codequality report." +msgstr "" + +msgid "ciReport|There was an error reverting the dismissal. Please try again." +msgstr "" + +msgid "ciReport|Used by %{packagesString}" +msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}" +msgstr[0] "" +msgstr[1] "" + +msgid "ciReport|View full report" +msgstr "" + +msgid "closed issue" +msgstr "" + +msgid "collect usage information" +msgstr "" + +msgid "comment" +msgstr "" + +msgid "commented on %{link_to_project}" +msgstr "" + +msgid "commit %{commit_id}" +msgstr "" + +msgid "committed" +msgstr "" + +msgid "connecting" +msgstr "" + +msgid "container_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character" +msgstr "" + +msgid "container_name cannot be larger than %{max_length} chars" +msgstr "" + +msgid "could not read private key, is the passphrase correct?" +msgstr "" + +msgid "created" +msgstr "" + +msgid "created %{timeAgo}" +msgstr "" + +msgid "customize" +msgstr "" + +msgid "data" +msgstr "" + +msgid "date must not be after 9999-12-31" +msgstr "" + +msgid "day" +msgid_plural "days" +msgstr[0] "" +msgstr[1] "" + +msgid "default branch" +msgstr "" + +msgid "deleted" +msgstr "" + +msgid "deploy" +msgstr "" + +msgid "design" +msgstr "" + +msgid "designs" +msgstr "" + +msgid "detached" +msgstr "" + +msgid "disabled" +msgstr "" + +msgid "does not exist" +msgstr "" + +msgid "does not have a supported extension. Only %{extension_list} are supported" +msgstr "" + +msgid "done" +msgstr "" + +msgid "download it" +msgstr "" + +msgid "draft" +msgid_plural "drafts" +msgstr[0] "" +msgstr[1] "" + +msgid "e.g. %{token}" +msgstr "" + +msgid "element is not a hierarchy" +msgstr "" + +msgid "email '%{email}' does not match the allowed domains of %{email_domains}" +msgstr "" + +msgid "email '%{email}' is not a verified email." +msgstr "" + +msgid "enabled" +msgstr "" + +msgid "encrypted: needs to be a :required, :optional or :migrating!" +msgstr "" + +msgid "entries cannot be larger than 255 characters" +msgstr "" + +msgid "entries cannot be nil" +msgstr "" + +msgid "entries cannot contain HTML tags" +msgstr "" + +msgid "epic" +msgstr "" + +msgid "error" +msgstr "" + +msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command." +msgstr "" + +msgid "exceeds the limit of %{bytes} bytes" +msgstr "" + +msgid "exceeds the limit of %{bytes} bytes for directory name \"%{dirname}\"" +msgstr "" + +msgid "expired on %{timebox_due_date}" +msgstr "" + +msgid "expires on %{timebox_due_date}" +msgstr "" + +msgid "failed" +msgstr "" + +msgid "failed to dismiss associated finding(id=%{finding_id}): %{message}" +msgstr "" + +msgid "failed to revert associated finding(id=%{finding_id}) to detected" +msgstr "" + +msgid "file" +msgid_plural "files" +msgstr[0] "" +msgstr[1] "" + +msgid "finding is not found or is already attached to a vulnerability" +msgstr "" + +msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}" +msgstr "" + +msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}" +msgstr "" + +msgid "for %{link_to_pipeline_ref}" +msgstr "" + +msgid "for %{ref}" +msgstr "" + +msgid "for this project" +msgstr "" + +msgid "fork this project" +msgstr "" + +msgid "from" +msgstr "" + +msgid "from %d job" +msgid_plural "from %d jobs" +msgstr[0] "" +msgstr[1] "" + +msgid "group" +msgstr "" + +msgid "group members" +msgstr "" + +msgid "groups" +msgstr "" + +msgid "has already been linked to another vulnerability" +msgstr "" + +msgid "has already been taken" +msgstr "" + +msgid "help" +msgstr "" + +msgid "http:" +msgstr "" + +msgid "https://your-bitbucket-server" +msgstr "" + +msgid "image diff" +msgstr "" + +msgid "impersonation token" +msgstr "" + +msgid "impersonation tokens" +msgstr "" + +msgid "import flow" +msgstr "" + +msgid "importing" +msgstr "" + +msgid "in group %{link_to_group}" +msgstr "" + +msgid "in project %{link_to_project}" +msgstr "" + +msgid "instance completed" +msgid_plural "instances completed" +msgstr[0] "" +msgstr[1] "" + +msgid "invalid milestone state `%{state}`" +msgstr "" + +msgid "is" +msgstr "" + +msgid "is already associated to a GitLab Issue. New issue will not be associated." +msgstr "" + +msgid "is an invalid IP address range" +msgstr "" + +msgid "is blocked by" +msgstr "" + +msgid "is forbidden by a top-level group" +msgstr "" + +msgid "is invalid because there is downstream lock" +msgstr "" + +msgid "is invalid because there is upstream lock" +msgstr "" + +msgid "is not" +msgstr "" + +msgid "is not a descendant of the Group owning the template" +msgstr "" + +msgid "is not a valid X509 certificate." +msgstr "" + +msgid "is not allowed since the group is not top-level group." +msgstr "" + +msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." +msgstr "" + +msgid "is not allowed. We do not currently support project-level iterations" +msgstr "" + +msgid "is not an email you own" +msgstr "" + +msgid "is not in the group enforcing Group Managed Account" +msgstr "" + +msgid "is read only" +msgstr "" + +msgid "is too long (%{current_value}). The maximum size is %{max_size}." +msgstr "" + +msgid "is too long (maximum is %{count} characters)" +msgstr "" + +msgid "is too long (maximum is 100 entries)" +msgstr "" + +msgid "is too long (maximum is 1000 entries)" +msgstr "" + +msgid "issue" +msgstr "" + +msgid "issues at risk" +msgstr "" + +msgid "issues need attention" +msgstr "" + +msgid "issues on track" +msgstr "" + +msgid "it is larger than %{limit}" +msgstr "" + +msgid "it is stored as a job artifact" +msgstr "" + +msgid "it is stored externally" +msgstr "" + +msgid "it is stored in LFS" +msgstr "" + +msgid "it is too large" +msgstr "" + +msgid "jigsaw is not defined" +msgstr "" + +msgid "kuromoji custom analyzer" +msgstr "" + +msgid "last commit:" +msgstr "" + +msgid "latest" +msgstr "" + +msgid "latest deployment" +msgstr "" + +msgid "latest version" +msgstr "" + +msgid "leave %{group_name}" +msgstr "" + +msgid "less than a minute" +msgstr "" + +msgid "level: %{level}" +msgstr "" + +msgid "limit of %{project_limit} reached" +msgstr "" + +msgid "load it anyway" +msgstr "" + +msgid "loading" +msgstr "" + +msgid "locked" +msgstr "" + +msgid "locked by %{path_lock_user_name} %{created_at}" +msgstr "" + +msgid "log in" +msgstr "" + +msgid "manual" +msgstr "" + +msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead." +msgstr "" + +msgid "math|There was an error rendering this math block" +msgstr "" + +msgid "merge request" +msgid_plural "merge requests" +msgstr[0] "" +msgstr[1] "" + +msgid "merged %{timeAgo}" +msgstr "" + +msgid "metric_id must be unique across a project" +msgstr "" + +msgid "missing" +msgstr "" + +msgid "more information" +msgstr "" + +msgid "most recent deployment" +msgstr "" + +msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}." +msgstr "" + +msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}." +msgstr "" + +msgid "mrWidgetCommitsAdded|1 merge commit" +msgstr "" + +msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch." +msgstr "" + +msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to." +msgstr "" + +msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others." +msgstr "" + +msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch" +msgstr "" + +msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}" +msgstr "" + +msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB" +msgstr "" + +msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB" +msgstr "" + +msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB" +msgstr "" + +msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one." +msgstr "" + +msgid "mrWidget|A new merge train has started and this merge request is the first of the queue." +msgstr "" + +msgid "mrWidget|Added to the merge train by" +msgstr "" + +msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged" +msgstr "" + +msgid "mrWidget|Allows commits from members who can merge to the target branch" +msgstr "" + +msgid "mrWidget|An error occurred while removing your approval." +msgstr "" + +msgid "mrWidget|An error occurred while retrieving approval data for this merge request." +msgstr "" + +msgid "mrWidget|An error occurred while submitting your approval." +msgstr "" + +msgid "mrWidget|Approval is optional" +msgstr "" + +msgid "mrWidget|Approval password is invalid." +msgstr "" + +msgid "mrWidget|Approve" +msgstr "" + +msgid "mrWidget|Approve additionally" +msgstr "" + +msgid "mrWidget|Approved by" +msgstr "" + +msgid "mrWidget|Are you adding technical debt or code vulnerabilities?" +msgstr "" + +msgid "mrWidget|Before this can be merged, one or more threads must be resolved." +msgstr "" + +msgid "mrWidget|Cancel automatic merge" +msgstr "" + +msgid "mrWidget|Check out branch" +msgstr "" + +msgid "mrWidget|Checking if merge request can be merged…" +msgstr "" + +msgid "mrWidget|Cherry-pick" +msgstr "" + +msgid "mrWidget|Cherry-pick this merge request in a new merge request" +msgstr "" + +msgid "mrWidget|Closed" +msgstr "" + +msgid "mrWidget|Closed by" +msgstr "" + +msgid "mrWidget|Closes" +msgstr "" + +msgid "mrWidget|Delete source branch" +msgstr "" + +msgid "mrWidget|Deployment statistics are not available currently" +msgstr "" + +msgid "mrWidget|Did not close" +msgstr "" + +msgid "mrWidget|Email patches" +msgstr "" + +msgid "mrWidget|Failed to load deployment statistics" +msgstr "" + +msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally." +msgstr "" + +msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result" +msgstr "" + +msgid "mrWidget|Fork project merge requests do not create merge request pipelines that validate a post merge result unless invoked by a project member." +msgstr "" + +msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the" +msgstr "" + +msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line" +msgstr "" + +msgid "mrWidget|Jump to first unresolved thread" +msgstr "" + +msgid "mrWidget|Loading deployment statistics" +msgstr "" + +msgid "mrWidget|Mark as ready" +msgstr "" + +msgid "mrWidget|Mentions" +msgstr "" + +msgid "mrWidget|Merge" +msgstr "" + +msgid "mrWidget|Merge failed." +msgstr "" + +msgid "mrWidget|Merge failed: %{mergeError}. Please try again." +msgstr "" + +msgid "mrWidget|Merge locally" +msgstr "" + +msgid "mrWidget|Merge request approved." +msgstr "" + +msgid "mrWidget|Merged by" +msgstr "" + +msgid "mrWidget|More information" +msgstr "" + +msgid "mrWidget|Open in Web IDE" +msgstr "" + +msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed" +msgstr "" + +msgid "mrWidget|Plain diff" +msgstr "" + +msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request" +msgstr "" + +msgid "mrWidget|Refresh" +msgstr "" + +msgid "mrWidget|Refresh now" +msgstr "" + +msgid "mrWidget|Refreshing now" +msgstr "" + +msgid "mrWidget|Remove from merge train" +msgstr "" + +msgid "mrWidget|Request to merge" +msgstr "" + +msgid "mrWidget|Resolve all threads in new issue" +msgstr "" + +msgid "mrWidget|Resolve conflicts" +msgstr "" + +msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally" +msgstr "" + +msgid "mrWidget|Revert" +msgstr "" + +msgid "mrWidget|Revert this merge request in a new merge request" +msgstr "" + +msgid "mrWidget|Revoke approval" +msgstr "" + +msgid "mrWidget|Set by" +msgstr "" + +msgid "mrWidget|The changes were merged into" +msgstr "" + +msgid "mrWidget|The changes were not merged into" +msgstr "" + +msgid "mrWidget|The changes will be merged into" +msgstr "" + +msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure" +msgstr "" + +msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging" +msgstr "" + +msgid "mrWidget|The source branch has been deleted" +msgstr "" + +msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch" +msgstr "" + +msgid "mrWidget|The source branch is being deleted" +msgstr "" + +msgid "mrWidget|The source branch will be deleted" +msgstr "" + +msgid "mrWidget|The source branch will not be deleted" +msgstr "" + +msgid "mrWidget|There are merge conflicts" +msgstr "" + +msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds." +msgstr "" + +msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds." +msgstr "" + +msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected." +msgstr "" + +msgid "mrWidget|This merge request failed to be merged automatically" +msgstr "" + +msgid "mrWidget|This merge request is in the process of being merged" +msgstr "" + +msgid "mrWidget|This project is archived, write access has been disabled" +msgstr "" + +msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated." +msgstr "" + +msgid "mrWidget|Use %{linkStart}CI pipelines to test your code%{linkEnd} by simply adding a GitLab CI configuration file to your project. It only takes a minute to make your code more secure and robust." +msgstr "" + +msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes." +msgstr "" + +msgid "mrWidget|You can delete the source branch now" +msgstr "" + +msgid "mrWidget|You can merge after removing denied licenses" +msgstr "" + +msgid "mrWidget|You can merge this merge request manually using the" +msgstr "" + +msgid "mrWidget|Your password" +msgstr "" + +msgid "mrWidget|branch does not exist." +msgstr "" + +msgid "mrWidget|command line" +msgstr "" + +msgid "mrWidget|into" +msgstr "" + +msgid "mrWidget|to be added to the merge train when the pipeline succeeds" +msgstr "" + +msgid "mrWidget|to be merged automatically when the pipeline succeeds" +msgstr "" + +msgid "mrWidget|to start a merge train when the pipeline succeeds" +msgstr "" + +msgid "must be a root namespace" +msgstr "" + +msgid "must be a valid IPv4 or IPv6 address" +msgstr "" + +msgid "must be greater than start date" +msgstr "" + +msgid "must contain only valid frameworks" +msgstr "" + +msgid "my-awesome-group" +msgstr "" + +msgid "n/a" +msgstr "" + +msgid "need attention" +msgstr "" + +msgid "needs to be between 10 minutes and 1 month" +msgstr "" + +msgid "never" +msgstr "" + +msgid "never expires" +msgstr "" + +msgid "new merge request" +msgstr "" + +msgid "no approvers" +msgstr "" + +msgid "no contributions" +msgstr "" + +msgid "no expiration" +msgstr "" + +msgid "no name set" +msgstr "" + +msgid "no one can merge" +msgstr "" + +msgid "none" +msgstr "" + +msgid "not found" +msgstr "" + +msgid "notification emails" +msgstr "" + +msgid "nounSeries|%{firstItem} and %{lastItem}" +msgstr "" + +msgid "nounSeries|%{item}" +msgstr "" + +msgid "nounSeries|%{item}, %{nextItem}" +msgstr "" + +msgid "nounSeries|%{item}, and %{lastItem}" +msgstr "" + +msgid "on track" +msgstr "" + +msgid "open issue" +msgstr "" + +msgid "opened %{timeAgoString} by %{user}" +msgstr "" + +msgid "opened %{timeAgoString} by %{user} in Jira" +msgstr "" + +msgid "opened %{timeAgo}" +msgstr "" + +msgid "or" +msgstr "" + +msgid "out of %d total test" +msgid_plural "out of %d total tests" +msgstr[0] "" +msgstr[1] "" + +msgid "parent" +msgid_plural "parents" +msgstr[0] "" +msgstr[1] "" + +msgid "password" +msgstr "" + +msgid "paused" +msgstr "" + +msgid "pending comment" +msgstr "" + +msgid "pending removal" +msgstr "" + +msgid "per day" +msgstr "" + +msgid "personal access token" +msgstr "" + +msgid "personal access tokens" +msgstr "" + +msgid "pipeline" +msgstr "" + +msgid "pod_name can contain only lowercase letters, digits, '-', and '.' and must start and end with an alphanumeric character" +msgstr "" + +msgid "pod_name cannot be larger than %{max_length} chars" +msgstr "" + +msgid "point" +msgid_plural "points" +msgstr[0] "" +msgstr[1] "" + +msgid "private" +msgstr "" + +msgid "private key does not match certificate." +msgstr "" + +msgid "processing" +msgstr "" + +msgid "project" +msgid_plural "projects" +msgstr[0] "" +msgstr[1] "" + +msgid "project access token" +msgstr "" + +msgid "project access tokens" +msgstr "" + +msgid "project avatar" +msgstr "" + +msgid "project bots cannot be added to other groups / projects" +msgstr "" + +msgid "project is read-only" +msgstr "" + +msgid "project members" +msgstr "" + +msgid "projects" +msgstr "" + +msgid "quick actions" +msgstr "" + +msgid "recent activity" +msgstr "" + +msgid "register" +msgstr "" + +msgid "relates to" +msgstr "" + +msgid "remaining" +msgstr "" + +msgid "remove" +msgstr "" + +msgid "remove due date" +msgstr "" + +msgid "remove weight" +msgstr "" + +msgid "removed a Zoom call from this issue" +msgstr "" + +msgid "rendered diff" +msgstr "" + +msgid "reply" +msgid_plural "replies" +msgstr[0] "" +msgstr[1] "" + +msgid "repository:" +msgstr "" + +msgid "reset it." +msgstr "" + +msgid "revised" +msgstr "" + +msgid "satisfied" +msgstr "" + +msgid "security Reports|There was an error creating the merge request" +msgstr "" + +msgid "severity|Critical" +msgstr "" + +msgid "severity|High" +msgstr "" + +msgid "severity|Info" +msgstr "" + +msgid "severity|Low" +msgstr "" + +msgid "severity|Medium" +msgstr "" + +msgid "severity|None" +msgstr "" + +msgid "severity|Unknown" +msgstr "" + +msgid "should be an array of %{object_name} objects" +msgstr "" + +msgid "should be greater than or equal to %{access} inherited membership from group %{group_name}" +msgstr "" + +msgid "show %{count} more" +msgstr "" + +msgid "show fewer" +msgstr "" + +msgid "show less" +msgstr "" + +msgid "sign in" +msgstr "" + +msgid "smartcn custom analyzer" +msgstr "" + +msgid "sort:" +msgstr "" + +msgid "source" +msgstr "" + +msgid "source diff" +msgstr "" + +msgid "specific" +msgstr "" + +msgid "specified top is not part of the tree" +msgstr "" + +msgid "spendCommand|%{slash_command} will update the sum of the time spent." +msgstr "" + +msgid "ssh:" +msgstr "" + +msgid "started" +msgstr "" + +msgid "started a discussion on %{design_link}" +msgstr "" + +msgid "started on %{timebox_start_date}" +msgstr "" + +msgid "starts on %{timebox_start_date}" +msgstr "" + +msgid "stuck" +msgstr "" + +msgid "success" +msgstr "" + +msgid "suggestPipeline|1/2: Choose a template" +msgstr "" + +msgid "suggestPipeline|2/2: Commit your changes" +msgstr "" + +msgid "suggestPipeline|Choose %{boldStart}Code Quality%{boldEnd} to add a pipeline that tests the quality of your code." +msgstr "" + +msgid "suggestPipeline|The template is ready! You can now commit it to create your first pipeline." +msgstr "" + +msgid "suggestPipeline|We’re adding a GitLab CI configuration file to add a pipeline to the project. You could create it manually, but we recommend that you start with a GitLab template that works out of the box." +msgstr "" + +msgid "syntax is correct" +msgstr "" + +msgid "syntax is incorrect" +msgstr "" + +msgid "tag name" +msgstr "" + +msgid "teammate%{number}@company.com" +msgstr "" + +msgid "the following issue(s)" +msgstr "" + +msgid "this document" +msgstr "" + +msgid "time summary" +msgstr "" + +msgid "to help your contributors communicate effectively!" +msgstr "" + +msgid "to join %{source_name}" +msgstr "" + +msgid "to list" +msgstr "" + +msgid "toggle collapse" +msgstr "" + +msgid "triggered" +msgstr "" + +msgid "two-factor authentication settings" +msgstr "" + +msgid "unicode domains should use IDNA encoding" +msgstr "" + +msgid "updated" +msgstr "" + +msgid "updated %{timeAgo}" +msgstr "" + +msgid "updated %{time_ago}" +msgstr "" + +msgid "uploaded" +msgstr "" + +msgid "uploads" +msgstr "" + +msgid "user avatar" +msgstr "" + +msgid "user preferences" +msgstr "" + +msgid "username" +msgstr "" + +msgid "uses Kubernetes clusters to deploy your code!" +msgstr "" + +msgid "v%{version} published %{timeAgo}" +msgstr "" + +msgid "verify ownership" +msgstr "" + +msgid "version %{versionIndex}" +msgstr "" + +msgid "via %{closed_via}" +msgstr "" + +msgid "via merge request %{link}" +msgstr "" + +msgid "view it on GitLab" +msgstr "" + +msgid "view the blob" +msgstr "" + +msgid "view the source" +msgstr "" + +msgid "vulnerability|Add a comment" +msgstr "" + +msgid "vulnerability|Add a comment or reason for dismissal" +msgstr "" + +msgid "vulnerability|Add comment" +msgstr "" + +msgid "vulnerability|Add comment & dismiss" +msgstr "" + +msgid "vulnerability|Add comment and dismiss" +msgstr "" + +msgid "vulnerability|Dismiss vulnerability" +msgstr "" + +msgid "vulnerability|Save comment" +msgstr "" + +msgid "vulnerability|Undo dismiss" +msgstr "" + +msgid "vulnerability|dismissed" +msgstr "" + +msgid "was scheduled to merge after pipeline succeeds by" +msgstr "" + +msgid "wiki page" +msgstr "" + +msgid "with %{additions} additions, %{deletions} deletions." +msgstr "" + +msgid "with expiry changing from %{old_expiry} to %{new_expiry}" +msgstr "" + +msgid "with expiry remaining unchanged at %{old_expiry}" +msgstr "" + +msgid "yaml invalid" +msgstr "" + +msgid "your settings" +msgstr "" + diff --git a/locale/mn_MN/gitlab.po b/locale/mn_MN/gitlab.po index 030ac1308e7..febae209fa4 100644 --- a/locale/mn_MN/gitlab.po +++ b/locale/mn_MN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: mn\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:49\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/nb_NO/gitlab.po b/locale/nb_NO/gitlab.po index fcf4129f398..5432a7763d1 100644 --- a/locale/nb_NO/gitlab.po +++ b/locale/nb_NO/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: nb\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:44\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -119,8 +119,8 @@ msgstr[1] "" msgid "%d code quality issue" msgid_plural "%d code quality issues" -msgstr[0] "%d kodekvalitetsproblem" -msgstr[1] "%d kodekvalitetsproblemer" +msgstr[0] "%d kodekvalitetssak" +msgstr[1] "%d kodekvalitetssaker" msgid "%d comment" msgid_plural "%d comments" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "%d mislyktes" msgstr[1] "%d mislyktes" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d fikset testresultat" @@ -207,19 +212,14 @@ msgstr[1] "%d utilgjengelige fletteforespørsler" msgid "%d issue" msgid_plural "%d issues" -msgstr[0] "%d problem" -msgstr[1] "%d problemer" +msgstr[0] "%d sak" +msgstr[1] "%d saker" msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "%d sak i denne gruppen" msgstr[1] "%d saker i denne gruppen" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d sak valgt" -msgstr[1] "%d saker valgt" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "%d sak vellykket importert med stemplet" @@ -407,6 +407,16 @@ msgstr "%{count} godkjennelser fra %{name}" msgid "%{count} files touched" msgstr "%{count} filer berørt" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} mer" @@ -447,6 +457,12 @@ msgstr "%{deployLinkStart}Bruke en mal for å distribuere til ECS%{deployLinkEnd msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "%{due_date} (Forbi måldatoen)" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "%{host} pålogging fra nytt sted" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "%{namespace_name} er nå skrivebeskyttet. Du kan ikke: %{base_message}" - msgid "%{name} contained %{resultsString}" msgstr "%{name} inneholdt %{resultsString}" @@ -718,8 +737,8 @@ msgstr[1] "%{reportType} %{status} oppdaget %{other} sårbarheter." msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "%{reportType} %{status} oppdaget ingen sårbarheter." -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" -msgstr "%{retryButtonStart}Prøv igjen%{retryButtonEnd} eller %{newFileButtonStart}legg med en ny fil%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." +msgstr "" msgid "%{seconds}s" msgstr "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "%{securityScanner}-resultatet er ikke tilgjengelig fordi en rørledning ikke er kjørt siden den ble aktivert. %{linkStart}Kjør en rørledning%{linkEnd}" msgstr[1] "%{securityScanner}-resultater er ikke tilgjengelige fordi en rørledning ikke er kjørt siden den ble aktivert. %{linkStart}Kjør en rørledning%{linkEnd}" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -762,7 +784,7 @@ msgid "%{start} to %{end}" msgstr "%{start} til %{end}" msgid "%{state} epics" -msgstr "%{state} epics" +msgstr "%{state} eposer" msgid "%{strongStart}Deletes%{strongEnd} source branch" msgstr "%{strongStart}Sletter%{strongEnd} kildegrenen" @@ -947,9 +969,6 @@ msgstr "(sjekk fremgang)" msgid "(deleted)" msgstr "(slettet)" -msgid "(external source)" -msgstr "(ekstern kilde)" - msgid "(line: %{startLine})" msgstr "(linje: %{startLine})" @@ -988,6 +1007,18 @@ msgstr[1] "+%d til" msgid "+%{approvers} more approvers" msgstr "+%{approvers} flere godkjennere" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+%{tags} til" @@ -1016,6 +1047,9 @@ msgstr "- av - vektlegging fullført" msgid "- show less" msgstr "- Vis mindre" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "0 byte" @@ -1025,15 +1059,8 @@ msgstr "0 for ubegrenset" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type}-tillegging" -msgstr[1] "%{count} %{type}-tillegginger" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} modifikasjon" -msgstr[1] "%{count} %{type} modifikasjoner" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1087,8 +1114,8 @@ msgstr[1] "%d minutter" msgid "1 open issue" msgid_plural "%{issues} open issues" -msgstr[0] "1 åpent problem" -msgstr[1] "%{issues} åpne problemer" +msgstr[0] "1 åpen sak" +msgstr[1] "%{issues} åpne saker" msgid "1 open merge request" msgid_plural "%{merge_requests} open merge requests" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "API-hjelp" @@ -1595,6 +1625,9 @@ msgstr "Legg til ny tabell" msgid "Add a task list" msgstr "Legg til en oppgaveliste" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Legge til ekstra tekst som skal vises i all e-postkommunikasjon. Begrensningen er på %{character_limit} tegn" @@ -1748,8 +1781,8 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "La til %{label_references} %{label_text}." -msgid "Added a To Do." -msgstr "La til et gjøremål." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "La til en sak i en epos." @@ -1784,12 +1817,12 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "Legger til %{labels} %{label_text}." -msgid "Adds a To Do." -msgstr "Legger til et gjøremål." - msgid "Adds a Zoom meeting" msgstr "Legger til et Zoom-møte" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "Legger til en sak i en epos." @@ -1874,6 +1907,9 @@ 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" @@ -1898,6 +1934,9 @@ msgstr "Stopp jobber som mislyktes" msgid "AdminArea|Total users" msgstr "Totalt antall brukere" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "Statistikk over brukere" @@ -2012,6 +2051,21 @@ msgstr "SSH-nøkler" msgid "AdminStatistics|Snippets" msgstr "Utdrag" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA er skrudd av" @@ -2021,6 +2075,12 @@ msgstr "2FA er skrudd på" msgid "AdminUsers|Access" msgstr "Tilgang" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Aktiv" @@ -2033,12 +2093,30 @@ msgstr "Administratorer har tilgang til alle grupper, prosjekter og brukere og k msgid "AdminUsers|Admins" msgstr "Administratorer" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Blokker" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Blokker bruker" @@ -2093,6 +2171,9 @@ msgstr "Benytter setet" msgid "AdminUsers|It's you!" msgstr "Det er deg!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Ny bruker" @@ -2102,6 +2183,9 @@ msgstr "Ingen brukere ble funnet" msgid "AdminUsers|Owned groups will be left" msgstr "Eide grupper vil bli forlatt" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "Personlige prosjekter vil bli forlatt" @@ -2147,6 +2231,9 @@ msgstr "Brukeren vil ikke kunne bruke skråstrek-kommandoer" msgid "AdminUsers|The user will not receive any notifications" msgstr "Brukeren vil ikke motta noen varsler" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "For å bekrefte, skriv %{projectName}" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "Du kan ikke fjerne dine egne adminrettigheter." @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "Administrasjon" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Avansert" @@ -2195,23 +2288,23 @@ msgstr "Avanserte innstillinger" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Avanserte tillatelser, stor fillagring, og 2-trinnsautentiseringsinnstillinger." -msgid "Advanced search functionality" -msgstr "Avansert søkefunksjonalitet" - msgid "After a successful password update you will be redirected to login screen." msgstr "Etter en vellykket passordoppdatering vil du bli omdirigert til påloggingsskjermen." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Etter en vellykket passordoppdatering, vil du bli omdirigert til påloggingssiden der du kan logge på med ditt nye passord." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." -msgstr "Etter det, vil du ikke kunne bruke flettegodkjenninger eller kodekvalitet, så vel som mange andre funksjoner." +msgid "After sign-out path" +msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." -msgstr "Etter det vil du ikke kunne bruke flettegodkjenninger eller eposer, så vel som mange andre funksjoner." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." +msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." -msgstr "Etter det vil du ikke kunne bruke flettegodkjenninger eller eposer, så vel som mange andre sikkerhetsfunksjoner." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." +msgstr "" msgid "Alert" msgid_plural "Alerts" @@ -2275,12 +2368,12 @@ msgstr "Hendelser" msgid "AlertManagement|High" msgstr "Høy" +msgid "AlertManagement|Incident" +msgstr "" + msgid "AlertManagement|Info" msgstr "Info" -msgid "AlertManagement|Issue" -msgstr "Sak" - msgid "AlertManagement|Key" msgstr "" @@ -2395,6 +2488,15 @@ msgstr "Gå gjennom dokumentasjonen til din eksterne tjeneste for å lære hvor msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "Du må oppgi denne URL-en og autorisasjonsnøkkelen for å autorisere en ekstern tjeneste til å sende varsler til GitLab. Du kan oppgi denne URL-en og nøkkelen til flere tjenester. Etter at du har konfigurert en ekstern tjeneste, vises varsler fra tjenesten din på GitLab sin %{linkStart}Alarmer%{linkEnd}-side." +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "API-URL" @@ -2404,10 +2506,10 @@ msgstr "Aktiv" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "Legg til URL og autoriseringsnøkkel i din Prometheus-oppsettsfil" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "Kopier" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "Ekstern Prometheus" -msgid "AlertSettings|Generic" -msgstr "Generisk" +msgid "AlertSettings|HTTP Endpoint" +msgstr "" -msgid "AlertSettings|Integrations" -msgstr "Integreringer" +msgid "AlertSettings|HTTP endpoint" +msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "Gå gjennom dokumentasjonen til din eksterne tjeneste for å lære hvor du kan gi denne informasjonen til din eksterne tjeneste, og %{linkStart}GitLab-dokumentasjonen%{linkEnd} for å lære mer om å sette opp ditt endepunkt." +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,8 +2572,11 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" -msgstr "Det oppstod en feil under oppdatering av alarminnstillingene" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." +msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." msgstr "Det oppstod en feil under tilbakestilling av nøkkelen. Oppdater siden for å prøve igjen." @@ -2473,8 +2593,8 @@ msgstr "Du kan nå sette opp varslings-endepunkter for manuelt konfigurerte Prom msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "Du må oppgi denne URL-en og autorisasjonsnøkkelen for å autorisere en ekstern tjeneste til å sende varsler til GitLab. Du kan oppgi denne URL-en og nøkkelen til flere tjenester. Etter at du har konfigurert en ekstern tjeneste, vises varsler fra tjenesten din på GitLab sin %{linkStart}Alarmer%{linkEnd}-side." -msgid "AlertSettings|Your changes were successfully updated." -msgstr "Endringene dine ble vellykket oppdatert." +msgid "AlertSettings|Your integration was successfully updated." +msgstr "" msgid "Alerts" msgstr "Varsler" @@ -2482,6 +2602,27 @@ msgstr "Varsler" msgid "Alerts endpoint" msgstr "Alarm-endepunkt" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "Algoritme" @@ -2548,9 +2689,6 @@ msgstr "Alle sikkerhetsskanninger er aktivert fordi %{linkStart}Auto DevOps%{lin msgid "All threads resolved" msgstr "Alle tråder er oppklart" -msgid "All users" -msgstr "Alle brukere" - msgid "All users must have a name." msgstr "Alle brukere må ha et navn." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "Tillat eiere å legge til brukere manuelt utenfor LDAP" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Tillat prosjekter innenfor denne gruppen å bruke Git LFS" @@ -2596,6 +2737,9 @@ msgstr "Tillat forespørsler til det lokale nettverket fra systemkroker" msgid "Allow requests to the local network from web hooks and services" msgstr "Tillat forespørsler til det lokale nettverket fra Webhooks og tjenester" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "Tillatt å mislykkes" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Lar deg legge til og behandle Kubernetes-klynger." @@ -2671,6 +2821,9 @@ msgstr "En %{link_start}alarm%{link_end} med samme fingeravtrykk er allerede åp msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "En administrator endret passordet til GitLab-kontoen din på %{link_to}." +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "En alarm har blitt utløst i %{project_path}." @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Et tomt GitLab-brukerfelt vil legge til FogBugz-brukerens fulle navn (f.eks. \"Av John Smith\") i beskrivelsen av alle saker og kommentarer. Det vil også knytte og/eller tildele disse sakene og kommentarene til prosjektskaperen." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "En feil har oppstått" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "Det oppstod en feil under innhenting av prosjektskaperne." msgid "An error occurred previewing the blob" msgstr "En feil oppstod under forhåndsvisning av blobben" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" 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 weight" msgstr "En feil oppstod under oppdatering av saksvektleggingen" @@ -2803,9 +2968,6 @@ msgstr "Det oppstod en feil under innhenting av terraformingsrapporter." msgid "An error occurred while fetching the Service Desk address." msgstr "Det oppstod en feil under innhenting av Service Desk-adressen." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "En feil oppstod under innlasting av saker" msgid "An error occurred while loading merge requests." msgstr "Det oppstod en feil under innlasting av fletteforespørsler." -msgid "An error occurred while loading milestones" -msgstr "En feil oppstod under innlasting av milepæler" - msgid "An error occurred while loading project creation UI" msgstr "En feil oppstod under innlasting av prosjektopprettings-grensesnittet" @@ -2911,9 +3070,6 @@ msgstr "En feil oppstod under innlasting av fletteforespørselsen." msgid "An error occurred while loading the pipelines jobs." msgstr "En feil oppstod under innhenting av rørledningsjobbene." -msgid "An error occurred while loading the subscription details." -msgstr "Det oppstod en feil under innlasting av abonnementsdetaljene." - msgid "An error occurred while making the request." msgstr "Det oppsto en feil under forespørselsforsøket." @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "En feil oppstod under rendring av redigereren" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "En feil oppstod under omsortering av saker." @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "En feil oppstod under lagring av tilordnede" -msgid "An error occurred while searching for milestones" -msgstr "En feil oppstod under søking etter milepæler" - msgid "An error occurred while subscribing to notifications." msgstr "En feil oppstod under abonnering på varsler." @@ -2980,6 +3136,9 @@ msgstr "En feil oppstod under avabonnering på varsler." msgid "An error occurred while updating approvers" msgstr "En feil oppstod under oppdatering av godkjennere" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "Arkiver jobber" msgid "Archive project" msgstr "Arkiver prosjekt" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "Arkivert" @@ -3325,7 +3487,7 @@ msgid "Archived projects" msgstr "Arkiverte prosjekter" msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}" -msgstr "Arkivering av prosjektet vil gjøre det helt skrivebeskyttet. Den er skjult fra kontrollpanelet og vises ikke i søk. %{strong_start}Datalageret kan ikke motta commiter, og ingen problemer, kommentarer eller andre enheter kan opprettes.%{strong_end}" +msgstr "Arkivering av prosjektet vil gjøre det helt skrivebeskyttet. Den er skjult fra kontrollpanelet og vises ikke i søk. %{strong_start}Datalageret kan ikke motta commiter, og ingen saker, kommentarer eller andre enheter kan opprettes.%{strong_end}" msgid "Are you ABSOLUTELY SURE you wish to delete this project?" msgstr "Er du HELT SIKKER på at du vil slette dette prosjektet?" @@ -3546,7 +3708,7 @@ msgid "Assigned %{assignee_users_sentence}." msgstr "" msgid "Assigned Issues" -msgstr "Tilegnede rapporter" +msgstr "Tilegnede saker" msgid "Assigned Merge Requests" msgstr "Tilordnede fletteforespørsel" @@ -3557,6 +3719,9 @@ msgstr "Tilordnet til %{assigneeName}" msgid "Assigned to %{assignee_name}" msgstr "Tilordnet til %{assignee_name}" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Tilordnet meg" @@ -3801,8 +3966,29 @@ msgstr "Den vil automatisk bygge, teste og distribuere applikasjonen din basert msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Lær mer i %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "Auto DevOps-rørledningen har blitt aktivert og vil bli brukt hvis ingen alternative CI-konfigurasjonsfiler blir funnet. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Automatisk fullføring" @@ -3822,6 +4008,9 @@ msgstr "Automatisk sertifikatshåndtering med %{lets_encrypt_link_start}Let's En msgid "Automatic certificate management using Let's Encrypt" msgstr "Automatisk sertifikatshåndtering med Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "Tilgjengelig" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "Merkebilde nettadresse" msgid "Badges|Badge image preview" msgstr "Forhåndsvisning av merkebilde" -msgid "Badges|Delete badge" -msgstr "Slett merket" - msgid "Badges|Delete badge?" msgstr "Slette badge?" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "Kontakt salgsavdelingen" msgid "BillingPlan|Upgrade" msgstr "Oppgrader" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Bitbucket-tjenerimportering" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "Utvid" msgid "Boards|View scope" msgstr "Vis omfang" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "Grenen %{branchName} ble ikke funnet i dette prosjektet sitt kodelager." msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "%{branch_name}-grenen ble opprettet. For å konfigurere automatisk distribusjon, velg en GitLab CI Yaml-mal og foreta endringene dine. %{link_to_autodeploy_doc}" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "prosjektinnstillinger" msgid "Branches|protected" msgstr "beskyttet" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "Innebygget" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,8 +4602,8 @@ msgstr "Av %{user_name}" msgid "By URL" msgstr "Etter URL" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" -msgstr "Ved å klikke Registrer, godtar jeg at jeg har lest og godtatt GitLab sine %{linkStart}bruksvilkår og personvernregler%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." msgstr "Som standard sender GitLab e-post i HTML- og rentekst-formater slik at e-postklienter kan velge hvilket format de skal bruke. Deaktiver dette alternativet hvis du bare vil sende e-post i rentekstformat." @@ -4548,6 +4785,9 @@ msgstr "Kan ikke opprette misbruksrapporten. Brukeren har blitt blokkert." msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "Kan ikke ha flere Jira-importeringer som kjører samtidig" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "Velg %{strong_open}Opprett arkiv%{strong_close} og vent til arkivering er fullført." @@ -5142,9 +5385,6 @@ msgstr "Alle miljøer" msgid "CiVariable|Create wildcard" msgstr "Opprett jokertegn" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "Maskert" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "Veksle beskyttelsesstatus" -msgid "CiVariable|Validation failed" -msgstr "Validering mislyktes" - msgid "Classification Label (optional)" msgstr "Klassifiseringsetikett (valgfritt)" @@ -5206,13 +5443,13 @@ msgid "Clear templates search input" msgstr "" msgid "Clear weight" -msgstr "Tøm vekt" +msgstr "Tøm vektlegging" msgid "Cleared weight." -msgstr "Tømte vekt." +msgstr "Tømte vektleggingen." msgid "Clears weight." -msgstr "Tømmer vekten." +msgstr "Tømmer vektleggingen." msgid "Click the %{strong_open}Download%{strong_close} button and wait for downloading to complete." msgstr "Klikk på %{strong_open}Last ned%{strong_close}-knappen og vent til nedlastingen er fullført." @@ -5274,6 +5511,9 @@ msgstr "Lukk %{tabname}" msgid "Close epic" msgstr "Lukk epos" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Lukk milepæl" @@ -5293,13 +5533,13 @@ msgid "Closed epics" msgstr "Lukkede eposer" msgid "Closed issues" -msgstr "Lukkede rapporter" +msgstr "Lukkede saker" msgid "Closed this %{quick_action_target}." msgstr "Lukket denne %{quick_action_target}." -msgid "Closed: %{closedIssuesCount}" -msgstr "Lukket: %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "Lukker denne %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "Klynge-nivå" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "Klarte ikke å laste inn instanstyper" msgid "ClusterIntegration|Could not load networks" msgstr "Klarte ikke å laste inn nettverk" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Kunne ikke laste inn regioner fra AWS-kontoen din" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "Kunne ikke laste inn sikkerhetsgrupper for den valgte VPC-en" @@ -5823,9 +6066,6 @@ msgstr "Lær mer om %{help_link_start_machine_type}maskintyper%{help_link_end} o msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Lær mer om %{help_link_start}soner%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Lær mer om Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "Laster inn IAM-roller" msgid "ClusterIntegration|Loading Key Pairs" msgstr "Laster inn nøkkelpar" -msgid "ClusterIntegration|Loading Regions" -msgstr "Laster inn regioner" - msgid "ClusterIntegration|Loading VPCs" msgstr "Laster inn VPC-er" @@ -5910,9 +6147,6 @@ msgstr "Ingen prosjekter funnet" msgid "ClusterIntegration|No projects matched your search" msgstr "Ingen prosjekter samsvarte med søket ditt" -msgid "ClusterIntegration|No region found" -msgstr "Ingen region funnet" - msgid "ClusterIntegration|No security group found" msgstr "Ingen sikkerhetsgruppe funnet" @@ -5979,9 +6213,6 @@ msgstr "Les vår %{link_start}hjelpeside%{link_end} om Kubernetes-klyngeintegras msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Region" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Fjern Kubernetes-klyngeintegrasjon" @@ -6048,9 +6279,6 @@ msgstr "Søk blant nettverk" msgid "ClusterIntegration|Search projects" msgstr "Søk blant prosjekter" -msgid "ClusterIntegration|Search regions" -msgstr "Søk blant regioner" - msgid "ClusterIntegration|Search security groups" msgstr "Søk blant sikkerhetsgrupper" @@ -6111,6 +6339,9 @@ msgstr "Velg prosjekt for å velge sone" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Velg sone" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "Velg en VPC" msgid "ClusterIntergation|Select a network" msgstr "Velg et nettverk" -msgid "ClusterIntergation|Select a region" -msgstr "Velg en region" - msgid "ClusterIntergation|Select a security group" msgstr "Velg en sikkerhetsgruppe" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "ComboSearch er ikke definert" -msgid "Coming soon" -msgstr "Kommer snart" - 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'" @@ -6764,7 +6992,7 @@ msgstr "Confluence" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "Tilkoblingen ble tidsavbrutt" msgid "Connection timeout" msgstr "Tidsavbrudd på tilkobling" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Kontakt salgsavdelingen for å oppgradere" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "Kopier til utklippstavle" @@ -7319,6 +7556,9 @@ msgstr "Klarte ikke å slette chat-kallenavnet %{chat_name}." msgid "Could not delete wiki page" msgstr "Klarte ikke å slette wiki-side" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "Klarte ikke å finne designet." @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "Klarte ikke å fjerne trigger." @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "Land" @@ -7418,7 +7664,7 @@ msgid "Create a new file as there are no files yet. Afterwards, you'll be able t msgstr "Opprett en ny fil siden det ikke er noen filer ennå. Etterpå vil du kunne utføre endringene dine." msgid "Create a new issue" -msgstr "Opprett et nytt problem" +msgstr "Opprett et nytt sak" msgid "Create a new repository" msgstr "Opprett et nytt kodelager" @@ -7609,6 +7855,9 @@ msgstr "Opprettet fletteforespørselen %{mergeRequestLink} hos %{projectLink}" msgid "Created on" msgstr "Opprettet den" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Opprettet den:" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Tilpasset vertsnavn (for private commit-e-poster)" @@ -7953,6 +8205,9 @@ msgstr "Oppgaver etter type" 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "%{firstProject}, %{rest}, og %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "Er du sikker på at du vil slette profilen?" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "Klarte ikke å oppdatere nettstedsprofilen. Vennligst prøv igjen." +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "Vil du forkaste denne skannerprofilen?" @@ -8070,6 +8340,12 @@ msgstr "Rediger nettstedsprofilen" msgid "DastProfiles|Error Details" msgstr "Detaljer om feilen" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "Behandle profiler" @@ -8097,15 +8373,15 @@ msgstr "Ingen profiler er opprettet enda" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "Profilnavn" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "Skannerprofil" msgid "DastProfiles|Scanner Profiles" msgstr "Skanner-profiler" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "Nettstedsprofil" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "Valider" @@ -8172,6 +8454,12 @@ msgstr "Validerer …" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "Slett kommentar" -msgid "Delete Snippet" -msgstr "Slett utdraget" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "Slett konto" msgid "Delete artifacts" msgstr "Slett artefakter" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "Slett tavle" @@ -8364,9 +8655,6 @@ msgstr "Slett stempel" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Slett liste" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "Vil du slette utvalget?" msgid "Delete source branch" msgstr "Slett kildegrenen" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Slett dette vedlegget" @@ -8451,12 +8742,18 @@ 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" @@ -8505,18 +8802,27 @@ msgstr "Eksporter som JSON" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Lisens" msgid "Dependencies|Location" msgstr "Sted" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "Innpakker" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "Utstasjonert" msgid "Deployed to" msgstr "Utstasjonert til" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Beskrivelse" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "DevOps" msgid "DevOps Report" msgstr "DevOps-rapport" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "Dokumentasjon" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Domene" 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 "" @@ -9209,6 +9548,9 @@ msgstr "Ikke inkluder beskrivelsen i commit-meldingen" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "Ikke lim inn den private delen av GPG-nøkkelen. Lim inn den offentlige delen som begynner med ' -----BEGIN PGP PUBLIC KEY BLOCK-----'." +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Ikke vis igjen" @@ -9236,9 +9578,6 @@ msgstr "Last ned som" msgid "Download as CSV" msgstr "Last ned som CSV" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "Last ned koder" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "Rediger trinn" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "Rediger denne utgivelsen" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Rediger wiki-side" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "Redigert %{timeago}" @@ -9488,6 +9836,9 @@ msgstr "E-post sendt" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "Skru på integrering" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "Skru på vedlikeholdsmodus" @@ -9656,7 +10013,19 @@ msgstr "Skru på mellomtjener" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Slutter den (UTC)" @@ -9728,8 +10100,11 @@ msgstr "Skriv inn IP-adresseområde" msgid "Enter a number" msgstr "Skriv inn et nummer" -msgid "Enter a whole number between 0 and 100" -msgstr "Skriv inn et helt tall mellom 0 og 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" +msgstr "" msgid "Enter at least three characters to search" msgstr "Skriv inn minst tre tegn for å søke" @@ -9768,7 +10143,7 @@ msgid "Enter the issue description" msgstr "Skriv inn sakens beskrivelse" msgid "Enter the issue title" -msgstr "Skriv inn problemets tittel" +msgstr "Skriv inn sakstittelen" msgid "Enter the merge request description" msgstr "" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "Ekskludert innflettings-commiter. Begrenset til %{limit} commiter." msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "Ekskludert innflettings-commiter. Begrenset til 6 000 commiter." +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "Eksisterende greinnavn, etikett, eller commit-SHA" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "Utvid godkjennere" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "Utvid milepæler" @@ -10601,6 +10985,9 @@ msgstr "Eksporter gruppe" msgid "Export issues" msgstr "Eksporter saker" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Eksporter prosjekt" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "Mislyktes i å opprette kodelager" @@ -10766,6 +11156,9 @@ msgstr "Mislyktes i å laste inn stempler. Vennligst prøv igjen." msgid "Failed to load milestones. Please try again." msgstr "Mislyktes i å laste inn milepæler. Vennligst prøv igjen." +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "Klarte ikke å laste inn relaterte grener" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "%d bruker" msgstr[1] "%d brukere" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Alle miljøer)" @@ -10945,6 +11353,9 @@ msgstr "Sett opp" msgid "FeatureFlags|Configure feature flags" msgstr "Sett opp funksjonsflagg" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Opprett funksjonsflagg" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "Sett Unleash-klientapplikasjonsnavnet til navnet på miljøet som applikasjonen kjører i. Denne verdien brukes til å samsvare med miljøomfang. Se %{linkStart}eksempelklientoppsettet%{linkEnd}." @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "Brukerliste" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "Prosentandel" msgid "FeatureFlag|Select a user list" msgstr "Velg en brukerliste" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "Det er ingen oppsatte brukerlister" @@ -11134,6 +11551,9 @@ msgstr "Type" msgid "FeatureFlag|User IDs" msgstr "Bruker-ID-er" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Feb" @@ -11191,12 +11611,18 @@ msgstr "Fil-maler" msgid "File upload error." msgstr "Filopplastingsfeil." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Filer" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "Filtrer etter stempel" @@ -11284,6 +11713,9 @@ msgstr "Filter..." msgid "Find File" msgstr "Finn fil" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "Fullført" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "Fornavnet er for langt (Maksgrensen er %{max_length} tegn)." - msgid "First Seen" msgstr "Først sett" @@ -11329,9 +11758,15 @@ msgstr "Første dagen i uken" msgid "First name" msgstr "Fornavn" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "Først sett" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Fast dato" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "Å sette i gang med utgivelser" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git-versjon" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "GitLab-tjenestedesken er en enkel måte å la folk opprette saksrapporter i din GitLab-forekomst uten å behøve sin egen brukerkonto. Det sørger for en unik e-postadresse for sluttbrukere til å opprette saksrapporter i et prosjekt, og svar kan sendes enten via GitLab-grensesnittet eller via e-post. Sluttbrukere vil bare se tråden via e-post." -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "GitLab-eksport" msgid "GitLab for Slack" msgstr "GitLab for Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "Gå til dine prosjekter" msgid "Go to your snippets" msgstr "Gå til utdragene dine" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,8 +12877,8 @@ msgstr "Gruppe-URL" msgid "Group avatar" msgstr "Gruppeavatar" -msgid "Group by:" -msgstr "Gruppe av:" +msgid "Group by" +msgstr "" msgid "Group description" msgstr "Gruppebeskrivelse" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "Sertifikat-fingeravtrykk" @@ -12601,6 +13051,9 @@ msgstr "Oppsett" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "Standardrolle for nye brukere" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "Forby ytre utgreininger" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "Din SCIM-sjetong" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Historie" @@ -13163,9 +13646,6 @@ msgstr "Hvordan oppgraderer man" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "Du er imidlertid allerede et medlem av denne %{member_source}. Logg på med en annen konto for å godta invitasjonen." -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "Jeg aksepterer %{terms_link}" @@ -13178,7 +13658,7 @@ msgstr "Jeg glemte passordet mitt" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,12 +13814,12 @@ msgstr "Ignorer" msgid "Ignored" msgstr "Ignorert" -msgid "Image Details" -msgstr "Bildedetaljer" - msgid "Image URL" msgstr "Bilde URL" +msgid "Image details" +msgstr "" + msgid "ImageDiffViewer|2-up" msgstr "" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "Importer prosjekt" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Importer prosjektmedlemmer" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "Alle" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "Utilordnet" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "Upublisert" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "Skriv inn din kodelager-URL" -msgid "Insert" -msgstr "Sett inn" - msgid "Insert a code block" msgstr "Sett inn en kodeblokk" msgid "Insert a quote" msgstr "Sett inn et sitat" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "Sett inn et bilde" msgid "Insert code" msgstr "Sett inn kode" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "Sett inn forslag" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Innsikter" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "Installer en myksjetongautentikator som %{free_otp_link} eller Google Autentisering fra applikasjonskodelageret ditt og bruk den appen til å skanne QR-koden. Mer informasjon er tilgjengelig i dokumentasjonen %{help_link_start}%{help_link_end}." @@ -13778,6 +14312,51 @@ msgstr "Instansstatistikker" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "Inkluderer commit-tittelen og grenen" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" msgstr "Standard " +msgid "Integrations|To keep this project going, create a new issue." +msgstr "" + +msgid "Integrations|Update your projects on Packagist, the main Composer repository" +msgstr "" + msgid "Integrations|Use custom settings" msgstr "Bruk tilpassede innstillinger" msgid "Integrations|Use default settings" msgstr "Bruk forvalgte innstillinger" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "Intern" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "Intern URL (valgfritt)" msgid "Internal users" msgstr "Interne brukere" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "Ugyldig OS" msgid "Invalid URL" msgstr "Ugyldig URL" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,26 +14627,26 @@ msgstr "Inviter medlem" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" -msgstr "%{inviter} inviterte deg" +msgid "Invite your team" +msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" -msgstr "%{project_or_group} som en %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" msgid "InviteEmail|Join now" msgstr "Bli med nå" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "Du har blitt invitert!" -msgid "InviteEmail|You have been invited" -msgstr "Du har blitt invitert" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "til å bli med i %{project_or_group_name} %{project_or_group} som en %{role}" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" -msgstr "Til å bli med i %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" msgid "InviteMembersBanner|Collaborate with your team" msgstr "Samarbeid med teamet ditt" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "Invitert" @@ -14120,6 +14795,9 @@ msgstr "Saksanalyse" msgid "Issue Boards" msgstr "Problemvegger" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "Jan" msgid "January" msgstr "januar" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "Jira-saker" @@ -14373,7 +15054,7 @@ msgid "JiraService|%{user_link} mentioned this issue in %{entity_link} of %{proj msgstr "" msgid "JiraService|Displaying Jira issues while leaving the GitLab issue functionality enabled might be confusing. Consider %{linkStart}disabling GitLab issues%{linkEnd} if they won’t otherwise be used." -msgstr "Å vise Jira-saker mens GitLab-saksfunksjonaliteten er aktivert, kan være forvirrende. Vurder å %{linkStart}deaktivere GitLab-problemer%{linkEnd} hvis de ikke ellers blir brukt." +msgstr "Å vise Jira-saker mens GitLab-saksfunksjonaliteten er aktivert, kan være forvirrende. Vurder å %{linkStart}deaktivere GitLab-saker%{linkEnd} hvis de ikke ellers blir brukt." msgid "JiraService|Enable Jira issues" msgstr "Skru på Jira-saker" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "Kerberos-tilgang ble nektet" @@ -14609,6 +15293,12 @@ msgstr "Tastatursnarveier" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "Nøkler" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "Å forfremme %{labelTitle} vil gjøre den tilgjengelig for alle prosjekter innenfor %{groupName}. Eksisterende prosjektstempler med samme tittel vil bli slått sammen. Hvis det finnes et gruppestempel med samme tittel, blir den også slått sammen. Denne handlingen kan ikke reverseres." -msgid "Labels|and %{count} more" -msgstr "and %{count} til" - msgid "Language" msgstr "Språk" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Nyeste rørledning" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "Etternavn" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Siste svar fra" @@ -14836,6 +15523,9 @@ msgstr "Sist oppdatert" msgid "Last used" msgstr "Sist brukt" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Senest brukt:" @@ -14881,6 +15571,9 @@ msgstr "Lær hvordan man aktiverer synkronisering" msgid "Learn more" msgstr "Lær mer" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Lær mer om Auto DevOps" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "Forlat zenmodus" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "Mar" msgid "March" msgstr "mars" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "Marker som ferdig" @@ -15516,6 +16209,9 @@ msgstr "Merk denne saken som et duplikat av en annet sak" msgid "Mark this issue as related to another issue" msgstr "Merk denne saken som relatert til en annen sak" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Medlemslås" msgid "Member since %{date}" msgstr "Medlem siden %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Medlemmer" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "Minneforbruk" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "Innflettet denne fletteforespørselen." +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "Lukket:" @@ -16747,9 +17551,15 @@ msgstr "Multi-prosjekt" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "Navnefeltet er tomt" msgid "Namespace:" msgstr "Navneområde:" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "Navnerom" @@ -17062,6 +17900,9 @@ msgstr "Aldri" msgid "New" msgstr "Ny" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Ny applikasjon" @@ -17091,8 +17932,8 @@ msgstr "Ny identitet" msgid "New Issue" msgid_plural "New Issues" -msgstr[0] "Nytt problem" -msgstr[1] "Nye problemer" +msgstr[0] "Ny sak" +msgstr[1] "Nye saker" msgid "New Jira import" msgstr "Ny Jira-import" @@ -17173,7 +18014,7 @@ msgid "New identity" msgstr "Ny identitet" msgid "New issue" -msgstr "Nytt problem" +msgstr "Ny sak" msgid "New issue title" msgstr "Tittel på den nye saken" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Ingen" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "Ikke implementert" @@ -17556,9 +18400,6 @@ msgstr "Ikke nok data" msgid "Not found." msgstr "Ikke funnet." -msgid "Not now" -msgstr "Ikke nå" - msgid "Not ready yet. Try again later." msgstr "Ikke klar enda. Prøv igjen senere." @@ -17793,6 +18634,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "Omnibus Protected Paths-pedalen er aktiv, og prioriterer disse innstillingene. Fra 12.4, avvikles Omnibus-pedalen og vil bli fjernet i en fremtidig utgivelse. Les dokumentasjonen for %{relative_url_link_start}Migrering av beskyttede filbaner%{relative_url_link_end}." +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "Kjør skanning" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "Skannerinnstillinger" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "Velg en av de eksisterende profilene" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "Nettstedsprofiler" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,20 +18810,14 @@ msgstr "Åpne i filvisning" msgid "Open issues" msgstr "Åpne saker" -msgid "Open projects" -msgstr "Åpne prosjekter" - msgid "Open raw" msgstr "Åpne råversjon" msgid "Open sidebar" msgstr "Åpne sidelinje" -msgid "Open: %{openIssuesCount}" -msgstr "Åpen: %{openIssuesCount}" - -msgid "Open: %{open} • Closed: %{closed}" -msgstr "Åpen: %{open} • Lukket: %{closed}" +msgid "Open: %{open}" +msgstr "" msgid "Opened" msgstr "Åpnet" @@ -17997,7 +18829,7 @@ msgid "Opened MRs" msgstr "" msgid "Opened issues" -msgstr "Åpnede problemer" +msgstr "Åpnede saker" msgid "OpenedNDaysAgo|Opened" msgstr "Åpnet" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "Legg til NuGet-kilde" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "Appgruppe: %{group}" @@ -18254,8 +19089,8 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." -msgstr "Mangler din favorittpakkebehandler? Vi vil gjerne hjelpe deg med å bygge førsteklasses støtte til den i GitLab! %{contributionLinkStart}Gå til bidragsdokumentasjonen%{contributionLinkEnd} for å lære mer om hvordan du bygger støtte for nye pakkebehandlere i GitLab. Nedenfor er en liste over pakkebehandlere som er på radaren vår." +msgid "PackageRegistry|Install package version" +msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." msgstr "" @@ -18278,9 +19113,6 @@ msgstr "Maven-XML" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "Ingen kommende saker" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18302,8 +19134,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "Det er ingen pakker enda" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "Det er ingen kommende saker å vise." - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "Klarte ikke å laste inn pakke" -msgid "PackageRegistry|Upcoming package managers" -msgstr "Kommende pakkebehandlere" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "npm-kommando" @@ -18386,8 +19206,8 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "NuGet" -msgid "PackageType|PyPi" -msgstr "PyPi" +msgid "PackageType|PyPI" +msgstr "" msgid "Packages" msgstr "Pakker" @@ -18578,8 +19398,8 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" -msgstr "Prosent av brukere" +msgid "Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "Percentage" msgstr "Prosent" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Optimalisering av ytelsen" @@ -18695,6 +19512,9 @@ msgstr "Suksessfrekvens:" msgid "PipelineCharts|Successful:" msgstr "Vellykket:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Totalt:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "Vennligst skriv inn et nummer som ikke er negativt" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "Vennligst skriv inn et gyldig nummer" @@ -19097,6 +19935,9 @@ msgstr "Vennligst skriv inn eller last opp en lisens." msgid "Please fill in a descriptive name for your group." msgstr "Vennligst skriv inn et beskrivende navn på gruppen din." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "Vennligst angi et navn" msgid "Please provide a valid URL" msgstr "Vennligst skriv inn en gyldig URL" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "Vennligst oppgi en gyldig e-postadresse." @@ -19152,7 +19999,7 @@ msgid "Please select at least one filter to see results" msgstr "Vennligst velg minst ett filter for å se resultatene" msgid "Please set a new password before proceeding." -msgstr "Vennligst velg et nytt passord før du fortsetter." +msgstr "Vennligst bestem et nytt passord før du fortsetter." msgid "Please share your feedback about %{featureName} %{linkStart}in this issue%{linkEnd} to help us improve the experience." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "Hendelsen vil bli trigget dersom en commit er opprettet/oppdatert" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "SalesforceDX" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "Gren" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "Beskytt" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "Kjøp flere minutter" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "Referanser" msgid "Refresh" msgstr "Oppdater" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "Registrer deg på GitLab" - msgid "Register now" msgstr "Registrer deg nå" @@ -21402,6 +22261,9 @@ msgstr "Fjern lisens" msgid "Remove limit" msgstr "Fjern grensen" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "Fjern medlem" @@ -21522,6 +22384,9 @@ msgstr "Fjerner måldatoen." msgid "Removes time estimate." msgstr "Fjerner tidsanslag." +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "Gjenåpne %{display_issuable_type}" msgid "Reopen epic" msgstr "Gjenåpne epos" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Gjenåpne milepæl" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "Gjenåpne denne %{quick_action_target}" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "Kodelagre" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "Kodelagerdiagram" msgid "Repository Settings" msgstr "Kodelager-innstillinger" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "Forespørsler til disse domenene/adressene i det lokale nettverket vil v msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "Kravet %{reference} har blitt gjenåpnet" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "Vis app" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "SSH-vertsnøkler" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "Offentlig SSH-nøkkel" msgid "SSL Verification:" msgstr "SSL-verifisering:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Lørdag" @@ -22330,6 +23249,9 @@ msgstr "Lagre endringene" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "Lagre likevel" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Lagre variabler" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "Lagrer" msgid "Saving project." msgstr "Lagrer prosjekt." +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Planlegg en ny rørledning" @@ -22405,6 +23327,9 @@ msgstr "Omfang" msgid "Scopes can't be blank" msgstr "Omfang kan ikke være tomme" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "Score" @@ -22435,8 +23360,8 @@ msgstr "Søk" msgid "Search Jira issues" msgstr "Søk blant Jira-saker" -msgid "Search Milestones" -msgstr "Søk blant milepæler" +msgid "Search a group" +msgstr "" msgid "Search an environment spec" msgstr "" @@ -22492,9 +23417,6 @@ msgstr "Søk etter denne teksten" msgid "Search forks" msgstr "Velg utgreininger" -msgid "Search groups" -msgstr "Søk etter grupper" - msgid "Search merge requests" msgstr "Søke i flettede forespørsler" @@ -22576,9 +23498,6 @@ msgstr "Viser %{from} - %{to} av %{count} %{scope} for%{term_element}" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "Viser %{from} - %{to} av %{count} %{scope} for%{term_element} i dine personlige og prosjektmessige utdrag" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "Sikkerhetskontrollpanel" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "En feil oppstod under oppretting av fletteforespørselen." msgid "SecurityReports|There was an error deleting the comment." msgstr "Det oppstod en feil under sletting av kommentaren." +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "Det oppstod en feil under avfeiing av sårbarhetene." @@ -23102,6 +24035,9 @@ msgstr "Velg prosjekter du ønsker å importere." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "Velg skår å replikere" @@ -23117,7 +24053,7 @@ msgstr "Velg startdato" msgid "Select status" msgstr "Velg status" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "Velg grenen du vil angi som standarden for dette prosjektet. Alle flette msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "Velg tidssone" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "September" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "Tjeneste-URL" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "Øktvarighet (i minutter)" @@ -23477,11 +24416,14 @@ msgstr "Sett opp nytt passord" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" msgid "Set weight" -msgstr "Bestem vekt" +msgstr "Bestem vektlegging" msgid "Set weight to %{weight}." msgstr "Sett vektlegging til %{weight}." @@ -23535,7 +24477,7 @@ msgid "Sets time estimate to %{time_estimate}." msgstr "" msgid "Sets weight to %{weight}." -msgstr "Setter vekten til %{weight}." +msgstr "Setter vektleggingen til %{weight}." msgid "Setting this to 0 means using the system default timeout value." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "Delte prosjekter" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "Hvis du noen gang mister telefonen eller tilgang til din éngangs passordhemmelighet, kan hver av disse gjenopprettingskodene brukes én gang hver for å få tilgang til kontoen din igjen. Vennligst lagre dem på et trygt sted, ellers vil du %{b_start}vil%{b_end} miste tilgang til kontoen din." +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "Vis all aktivitet" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Vis alle medlemmer" @@ -23734,7 +24691,7 @@ msgid "Sidebar|Only numeral characters allowed" msgstr "" msgid "Sidebar|Weight" -msgstr "Vekt" +msgstr "Vektlegging" msgid "Sign in" msgstr "Logg på" @@ -23745,6 +24702,9 @@ msgstr "Logg inn / Registrer" msgid "Sign in to \"%{group_name}\"" msgstr "Logg inn hos «%{group_name}»" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Logg på med smartkort" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Påloggingsbegrensninger" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Registreringsbegrensninger" @@ -23781,9 +24744,6 @@ msgstr "Fornavnet er for langt (maksimumet er %{max_length} tegn)." msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "Etternavnet er for langt (maksimumet er %{max_length} tegn)." -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "Navnet er for langt (maksimumet er %{max_length} tegn)." - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "Brukernavnet er for langt (maksimumet er %{max_length} tegn)." @@ -23793,6 +24753,9 @@ msgstr "Brukernavnet er for kort (minimumet er %{min_length} tegn)." msgid "Signed in" msgstr "Pålogget" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "Snippets|Legg til en annen fil %{num}/%{total}" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "Slett fil" msgid "Snippets|Description (optional)" msgstr "Beskrivelse (valgfritt)" -msgid "Snippets|File" -msgstr "Fil" - msgid "Snippets|Files" msgstr "Filer" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Tilgangsnivå, stigende" msgid "SortOptions|Access level, descending" msgstr "Tilgangsnivå, synkende" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Opprettelsesdato" @@ -24199,7 +25156,7 @@ msgid "SortOptions|Least popular" msgstr "Minst populær" msgid "SortOptions|Less weight" -msgstr "Mindre vekt" +msgstr "Mindre vektlegging" msgid "SortOptions|Manual" msgstr "" @@ -24214,7 +25171,7 @@ msgid "SortOptions|Milestone due soon" msgstr "" msgid "SortOptions|More weight" -msgstr "Mere vekt" +msgstr "Mere vektlegging" msgid "SortOptions|Most popular" msgstr "Mest populær" @@ -24267,6 +25224,9 @@ msgstr "Nyligst logget inn" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Størrelse" @@ -24295,7 +25255,7 @@ msgid "SortOptions|Version" msgstr "Versjon" msgid "SortOptions|Weight" -msgstr "Vekt" +msgstr "Vektlegging" msgid "Source" msgstr "Kilde" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Kildekode" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "Stjerner" msgid "Start Date" msgstr "Startdato" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "Start netterminal" @@ -24609,6 +25566,9 @@ msgstr "Statistikk" msgid "Status" msgstr "Status" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Status:" @@ -24738,6 +25698,9 @@ msgstr "Send inn som spam" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "Send tilbakemelding" @@ -24753,6 +25716,9 @@ msgstr "Send inn søk" msgid "Submit the current review." msgstr "Send inn nåværende vurdering." +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "Sendte inn den nåværende vurderingen." @@ -24795,6 +25761,12 @@ msgstr "Abonnementet ble vellykket opprettet." msgid "Subscription successfully deleted." msgstr "Abonnementet ble vellykket slettet." +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Fakturering" @@ -24879,6 +25851,9 @@ msgstr "Lyktes" msgid "Successfully activated" msgstr "Aktivering vellykket" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "Vellykket blokkert" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "Symbolsk lenke" msgid "Sync information" msgstr "Synkroniseringsinformasjon" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "Synkronisert" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "System" @@ -25068,6 +26052,9 @@ msgstr "Systemmåltall (egendefinert)" msgid "System metrics (Kubernetes)" msgstr "Systemmåltall (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "Innholdsfortegnelse" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "Takk for handelen!" msgid "Thanks! Don't show me this again" msgstr "Takk! Ikke vis meg dette igjen" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "Det avansert søket i GitLab er en kraftig søketjeneste som sparer deg msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "De følgende gjenstander vil IKKE bli eksportert:" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,8 +26752,8 @@ msgstr "Utdraget er bare synlig for meg." msgid "The snippet is visible only to project members." msgstr "Utdraget er bare synlig for prosjektmedlemmer." -msgid "The snippet is visible to any logged in user." -msgstr "Utdraget er synlig for alle påloggede brukere." +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "" @@ -25777,6 +26791,9 @@ msgstr "Brukerkartet er et JSON-dokument som tilordner Google Code-brukere som d msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "Brukerkartet er en kartlegging av FogBugz-brukerne som deltok på prosjektene dine til måten deres e-postadresse og brukernavn blir importert til GitLab. Du kan endre dette ved å fylle ut tabellen nedenfor." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "Dette vedlegget har blitt avkortet for å unngå å overskride den maksimalt tillatte størrelsen på vedlegg på 15 MB. %{written_count} av %{issues_count} saker har blitt inkludert. Vurder å eksportere på nytt med et smalere valg av saker." +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "Dette er din nåværende økt" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26480,7 +27515,7 @@ msgid "This project will be removed on %{date} since its parent group '%{parent_ msgstr "" msgid "This project will live in your group %{strong_open}%{namespace}%{strong_close}. A project is where you house your files (repository), plan your work (issues), publish your documentation (wiki), and so much more." -msgstr "Prosjektet vil leve i gruppen din %{strong_open}%{namespace}%{strong_close}. Et prosjekt er der du huser filene dine (kodelager), planlegger arbeidet ditt (problemer), publiserer dokumentasjonen (wiki) og så mye mer." +msgstr "Prosjektet vil leve i gruppen din %{strong_open}%{namespace}%{strong_close}. Et prosjekt er der du huser filene dine (kodelager), planlegger arbeidet ditt (saker), publiserer dokumentasjonen (wiki) og så mye mer." msgid "This repository" msgstr "Dette kodelageret" @@ -26851,6 +27886,12 @@ msgstr "nå nettopp" msgid "Timeago|right now" msgstr "akkurat nå" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Tidsavbrudd" @@ -26885,7 +27926,7 @@ msgstr "Titler og beskrivelser" msgid "To" msgstr "Til" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,8 +27977,8 @@ msgstr "For å komme i gang, skriv inn din Gitea-verts-URL og en %{link_to_perso 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "For å hjelpe til med å forbedre GitLab, vil vi periodisk samle inn bruksinformasjon. Dette kan endres når som helst i %{settings_link_start}Innstillinger%{link_end}. %{info_link_start}Mer informasjon%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "For å importere et SVN-kodelager, sjekk ut %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "Veksle navigasjon" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Veksle sidelinje" @@ -27137,17 +28181,20 @@ msgstr "Totalt minne (GB)" msgid "Total test time for all commits/merges" msgstr "Total testtid for alle commits/innflettinger" +msgid "Total users" +msgstr "" + msgid "Total weight" -msgstr "Total vekt" +msgstr "Totalvekt" msgid "Total: %{total}" msgstr "Totalt: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" -msgstr "Spore" +msgid "TotalRefCountIndicator|1000+" +msgstr "" msgid "Tracing" msgstr "Sporing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "Tirsdag" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "Slå av" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "Klarte ikke å lagre dine endringer. Vennligst prøv igjen." +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "Oppdater nå" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "Oppdater variabel" @@ -27836,10 +28892,13 @@ msgstr "Bruksstatistikk" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "Artifakter" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "Rørledninger" msgid "UsageQuota|Purchase more storage" msgstr "Kjøp mer lagringsplass" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "Kodelagre" @@ -27878,9 +28940,36 @@ msgstr "Utdrag" msgid "UsageQuota|Storage" msgstr "Lagring" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "Ubegrenset" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Benyttelse siden" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Wiki" msgid "UsageQuota|Wikis" msgstr "Wikier" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "Du har brukt: %{usage} %{limit}" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,11 +29066,8 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "Bruker-ID-er" - -msgid "User List" -msgstr "Brukerliste" +msgid "User ID" +msgstr "" msgid "User OAuth applications" msgstr "" @@ -28088,6 +29186,9 @@ msgstr "Allerede rapportert for misbruk" msgid "UserProfile|Blocked user" msgstr "Blokkert user" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Bidratte prosjekter" @@ -28184,9 +29285,6 @@ msgstr "Brukernavnet er opptatt." msgid "Username is available." msgstr "Brukernavnet er tilgjengelig." -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "Brukernavnet er for langt (maksimum er %{max_length} tegn)." - msgid "Username or email" msgstr "Brukernavn eller E-postadresse" @@ -28340,6 +29438,12 @@ msgstr "Versjon %{versionNumber} (nyeste)" msgid "View Documentation" msgstr "Vis dokumentasjon" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "Vis alle saker" @@ -28647,8 +29751,14 @@ msgstr "Klasse" msgid "Vulnerability|Comments" msgstr "Kommentarer" -msgid "Vulnerability|Crash Address" -msgstr "Krasjadresse" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" +msgstr "" msgid "Vulnerability|Description" msgstr "Beskrivelse" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28807,7 +29926,7 @@ msgid "Webhooks Help" msgstr "Webhook-hjelp" msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group." -msgstr "Webhooks lar deg trigge en URL hvis for eksempel ny kode blir pushet eller en ny sak opprettes. Du kan konfigurere webhooks til å lytte etter spesifikke hendelser som push, problemer eller fletteforespørsler. Gruppe-webhooker vil gjelde for alle prosjekter i en gruppe, slik at du kan standardisere webhook-funksjonalitet i hele gruppen." +msgstr "Webhooks lar deg trigge en URL hvis for eksempel ny kode blir pushet eller en ny sak opprettes. Du kan konfigurere webhooks til å lytte etter spesifikke hendelser som push, saker eller fletteforespørsler. Gruppe-webhooker vil gjelde for alle prosjekter i en gruppe, slik at du kan standardisere webhook-funksjonalitet i hele gruppen." msgid "Webhooks have moved. They can now be found under the Settings menu." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "Skru på SSL-verifisering" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "Hemmelig sjetong" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28906,10 +30031,10 @@ msgid "Weeks" msgstr "Uker" msgid "Weight" -msgstr "Vekt" +msgstr "Vektlegging" msgid "Weight %{weight}" -msgstr "Vekt %{weight}" +msgstr "Vektlegging %{weight}" msgid "Welcome back! Your account had been deactivated due to inactivity but is now reactivated." msgstr "Velkommen tilbake! Kontoen din hadde blitt deaktivert på grunn av inaktivitet, men er nå aktivert på nytt." @@ -28926,15 +30051,15 @@ msgstr "Velkommen til GitLab, %{first_name}!" msgid "Welcome to the guided GitLab tour" msgstr "Velkommen til den guidede GitLab-turen" -msgid "Welcome to your issue board!" -msgstr "Velkommen til sakspanelet ditt!" - msgid "What are you searching for?" msgstr "Hva leter du etter?" msgid "What describes you best?" msgstr "Hva beskriver deg best?" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "Hva er nytt hos GitLab" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29073,7 +30198,7 @@ msgid "WikiEmpty|You must be a project member in order to add wiki pages." msgstr "Du må være prosjektmedlem for å kunne legge til wiki-sider." msgid "WikiEmpty|You've enabled the Confluence Workspace integration. Your wiki will be viewable directly within Confluence. We are hard at work integrating Confluence more seamlessly into GitLab. If you'd like to stay up to date, follow our %{wiki_confluence_epic_link_start}Confluence epic%{wiki_confluence_epic_link_end}." -msgstr "Du har aktivert Confluence Workspace-integrasjonen. Wikien din kan vises direkte i Confluence. Vi jobber hardt med å integrere Confluence mer sømløst i GitLab. Hvis du ønsker å holde deg oppdatert, følg vår %{wiki_confluence_epic_link_start}Confluence-epic%{wiki_confluence_epic_link_end}." +msgstr "Du har aktivert Confluence Workspace-integrasjonen. Wikien din kan vises direkte i Confluence. Vi jobber hardt med å integrere Confluence mer sømløst i GitLab. Hvis du ønsker å holde deg oppdatert, følg vår %{wiki_confluence_epic_link_start}Confluence-epos%{wiki_confluence_epic_link_end}." msgid "WikiHistoricalPage|This is an old version of this page." msgstr "Dette er en gammel versjon av denne siden." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "Du kommer til å slå på konfidensialitet. Dette betyr at bare gruppemedlemmer med %{strongStart}minst «Rapportør»-tilgang%{strongEnd} kan se og legge ut kommentarer på %{issuableType}." +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,12 +30449,12 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "Du kan også opprette et prosjekt fra kommandolinjen." -msgid "You can also press ⌘-Enter" -msgstr "Du kan også trykke ⌘-Enter" - msgid "You can also press Ctrl-Enter" msgstr "Du kan også trykke Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "" @@ -29336,6 +30467,15 @@ msgstr "Du kan også laste opp eksisterende filer fra datamaskinen din ved å f msgid "You can always edit this later" msgstr "Du kan alltid redigere dette senere" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "Du har blitt tildelt %{member_human_access}-tilgang til %{title} %{name} msgid "You have been invited" msgstr "Du har blitt invitert" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "Du har blitt avabonnert på denne tråden." @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "Du har ingen tillatelser" @@ -29573,9 +30725,6 @@ msgstr "Du forlot «%{membershipable_human_name}»-%{source_type}." msgid "You may close the milestone now." msgstr "Du kan lukke milepælen nå." -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Du må godta vilkårene for bruk og personvern for å kunne registrere en konto" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "Du har allerede aktivert 2-trinnsautentisering ved hjelp av éngangspass msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "Ditt %{strong}%{plan_name}%{strong_close} abonnement på %{strong}%{namespace_name}%{strong_close} vil utløpe den %{strong}%{expires_on}%{strong_close}." -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." -msgstr "Ditt %{strong}%{plan_name}%{strong_close}-abonnement utløper den %{strong}%{expires_on}%{strong_close}. Etter det vil du ikke kunne lage saker eller fletteforespørsler, samt mange andre funksjoner." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Dine grupper" msgid "Your License" msgstr "Din lisens" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "SSH-nøklene dine (%{count})" @@ -30061,9 +31216,6 @@ msgstr "grennavn" msgid "by" msgstr "av" -msgid "by %{user}" -msgstr "av %{user}" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "Fant %{issuesWithCount}" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "Undersøk dette sikkerhetsproblemet ved å opprette en sak" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "Lær mer om samhandling med sikkerhetsrapporter" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30260,7 +31406,7 @@ msgid "ciReport|No changes to code quality" msgstr "Ingen endringer i kodekvalitet" msgid "ciReport|No code quality issues found" -msgstr "Ingen kodekvalitetsproblemer ble funnet" +msgstr "Ingen kodekvalitetssaker ble funnet" msgid "ciReport|RPS" msgstr "RPS" @@ -30324,6 +31470,9 @@ msgstr "Vis fullstendig rapport" msgid "closed issue" msgstr "lukket saksrapport" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "kommentar" @@ -30562,8 +31711,8 @@ msgstr "er et ugyldig IP-adresseområde" msgid "is blocked by" msgstr "er blokkert av" -msgid "is enabled." -msgstr "er skrudd på." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "er ikke et gyldig X509-sertifikat." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "har kun lesetilgang" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "er for lang (maksimum er 100 oppføringer)" @@ -30634,6 +31789,9 @@ msgstr "den er for stor" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "seneste commit:" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "mangler" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "prosjektmedlemmer" msgid "projects" msgstr "prosjekter" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "hurtighandlinger" @@ -31184,9 +32342,6 @@ msgstr "registrer" msgid "relates to" msgstr "relatert til" -msgid "released %{time}" -msgstr "utgitt %{time}" - msgid "remaining" msgstr "gjenstår" @@ -31197,7 +32352,7 @@ msgid "remove due date" msgstr "fjern forfallsdato" msgid "remove weight" -msgstr "fjern vekt" +msgstr "fjern vektlegging" msgid "removed a Zoom call from this issue" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "vis mindre" msgid "sign in" msgstr "logg inn" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "sorter:" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "wikiside" -msgid "will be released %{time}" -msgstr "vil bli utgitt %{time}" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "med %{additions} tillegg, %{deletions} slettinger." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "yaml er ugyldig" +msgid "your settings" +msgstr "" + diff --git a/locale/nl_NL/gitlab.po b/locale/nl_NL/gitlab.po index 838ca2c1c37..ea2d2693761 100644 --- a/locale/nl_NL/gitlab.po +++ b/locale/nl_NL/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: nl\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:49\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d opgelost testresultaat" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- toon minder" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type} toevoeging" -msgstr[1] "%{count} %{type} toevoegingen" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} aanpassing" -msgstr[1] "%{count} %{type} aanpassingen" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/pa_IN/gitlab.po b/locale/pa_IN/gitlab.po index 9e1e60dd256..90a0262d6ef 100644 --- a/locale/pa_IN/gitlab.po +++ b/locale/pa_IN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: pa-IN\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:49\n" +"PO-Revision-Date: 2020-11-03 22:49\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/pl_PL/gitlab.po b/locale/pl_PL/gitlab.po index 131ba69cb00..42be2e638cd 100644 --- a/locale/pl_PL/gitlab.po +++ b/locale/pl_PL/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: pl\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:49\n" +"PO-Revision-Date: 2020-11-03 22:49\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Zaawansowane pozwolenia, Magazyn Dużych Plików i Dwuczynnikowe ustawienia autoryzacji." -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,8 +4166,29 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "Proces Automatyczny DevOps został włączony i będzie używany, jeśli nie zostanie znaleziony alternatywny plik konfiguracyjny CI. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "Utwórz symbole wieloznaczne" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "Dowiedz się więcej o %{help_link_start_machine_type}rodzajach maszyn%{ msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,8 +22991,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "Wymagaj od wszystkich użytkowników w tej grupie do ustawienia uwierzytelniania Dwuczynnikowego" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Wymagaj od wszystkich użytkowników akceptacji Warunków Usługi i Polityki Prywatności, gdy będą chcieli korzystać z GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Przejrzyj proces celem konfiguracji dostawców usług u swojego dostawcy tożsamości - w tym przypadku GitLab jest \"dostawcą usług\" lub \"wierzycielem\"." @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "Określ wzór regex adresu e-mail, aby zidentyfikować domyślnych użyt msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "Zatwierdź wyszukiwanie" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "Synchronizuj informacje" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "Metryki systemowe (Niestandardowe)" msgid "System metrics (Kubernetes)" msgstr "Metryki systemowe (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "Klucz prywatny służy do użycia w przypadku, gdy dostarczony jest certyfikat klienta. Ta wartość jest zaszyfrowana w trybie spoczynku." -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "Mapa użytkownika to mapowanie użytkowników FogBugz, którzy uczestniczyli w Twoich projektach, w celu zaimportowania ich adresów e-mail i nazw użytkowników do GitLab. Możesz to zmienić, wypełniając poniższą tabelę." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/pt_BR/gitlab.po b/locale/pt_BR/gitlab.po index d877f3e8605..f48ad97d748 100644 --- a/locale/pt_BR/gitlab.po +++ b/locale/pt_BR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: pt-BR\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:40\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -26,7 +26,7 @@ msgid " (from %{timeoutSource})" msgstr " (de %{timeoutSource})" msgid " Collected %{time}" -msgstr "" +msgstr " Coletada %{time}" msgid " Please sign in." msgstr " Por favor, entre usando sua conta." @@ -162,8 +162,8 @@ msgstr[1] "%d contribuições" msgid "%d day" msgid_plural "%d days" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d dia" +msgstr[1] "%d dias" msgid "%d day until tags are automatically removed" msgid_plural "%d days until tags are automatically removed" @@ -172,8 +172,8 @@ msgstr[1] "" msgid "%d error" msgid_plural "%d errors" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d: erro" +msgstr[1] "%d: erros" msgid "%d exporter" msgid_plural "%d exporters" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d resultado do teste corrigido" @@ -197,8 +202,8 @@ msgstr[1] "" msgid "%d hour" msgid_plural "%d hours" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d hora" +msgstr[1] "%d horas" msgid "%d inaccessible merge request" msgid_plural "%d inaccessible merge requests" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d issue selecionada" -msgstr[1] "%d issues selecionadas" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -267,8 +267,8 @@ msgstr[1] "" msgid "%d pending comment" msgid_plural "%d pending comments" -msgstr[0] "" -msgstr[1] "" +msgstr[0] "%d comentário pendente" +msgstr[1] "%d comentários pendentes" msgid "%d personal project will be removed and cannot be restored." msgid_plural "%d personal projects will be removed and cannot be restored." @@ -407,6 +407,16 @@ msgstr "%{count} aprovações de %{name}" msgid "%{count} files touched" msgstr "%{count} arquivos modificados" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "mais %{count}" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "%{group_name} usa contas gerenciadas por grupo. Você precisa criar uma msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} continha %{resultsString}" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -947,9 +969,6 @@ msgstr "(verificar progresso)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(fonte externa)" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- exibir menos" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "0 para ilimitado" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 adição de %{type}" -msgstr[1] "%{count} adições %{type}" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 mudança de %{type}" -msgstr[1] "%{count} mudanças de %{type}" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "Adicionar uma tabela" msgid "Add a task list" msgstr "Adicionar uma lista de tarefas" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Coloque um texto adicional para aparecer em todas as comunicações por email. Limite de %{character_limit} caracteres" @@ -1748,8 +1781,8 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "Adicionado %{label_references} %{label_text}." -msgid "Added a To Do." -msgstr "Adicionado um afazer." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "Adicionado um issue a um épico." @@ -1784,10 +1817,10 @@ msgstr "Adiciona %{epic_ref} como épico filho." msgid "Adds %{labels} %{label_text}." msgstr "Adiciona %{labels} %{label_text}." -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "Erro ao parar tarefas" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "Chaves SSH" msgid "AdminStatistics|Snippets" msgstr "Snippets" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "A2F desativada" @@ -2021,6 +2075,12 @@ msgstr "A2F ativada" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Ativo" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Administradores" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Bloquear" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Bloquear usuário" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "É você!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Novo usuário" @@ -2102,6 +2183,9 @@ msgstr "Nenhum usuário encontrado" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Para confirmar, digite %{projectName}" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Avançado" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Permissões avançadas, armazenamento de arquivos grandes e configurações de autenticação de dois fatores." -msgid "Advanced search functionality" -msgstr "Funcionalidade de pesquisa avançada" - msgid "After a successful password update you will be redirected to login screen." msgstr "Após uma atualização de senha bem-sucedida, você será redirecionado para a tela de login." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Após uma atualização de senha bem sucedida, você será redirecionado para a página de login onde você pode entrar com sua nova senha." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "Alertas" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "Todos os usuários" - msgid "All users must have a name." msgstr "Todos os usuários devem ter um nome." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Permitir que projetos dentro deste grupo usem o Git LFS" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Permitir que esta chave também possa fazer push para o repositório? (Padrão permite apenas acesso para pull.)" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "Permitido falhar" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Permite adicionar e gerenciar clusters do Kubernetes." @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Um campo vazio do usuário do GitLab adicionará o nome completo do usuário do FogBugz (por exemplo, \"Por John Smith\") na descrição de todos os issues e comentários. Ele também irá associar e/ou atribuir essas issues e comentários ao criador do projeto." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Ocorreu um erro" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Erro ao pré-visualizar o blob" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" 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 weight" msgstr "Ocorreu um erro ao atualizar o peso do issue" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "Um erro ocorreu ao consultar o endereço da Central de Serviços." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Ocorreu um erro ao buscar lista de painéis. Por favor, tente novamente." @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "Um erro ocorreu ao carregar os detalhes da inscrição." - msgid "An error occurred while making the request." msgstr "Erro ao fazer a requisição." @@ -2938,6 +3094,9 @@ msgstr "Erro ao renderizar pré-visualização da mensagem de transmissão" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "Ocorreu um erro ao salvar o status de substituição do LDAP. Por favor, msgid "An error occurred while saving assignees" msgstr "Erro ao salvar assignees" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "Ocorreu um erro ao inscrever às notificações." @@ -2980,6 +3136,9 @@ msgstr "Ocorreu um erro ao desinscrever às notificações." msgid "An error occurred while updating approvers" msgstr "Ocorreu um erro ao atualizar os aprovadores" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "Arquivar tarefas" msgid "Archive project" msgstr "Arquivar projeto" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Atribuído a mim" @@ -3801,8 +3966,29 @@ msgstr "Ele gerará a build, testará e fará deploy de sua aplicação automati msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Saiba mais em %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "A pipeline de Auto DevOps foi ativada e será usada se não for encontrada configuração CI alternativa nos arquivos. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Autocompletar" @@ -3822,6 +4008,9 @@ msgstr "Gerenciamento automático de certificado usando %{lets_encrypt_link_star msgid "Automatic certificate management using Let's Encrypt" msgstr "Gerenciamento automático de certificado usando Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "Nota" msgid "Available" msgstr "Disponível" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "URL da imagem do selo" msgid "Badges|Badge image preview" msgstr "Pré-visualização da imagem do selo" -msgid "Badges|Delete badge" -msgstr "Apagar selo" - msgid "Badges|Delete badge?" msgstr "Apagar selo?" @@ -3981,6 +4170,12 @@ msgstr "URL raiz de bambu como https://bamboo.exemplo.com" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Você precisa configurar etiquetas de revisão automáticas e um gatilho de repositório no Bamboo." +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Cuidado. Alterar o namespace do projeto pode ter efeitos colaterais indesejados." @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Importação de Servidores Bitbucket" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "Expandir" msgid "Boards|View scope" msgstr "Ver escopo" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "O branch %{branchName} não foi encontrado no repositório deste projeto msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "configurações do projeto" msgid "Branches|protected" msgstr "protegido" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "Transmissão de messagem foi criada com sucesso." @@ -4332,9 +4557,21 @@ msgstr "Embutido" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "Por %{user_name}" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "Não é possível criar o relatório de abuso. Este usuário foi bloquea msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Todos os ambientes" msgid "CiVariable|Create wildcard" msgstr "Criar curinga" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Ocorreu um erro ao salvar variáveis" - msgid "CiVariable|Masked" msgstr "Mascarada" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "Alternar proteção" -msgid "CiVariable|Validation failed" -msgstr "Falha na validação" - msgid "Classification Label (optional)" msgstr "Etiqueta de Classificação (opcional)" @@ -5274,6 +5511,9 @@ msgstr "Fechar %{tabname}" msgid "Close epic" msgstr "Fechar épico" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Fechar marco" @@ -5298,7 +5538,7 @@ msgstr "Issues Fechadas" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Não foi possível carregar regiões da sua conta AWS" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "Saiba mais sobre os %{help_link_start_machine_type}tipos de máquinas%{h msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Saiba mais sobre as %{help_link_start}zonas%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Saiba mais sobre os Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "Nenhum projeto encontrado" msgid "ClusterIntegration|No projects matched your search" msgstr "Nenhum projeto corresponde à sua pesquisa" -msgid "ClusterIntegration|No region found" -msgstr "Nenhuma região encontrada" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Região" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Remover integração com o cluster Kubernetes" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "Pesquisar projetos" -msgid "ClusterIntegration|Search regions" -msgstr "Pesquisar regiões" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "Selecione o projeto para escolher a zona" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Selecione a zona" @@ -6195,6 +6426,9 @@ msgstr "O endpoint está em processo de atribuição. Verifique o seu cluster Ku msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "Selecione uma região" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "ComboSearch não está definido" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Entre em contato com o departamento de vendas para atualizar" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "Não foi possível excluir o apelido de bate-papo %{chat_name}." msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "Não foi possível remover o gatilho." @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "Criado em" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Criado em:" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Nome de host personalizado (para e-mails de commit privado)" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "%{firstProject}, %{rest} e %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Os dados ainda estão a ser calculados..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "Excluir Snippet" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Excluir lista" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "Excluir branch de origem" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Excluir este anexo" @@ -8451,12 +8742,18 @@ 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" @@ -8505,18 +8802,27 @@ msgstr "Exportar como JSON" msgid "Dependencies|Job failed to generate the dependency list" msgstr "A tarefa falhou em gerar a lista de dependências" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Licença" msgid "Dependencies|Location" msgstr "Localização" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "Empacotador" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "A tarefa %{codeStartTag}dependency_scanning%{codeEndTag} falhou e não pode gerar a lista. Certifique-se de que a tarefa esteja funcionando corretamente e execute o pipeline novamente." +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "Feito Deploy" msgid "Deployed to" msgstr "Deploy para" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "Fazer deploy para" @@ -8808,6 +9117,9 @@ msgstr "Descrição" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "Descrição analisada com %{link_start}GitLab Flavored Markdown%{link_end}" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Os modelos de descrição permitem que você defina modelos específicos de contexto para os campos de descrição de merge request e emissão para seu projeto." @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "Diferenciar limite de conteúdo" @@ -9030,8 +9363,8 @@ msgstr "Desabilitar runners de grupo" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" -msgstr "Desativar Runners compartilhados" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "Desativar autenticação de dois fatores" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "Documentação para provedores de identidade populares" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ msgstr "Domínio" 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 "A verificação de domínio é uma medida de segurança essencial para sites públicos do GitLab. Os usuários precisam demonstrar que controlam um domínio antes de ser ativado" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "Não cole a parte privada da chave GPG. Cole a parte pública que começa com '-----BEGIN PGP PUBLIC KEY BLOCK-----'." +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Não exibir novamente" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "Baixar recurso" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "Editar chave de deploy pública" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "Ativar cabeçalho e rodapé em e-mails" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,8 +10013,20 @@ msgstr "Habilitar proxy" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" -msgstr "Ativar Runners partilhados" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "" @@ -9701,6 +10070,9 @@ msgstr "Ativar isto apenas disponibilizará os recursos EE licenciados para proj msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Termina em (UTC)" @@ -9728,7 +10100,10 @@ msgstr "Insira o intervalo de endereços IP" msgid "Enter a number" msgstr "Digite um número" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "Exemplo: Uso = consulta única. (Solicitada) / (Capacidade) = múltiplas msgid "Except policy:" msgstr "Exceto da política:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "Expandir aprovadores" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "Exportar issues" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Exportar projeto" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "Falha ao carregar branches relacionados" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "Falha ao carregar a stacktrace." +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Todos os Ambientes)" @@ -10945,6 +11353,9 @@ msgstr "Configurar" msgid "FeatureFlags|Configure feature flags" msgstr "Configurar feature flag" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Criar feature flag" @@ -10996,6 +11407,9 @@ msgstr "A feature flag %{name} será removido. Você tem certeza?" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "Feature flags permitem que você configure o seu código em diferentes versões alterando dinamicamente determinada funcionalidade." +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,11 +11476,14 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "Porcentagem de rollout (usuários logados)" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" -msgstr "A porcentagem de rollout deve ser um número inteiro entre 0 e 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "FeatureFlags|Protected" msgstr "Protegido" @@ -11080,6 +11497,9 @@ msgstr "Porcentagem de rollout" msgid "FeatureFlags|Rollout Strategy" msgstr "Estratégia de Rollout" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "Ocorreu um erro ao buscar as feature flag." msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Fev" @@ -11191,12 +11611,18 @@ msgstr "Modelos de arquivos" msgid "File upload error." msgstr "Erro ao enviar arquivo." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Arquivos" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "Arquivos, diretórios e submódulos no caminho %{path} para referência de commit %{ref}" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "Filtro..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "Finalizado" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "Primeiro dia da semana" msgid "First name" msgstr "Primeiro nome" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Data fixa" @@ -11386,8 +11821,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Para projetos internos, qualquer usuário conectado pode visualizar pipelines e acessar detalhes da tarefa (logs de saída e artefatos)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "Para mais informações, leia a documentação." @@ -11932,7 +12367,7 @@ msgstr "Introdução às versões" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "Git LFS não está habilitado neste servidor GitLab, contate seu administrador." -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "Estratégia Git para pipelines" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Versão do Git" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "GitLab Shared Runners executam códigos de projetos diferentes no mesmo Runner, a menos que você configure o GitLab Runner Autoscale com o MaxBuilds 1 (que está no GitLab.com)." - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "GitLab para Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "Ir para seus projetos" msgid "Go to your snippets" msgstr "Ir para seus snippets" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "URL do grupo" msgid "Group avatar" msgstr "Avatar do grupo" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "Para visualizar o planejamento, adicione uma data de início ou de venci msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "Para expandir a sua pesquisa, altere ou remova filtros; de %{startDate} para %{endDate}." +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "Impressão digital do certificado" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Histórico" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "No entanto, você já é um membro deste %{member_source}. Faça login usando uma conta diferente para aceitar o convite." -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "Eu aceito o %{terms_link}" @@ -13178,7 +13658,7 @@ msgstr "Esqueci minha senha" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "Se ativado, o acesso aos projetos será validado em um serviço externo usando sua etiqueta de classificação." +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "Importar vários repositórios fazendo o upload de um arquivo manifest." msgid "Import project" msgstr "Importar projeto" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Importar membros do projeto" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "Incidentes" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "Inclua um contrato de Termos de Serviço e uma Política de Privacidade que todos os usuários devem aceitar." @@ -13710,27 +14235,33 @@ msgstr "Insira as chaves do host manualmente" msgid "Input your repository URL" msgstr "Insira seu URL do repositório" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "Inserir uma citação" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "Inserir código" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "Inserir sugestão" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Insights" @@ -13749,6 +14280,9 @@ msgstr "Instalar o GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Instalar Runner no Kubernates" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "O grupo de administradores da instância já existe" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,38 +14441,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "As partes interessadas podem até contribuir enviando commits, caso queiram." msgid "Internal" msgstr "Interno" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Interno - O grupo e projetos internos podem ser visualizados por qualquer usuário autenticado." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Interno - O projeto pode ser acessado por qualquer usuário autenticado." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "Usuários internos" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Padrão de intervalo" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "URL inválida" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "Convidar membro" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "Painéis" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "Jan" msgid "January" msgstr "Janeiro" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "Promover etiqueta" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "e mais %{count}" - msgid "Language" msgstr "Idioma" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Último Pipeline" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Última resposta de" @@ -14836,6 +15523,9 @@ msgstr "Último atualizado" msgid "Last used" msgstr "Usado pela última vez" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Última utilização em:" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "Saiba mais" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Saiba mais sobre o Auto DevOps" @@ -14956,6 +15649,9 @@ msgstr "Deixe as opções \"Tipo de arquivo\" e \"Método de entrega\" em seus v msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "O Let's Encrypt não aceita e-mails de example.com" @@ -15495,9 +16191,6 @@ msgstr "Mar" msgid "March" msgstr "Março" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "Marcar esta issue como uma duplicata de outra issue" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Bloqueio de membro" msgid "Member since %{date}" msgstr "Membro desde %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Membros" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "Branches com merge realizado estão sendo excluídas. Isso pode levar al msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "Listas de marcos não estão disponíveis para a sua licença atual" msgid "Milestone lists show all issues from the selected milestone." msgstr "As listas de marcos mostram todas as issues do marco selecionado." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "Nunca" msgid "New" msgstr "Novo" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Novo aplicativo" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Nenhum" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Dados insuficientes" msgid "Not found." msgstr "Não encontrado." -msgid "Not now" -msgstr "Agora não" - msgid "Not ready yet. Try again later." msgstr "Ainda não está pronto. Tente mais tarde." @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "Abrir projetos" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "Abrir barra lateral" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "Pessoas sem permissão nunca receberão uma notificação e não serão msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Otimização de performance" @@ -18695,6 +19512,9 @@ msgstr "Taxa de sucesso:" msgid "PipelineCharts|Successful:" msgstr "Sucesso:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Total:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "Saiba como funcionam as pipelines" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "Cache do projeto redefinido com sucesso." @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "Digite um número não-negativo" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "Por favor, insira um número maior que %{number} (das configurações do projeto)" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "Digite um número válido" @@ -19097,6 +19935,9 @@ msgstr "Por favor, insira ou envie uma licença." msgid "Please fill in a descriptive name for your group." msgstr "Por favor, preencha um nome descritivo para o seu grupo." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "Por favor, note que esse aplicativo não é fornecido pelo GitLab e você deve verificar a sua autenticidade antes de permitir o acesso." +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "Por favor, forneça um nome" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Push" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "Atualizar" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "Atualizando em um segundo para mostrar o status atualizado..." @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "Reabrir epic" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Reabrir marco" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "Configurações do Repositório" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,8 +22719,8 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" -msgstr "Exigir que todos os usuários deste grupo configurem a autenticação de dois fatores" +msgid "Require all users in this group to setup two-factor authentication" +msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Exija que todos os usuários aceitem Termos de Serviço e Política de Privacidade quando acessarem o GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Revise o processo de configuração de provedores de serviços em seu provedor de identidade - nesse caso, o GitLab é o \"provedor de serviços\" ou a \"terceiro\"." @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "Chaves SSH do host" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "Chave SSH pública" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Sábado" @@ -22330,6 +23249,9 @@ msgstr "Salvar alterações" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "Salvar mesmo assim" @@ -22354,9 +23276,6 @@ msgstr "Salvar agendamento da pipeline" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Salvar variáveis" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "Salvando projeto." +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Agendar nova pipeline" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "Pesquisar" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "Pesquisar forks" -msgid "Search groups" -msgstr "Procurar grupos" - msgid "Search merge requests" msgstr "Pesquisar merge requests" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "Selecione os projetos que você deseja importar." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "Selecione o branch que você deseja definir como o padrão para este pro msgid "Select the custom project template source group." msgstr "Selecione o grupo de origem dos modelos customizados de projeto." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "Separe os tópicos com vírgulas." msgid "September" msgstr "Setembro" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "Modelos de serviço" msgid "Service URL" msgstr "URL de serviço" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "Duração da sessão (minutos)" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "Configure seu projeto para fazer push e/ou pull de um repositório para outro automaticamente. Branches, tags e commits serão sincronizados automaticamente." @@ -23582,6 +24524,15 @@ msgstr "Runners Compartilhados" msgid "Shared projects" msgstr "Projetos compartilhados" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "Transações de Sherlock" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "Mostrar todas as atividades" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "Entrar / Criar conta" msgid "Sign in to \"%{group_name}\"" msgstr "Entrar em \"%{group_name}\"" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Entrar usando o cartão inteligente" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Restrições de login" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Restrições de cadastro" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Nível de acesso, ascendente" msgid "SortOptions|Access level, descending" msgstr "Nível de acesso, decrescente" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Data de criação" @@ -24267,6 +25224,9 @@ msgstr "Assinados mais novos" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Código-fonte" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "Especifique um padrão regex de endereço de e-mail para identificar usu msgid "Specify the following URL during the Runner setup:" msgstr "Especifique o seguinte URL durante a configuração do Runner:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "Favoritos" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "Iniciar Terminal Web" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "Status" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Status:" @@ -24738,6 +25698,9 @@ msgstr "Enviar como spam" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "Enviar feedback" @@ -24753,6 +25716,9 @@ msgstr "Buscar" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Cobrança" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "Informação de sincronização" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "Sistema" @@ -25068,6 +26052,9 @@ msgstr "Métricas de sistema (Personalizado)" msgid "System metrics (Kubernetes)" msgstr "Métricas do sistema (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "Tabela de conteúdos" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "Obrigado! Não me mostre isso novamente" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "O Rastreador de Issue é o lugar para adicionar coisas que precisam ser msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "Os seguintes itens NÃO serão exportados:" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,8 +26677,8 @@ msgstr "A etapa de planejamento mostra o tempo do passo anterior até a publica msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "A chave privada a ser usada quando um certificado de cliente é fornecido. Este valor é criptografado." -msgid "The project can be accessed by any logged in user." -msgstr "O projeto pode ser acessado por qualquer usuário autenticado." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25726,6 +26737,9 @@ msgstr "A etapa de revisão mostra o tempo de criação de uma solicitação de msgid "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 "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "O mapa do usuário é um mapeamento dos usuários do FogBugz que participaram de seus projetos para a maneira como seus endereços de e-mail e nomes de usuários serão importados para o GitLab. Você pode alterar isso preenchendo a tabela abaixo." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "Já existe um repositório com esse nome no disco" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "Esse aplicativo foi criado por %{link_to_owner}." msgid "This application will be able to:" msgstr "Esse aplicativo será capaz de:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "Esta é uma lista de dispositivos com os quais você logou em sua conta. msgid "This is a security log of important events involving your account." msgstr "Este é um registro de segurança de eventos importantes envolvendo a sua conta." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "Esta é a sua sessão atual" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "agora" msgid "Timeago|right now" msgstr "agora mesmo" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Tempo limite" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,8 +27977,8 @@ msgstr "Para começar, insira seu URL de Host do Gitea e um %{link_to_personal_t 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." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "Para ajudar a melhorar o GitLab, gostaríamos de coletar periodicamente informações de uso. Isso pode ser alterado a qualquer momento em %{settings_link_start}Configurações%{link_end}. %{info_link_start}Mais informações%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "Para importar um repositório SVN, confira %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "Alternar prêmio de emoji" msgid "Toggle navigation" msgstr "Alternar navegação" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Ativar/Desativar barra lateral" @@ -27137,17 +28181,20 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Tempo de teste total para todos os commits/merges" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "Total: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" -msgstr "Rastreamento" +msgid "TotalRefCountIndicator|1000+" +msgstr "" msgid "Tracing" msgstr "Rastreamento" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "Terça-feira" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "Atualizar agora" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "Estatísticas de uso" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "Pipelines" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "Ilimitado" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Uso desde" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "Já denunciado por abuso" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Projetos contribuídos" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "Classe" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,12 +30449,12 @@ msgstr "Você pode %{linkStart}visualizar o blob%{linkEnd} em vez disso." msgid "You can also create a project from the command line." msgstr "Você também pode criar um projeto a partir da linha de comando." -msgid "You can also press ⌘-Enter" -msgstr "Você também pode pressionar ⌘-Enter" - msgid "You can also press Ctrl-Enter" msgstr "Você também pode pressionar Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "Você também pode marcar uma etiqueta para torná-la uma etiqueta de prioridade." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "Você não tem permissão" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Você deve aceitar nossos Termos de Serviço e política de privacidade para registrar uma conta" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Seus Grupos" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "Atividade dos seus projetos" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "nome da branch" msgid "by" msgstr "por" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "A varredura de contêiner detectou vulnerabilidades conhecidas em suas i msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "Visualizar relatório completo" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "não é um certificado X509 válido." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "ações rápidas" @@ -31184,9 +32342,6 @@ msgstr "registrar" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "restante" @@ -31264,6 +32419,9 @@ msgstr "mostrar menos" msgid "sign in" msgstr "entrar" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "com %{additions} adições, %{deletions} remoções." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/pt_PT/gitlab.po b/locale/pt_PT/gitlab.po index 8884f6ffb93..c5956a44e8d 100644 --- a/locale/pt_PT/gitlab.po +++ b/locale/pt_PT/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: pt-PT\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:49\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d resultado do teste fixo" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d problema selecionado" -msgstr[1] "%d problemas selecionados" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "%{count} aprovações de %{name}" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "mais %{count}" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "%{group_name} usa contas de gestão de grupo. Precisas de criar uma nova msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} continha %{resultsString}" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -947,9 +969,6 @@ msgstr "(verificar progresso)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(fonte externa)" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- mostrar menos" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "0 para ilimitado" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 adição de %{type}" -msgstr[1] "%{count} adições %{type}" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 alteração de %{type}" -msgstr[1] "%{count} alterações de %{type}" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "Adicionar uma tabela" msgid "Add a task list" msgstr "Adicionar uma lista de tarefas" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Adiciona um texto adicional para aparecer em todas as comunicações por email. Limite de %{character_limit} caracteres" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "Adiciona %{epic_ref} como filho épico." msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "Erro ao parar trabalhos" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "A2F Desativada" @@ -2021,6 +2075,12 @@ msgstr "A2F Ativada" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Ativo" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Administradores" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Bloquear utilizador" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "És tu!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Novo utilizador" @@ -2102,6 +2183,9 @@ msgstr "Nenhum utilizador encontrado" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Para confirmar, digita %{projectName}" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Avançado" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Permissões avançadas, Armazenamento de Ficheiro Grandes e definições de autenticação de Dois Fatores." -msgid "Advanced search functionality" -msgstr "Funcionalidade de pesquisa avançada" - msgid "After a successful password update you will be redirected to login screen." msgstr "Após uma atualização de palavra-passe bem-sucedida, serás redirecionado à tela de início de sessão." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Após uma atualização bem-sucedida da palavra-passe, serás redirecionado para a página de início de sessão, onde poderás iniciar a sessão com a nova palavra-passe." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "Alertas" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "Todos os utilizadores" - msgid "All users must have a name." msgstr "Todos os utilizadores devem ter um nome." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Permitir que projetos dentro deste grupo usem o Git LFS" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Permitir que esta chave seja também, enviada ao repositório? (O padrão só permite o acesso pull)" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "Permissão para falhar" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Permite -te adicionar e gerir clusters do Kubernetes." @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Um campo vazio do Utilizador do GitLab adicionará o nome completo do utilizador do FogBugz (por exemplo, \"Por John Smith\") na descrição de todos os problemas e comentários. Ele também irá associar e/ou atribuir estes problemas e comentários ao criador do projeto." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Ocorreu um erro" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Ocorreu um erro ao pré-visualizar o blob" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" 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 weight" msgstr "Ocorreu um erro ao atualizar o peso do problema" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "Ocorreu um erro ao buscar o endereço da Central de Serviços." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Ocorreu um erro ao buscar as listas do painel. Por favor, tenta novamente." @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "Ocorreu um erro ao carregar os detalhes da assinatura." - msgid "An error occurred while making the request." msgstr "Ocorreu um erro ao fazer o pedido." @@ -2938,6 +3094,9 @@ msgstr "Ocorreu um erro ao renderizar a mensagem de pré-visualização da trans msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "Ocorreu um erro ao guardar o estado de sobreposição do LDAP. Por favor msgid "An error occurred while saving assignees" msgstr "Ocorreu um erro ao guardar destinatários" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "Ocorreu um erro ao assinar as notificações." @@ -2980,6 +3136,9 @@ msgstr "Ocorreu um erro ao cancelar a assinatura das notificações." msgid "An error occurred while updating approvers" msgstr "Ocorreu um erro ao atualizar aprovadores" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "Arquivar trabalhos" msgid "Archive project" msgstr "Arquivar projeto" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Atribuído a mim" @@ -3801,8 +3966,29 @@ msgstr "Ele irá construir, testar e implantar, automaticamente, a tua aplicaç msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "Saber mais no %{link_to_documentation}" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "A pipeline Auto DevOps foi ativada e será usada caso nenhum ficheiro de configuração de IC alternativo, for encontrado. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "" @@ -3822,6 +4008,9 @@ msgstr "Gestão automática de certificados ao usar %{lets_encrypt_link_start}Va msgid "Automatic certificate management using Let's Encrypt" msgstr "Gestão automática de certificados ao usar Vamos Criptografar" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "Nota" msgid "Available" msgstr "Disponível" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "URL da imagem do emblema" msgid "Badges|Badge image preview" msgstr "Pré-visualização da imagem do emblema" -msgid "Badges|Delete badge" -msgstr "Apagar emblema" - msgid "Badges|Delete badge?" msgstr "Apagar emblema?" @@ -3981,6 +4170,12 @@ msgstr "URL raiz do Bamboo como https://bamboo.example.com" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Deves configurar uma etiqueta de revisão automático e um disparador de repositório no Bamboo." +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Tem cuidado. Alterar o espaço de nomes do projeto pode ter efeitos secundários não intencionais." @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Importação de Servidores Bitbucket" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "Expandir" msgid "Boards|View scope" msgstr "Ver escopo" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "O ramo %{branchName} não foi encontrado no repositório deste projeto." msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "definições do projeto" msgid "Branches|protected" msgstr "protegido" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "Mensagem de transmissão criada com sucesso." @@ -4332,9 +4557,21 @@ msgstr "Incorporado" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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" @@ -4365,7 +4602,7 @@ msgstr "Por %{user_name}" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "Não foi possível criar o relatório de abuso. Este utilizador foi bloq msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Todos os ambientes" msgid "CiVariable|Create wildcard" msgstr "Criar caractere especial" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Ocorreu um erro ao guardar as variáveis" - msgid "CiVariable|Masked" msgstr "Mascarado" @@ -5163,9 +5403,6 @@ msgstr "Alternar mascarado" msgid "CiVariable|Toggle protected" msgstr "Alternar protegido" -msgid "CiVariable|Validation failed" -msgstr "Falha na validação" - msgid "Classification Label (optional)" msgstr "Etiqueta de classificação (opcional)" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "Fechar épico" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Fechar objetivo" @@ -5298,7 +5538,7 @@ msgstr "Problemas Fechados" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "Aprende mais sobre %{help_link_start_machine_type}tipos de máquina%{hel msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Aprende mais sobre %{help_link_start}zonas%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Aprende mais sobre os Kubernetes" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "Nenhum projeto encontrado" msgid "ClusterIntegration|No projects matched your search" msgstr "Nenhum projeto correspondeu à tua pesquisa" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Remove a integração do cluster do Kubernetes" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "Pesquisar projetos" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "Selecionar projeto para escolher a zona" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Selecionar zona" @@ -6195,6 +6426,9 @@ msgstr "O endereço IP está em processo de atribuição. Verifica o teu cluster msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "Houve um problema ao autenticar com o teu cluster. Por favor, certifica-te de que o teu Certificado e Token da CA são válidos." @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "Pedido de mesclagem criado %{mergeRequestLink} em %{projectLink}" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "Erro ao enviar o ficheiro." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "Ficheiros, diretórios e submódulos no caminho %{path} para referência de envio %{ref}" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "Importar vários repositórios ao enviar um ficheiro de manifesto." msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "Não está disponível as listas de objetivos com a tua licença atual" msgid "Milestone lists show all issues from the selected milestone." msgstr "As listas de objetivos mostram todos os problemas do objetivo selecionado." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Reabrir objetivo" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "Executadores Compartilhados" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "Conectado com a autenticação de %{authentication}" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "A fase de revisão mostra a hora do primeiro envio para criar o envio de msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "Este é um registo de segurança de eventos importantes que envolvem a tua conta." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "Também podes enviar ficheiros existentes do teu computador ao usar as i msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "nome do ramo" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ro_RO/gitlab.po b/locale/ro_RO/gitlab.po index 136ddb9ae67..2c4786bbb63 100644 --- a/locale/ro_RO/gitlab.po +++ b/locale/ro_RO/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ro\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:40\n" +"PO-Revision-Date: 2020-11-03 22:39\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -208,6 +208,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -244,12 +250,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -463,6 +463,18 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%{count} more" msgstr "" @@ -505,6 +517,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -550,6 +568,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -676,9 +700,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -781,7 +802,7 @@ msgstr[2] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -799,6 +820,9 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1018,9 +1042,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1060,6 +1081,18 @@ msgstr[2] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1090,6 +1123,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1099,17 +1135,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1387,6 +1414,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1687,6 +1717,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1840,7 +1873,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1876,10 +1909,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1966,6 +1999,9 @@ 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 "" @@ -1990,6 +2026,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2104,6 +2143,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2113,6 +2167,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2125,12 +2185,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2185,6 +2263,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2194,6 +2275,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2239,6 +2323,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2263,6 +2350,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2272,6 +2362,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2287,22 +2380,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2368,10 +2461,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2488,6 +2581,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2497,10 +2599,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2512,19 +2614,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2539,6 +2650,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2548,7 +2665,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2566,7 +2686,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2575,6 +2695,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2641,9 +2782,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2668,6 +2806,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2689,6 +2830,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2710,12 +2854,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2764,6 +2914,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2776,9 +2929,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2806,9 +2965,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2896,9 +3061,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2971,9 +3133,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3004,9 +3163,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3031,6 +3187,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3055,9 +3214,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3073,6 +3229,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3406,6 +3565,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3655,6 +3817,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3901,7 +4066,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3922,6 +4108,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3940,6 +4129,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3997,9 +4189,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4081,6 +4270,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4165,6 +4360,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4216,12 +4423,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4240,6 +4456,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4252,6 +4471,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4396,6 +4618,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4432,9 +4657,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4465,7 +4702,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4648,6 +4885,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5059,6 +5299,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5242,9 +5485,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5263,9 +5503,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5374,6 +5611,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5398,7 +5638,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5425,6 +5665,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5608,6 +5851,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5665,9 +5911,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5923,9 +6166,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5941,9 +6181,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6010,9 +6247,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6079,9 +6313,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6148,9 +6379,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6211,6 +6439,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6295,6 +6526,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6436,9 +6670,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6550,9 +6781,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6865,7 +7093,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6916,6 +7144,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6985,6 +7216,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7363,6 +7597,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7423,6 +7660,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7432,6 +7672,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7465,6 +7708,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7714,6 +7960,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7807,6 +8056,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8059,6 +8311,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8116,6 +8371,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8155,6 +8419,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8176,6 +8446,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8203,15 +8479,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8227,6 +8503,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8266,6 +8545,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8278,6 +8560,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8287,6 +8575,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8443,9 +8734,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8455,6 +8743,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8470,9 +8761,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8494,6 +8782,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8557,12 +8848,18 @@ 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 "" @@ -8614,18 +8911,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8704,9 +9010,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8872,6 +9175,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8920,6 +9229,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9091,6 +9403,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9142,7 +9475,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9292,6 +9625,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9301,6 +9637,9 @@ 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 "" @@ -9322,6 +9661,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9349,9 +9691,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9520,15 +9859,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9601,6 +9949,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9742,6 +10093,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9769,7 +10126,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9814,6 +10183,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9841,7 +10213,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10603,12 +10978,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10639,6 +11020,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10714,6 +11098,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10816,6 +11203,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10879,6 +11269,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10891,6 +11284,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11029,6 +11425,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11059,6 +11467,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11110,6 +11521,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11176,10 +11590,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11194,6 +11611,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11212,9 +11632,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11230,15 +11647,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11248,6 +11665,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11305,12 +11725,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11335,6 +11761,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11398,6 +11827,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11431,9 +11863,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11443,9 +11872,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11500,7 +11935,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12046,7 +12481,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12067,6 +12502,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12103,9 +12541,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12130,6 +12565,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12442,6 +12883,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12547,7 +12991,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12706,6 +13150,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12715,6 +13165,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12760,12 +13213,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12778,6 +13249,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12790,6 +13264,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12814,6 +13291,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13225,6 +13705,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13279,9 +13762,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13294,7 +13774,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13402,6 +13882,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13426,9 +13909,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13450,10 +13930,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13537,6 +14017,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13657,6 +14140,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13717,6 +14206,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13726,12 +14218,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13741,6 +14239,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13753,6 +14275,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13828,27 +14353,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13867,6 +14398,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13897,6 +14431,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13906,12 +14485,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13945,6 +14542,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13960,37 +14560,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13999,6 +14620,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14023,9 +14647,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14125,25 +14746,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14191,6 +14812,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14239,6 +14914,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14455,6 +15133,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14710,6 +15391,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14728,6 +15412,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14857,9 +15547,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14887,9 +15574,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14923,6 +15607,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14956,6 +15643,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15001,6 +15691,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15076,6 +15769,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15622,9 +16318,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15643,6 +16336,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15676,9 +16372,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15688,7 +16381,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15700,6 +16393,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15763,6 +16459,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15883,6 +16582,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15910,15 +16615,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16156,6 +16936,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16561,6 +17344,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16876,9 +17680,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16936,6 +17746,36 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17191,6 +18031,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17656,6 +18499,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17686,9 +18532,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17923,6 +18766,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17968,9 +18814,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17980,9 +18823,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18103,19 +18943,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18289,6 +19123,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18385,7 +19222,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18409,9 +19246,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18433,7 +19267,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18457,9 +19291,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18475,9 +19306,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18487,12 +19315,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18517,7 +19339,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18709,7 +19531,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18721,9 +19543,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18826,6 +19645,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18907,6 +19729,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18925,6 +19750,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18955,6 +19783,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18991,6 +19822,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19219,6 +20056,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19228,6 +20068,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19240,12 +20083,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19450,9 +20299,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20146,7 +20992,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20449,6 +21295,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20503,6 +21352,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20959,6 +21811,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21085,6 +21940,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21196,6 +22054,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21277,6 +22138,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21322,9 +22186,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21535,6 +22396,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21655,6 +22519,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21676,9 +22543,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21706,6 +22579,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21832,7 +22708,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21844,6 +22726,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21862,6 +22756,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21958,7 +22855,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21991,6 +22888,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22195,6 +23095,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22348,6 +23251,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22375,6 +23284,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22444,6 +23356,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22453,6 +23368,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22468,6 +23389,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22492,9 +23416,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22504,6 +23425,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22543,6 +23467,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22573,7 +23500,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22630,9 +23557,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22714,9 +23638,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22792,7 +23713,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22837,10 +23758,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22969,6 +23890,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23032,6 +23956,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23071,6 +24001,12 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23251,6 +24187,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23266,7 +24205,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23281,9 +24220,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23377,6 +24313,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23491,6 +24430,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23626,6 +24568,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23731,6 +24676,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23749,9 +24703,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23896,6 +24856,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23923,6 +24886,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23932,9 +24898,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23944,6 +24907,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24055,27 +25021,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24310,6 +25267,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24418,6 +25378,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24460,9 +25423,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24538,9 +25498,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24604,6 +25561,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24760,6 +25720,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24889,6 +25852,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24904,6 +25870,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24946,6 +25915,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25030,6 +26005,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25051,6 +26029,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25186,12 +26167,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25219,6 +26206,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25456,15 +26446,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25549,7 +26554,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25573,9 +26578,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25588,9 +26590,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25687,6 +26695,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25711,7 +26725,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25822,7 +26836,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25882,6 +26896,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25894,7 +26911,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25933,6 +26950,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26041,6 +27061,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26236,6 +27259,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26287,7 +27313,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26311,9 +27337,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26446,6 +27478,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26455,6 +27490,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27007,6 +28045,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27043,7 +28087,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27094,7 +28138,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27223,6 +28267,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27295,16 +28342,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27481,6 +28531,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27631,6 +28684,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27856,6 +28912,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27994,10 +29053,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28024,6 +29086,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28036,9 +29101,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28060,15 +29152,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28123,10 +29227,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28246,6 +29347,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28342,9 +29446,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28498,6 +29599,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28807,7 +29914,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28891,6 +30004,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28987,6 +30109,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29011,15 +30136,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29086,15 +30214,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29107,7 +30235,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29350,10 +30478,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29446,6 +30574,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29467,6 +30598,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29479,10 +30613,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29497,6 +30631,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29698,6 +30841,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29710,6 +30856,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29734,9 +30889,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29794,9 +30946,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29899,19 +31048,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29941,6 +31093,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29956,6 +31111,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30223,9 +31381,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30352,9 +31507,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30400,9 +31552,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30487,6 +31636,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30730,7 +31882,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30748,6 +31900,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30766,6 +31921,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30802,6 +31960,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30865,6 +32026,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31342,9 +32506,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31357,9 +32518,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31438,6 +32596,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31618,9 +32779,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31633,3 +32791,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/ru/gitlab.po b/locale/ru/gitlab.po index 3b4f55c5faa..41f19322101 100644 --- a/locale/ru/gitlab.po +++ b/locale/ru/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ru\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:49\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "%d провалено" msgstr[2] "%d провалено" msgstr[3] "%d провалено" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d исправленный результат теста" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d задача выбрана" -msgstr[1] "%d задачи выбрано" -msgstr[2] "%d задач выбрано" -msgstr[3] "%d задач выбрано" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -338,10 +338,10 @@ msgstr[3] "еще %d комментариев" msgid "%d open issue" msgid_plural "%d open issues" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d открытое обсуждение" +msgstr[1] "%d открытых обсуждения" +msgstr[2] "%d открытых обсуждений" +msgstr[3] "%d открытых обсуждений" msgid "%d pending comment" msgid_plural "%d pending comments" @@ -373,10 +373,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" @@ -519,6 +519,20 @@ msgstr "%{count} согласований от %{name}" msgid "%{count} files touched" msgstr "затронуто %{count} файлов" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "ещё %{count}" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Событие Sentry: %{errorUrl}- Первый просмотр: %{firstSeen}- Последний просмотр: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "%{group_name} использует управляемые группов msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -615,7 +641,7 @@ msgid "%{icon}You are about to add %{usersTag} people to the discussion. They wi msgstr "" msgid "%{integrations_link_start}Integrations%{link_end} enable you to make third-party applications part of your GitLab workflow. If the available integrations don't meet your needs, consider using a %{webhooks_link_start}webhook%{link_end}." -msgstr "" +msgstr "%{integrations_link_start}Интеграции%{link_end} позволяют вам сделать сторонние приложения частью вашего рабочего процесса GitLab. Если доступные интеграции не соответствуют вашим потребностям, рассмотрите возможность использования %{webhooks_link_start}веб-обработчика%{link_end}." msgid "%{issuableType} will be removed! Are you sure?" msgstr "%{issuableType} будет удален! Вы уверены?" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "%{namespace_name} теперь в режиме только для чтения. Вы не можете: %{base_message}" - msgid "%{name} contained %{resultsString}" msgstr "%{name} содержал %{resultsString}" @@ -844,7 +867,7 @@ msgstr[3] "%{reportType} %{status} обнаружено %{other} уязвимо msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} ГиБ" @@ -1089,9 +1115,6 @@ msgstr "(прогресс проверки)" msgid "(deleted)" msgstr "(удалено)" -msgid "(external source)" -msgstr "(внешний источник)" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "+ещё %d" msgid "+%{approvers} more approvers" msgstr "+ещё %{approvers} утверждающих" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+ещё %{tags}" @@ -1164,6 +1199,9 @@ msgstr "- из - приоритета завершено" msgid "- show less" msgstr "- свернуть" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "0 байт" @@ -1173,19 +1211,8 @@ msgstr "0 — без ограничений" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 дополнение типа %{type}" -msgstr[1] "%{count} дополнений типа %{type}" -msgstr[2] "%{count} дополнений типа %{type}" -msgstr[3] "%{count} дополнений типа %{type}" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 модификация типа %{type}" -msgstr[1] "%{count} модификаций типа %{type}" -msgstr[2] "%{count} модификаций типа %{type}" -msgstr[3] "%{count} модификаций типа %{type}" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1196,10 +1223,10 @@ msgstr[3] "%d дней" msgid "1 Issue" msgid_plural "%d Issues" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "1 обсуждение" +msgstr[1] "%d обсуждения" +msgstr[2] "%d обсуждений" +msgstr[3] "%d обсуждений" msgid "1 closed issue" msgid_plural "%{issues} closed issues" @@ -1365,7 +1392,7 @@ msgid "A GitBook site that uses Netlify for CI/CD instead of GitLab, but still w msgstr "Сайт GitBook, который использует Netlify для CI/CD вместо GitLab, но всё ещё с другими замечательными возможностями GitLab." msgid "A Gitpod configured Webapplication in Spring and Java" -msgstr "" +msgstr "Настроенное через Gitpod веб-приложение на Spring и Java" msgid "A Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features." msgstr "Сайт Hexo, который использует Netlify для CI/CD вместо GitLab, но всё ещё с другими замечательными возможностями GitLab." @@ -1478,6 +1505,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "Справка по API" @@ -1539,7 +1569,7 @@ msgid "Access expiration date" msgstr "Дата прекращения доступа" msgid "Access expires" -msgstr "" +msgstr "Доступ истекает" msgid "Access forbidden. Check your access level." msgstr "Доступ запрещен. Проверьте свой уровень доступа." @@ -1779,6 +1809,9 @@ msgstr "Добавить таблицу" msgid "Add a task list" msgstr "Добавить список задач" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Добавить дополнительный текст, который будет отображаться во всех сообщениях электронной почты. Максимум %{character_limit} символов" @@ -1932,8 +1965,8 @@ msgstr "Добавлен %{epic_ref} как дочерняя цель." msgid "Added %{label_references} %{label_text}." msgstr "Добавлена%{label_references} %{label_text}." -msgid "Added a To Do." -msgstr "Добавлено в список задач." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "К цели добавлена задача." @@ -1968,12 +2001,12 @@ msgstr "Добавляет %{epic_ref} как дочерний элемент." msgid "Adds %{labels} %{label_text}." msgstr "Добавляется %{labels}%{label_text}." -msgid "Adds a To Do." -msgstr "Добавляет в To Do лист." - msgid "Adds a Zoom meeting" msgstr "Добавляет встречу в Zoom" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "К цели добавляется задача." @@ -2058,6 +2091,9 @@ 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" @@ -2082,6 +2118,9 @@ msgstr "Остановка заданий не удалась" msgid "AdminArea|Total users" msgstr "Всего пользователей" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "Статистика пользователей" @@ -2196,6 +2235,21 @@ msgstr "Ключи SSH" msgid "AdminStatistics|Snippets" msgstr "Сниппеты" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA отключена" @@ -2205,6 +2259,12 @@ msgstr "2FA включена" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Активные" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Администраторы" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Заблокировать" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Заблокировать пользователя" @@ -2277,6 +2355,9 @@ msgstr "Использует место" msgid "AdminUsers|It's you!" msgstr "Это вы!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Новый пользователь" @@ -2286,6 +2367,9 @@ msgstr "Пользователи не найдены" msgid "AdminUsers|Owned groups will be left" msgstr "Группы, имеющиеся в собственности будут сохранены" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "Личные проекты будут сохранены" @@ -2331,6 +2415,9 @@ msgstr "Пользователь не сможет использовать ко msgid "AdminUsers|The user will not receive any notifications" msgstr "Пользователь не будет получать никаких уведомлений" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Для подтверждения, введите %{projectName}" @@ -2353,6 +2440,9 @@ msgid "AdminUsers|You are about to permanently delete the user %{username}. Issu msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." +msgstr "Вы собираетесь окончательно удалить пользователя %{username}. Это удалит все его обсуждения, запросы слияния и связанные с ними группы. Чтобы избежать потери данных, рассмотрите возможность использования функции %{strongStart}блокировки пользователя%{strongEnd}. После %{strongStart}удаления пользователя%{strongEnd}, нельзя будет его восстановить или отменить удаление." + +msgid "AdminUsers|You can always unblock their account, their data will remain intact." msgstr "" msgid "AdminUsers|You cannot remove your own admin rights." @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "Администрирование" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Расширенные" @@ -2379,22 +2472,22 @@ msgstr "Дополнительные настройки" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Дополнительные разрешения, хранилище больших файлов и настройки двухфакторной аутентификации." -msgid "Advanced search functionality" -msgstr "Расширенные возможности поиска" - msgid "After a successful password update you will be redirected to login screen." msgstr "После успешного обновления пароля вы будете перенаправлены на экран входа в систему." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "После успешного обновления пароля вы будете перенаправлены на страницу входа, где вы можете войти с новым паролем." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2450,7 +2543,7 @@ msgid "AlertManagement|Display alerts from all your monitoring tools directly wi msgstr "Выводите уведомления от всех своих инструментов мониторинга непосредственно в Gitlab. Упростите рассмотрение оповещений и их превращение в инциденты." msgid "AlertManagement|Edit" -msgstr "" +msgstr "Редактировать" msgid "AlertManagement|Environment" msgstr "" @@ -2461,10 +2554,10 @@ msgstr "События" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "Оповещения" msgid "Alerts endpoint" msgstr "Точка подключения для оповещений" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "Алгоритм" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "Все темы решены" -msgid "All users" -msgstr "Все пользователи" - msgid "All users must have a name." msgstr "У всех пользователей должно быть имя." @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "Разрешить владельцам вручную добавлять пользователей вне LDAP" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Разрешить проектам в этой группе использовать Git LFS" @@ -2782,6 +2923,9 @@ msgstr "Разрешить запросы к локальной сети из с msgid "Allow requests to the local network from web hooks and services" msgstr "Разрешать запросы в локальной сети с помощью web-перехватов и служб" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Разрешить этому ключу также отправлять изменения (push) в репозиторий? (По умолчанию допускается только получение.)" @@ -2803,12 +2947,18 @@ 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 "Разрешено ограничение доменов электронной почты только для групп верхнего уровня" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Позволяет добавлять и управлять кластерами Kubernetes." @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "Оповещение было вызвано в %{project_path}." @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Пустое значение в поле Пользователь Gitlab добавит полное имя пользователя FogBugz (напр., \"От Ивана Кузнецова\") в описание всех обсуждений и комментариев, а также свяжет и/или назначит эти обсуждения и комментарии с создателем проекта." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Произошла ошибка" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "Произошла ошибка при предварительном просмотре объекта" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "Произошла ошибка при переключении подписки на оповещения" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "Произошла ошибка при обновлении приоритета обсуждения" @@ -2989,9 +3154,6 @@ msgstr "Произошла ошибка при получении отчётов msgid "An error occurred while fetching the Service Desk address." msgstr "Произошла ошибка при получении адреса Службы поддержки." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Произошла ошибка при получении списка панелей управления. Пожалуйста, попробуйте ещё раз." @@ -3064,9 +3226,6 @@ msgstr "Произошла ошибка при загрузке обсужден msgid "An error occurred while loading merge requests." msgstr "Произошла ошибка при загрузке запросов на слияние." -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "Произошла ошибка при загрузке сведений о подписке." - msgid "An error occurred while making the request." msgstr "Произошла ошибка при выполнении запроса." @@ -3124,6 +3280,9 @@ msgstr "Произошла ошибка при визуализации прос msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "Произошла ошибка при переназначении задач." @@ -3148,9 +3307,6 @@ msgstr "Произошла ошибка при сохранении статус msgid "An error occurred while saving assignees" msgstr "Произошла ошибка при сохранении ответственных" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "При подписке на уведомления произошла ошибка." @@ -3166,6 +3322,9 @@ msgstr "При отписке от уведомлений произошла о msgid "An error occurred while updating approvers" msgstr "Произошла ошибка при обновлении утверждающих" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3203,7 +3362,7 @@ msgid "An issue can be a bug, a todo or a feature request that needs to be discu msgstr "На обсуждение может выносится баг, задача или запрос функции, которая должна быть рассмотрена в проекте. Кроме того, обсуждения доступны для поиска и фильтрации." msgid "An unauthenticated user" -msgstr "" +msgstr "Неавторизованный пользователь" msgid "An unexpected error occurred while checking the project environment." msgstr "Произошла непредвиденная ошибка при проверке окружения проекта." @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "Архивировать проект" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "Архивные" @@ -3709,7 +3871,7 @@ msgid "Assign Iteration" msgstr "" msgid "Assign To" -msgstr "" +msgstr "Назначить на " msgid "Assign custom color like #FF0000" msgstr "Назначьте пользовательский цвет, например #FF0000" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "Назначен %{assignee_name}" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Назначить мне" @@ -3837,10 +4002,10 @@ msgid "AuditLogs|Action" msgstr "" msgid "AuditLogs|Author" -msgstr "" +msgstr "Автор" msgid "AuditLogs|Date" -msgstr "" +msgstr "Дата" msgid "AuditLogs|Failed to find %{type}. Please search for another %{type}." msgstr "" @@ -3852,7 +4017,7 @@ msgid "AuditLogs|Group Events" msgstr "" msgid "AuditLogs|IP Address" -msgstr "" +msgstr "IP-адрес" msgid "AuditLogs|Member Events" msgstr "" @@ -3861,16 +4026,16 @@ msgid "AuditLogs|No matching %{type} found." msgstr "" msgid "AuditLogs|Object" -msgstr "" +msgstr "Объект" msgid "AuditLogs|Project Events" -msgstr "" +msgstr "События проекта" msgid "AuditLogs|Target" -msgstr "" +msgstr "Цель" msgid "AuditLogs|This month" -msgstr "" +msgstr "Этот месяц" msgid "AuditLogs|User Events" msgstr "" @@ -3918,13 +4083,13 @@ msgid "Author" msgstr "Автор" msgid "Author: %{author_name}" -msgstr "" +msgstr "Автор: %{author_name}" msgid "Authored %{timeago}" -msgstr "" +msgstr "Создал %{timeago}" msgid "Authored %{timeago} by %{author}" -msgstr "" +msgstr "Создано %{author} %{timeago}" msgid "Authorization code:" msgstr "Код авторизации:" @@ -3939,13 +4104,13 @@ msgid "Authorization was granted by entering your username and password in the a msgstr "" msgid "Authorize" -msgstr "" +msgstr "Авторизовать" msgid "Authorize %{link_to_client} to use your account?" msgstr "Авторизуйтесь %{link_to_client} для использования вашей учетной записи?" msgid "Authorize %{user} to use your account?" -msgstr "" +msgstr "Разрешить %{user} использовать вашу учетную запись?" msgid "Authorize external services to send alerts to GitLab" msgstr "" @@ -4001,8 +4166,29 @@ msgstr "Для этого проекта может быть активиров 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. %{more_information_link}" -msgstr "Сборочная линия Auto DevOps была включена и будет использоваться, если не найден альтернативный файл конфигурации CI. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Автозаполнение" @@ -4022,6 +4208,9 @@ msgstr "Автоматическое управление сертификата msgid "Automatic certificate management using Let's Encrypt" msgstr "Автоматическое управление сертификатами с помощью Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "Заметка" msgid "Available" msgstr "Доступен" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "URL-адрес изображения значка" msgid "Badges|Badge image preview" msgstr "Предварительный просмотра изображения значка" -msgid "Badges|Delete badge" -msgstr "Удалить значок" - msgid "Badges|Delete badge?" msgstr "Удалить значок?" @@ -4181,6 +4370,12 @@ msgstr "Корневой URL-адрес Bamboo, подобный https://bamboo. msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Вы должны настроить автоматическое присвоение меток ревизиям и триггер репозитория в сервисе Bamboo." +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Будьте осторожны. Изменение пути проекта может вызвать нежелательные побочные эффекты." @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "Улучшить" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Импорт из Bitbucket Server" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "Развернуть" msgid "Boards|View scope" msgstr "Просмотр области" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "Ветка %{branchName} не найдена в репозитории msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "настройках проекта" msgid "Branches|protected" msgstr "защищена" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "Встроенный" msgid "Bulk request concurrency" msgstr "Распараллеливание массовых запросов" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "Нисходящий график" +msgid "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 "Открыть приоритет задачи" @@ -4565,7 +4802,7 @@ msgstr "От %{user_name}" msgid "By URL" msgstr "По URL" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "Невозможно проводить одновременно несколько импортов из Jira" @@ -5049,7 +5289,7 @@ msgid "Checkout|Create a new group" msgstr "" msgid "Checkout|Credit card form failed to load. Please try again." -msgstr "" +msgstr "Не удалось загрузить форму кредитной карты. Пожалуйста, попробуйте ещё раз." msgid "Checkout|Credit card form failed to load: %{message}" msgstr "" @@ -5061,7 +5301,7 @@ msgid "Checkout|Exp %{expirationMonth}/%{expirationYear}" msgstr "" msgid "Checkout|Failed to confirm your order! Please try again." -msgstr "" +msgstr "Не удалить подтвердить ваш заказ! Пожалуйста, попробуйте ещё раз." msgid "Checkout|Failed to confirm your order: %{message}. Please try again." msgstr "" @@ -5136,7 +5376,7 @@ msgid "Checkout|Your organization" msgstr "Ваша организация" msgid "Checkout|Your subscription will be applied to this group" -msgstr "" +msgstr "Ваша подписка будет применена к этой группе" msgid "Checkout|Zip code" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "Дочерний объект не существует." msgid "Child epic doesn't exist." msgstr "Дочерней цели не существует." +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5205,7 +5448,7 @@ msgid "Choose visibility level, enable/disable project features (issues, reposit msgstr "Выберите уровень доступа, включите / отключите функции проекта (обсуждения, репозиторий, Wiki, сниппеты) и настройте разрешения на проекте." msgid "Choose what content you want to see on a group’s overview page." -msgstr "" +msgstr "Выберите содержимое, которое вы хотите видеть на странице обзора группы." msgid "Choose which repositories you want to connect and run CI/CD pipelines." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "Все среды" msgid "CiVariable|Create wildcard" msgstr "Создать шаблон" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Ошибка при сохранении переменных" - msgid "CiVariable|Masked" msgstr "Замаскировано" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "Включить защиту" -msgid "CiVariable|Validation failed" -msgstr "Проверка не удалась" - msgid "Classification Label (optional)" msgstr "Метка классификации (опционально)" @@ -5474,6 +5711,9 @@ msgstr "Закрыть %{tabname}" msgid "Close epic" msgstr "Завершить цель" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Закрыть этап" @@ -5498,7 +5738,7 @@ msgstr "Закрытые обсуждения" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "Очистить кэш кластера" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "Проект управления кластером (alpha)" @@ -5765,9 +6011,6 @@ msgstr "Не удалось загрузить типы экземпляров" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Не удалось загрузить регионы из вашего аккаунта AWS" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "Не удалось загрузить группы безопасности для выбранного VPC" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "Загрузка ролей IAM" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "Загрузка регионов" - msgid "ClusterIntegration|Loading VPCs" msgstr "Загрузка VPCs" @@ -6110,9 +6347,6 @@ msgstr "Проекты не найдены" msgid "ClusterIntegration|No projects matched your search" msgstr "Нет проектов, соответствующих вашему поисковому запросу" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "Группы безопасности не найдены" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Регион" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Удалить интеграцию кластера Kubernetes" @@ -6248,9 +6479,6 @@ msgstr "Поиск сетей" msgid "ClusterIntegration|Search projects" msgstr "Поиск проектов" -msgid "ClusterIntegration|Search regions" -msgstr "Поиск регионов" - msgid "ClusterIntegration|Search security groups" msgstr "Поиск групп безопасности" @@ -6311,6 +6539,9 @@ msgstr "Выберите проект, чтобы выбрать зону" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Выберете зону" @@ -6395,6 +6626,9 @@ msgstr "Конечный этап заключается в процессе н msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "Произошла ошибка при аутентификации с вашим кластером. Убедитесь, что сертификат CA и токен действительны." @@ -6536,9 +6770,6 @@ msgstr "Выберите VPC" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "Выберите группу безопасности" @@ -6612,7 +6843,7 @@ msgid "Cohorts|Inactive users" msgstr "" msgid "Cohorts|Month %{month_index}" -msgstr "" +msgstr "Месяц %{month_index}" msgid "Cohorts|New users" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "ComboSearch не определен" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Связаться с отделом продаж для обновления" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7131,7 +7365,7 @@ msgid "ContainerRegistry|Expiration schedule:" msgstr "Расписание истечения:" msgid "ContainerRegistry|Filter by name" -msgstr "" +msgstr "Фильтровать по имени" msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password." msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "Не удалось удалить никнейм чата %{chat_name}. msgid "Could not delete wiki page" msgstr "Не удалось удалить вики-страницу" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "Страна" @@ -7676,7 +7922,7 @@ msgid "Create file" msgstr "Создать файл" msgid "Create from" -msgstr "" +msgstr "Создать из" msgid "Create group" msgstr "Создать группу" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "Дата создания" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Дата создания:" @@ -7912,6 +8161,9 @@ msgstr "Пользовательский путь конфигурации CI" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Пользовательское имя хоста (для использования в приватных электронных адресах почты при коммите)" @@ -8145,7 +8397,7 @@ msgid "CycleAnalytics|Select labels" msgstr "" msgid "CycleAnalytics|Show" -msgstr "" +msgstr "Показать" msgid "CycleAnalytics|Showing %{subjectFilterText} and %{selectedLabelsCount} labels" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "%{firstProject}, %{rest}, и %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Данные все еще вычисляются..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8409,7 +8700,7 @@ msgid "Date range cannot exceed %{maxDateRange} days." msgstr "" msgid "Day of month" -msgstr "" +msgstr "День месяца" msgid "DayTitle|F" msgstr "Пт" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "Удалить комментарий" -msgid "Delete Snippet" -msgstr "Удалить сниппет" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "Удалить артефакты" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "Удалить доску" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "Удалить список" - msgid "Delete pipeline" msgstr "Удалить сборочную линию" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "Удалить исходную ветку" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Удалить вложение" @@ -8607,7 +8898,7 @@ msgid "Delete user list" msgstr "" msgid "Delete variable" -msgstr "" +msgstr "Удалить переменную" msgid "DeleteProject|Delete %{name}" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "Заданию не удалось сгенерировать список зависимостей" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Лицензия" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "Упаковщик" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "Произошел сбой задания %{codeStartTag}dependency_scanning%{codeEndTag} и не получилось сгенерировать список. Пожалуйста, убедитесь, что задание работает правильно и снова запустите сборку." +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "Прогресс развертывания не найден. Чтоб msgid "Deploy to..." msgstr "Развернуть в..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "Соответствие метке %{appLabel} было удалено для стендов развертывания. Для того чтобы увидеть все экземпляры на вашем стенде, вы должны обновить ваш график и повторно провести развертывание." - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "Описание" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "Описание обработано с помощью %{link_start}GitLab Flavored Markdown%{link_end}" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9192,7 +9504,7 @@ msgid "Details" msgstr "Информация" msgid "Details (default)" -msgstr "" +msgstr "Подробности (по умолчанию)" msgid "Detect host keys" msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,8 +9587,8 @@ msgstr "Выключить групповые обработчиков зада msgid "Disable public access to Pages sites" msgstr "Отключить общий доступ к сайтам Pages" -msgid "Disable shared Runners" -msgstr "Отключить общие Runner'ы" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "Отключить двухфакторную аутентификацию" @@ -9273,7 +9606,7 @@ msgid "Discard all changes" msgstr "Отменить все изменения" msgid "Discard all changes?" -msgstr "" +msgstr "Отменить все изменения?" msgid "Discard changes" msgstr "Отменить изменения" @@ -9405,6 +9738,9 @@ msgstr "Документация" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "Не включать описание в описание коммит msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "Не вставляйте закрытую часть ключа GPG. Вставьте открытую часть, начинающуюся на «----- BEGIN PGP PUBLIC KEY BLOCK -----»." +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Не показывать снова" @@ -9462,9 +9804,6 @@ msgstr "Скачать как" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "Скачать ресурс" - msgid "Download codes" msgstr "Скачать коды" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "Редактировать этап" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Изменить wiki страницу" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "Отправить по электронной почте сообщение о статусе сборочной списку получателей." +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "Похоже, что электронная почта пуста. Убедитесь, что ваш ответ находится вверху письма, мы не можем обрабатывать встроенные ответы." @@ -9787,16 +10138,16 @@ msgid "Enable" msgstr "Включить" msgid "Enable %{link_start}Gitpod%{link_end} integration to launch a development environment in your browser directly from GitLab." -msgstr "" +msgstr "Включите интеграцию с %{link_start}Gitpod%{link_end}, чтобы запускать среды разработки в браузере прямо через GitLab." msgid "Enable Auto DevOps" msgstr "Включить Auto DevOps" msgid "Enable Gitpod" -msgstr "" +msgstr "Включить Gitpod" msgid "Enable Gitpod?" -msgstr "" +msgstr "Включить Gitpod?" msgid "Enable HTML emails" msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "Включить прокси" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "Произошла ошибка во время рендеринга: %{err}" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Заканчивается в (UTC)" @@ -9954,7 +10326,10 @@ msgstr "Введите диапазон IP-адресов" msgid "Enter a number" msgstr "Введите номер" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10636,7 +11011,7 @@ msgid "Events" msgstr "События" msgid "Events in %{project_path}" -msgstr "" +msgstr "События в %{project_path}" msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again." msgstr "" @@ -10648,13 +11023,13 @@ msgid "Every day (at %{time})" msgstr "" msgid "Every month" -msgstr "" +msgstr "Каждый месяц" msgid "Every month (Day %{day} at %{time})" msgstr "" msgid "Every three months" -msgstr "" +msgstr "Каждые три месяца" msgid "Every two weeks" msgstr "" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "За исключением политики:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "Исключая коммиты-слияния. Ограничено до %{limit} коммитов." msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "Исключая коммиты-слияния. Ограничено до 6000 коммитов." +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "Развернуть утверждающих" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Экспорт проекта" @@ -10924,11 +11311,14 @@ msgid "Failed to create To-Do for the design." msgstr "" msgid "Failed to create a branch for this issue. Please try again." -msgstr "" +msgstr "Не удалось создать ветку для этого обсуждения. Пожалуйста, попробуйте ещё раз." msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "Не удалось загрузить этапы. Пожалуйста, попробуйте еще раз." +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "Не удалось пометить эту задачу как дубликат, потому что указанная задача не была найдена." @@ -11050,7 +11446,7 @@ msgid "Failed to remove user key." msgstr "" msgid "Failed to reset key. Please try again." -msgstr "" +msgstr "Не удалось сбросить ключ. Пожалуйста, попробуйте ещё раз." msgid "Failed to save merge conflicts resolutions. Please try again!" msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Все окружения)" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "Настройка функциональных опций" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Создать функциональную опцию" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,11 +11704,14 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "Процент развертывания (авторизованные пользователи)" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" -msgstr "Процент развертывания должен быть целым числом от 0 до 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "FeatureFlags|Protected" msgstr "Защищено" @@ -11308,6 +11725,9 @@ msgstr "Процент развертывания" msgid "FeatureFlags|Rollout Strategy" msgstr "Стратегия развертывания" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11360,6 +11777,9 @@ msgid "FeatureFlag|Type" msgstr "Тип" msgid "FeatureFlag|User IDs" +msgstr "ID пользователей" + +msgid "FeatureFlag|User List" msgstr "" msgid "Feb" @@ -11405,7 +11825,7 @@ msgid "File moved" msgstr "Файл перемещен" msgid "File name" -msgstr "" +msgstr "Имя файла" msgid "File renamed with no changes." msgstr "" @@ -11419,12 +11839,18 @@ msgstr "Шаблоны файлов" msgid "File upload error." msgstr "Ошибка загрузки файла." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Файлы" msgid "Files breadcrumb" msgstr "Файлы навигации" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "Файлы, каталоги и субмодули в пути %{path} для ссылки на коммит %{ref}" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11504,7 +11933,7 @@ msgid "Filter results..." msgstr "" msgid "Filter your repositories by name" -msgstr "" +msgstr "Фильтровать ваши репозитории по имени" msgid "Filter..." msgstr "Фильтр..." @@ -11512,6 +11941,9 @@ msgstr "Фильтр..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "Завершено" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "Первый день недели" msgid "First name" msgstr "Имя" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,8 +12049,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Во внутренних проектах: любой зарегистрированный пользователь может просматривать сборочные линии и получать доступ к заданиям (логам и артефактам)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "Для получения дополнительной информации читайте документацию." @@ -12160,7 +12595,7 @@ msgstr "Начните работу с релизами" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "Git LFS не включен на этом GitLab сервере, свяжитесь с вашим администратором." -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "Поверхностное клонирование Git" msgid "Git strategy for pipelines" msgstr "Команда Git для сборочных линий" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Версия Git" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "GitLab для Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12401,19 +12842,19 @@ msgid "Gitlab Pages" msgstr "Gitlab Pages" msgid "Gitpod" -msgstr "" +msgstr "Gitpod" msgid "Gitpod|Add the URL to your Gitpod instance configured to read your GitLab projects." -msgstr "" +msgstr "Добавьте URL в ваш инстанс GitLab, настроенный, чтобы читать ваши проекты GitLab." msgid "Gitpod|Enable Gitpod integration" -msgstr "" +msgstr "Включить интеграцию с Gitpod" msgid "Gitpod|Gitpod URL" -msgstr "" +msgstr "URL Gitpod" msgid "Gitpod|e.g. https://gitpod.example.com" -msgstr "" +msgstr "например, https://gitpod.example.com" msgid "Given access %{time_ago}" msgstr "Доступ предоставлен %{time_ago}" @@ -12556,6 +12997,9 @@ msgstr "Перейдите к вашим проектам" msgid "Go to your snippets" msgstr "Перейти к вашим сниппетам" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "URL группы" msgid "Group avatar" msgstr "Аватар группы" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12719,7 +13163,7 @@ msgid "Group overview" msgstr "" msgid "Group overview content" -msgstr "" +msgstr "Содержание обзора группы" msgid "Group path is already taken. Suggestions: " msgstr "" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "Чтобы расширить поиск, измените или удалите фильтры; с %{startDate} до %{endDate}." +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "Отпечаток сертификата" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12863,7 +13316,7 @@ msgid "GroupSAML|Manage your group’s membership while adding another level of msgstr "" msgid "GroupSAML|Members" -msgstr "" +msgstr "Участники" msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"." msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "SAML Настройки единого входа" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "URL конечной точки SCIM API" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "Ваш токен SCIM" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13073,7 +13553,7 @@ msgid "Groups (%{count})" msgstr "Группы (%{count})" msgid "Groups (%{groups})" -msgstr "" +msgstr "Группы (%{groups})" msgid "Groups and projects" msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "История" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "Однако вы уже являетесь участником этого %{member_source}. Войдите, используя другой аккаунт, чтобы принять приглашение." -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,8 +13890,8 @@ msgstr "Я забыл пароль" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" -msgstr "Я хотел бы получать обновления по электронной почте о GitLab" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "Если вы потеряете свои коды восстановления, вы можете создать новые, аннулируя все предыдущие коды." -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "Если вы израсходуете 100%% ёмкости хранилища, то не сможете: %{base_message}" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13629,7 +14109,7 @@ msgid "Import failed due to a GitHub error: %{original}" msgstr "" msgid "Import from" -msgstr "" +msgstr "Импортировать из" msgid "Import from Jira" msgstr "Импортировать из Jira" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Импорт участников проекта" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "Лимиты, связанные с Управлением инцидентами" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "Инциденты" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "Вставить цитату" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "Вставить код" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Статистика (Insights)" @@ -13985,6 +14516,9 @@ msgstr "Установите GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Установить Runner на Kubernetes" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,38 +14679,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "Желающие могут внести свой вклад, отправив коммит, если захотят." msgid "Internal" msgstr "Внутренний" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Внутренний - Группу и включённые в неё проекты может видеть любой зарегистрированный пользователь." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Внутренний - Проект доступен любому зарегистрированному пользователю." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "Внутренний URL (необязательно)" @@ -14118,6 +14739,9 @@ msgstr "Внутренний URL (необязательно)" msgid "Internal users" msgstr "Внутренние пользователи" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Шаблон интервала" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "Недопустимая ссылка" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "Пригласить участников" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14323,13 +14998,13 @@ msgid "Is blocked by" msgstr "" msgid "Is this GitLab trial for your company?" -msgstr "" +msgstr "Это пробный период GitLab для вашей компании?" msgid "Is using license seat:" msgstr "" msgid "Is using seat" -msgstr "" +msgstr "Использует место" msgid "IssuableStatus|Closed" msgstr "Закрыто" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "Доски обсуждений" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "Обсуждение уже было продвинуто до цели." @@ -14574,6 +15252,9 @@ msgstr "Янв." msgid "January" msgstr "Январь" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "Ключи" @@ -14976,9 +15666,6 @@ msgstr "Перенести Метку" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "и еще %{count}" - msgid "Language" msgstr "Язык" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "Последнее обращение" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Последняя Сборочная Линия" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "Фамилия" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Последний ответ от" @@ -15076,6 +15763,9 @@ msgstr "Последний раз обновлено" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Последнее использование:" @@ -15121,6 +15811,9 @@ msgstr "Узнайте, как включить синхронизацию" msgid "Learn more" msgstr "Подробнее" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Узнайте больше об \"Auto DevOps\"" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15684,7 +16380,7 @@ msgid "Manage Web IDE features" msgstr "Управление функциями Web IDE" msgid "Manage access" -msgstr "" +msgstr "Управлять доступом" msgid "Manage all notifications" msgstr "Управление уведомлениями" @@ -15749,9 +16445,6 @@ msgstr "Мар." msgid "March" msgstr "Март" -msgid "Mark To Do as done" -msgstr "Отметить как выполненное" - msgid "Mark as done" msgstr "Отметить как выполнено" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "Участник с %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Участники" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "Объединенные ветви удаляются. Это може msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16703,7 +17507,7 @@ msgid "MilestoneSidebar|Edit" msgstr "" msgid "MilestoneSidebar|From" -msgstr "" +msgstr "С" msgid "MilestoneSidebar|Issues" msgstr "Обсуждения" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "Пространство имён пусто" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "Никогда" msgid "New" msgstr "Новый" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Новое Приложение" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "Пусто" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "Недостаточно данных" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "Не сейчас" - msgid "Not ready yet. Try again later." msgstr "" @@ -17871,7 +18716,7 @@ msgid "Notes|This comment has changed since you started editing, please review t msgstr "Этот комментарий изменился с тех пор, как вы начали редактирование, просмотрите %{open_link}обновленный комментарий%{close_link}, чтобы убедиться, что информация не потеряна" msgid "Nothing found…" -msgstr "" +msgstr "Ничего не найдено…" msgid "Nothing to preview." msgstr "" @@ -18009,7 +18854,7 @@ msgid "Number of commits per MR" msgstr "" msgid "Number of employees" -msgstr "" +msgstr "Число сотрудников" msgid "Number of events" msgstr "" @@ -18053,6 +18898,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "По плану" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "Открыть исходник" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "Добавить источник NuGet" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "Если вы еще не сделали этого, вам нужно msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "XML Maven" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18564,8 +19400,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18580,7 +19416,7 @@ msgid "PackageRegistry|Source project located at %{link}" msgstr "" msgid "PackageRegistry|There are no %{packageType} packages yet" -msgstr "" +msgstr "Пока что нет пакетов %{packageType}" msgid "PackageRegistry|There are no other versions of this package." msgstr "" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "Пока что нет пакетов" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "Не удалось получить сведения об этом пакете." @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "Невозможно загрузить пакет" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,17 +19448,11 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "Вам также может понадобиться настроить аутентификацию с использованием токена. %{linkStart}Смотрите документацию%{linkEnd}, чтобы узнать больше." -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" msgid "PackageRegistry|published by %{author}" -msgstr "" +msgstr "опубликовано %{author}" msgid "PackageRegistry|yarn command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "Выполняйте обычные действия над проектом GitLab" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Оптимизация производительности" @@ -18957,6 +19778,9 @@ msgstr "Коэффициент успеха:" msgid "PipelineCharts|Successful:" msgstr "Успех:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Всего:" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI Lint" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "Начало работы со сборочными линиями" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "Кэш проекта успешно очищен." @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19186,7 +20025,7 @@ msgid "Pipeline|Pipeline" msgstr "" msgid "Pipeline|Pipelines" -msgstr "" +msgstr "Сборочные линии" msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens." msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "Пожалуйста введите правильное число" @@ -19359,6 +20201,9 @@ msgstr "Пожалуйста, введите или загрузите лице msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "Пожалуйста, укажите имя" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19477,7 +20328,7 @@ msgid "Preferences|Choose what content you want to see on a project’s overview msgstr "Выберите, какое содержимое вы хотите видеть на странице обзора проекта." msgid "Preferences|Choose what content you want to see on your homepage." -msgstr "" +msgstr "Выберите содержимое, которое вы хотите видеть на вашей главной странице." msgid "Preferences|Customize integrations with third party services." msgstr "Настройте интеграцию со сторонними сервисами." @@ -19495,10 +20346,10 @@ msgid "Preferences|For example: 30 mins ago." msgstr "Например, 30 минут назад." msgid "Preferences|Homepage content" -msgstr "" +msgstr "Содержимое главной страницы" msgid "Preferences|Instead of all the files changed, show only one file at a time. To switch between files, use the file browser." -msgstr "" +msgstr "Вместо того чтобы показывать все изменённые файлы, показывать только один файл. Чтобы переключаться между файлами, нужно будет использовать браузер файлов." msgid "Preferences|Integrations" msgstr "Интеграции" @@ -19519,7 +20370,7 @@ msgid "Preferences|Render whitespace characters in the Web IDE" msgstr "Отображать символы пробелов в Web IDE" msgid "Preferences|Show one file at a time on merge request's Changes tab" -msgstr "" +msgstr "Показывать только один файл во вкладке изменений запроса на слияние одновременно" msgid "Preferences|Show whitespace changes in diffs" msgstr "Показывать изменения пробелов в отличиях" @@ -19531,7 +20382,7 @@ msgid "Preferences|Syntax highlighting theme" msgstr "Тема подсветки синтаксиса" msgid "Preferences|Tab width" -msgstr "" +msgstr "Ширина табуляций" msgid "Preferences|These settings will update how dates and times are displayed for you." msgstr "Эти настройки обновят отображение даты и времени для вас." @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "Запретить пользователям изменять список утверждающих запроса на слияние" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20080,7 +20928,7 @@ msgid "Project Access Tokens" msgstr "" msgid "Project Audit Events" -msgstr "" +msgstr "События аудита проекта" msgid "Project Badges" msgstr "Значки Проекта" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20362,7 +21210,7 @@ msgid "ProjectSettings|Do not allow" msgstr "Не разрешать" msgid "ProjectSettings|Enable 'Delete source branch' option by default" -msgstr "Включить опцию 'Удалить исходную ветку' по-умолчанию" +msgstr "Включить опцию 'Удалить исходную ветку' по умолчанию" msgid "ProjectSettings|Enable merge trains and pipelines for merged results" msgstr "" @@ -20580,6 +21428,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "Ветка" msgid "ProtectedBranch|Code owner approval" msgstr "Одобрение владельцем кода" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "Защитить" @@ -21160,7 +22017,7 @@ msgid "Protip:" msgstr "Подсказка:" msgid "Protocol" -msgstr "" +msgstr "Протокол" msgid "Provider" msgstr "Провайдер" @@ -21187,7 +22044,7 @@ msgid "Public deploy keys (%{deploy_keys_count})" msgstr "Публичные ключи развертывания (%{deploy_keys_count})" msgid "Public pipelines" -msgstr "" +msgstr "Открытые сборочные линии" msgid "Public projects Minutes cost factor" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "Приобрести больше минут" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Отправить" @@ -21319,7 +22179,7 @@ msgid "Quickly and easily edit multiple files in your project." msgstr "" msgid "README" -msgstr "" +msgstr "README" msgid "Rails" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "Ограничение количества запросов на бинарные данные в минуту" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "Обновить" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21509,7 +22372,7 @@ msgid "Related merge requests" msgstr "Связанные запросы на слияние" msgid "Relates to" -msgstr "" +msgstr "Относится к" msgid "Release" msgid_plural "Releases" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "Убрать лимит" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21681,7 +22547,7 @@ msgid "Remove parent epic from an epic" msgstr "Удалить родительскую цель" msgid "Remove primary node" -msgstr "" +msgstr "Удалить основной узел" msgid "Remove priority" msgstr "" @@ -21705,7 +22571,7 @@ msgid "Remove user & report" msgstr "" msgid "Remove user from group" -msgstr "" +msgstr "Удалить пользователя из группы" msgid "Removed" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "Удаляет дату завершения." msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "Удаление этой группы также приведет к удалению всех дочерних проектов, включая архивные, а также их ресурсов." @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "Открыть цель повторно" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Вновь открыть этап" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "Граф репозитория" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,8 +22991,8 @@ 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 "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "" @@ -22125,6 +23024,9 @@ msgstr "Требование %{reference} было открыто повторн msgid "Requirement %{reference} has been updated" msgstr "Требование %{reference} было обновлено" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "Заголовок требования не может содержать больше %{limit} символов." @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "Ключи SSH хоста" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "Ключи SSH позволяют установить безопасное соединение между вашим компьютером и GitLab." @@ -22591,6 +23508,12 @@ msgstr "Открытый ключ SSH" msgid "SSL Verification:" msgstr "Верификация по SSL:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Суббота" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "Сохранить в любом случае" @@ -22630,9 +23556,6 @@ msgstr "Сохранить расписание сборочной лини" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Сохранить переменные" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Расписание новой сборочной линии" @@ -22681,6 +23607,9 @@ msgstr "Доступ" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "Поиск" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "Поиск групп" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "Мы не смогли найти никаких %{scope}, соответствующих %{term}" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23209,10 +24141,10 @@ msgid "SecurityReports|The security dashboard displays the latest security repor msgstr "" msgid "SecurityReports|There was an error adding the comment." -msgstr "" +msgstr "Произошла ошибка при добавлении комментария." msgid "SecurityReports|There was an error creating the issue." -msgstr "" +msgstr "Произошла ошибка при создании обсуждения." msgid "SecurityReports|There was an error creating the merge request." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "Выберите необходимый регуляторный стандарт" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "Выберите ветвь, которую вы хотите устан msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "Разделяйте теги запятыми." msgid "September" msgstr "Сентябрь" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "и" @@ -23640,6 +24582,9 @@ msgstr "Шаблоны Служб" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "Продолжительность сессии (в минутах)" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "Настройте свой проект, чтобы автоматически загружать и/или скачивать изменения в/из другого репозитория. Ветки, теги и коммиты будут синхронизироваться автоматически." @@ -23880,6 +24828,15 @@ msgstr "Общие Runner'ы" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "Справка по общим Runner'ам" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "Если вы когда-нибудь потеряете свой телефон или доступ к вашему одноразовому паролю, каждый из этих кодов восстановления может быть использован один раз, чтобы восстановить доступ к вашей учетной записи. Пожалуйста, храните их в надежном месте, или вы %{b_start}можете%{b_end} потерять доступ к вашему аккаунту." +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Показывать всех участников" @@ -24047,6 +25010,9 @@ msgstr "Вход / Регистрация" msgid "Sign in to \"%{group_name}\"" msgstr "Вступить в \"%{group_name}\"" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Войдите, используя смарт-карту" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Ограничения входа" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Ограничения регистрации" @@ -24083,9 +25052,6 @@ msgstr "Имя слишком длинное (максимум - %{max_length} msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "Фамилия слишком длинная (максимум - %{max_length} символов)." -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "Слишком длинное имя (максимум %{max_length} символов)." - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "Слишком длинное имя пользователя (максимум %{max_length} символов)." @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "Авторизовались" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "Вход с %{authentication} аутентификацией" @@ -24206,17 +25175,11 @@ msgstr "Нет сниппетов для отображения." msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" -msgstr "" - -msgid "Snippets|File" -msgstr "" +msgstr "Описание (необязательно)" msgid "Snippets|Files" msgstr "" @@ -24224,9 +25187,6 @@ msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "Уровень доступа, по возрастанию" msgid "SortOptions|Access level, descending" msgstr "Уровень доступа, по убыванию" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Дата создания" @@ -24569,6 +25532,9 @@ msgstr "Недавно заходившие" msgid "SortOptions|Recently starred" msgstr "Сначала недавно избранные" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Размер" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Исходный код" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "Укажите следующий URL во время настройки Gitlab Runner:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "Описание для объединенного (squash) коммита" @@ -24755,6 +25715,9 @@ msgstr "В избранное" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "Статистика" msgid "Status" msgstr "Статус" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Статус:" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Оплата" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "Успешно заблокировано" @@ -25202,6 +26183,9 @@ msgstr "Адрес электронной почты успешно удален msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "Успешно запланирован запуск сборочной линии. Перейти к %{pipelines_link_start}странице сборочных линий%{pipelines_link_end} для подробностей." +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "Успешно разблокировано" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "Синхронизировано" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "Система" @@ -25370,6 +26360,9 @@ msgstr "Системные метрики (настраиваемые)" msgid "System metrics (Kubernetes)" msgstr "Системные метрики (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,8 +26711,8 @@ msgstr "Спасибо за покупку!" msgid "Thanks! Don't show me this again" msgstr "Спасибо! Больше не показывать" -msgid "That's it, well done!%{celebrate}" -msgstr "Вот и всё, отличная работа!%{celebrate}" +msgid "That's it, well done!" +msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" msgstr "Группа \"%{group_path}\" позволяет вам войти в систему с помощью учетной записи единого входа" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "Трекер обсуждений - это место, где можно msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "Сервер Prometheus ответил с результатом \"bad request\". Пожалуйста, убедитесь, что запросы верны и поддерживаются в вашей версии Prometheus. %{documentationLink}" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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\")." @@ -25792,7 +26803,7 @@ msgid "The contents of this group, its subgroups and projects will be permanentl msgstr "" msgid "The current issue" -msgstr "" +msgstr "Текущее обсуждение" msgid "The data source is connected, but there is no data to display. %{documentationLink}" msgstr "Источник данных подключен, но нет данных для отображения. %{documentationLink}" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "Следующие элементы НЕ будут экспортированы:" @@ -25867,8 +26884,8 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "Глобальные настройки требуют, чтобы вы включили двухфакторную аутентификацию для вашей учетной записи." -msgid "The group and any internal projects can be viewed by any logged in user." -msgstr "Группа и любые внутренние проекты могут быть просмотрены любым пользователем, зарегистрированным в системе." +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" msgid "The group and any public projects can be viewed without any authentication." msgstr "Группу и любые публичные проекты можно просматривать без какой-либо аутентификации." @@ -25978,8 +26995,8 @@ msgstr "Этап планирования показывает время от msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "Закрытый ключ, используемый при предоставлении клиентского сертификата. Он будет зашифрован в состоянии покоя." -msgid "The project can be accessed by any logged in user." -msgstr "Доступ к проекту возможен любым зарегистрированным пользователем." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "Доступ к проекту может получить любой пользователь, вошедший в систему." @@ -26038,6 +27055,9 @@ msgstr "Этап обзора показывает время от создан msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "Время расписания должно быть в будущем!" @@ -26050,8 +27070,8 @@ msgstr "Сниппет виден только мне." msgid "The snippet is visible only to project members." msgstr "Сниппет виден только участникам проекта." -msgid "The snippet is visible to any logged in user." -msgstr "Сниппет виден любому пользователю, вошедшему в систему." +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "На диске уже есть репозиторий с таким и msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "Нет доступных данных. Пожалуйста, измените ваш выбор." @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "Это действие может привести к потере да msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "Это список устройств, c которых вошли в msgid "This is a security log of important events involving your account." msgstr "Это журнал безопасности важных событий, связанных с вашей учетной записью." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "Это ваша текущая сессия" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "Только что" msgid "Timeago|right now" msgstr "прямо сейчас" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Таймаут" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "В" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27322,7 +28369,7 @@ msgid "To update Snippets with multiple files, you must use the `files` paramete msgstr "" msgid "To use Gitpod you must first enable the feature in the integrations section of your %{user_prefs}." -msgstr "" +msgstr "Чтобы использовать Gitpod, сначала нужно включить эту функцию в разделе интеграций ваших %{user_prefs}." msgid "To view all %{scannedResourcesCount} scanned URLs, please download the CSV file" msgstr "" @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Переключить боковую панель" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "Общее время тестирования фиксаций/слияний" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "Итоговый приоритет" msgid "Total: %{total}" msgstr "Всего: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "Вторник" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27787,6 +28843,9 @@ msgid "Unable to save iteration. Please try again" msgstr "" msgid "Unable to save your changes. Please try again." +msgstr "Невозможно сохранить ваши изменения. Пожалуйста, попробуйте ещё раз." + +msgid "Unable to save your preference" msgstr "" msgid "Unable to schedule a pipeline to run immediately" @@ -27814,7 +28873,7 @@ msgid "Unarchiving the project will restore people's ability to make changes to msgstr "Разархивирование проекта вернёт людям возможность вносить в него изменения. В репозиторий можно будет отправлять коммиты, а также появится возможность создавать обсуждения, комментарии и другие сущности. %{strong_start}После активации этот проект появится в поиске и на панели инструментов.%{strong_end}" msgid "Unassign from commenting user" -msgstr "" +msgstr "Отменить назначение комментирующего пользователя" msgid "Unassigned" msgstr "" @@ -27913,16 +28972,16 @@ msgid "Unresolved" msgstr "" msgid "UnscannedProjects|15 or more days" -msgstr "" +msgstr "15 или больше дней" msgid "UnscannedProjects|30 or more days" -msgstr "" +msgstr "30 или больше дней" msgid "UnscannedProjects|5 or more days" msgstr "" msgid "UnscannedProjects|60 or more days" -msgstr "" +msgstr "60 или больше дней" msgid "UnscannedProjects|Default branch scanning by project" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "Статистика использования" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "%{help_link_start}Общие Runner'ы%{help_link_end} отключены, поэтому нет настроенных ограничений в использовании сборочных линий" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "Артефакты" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "Сборочные линии" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "Хранилище" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "В этом пространстве имен нет проектов, которые используют общие обработчики заданий" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "Не ограничена" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Использование с" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Wiki" msgid "UsageQuota|Wikis" msgstr "Вики" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "Пользователь %{current_user_username} начал выдав msgid "User %{username} was successfully removed." msgstr "Пользователь %{username} был успешно удален." -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "Уже сообщили о нарушении" msgid "UserProfile|Blocked user" msgstr "Заблокированный пользователь" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Вклад в проекты" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "Имя пользователя или email" @@ -28558,7 +29662,7 @@ msgid "Using required encryption strategy when encrypted field is missing!" msgstr "" msgid "Valid from" -msgstr "" +msgstr "Действителен с" msgid "Validate" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "Мы не смогли распознать путь для удален msgid "We could not determine the path to remove the issue" msgstr "Мы не можем определить путь для удаления обсуждения" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29157,7 +30285,7 @@ msgid "Webhooks|Merge request events" msgstr "" msgid "Webhooks|Pipeline events" -msgstr "" +msgstr "События сборочной линии" msgid "Webhooks|Push events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29241,20 +30372,20 @@ msgid "Welcome to GitLab%{br_tag}%{name}!" msgstr "" msgid "Welcome to GitLab, %{first_name}!" -msgstr "" +msgstr "Добро пожаловать в GitLab, %{first_name}!" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,12 +30777,12 @@ msgstr "Вместо этого вы можете %{linkStart}просмотре msgid "You can also create a project from the command line." msgstr "Вы также можете создать проект из командной строки." -msgid "You can also press ⌘-Enter" -msgstr "Вы также можете нажать ⌘-Enter" - msgid "You can also press Ctrl-Enter" msgstr "Вы также можете нажать Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "" @@ -29658,6 +30795,15 @@ msgstr "Вы также можете загрузить существующие msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "Теперь вы можете закрыть этап." -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "Вам необходимо загрузить экспортирова msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "Вы уже включили двухфакторную аутентиф msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "Ваши Группы" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "Активность ваших проектов" msgid "Your Public Email will be displayed on your public profile." msgstr "Ваша публичная почта будет отображаться в вашем профиле." +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "Ваши ключи SSH (%{count})" @@ -30385,9 +31546,6 @@ msgstr "имя ветви" msgid "by" msgstr "по" -msgid "by %{user}" -msgstr "от %{user}" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "Сканирование контейнеров обнаруживает msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30557,14 +31712,11 @@ msgid "ciReport|Fixed:" msgstr "" msgid "ciReport|Found %{issuesWithCount}" -msgstr "" +msgstr "Найдено %{issuesWithCount}" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "Расследуйте эту уязвимость, вынеся на обсуждение" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "закрытое обсуждение" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "комментарий" @@ -30898,8 +32053,8 @@ msgstr "диапазон недопустимых IP адресов" msgid "is blocked by" msgstr "" -msgid "is enabled." -msgstr "включен." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "не разрешено. Попробуйте ещё раз с другим адресом электронной почты или свяжитесь с администратором GitLab." @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "слишком длинный (максимум 100 записей)" @@ -30970,6 +32131,9 @@ msgstr "слишком большой" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30986,10 +32150,10 @@ msgid "leave %{group_name}" msgstr "" msgid "less than a minute" -msgstr "" +msgstr "меньше минуты" msgid "level: %{level}" -msgstr "" +msgstr "уровень: %{level}" msgid "limit of %{project_limit} reached" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "отсутствует" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "наиболее недавнее развёртывание" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "проекты" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "быстрые действия" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "относится к" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "осталось" @@ -31612,6 +32773,9 @@ msgstr "свернуть" msgid "sign in" msgstr "войти" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "сортировка:" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "wiki-страница" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "с %{additions} добавлениями, %{deletions} удалениями." @@ -31807,3 +32968,6 @@ msgstr "с оставшимся истечением, неизменным на msgid "yaml invalid" msgstr "неверный YAML" +msgid "your settings" +msgstr "" + diff --git a/locale/si_LK/gitlab.po b/locale/si_LK/gitlab.po index 46cded55d06..836260e1ac4 100644 --- a/locale/si_LK/gitlab.po +++ b/locale/si_LK/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: si-LK\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sk_SK/gitlab.po b/locale/sk_SK/gitlab.po index 331c8a5f3b6..6df0c35cec4 100644 --- a/locale/sk_SK/gitlab.po +++ b/locale/sk_SK/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sk\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:50\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,7 +4166,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,7 +22991,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sl_SI/gitlab.po b/locale/sl_SI/gitlab.po index 769f12b690b..695c70b44b0 100644 --- a/locale/sl_SI/gitlab.po +++ b/locale/sl_SI/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sl\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:50\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -231,6 +231,13 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -273,13 +280,6 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -519,6 +519,20 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1089,9 +1115,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1173,19 +1211,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1478,6 +1505,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1779,6 +1809,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1932,7 +1965,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1968,10 +2001,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -2058,6 +2091,9 @@ 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 "" @@ -2082,6 +2118,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2196,6 +2235,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2205,6 +2259,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2277,6 +2355,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2286,6 +2367,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2331,6 +2415,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,6 +2454,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,10 +2554,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2734,9 +2875,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2761,6 +2899,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2782,6 +2923,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2803,12 +2947,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -3064,9 +3226,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3124,6 +3280,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3148,9 +3307,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3166,6 +3322,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -4001,7 +4166,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -4022,6 +4208,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4181,6 +4370,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4532,9 +4757,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4565,7 +4802,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5363,9 +5603,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5474,6 +5711,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5498,7 +5738,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5765,9 +6011,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -6023,9 +6266,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -6041,9 +6281,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6110,9 +6347,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6179,9 +6413,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6248,9 +6479,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6311,6 +6539,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6395,6 +6626,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6536,9 +6770,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6650,9 +6881,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6966,7 +7194,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7527,6 +7764,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7536,6 +7776,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7819,6 +8065,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7912,6 +8161,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8165,6 +8417,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8222,6 +8477,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8309,15 +8585,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8576,9 +8867,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8600,6 +8888,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8663,12 +8954,18 @@ 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 "" @@ -8723,18 +9020,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -9032,6 +9341,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9203,6 +9515,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9254,7 +9587,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9405,6 +9738,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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 "" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9462,9 +9804,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9633,15 +9972,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9714,6 +10062,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9855,6 +10206,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9882,7 +10239,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9927,6 +10296,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9954,7 +10326,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10716,12 +11091,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10929,6 +11316,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10992,6 +11382,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11173,6 +11581,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11224,6 +11635,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,10 +11704,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11308,6 +11725,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11344,15 +11761,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11419,12 +11839,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11512,6 +11941,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11614,7 +12049,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12160,7 +12595,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12217,9 +12655,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12661,7 +13105,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12820,6 +13264,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12829,6 +13279,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12904,6 +13378,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13410,7 +13890,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,10 +14046,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13655,6 +14135,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13775,6 +14258,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13946,27 +14471,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13985,6 +14516,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,12 +14604,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,37 +14679,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14142,9 +14766,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14244,25 +14865,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14574,6 +15252,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14976,9 +15666,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -15007,9 +15694,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -15076,6 +15763,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15196,6 +15889,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15749,9 +16445,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15770,6 +16463,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15815,7 +16508,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15827,6 +16520,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -16037,15 +16742,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16690,6 +17473,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17320,6 +18162,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17816,9 +18664,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -18053,6 +18898,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18564,7 +19400,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18588,9 +19424,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,7 +19472,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18840,7 +19664,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18957,6 +19778,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -19056,6 +19883,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -19086,6 +19916,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -19122,6 +19955,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19359,6 +20201,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -21090,6 +21944,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21668,6 +22531,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21788,6 +22654,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21839,6 +22714,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -22092,7 +22991,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22486,6 +23391,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22513,6 +23424,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22582,6 +23496,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22591,6 +23508,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22606,6 +23529,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22630,9 +23556,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22681,6 +23607,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23400,6 +24339,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23526,6 +24465,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23640,6 +24582,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23775,6 +24720,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23880,6 +24828,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23898,9 +24855,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -24047,6 +25010,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -24074,6 +25040,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -24083,9 +25052,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24206,27 +25175,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24569,6 +25532,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24755,6 +25715,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24911,6 +25874,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -25040,6 +26006,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -25055,6 +26024,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25202,6 +26183,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25370,6 +26360,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,7 +26711,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25867,7 +26884,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25978,7 +26995,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -26038,6 +27055,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -26050,7 +27070,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26197,6 +27220,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26392,6 +27418,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26443,7 +27472,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26602,6 +27637,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27201,7 +28248,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27252,7 +28299,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27453,16 +28503,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27639,6 +28692,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27789,6 +28845,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -28014,6 +29073,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -28152,10 +29214,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,10 +29388,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28404,6 +29508,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28500,9 +29607,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28967,7 +30077,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29640,10 +30777,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29658,6 +30795,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29895,9 +31053,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -30117,6 +31275,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30385,9 +31546,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30898,7 +32053,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30916,6 +32071,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30934,6 +32092,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30970,6 +32131,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31515,9 +32682,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31530,9 +32694,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31612,6 +32773,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sq_AL/gitlab.po b/locale/sq_AL/gitlab.po index b1b63eb174d..7973a80d33b 100644 --- a/locale/sq_AL/gitlab.po +++ b/locale/sq_AL/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sq\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:50\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sr_CS/gitlab.po b/locale/sr_CS/gitlab.po index a6daa719153..d3c6b25a8e1 100644 --- a/locale/sr_CS/gitlab.po +++ b/locale/sr_CS/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sr-CS\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:44\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -208,6 +208,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -244,12 +250,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -463,6 +463,18 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%{count} more" msgstr "" @@ -505,6 +517,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -550,6 +568,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -676,9 +700,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -781,7 +802,7 @@ msgstr[2] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -799,6 +820,9 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1018,9 +1042,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1060,6 +1081,18 @@ msgstr[2] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1090,6 +1123,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1099,17 +1135,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1387,6 +1414,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1687,6 +1717,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1840,7 +1873,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1876,10 +1909,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1966,6 +1999,9 @@ 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 "" @@ -1990,6 +2026,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2104,6 +2143,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2113,6 +2167,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2125,12 +2185,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2185,6 +2263,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2194,6 +2275,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2239,6 +2323,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2263,6 +2350,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2272,6 +2362,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2287,22 +2380,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2368,10 +2461,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2488,6 +2581,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2497,10 +2599,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2512,19 +2614,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2539,6 +2650,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2548,7 +2665,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2566,7 +2686,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2575,6 +2695,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2641,9 +2782,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2668,6 +2806,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2689,6 +2830,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2710,12 +2854,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2764,6 +2914,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2776,9 +2929,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2806,9 +2965,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2896,9 +3061,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2971,9 +3133,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3004,9 +3163,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3031,6 +3187,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3055,9 +3214,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3073,6 +3229,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3406,6 +3565,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3655,6 +3817,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3901,7 +4066,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3922,6 +4108,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3940,6 +4129,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3997,9 +4189,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4081,6 +4270,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4165,6 +4360,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4216,12 +4423,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4240,6 +4456,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4252,6 +4471,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4396,6 +4618,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4432,9 +4657,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4465,7 +4702,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4648,6 +4885,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5059,6 +5299,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5242,9 +5485,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5263,9 +5503,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5374,6 +5611,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5398,7 +5638,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5425,6 +5665,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5608,6 +5851,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5665,9 +5911,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5923,9 +6166,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5941,9 +6181,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6010,9 +6247,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6079,9 +6313,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6148,9 +6379,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6211,6 +6439,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6295,6 +6526,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6436,9 +6670,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6550,9 +6781,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6865,7 +7093,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6916,6 +7144,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6985,6 +7216,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7363,6 +7597,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7423,6 +7660,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7432,6 +7672,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7465,6 +7708,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7714,6 +7960,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7807,6 +8056,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8059,6 +8311,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8116,6 +8371,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8155,6 +8419,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8176,6 +8446,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8203,15 +8479,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8227,6 +8503,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8266,6 +8545,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8278,6 +8560,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8287,6 +8575,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8443,9 +8734,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8455,6 +8743,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8470,9 +8761,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8494,6 +8782,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8557,12 +8848,18 @@ 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 "" @@ -8614,18 +8911,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8704,9 +9010,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8872,6 +9175,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8920,6 +9229,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9091,6 +9403,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9142,7 +9475,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9292,6 +9625,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9301,6 +9637,9 @@ 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 "" @@ -9322,6 +9661,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9349,9 +9691,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9520,15 +9859,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9601,6 +9949,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9742,6 +10093,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9769,7 +10126,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9814,6 +10183,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9841,7 +10213,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10603,12 +10978,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10639,6 +11020,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10714,6 +11098,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10816,6 +11203,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10879,6 +11269,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10891,6 +11284,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11029,6 +11425,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11059,6 +11467,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11110,6 +11521,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11176,10 +11590,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11194,6 +11611,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11212,9 +11632,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11230,15 +11647,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11248,6 +11665,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11305,12 +11725,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11335,6 +11761,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11398,6 +11827,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11431,9 +11863,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11443,9 +11872,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11500,7 +11935,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12046,7 +12481,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12067,6 +12502,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12103,9 +12541,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12130,6 +12565,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12442,6 +12883,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12547,7 +12991,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12706,6 +13150,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12715,6 +13165,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12760,12 +13213,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12778,6 +13249,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12790,6 +13264,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12814,6 +13291,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13225,6 +13705,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13279,9 +13762,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13294,7 +13774,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13402,6 +13882,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13426,9 +13909,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13450,10 +13930,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13537,6 +14017,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13657,6 +14140,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13717,6 +14206,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13726,12 +14218,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13741,6 +14239,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13753,6 +14275,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13828,27 +14353,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13867,6 +14398,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13897,6 +14431,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13906,12 +14485,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13945,6 +14542,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13960,37 +14560,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13999,6 +14620,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14023,9 +14647,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14125,25 +14746,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14191,6 +14812,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14239,6 +14914,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14455,6 +15133,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14710,6 +15391,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14728,6 +15412,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14857,9 +15547,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14887,9 +15574,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14923,6 +15607,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14956,6 +15643,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15001,6 +15691,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15076,6 +15769,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15622,9 +16318,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15643,6 +16336,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15676,9 +16372,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15688,7 +16381,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15700,6 +16393,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15763,6 +16459,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15883,6 +16582,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15910,15 +16615,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16156,6 +16936,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16561,6 +17344,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16876,9 +17680,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16936,6 +17746,36 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17191,6 +18031,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17656,6 +18499,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17686,9 +18532,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17923,6 +18766,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17968,9 +18814,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17980,9 +18823,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18103,19 +18943,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18289,6 +19123,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18385,7 +19222,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18409,9 +19246,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18433,7 +19267,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18457,9 +19291,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18475,9 +19306,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18487,12 +19315,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18517,7 +19339,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18709,7 +19531,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18721,9 +19543,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18826,6 +19645,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18907,6 +19729,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18925,6 +19750,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18955,6 +19783,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18991,6 +19822,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19219,6 +20056,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19228,6 +20068,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19240,12 +20083,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19450,9 +20299,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20146,7 +20992,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20449,6 +21295,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20503,6 +21352,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20959,6 +21811,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21085,6 +21940,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21196,6 +22054,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21277,6 +22138,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21322,9 +22186,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21535,6 +22396,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21655,6 +22519,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21676,9 +22543,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21706,6 +22579,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21832,7 +22708,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21844,6 +22726,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21862,6 +22756,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21958,7 +22855,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21991,6 +22888,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22195,6 +23095,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22348,6 +23251,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22375,6 +23284,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22444,6 +23356,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22453,6 +23368,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22468,6 +23389,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22492,9 +23416,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22504,6 +23425,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22543,6 +23467,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22573,7 +23500,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22630,9 +23557,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22714,9 +23638,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22792,7 +23713,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22837,10 +23758,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22969,6 +23890,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23032,6 +23956,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23071,6 +24001,12 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23251,6 +24187,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23266,7 +24205,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23281,9 +24220,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23377,6 +24313,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23491,6 +24430,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23626,6 +24568,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23731,6 +24676,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23749,9 +24703,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23896,6 +24856,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23923,6 +24886,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23932,9 +24898,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23944,6 +24907,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24055,27 +25021,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24310,6 +25267,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24418,6 +25378,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24460,9 +25423,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24538,9 +25498,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24604,6 +25561,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24760,6 +25720,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24889,6 +25852,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24904,6 +25870,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24946,6 +25915,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25030,6 +26005,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25051,6 +26029,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25186,12 +26167,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25219,6 +26206,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25456,15 +26446,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25549,7 +26554,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25573,9 +26578,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25588,9 +26590,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25687,6 +26695,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25711,7 +26725,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25822,7 +26836,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25882,6 +26896,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25894,7 +26911,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25933,6 +26950,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26041,6 +27061,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26236,6 +27259,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26287,7 +27313,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26311,9 +27337,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26446,6 +27478,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26455,6 +27490,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27007,6 +28045,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27043,7 +28087,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27094,7 +28138,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27223,6 +28267,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27295,16 +28342,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27481,6 +28531,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27631,6 +28684,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27856,6 +28912,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27994,10 +29053,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28024,6 +29086,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28036,9 +29101,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28060,15 +29152,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28123,10 +29227,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28246,6 +29347,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28342,9 +29446,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28498,6 +29599,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28807,7 +29914,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28891,6 +30004,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28987,6 +30109,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29011,15 +30136,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29086,15 +30214,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29107,7 +30235,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29350,10 +30478,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29446,6 +30574,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29467,6 +30598,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29479,10 +30613,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29497,6 +30631,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29698,6 +30841,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29710,6 +30856,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29734,9 +30889,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29794,9 +30946,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29899,19 +31048,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29941,6 +31093,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29956,6 +31111,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30223,9 +31381,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30352,9 +31507,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30400,9 +31552,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30487,6 +31636,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30730,7 +31882,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30748,6 +31900,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30766,6 +31921,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30802,6 +31960,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30865,6 +32026,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31342,9 +32506,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31357,9 +32518,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31438,6 +32596,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31618,9 +32779,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31633,3 +32791,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sr_SP/gitlab.po b/locale/sr_SP/gitlab.po index 5a1ed95156c..3daac77e0d9 100644 --- a/locale/sr_SP/gitlab.po +++ b/locale/sr_SP/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sr\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:50\n" +"PO-Revision-Date: 2020-11-03 22:50\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -208,6 +208,12 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -244,12 +250,6 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -463,6 +463,18 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "%{count} more" msgstr "" @@ -505,6 +517,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -550,6 +568,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -676,9 +700,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -781,7 +802,7 @@ msgstr[2] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -799,6 +820,9 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -1018,9 +1042,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -1060,6 +1081,18 @@ msgstr[2] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1090,6 +1123,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1099,17 +1135,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1387,6 +1414,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1687,6 +1717,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1840,7 +1873,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1876,10 +1909,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1966,6 +1999,9 @@ 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 "" @@ -1990,6 +2026,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2104,6 +2143,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2113,6 +2167,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2125,12 +2185,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2185,6 +2263,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2194,6 +2275,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2239,6 +2323,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2263,6 +2350,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2272,6 +2362,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2287,22 +2380,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2368,10 +2461,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2488,6 +2581,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2497,10 +2599,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2512,19 +2614,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2539,6 +2650,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2548,7 +2665,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2566,7 +2686,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2575,6 +2695,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2641,9 +2782,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2668,6 +2806,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2689,6 +2830,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2710,12 +2854,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2764,6 +2914,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2776,9 +2929,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2806,9 +2965,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2896,9 +3061,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2971,9 +3133,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3004,9 +3163,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -3031,6 +3187,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -3055,9 +3214,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -3073,6 +3229,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3406,6 +3565,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3655,6 +3817,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3901,7 +4066,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3922,6 +4108,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3940,6 +4129,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3997,9 +4189,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -4081,6 +4270,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4165,6 +4360,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4216,12 +4423,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4240,6 +4456,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4252,6 +4471,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4396,6 +4618,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4432,9 +4657,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4465,7 +4702,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4648,6 +4885,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5059,6 +5299,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5242,9 +5485,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5263,9 +5503,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5374,6 +5611,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5398,7 +5638,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5425,6 +5665,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5608,6 +5851,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5665,9 +5911,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5923,9 +6166,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5941,9 +6181,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -6010,9 +6247,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -6079,9 +6313,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6148,9 +6379,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6211,6 +6439,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6295,6 +6526,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6436,9 +6670,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6550,9 +6781,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6865,7 +7093,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6916,6 +7144,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6985,6 +7216,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7363,6 +7597,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7423,6 +7660,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7432,6 +7672,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7465,6 +7708,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7714,6 +7960,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7807,6 +8056,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -8059,6 +8311,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8116,6 +8371,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8155,6 +8419,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8176,6 +8446,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8203,15 +8479,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8227,6 +8503,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8266,6 +8545,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8278,6 +8560,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8287,6 +8575,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8443,9 +8734,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8455,6 +8743,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8470,9 +8761,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8494,6 +8782,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8557,12 +8848,18 @@ 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 "" @@ -8614,18 +8911,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8704,9 +9010,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8872,6 +9175,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8920,6 +9229,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -9091,6 +9403,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9142,7 +9475,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9292,6 +9625,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9301,6 +9637,9 @@ 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 "" @@ -9322,6 +9661,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9349,9 +9691,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9520,15 +9859,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9601,6 +9949,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9742,6 +10093,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9769,7 +10126,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9814,6 +10183,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9841,7 +10213,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10603,12 +10978,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10639,6 +11020,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10714,6 +11098,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10816,6 +11203,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10879,6 +11269,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10891,6 +11284,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -11029,6 +11425,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -11059,6 +11467,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -11110,6 +11521,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11176,10 +11590,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11194,6 +11611,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11212,9 +11632,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11230,15 +11647,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11248,6 +11665,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11305,12 +11725,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11335,6 +11761,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11398,6 +11827,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11431,9 +11863,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11443,9 +11872,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11500,7 +11935,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -12046,7 +12481,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12067,6 +12502,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -12103,9 +12541,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12130,6 +12565,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12442,6 +12883,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12547,7 +12991,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12706,6 +13150,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12715,6 +13165,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12760,12 +13213,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12778,6 +13249,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12790,6 +13264,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12814,6 +13291,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13225,6 +13705,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13279,9 +13762,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13294,7 +13774,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13402,6 +13882,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13426,9 +13909,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13450,10 +13930,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13537,6 +14017,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13657,6 +14140,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13717,6 +14206,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13726,12 +14218,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13741,6 +14239,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13753,6 +14275,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13828,27 +14353,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13867,6 +14398,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13897,6 +14431,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13906,12 +14485,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13945,6 +14542,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13960,37 +14560,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13999,6 +14620,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -14023,9 +14647,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14125,25 +14746,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14191,6 +14812,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14239,6 +14914,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14455,6 +15133,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14710,6 +15391,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14728,6 +15412,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14857,9 +15547,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14887,9 +15574,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14923,6 +15607,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14956,6 +15643,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -15001,6 +15691,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -15076,6 +15769,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15622,9 +16318,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15643,6 +16336,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15676,9 +16372,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15688,7 +16381,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15700,6 +16393,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15763,6 +16459,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15883,6 +16582,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15910,15 +16615,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16156,6 +16936,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16561,6 +17344,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16876,9 +17680,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16936,6 +17746,36 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17191,6 +18031,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17656,6 +18499,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17686,9 +18532,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17923,6 +18766,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17968,9 +18814,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17980,9 +18823,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18103,19 +18943,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18289,6 +19123,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18385,7 +19222,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18409,9 +19246,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18433,7 +19267,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18457,9 +19291,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18475,9 +19306,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18487,12 +19315,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18517,7 +19339,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18709,7 +19531,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18721,9 +19543,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18826,6 +19645,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18907,6 +19729,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18925,6 +19750,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18955,6 +19783,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18991,6 +19822,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19219,6 +20056,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19228,6 +20068,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19240,12 +20083,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19450,9 +20299,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20146,7 +20992,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20449,6 +21295,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20503,6 +21352,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20959,6 +21811,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -21085,6 +21940,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21196,6 +22054,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21277,6 +22138,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21322,9 +22186,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21535,6 +22396,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21655,6 +22519,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21676,9 +22543,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21706,6 +22579,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21832,7 +22708,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21844,6 +22726,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21862,6 +22756,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21958,7 +22855,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21991,6 +22888,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22195,6 +23095,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22348,6 +23251,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22375,6 +23284,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22444,6 +23356,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22453,6 +23368,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22468,6 +23389,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22492,9 +23416,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22504,6 +23425,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22543,6 +23467,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22573,7 +23500,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22630,9 +23557,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22714,9 +23638,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22792,7 +23713,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22837,10 +23758,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22969,6 +23890,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23032,6 +23956,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23071,6 +24001,12 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23251,6 +24187,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23266,7 +24205,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23281,9 +24220,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23377,6 +24313,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23491,6 +24430,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23626,6 +24568,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23731,6 +24676,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23749,9 +24703,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23896,6 +24856,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23923,6 +24886,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23932,9 +24898,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23944,6 +24907,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -24055,27 +25021,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24310,6 +25267,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24418,6 +25378,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24460,9 +25423,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24538,9 +25498,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24604,6 +25561,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24760,6 +25720,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24889,6 +25852,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24904,6 +25870,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24946,6 +25915,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -25030,6 +26005,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -25051,6 +26029,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25186,12 +26167,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25219,6 +26206,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25456,15 +26446,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25549,7 +26554,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25573,9 +26578,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25588,9 +26590,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25687,6 +26695,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25711,7 +26725,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25822,7 +26836,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25882,6 +26896,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25894,7 +26911,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25933,6 +26950,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -26041,6 +27061,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26236,6 +27259,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26287,7 +27313,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26311,9 +27337,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26446,6 +27478,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26455,6 +27490,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27007,6 +28045,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -27043,7 +28087,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -27094,7 +28138,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27223,6 +28267,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27295,16 +28342,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27481,6 +28531,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27631,6 +28684,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27856,6 +28912,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27994,10 +29053,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28024,6 +29086,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28036,9 +29101,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -28060,15 +29152,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28123,10 +29227,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28246,6 +29347,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28342,9 +29446,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28498,6 +29599,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28807,7 +29914,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28891,6 +30004,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28987,6 +30109,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29011,15 +30136,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29086,15 +30214,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -29107,7 +30235,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29350,10 +30478,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29446,6 +30574,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29467,6 +30598,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29479,10 +30613,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29497,6 +30631,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29698,6 +30841,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29710,6 +30856,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29734,9 +30889,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29794,9 +30946,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29899,19 +31048,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29941,6 +31093,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29956,6 +31111,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30223,9 +31381,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30352,9 +31507,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30400,9 +31552,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30487,6 +31636,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30730,7 +31882,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30748,6 +31900,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30766,6 +31921,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30802,6 +31960,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30865,6 +32026,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31342,9 +32506,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31357,9 +32518,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31438,6 +32596,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31618,9 +32779,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31633,3 +32791,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sv_SE/gitlab.po b/locale/sv_SE/gitlab.po index 93e28b8a8d9..bc5e87bc27e 100644 --- a/locale/sv_SE/gitlab.po +++ b/locale/sv_SE/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sv-SE\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:51\n" +"PO-Revision-Date: 2020-11-03 22:51\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/sw_KE/gitlab.po b/locale/sw_KE/gitlab.po index 82de5bbebf3..c2a03296f39 100644 --- a/locale/sw_KE/gitlab.po +++ b/locale/sw_KE/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: sw\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/tr_TR/gitlab.po b/locale/tr_TR/gitlab.po index 1e89acbf717..321e0bed2d5 100644 --- a/locale/tr_TR/gitlab.po +++ b/locale/tr_TR/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: tr\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:48\n" +"PO-Revision-Date: 2020-11-03 22:48\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "%d başarısız" msgstr[1] "%d başarısız" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d sabit test sonucu" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "Bu grupta %d sorun" msgstr[1] "Bu grupta %d sorun" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d sorun seçili" -msgstr[1] "%d sorun seçili" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "%d sorun etiketle başarıyla içe aktarıldı" @@ -407,6 +407,16 @@ msgstr "%{name} kişisinden %{count} onay" msgid "%{count} files touched" msgstr "%{count} dosyaya dokunuldu" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "%{count} daha" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "%{host} yeni konumdan oturum açma" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "%{namespace_name} artık salt okunur. Şunları yapamazsınız: %{base_message}" - msgid "%{name} contained %{resultsString}" msgstr "%{name} %{resultsString} ifadesini içeriyor" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -947,9 +969,6 @@ msgstr "(ilerlemeyi kontrol et)" msgid "(deleted)" msgstr "(silindi)" -msgid "(external source)" -msgstr "(dış kaynak)" - msgid "(line: %{startLine})" msgstr "(satır: %{startLine})" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "+%{approvers} onaylayan daha" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+%{tags} daha fazla" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "- daha az göster" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "0 bayt" @@ -1025,15 +1059,8 @@ msgstr "Sınırsız için 0" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type} ek" -msgstr[1] "%{count} %{type} ek" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} değişiklik" -msgstr[1] "%{count} %{type} değişiklik" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "API Yardımı" @@ -1595,6 +1625,9 @@ msgstr "Tablo ekle" msgid "Add a task list" msgstr "Görev listesi ekle" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Tüm e-posta iletişiminde görünecek ek metin ekleyin. %{character_limit} karakter sınırı" @@ -1748,8 +1781,8 @@ msgstr "%{epic_ref} alt epik olarak eklendi." msgid "Added %{label_references} %{label_text}." msgstr "%{label_references} %{label_text} eklendi." -msgid "Added a To Do." -msgstr "Yapılacaklar listesi eklendi." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "Epiğe bir sorun eklendi." @@ -1784,12 +1817,12 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "%{labels} %{label_text} ekler." -msgid "Adds a To Do." -msgstr "Yapılacaklar listesi ekler." - msgid "Adds a Zoom meeting" msgstr "Zoom toplantısı ekler" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "Epiğe bir sorun ekler." @@ -1874,6 +1907,9 @@ 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" @@ -1898,6 +1934,9 @@ msgstr "İşleri durdurma başarısız oldu" msgid "AdminArea|Total users" msgstr "Toplam kullanıcı" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "Kullanıcı istatistikleri" @@ -2012,6 +2051,21 @@ msgstr "SSH Anahtarları" msgid "AdminStatistics|Snippets" msgstr "Parçacıklar" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA Devre dışı" @@ -2021,6 +2075,12 @@ msgstr "2FA Etkin" msgid "AdminUsers|Access" msgstr "Erişim" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Etkin" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Yöneticiler" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Engelle" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Kullanıcıyı engelle" @@ -2093,6 +2171,9 @@ msgstr "Koltuğu kullanıyor" msgid "AdminUsers|It's you!" msgstr "Bu sensin!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Yeni kullanıcı" @@ -2102,6 +2183,9 @@ msgstr "Kullanıcı bulunamadı" msgid "AdminUsers|Owned groups will be left" msgstr "Sahip olunan gruplar bırakılacak" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "Kişisel projeler bırakılacak" @@ -2147,6 +2231,9 @@ msgstr "Kullanıcı slash komutlarını kullanamayacak" msgid "AdminUsers|The user will not receive any notifications" msgstr "Kullanıcı herhangi bir bildirim almayacak" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Onaylamak için, %{projectName} yazın" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "Yönetim" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Gelişmiş" @@ -2195,23 +2288,23 @@ msgstr "Gelişmiş Ayarlar" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Gelişmiş izinler, Büyük Dosya Depolama ve İki Adımlı Kimlik Doğrulama ayarları." -msgid "Advanced search functionality" -msgstr "Gelişmiş arama işlevi" - msgid "After a successful password update you will be redirected to login screen." msgstr "Başarılı bir şifre güncellemesinden sonra giriş ekranına yönlendirileceksiniz." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Başarılı bir şifre güncellemesinden sonra, yeni şifrenizle giriş yapabileceğiniz giriş sayfasına yönlendirileceksiniz." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." -msgstr "Bundan sonra, birleştirme onaylarını veya epikleri ve diğer birçok özelliği kullanamazsınız." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." +msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." -msgstr "Bundan sonra, birleştirme onaylarını veya epikleri ve birçok güvenlik özelliğini kullanamazsınız." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." +msgstr "" msgid "Alert" msgid_plural "Alerts" @@ -2275,12 +2368,12 @@ msgstr "Olaylar" msgid "AlertManagement|High" msgstr "Yüksek" +msgid "AlertManagement|Incident" +msgstr "" + msgid "AlertManagement|Info" msgstr "Bilgi" -msgid "AlertManagement|Issue" -msgstr "Sorun" - msgid "AlertManagement|Key" msgstr "" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "API URL" @@ -2404,10 +2506,10 @@ msgstr "Etkin" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "Kopyala" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" -msgstr "Genel" - -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|HTTP endpoint" +msgstr "" + +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "Uyarılar" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "Algoritma" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "Tüm konular çözüldü" -msgid "All users" -msgstr "Tüm kullanıcılar" - msgid "All users must have a name." msgstr "Tüm kullanıcıların bir adı olmalıdır." @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Bu gruptaki projelerin Git LFS'yi kullanmasına izin verin" @@ -2596,6 +2737,9 @@ msgstr "Sistem kancalarından yerel ağa gelen isteklere izin ver" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Bu anahtarın depoya yollanmasına izin verilsin mi? (Varsayılan yalnızca alma erişimine izin verir.)" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "İzin verilmedi" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Kubernetes kümelerini eklemeye ve yönetmenize olanak tanır." @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "%{project_path} dizininde bir alarm tetiklendi." @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Bir hata oluştu" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "Proje yazarları alınırken bir hata oluştu." msgid "An error occurred previewing the blob" msgstr "Blob datanın öngösteriminde, bir hata meydana geldi" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" 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 weight" msgstr "Sorun ağırlığı güncellenirken bir hata oluştu" @@ -2803,9 +2968,6 @@ msgstr "Terraform raporu alınırken bir hata oluştu." msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Pano listeleri alınırken bir hata oluştu. Lütfen tekrar deneyin." @@ -2878,9 +3040,6 @@ msgstr "Sorunlar yüklenirken bir sorun oluştu" msgid "An error occurred while loading merge requests." msgstr "Birleştirme istekleri yüklenirken bir hata oluştu." -msgid "An error occurred while loading milestones" -msgstr "Dönüm noktaları yüklenirken bir hata oluştu" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "Birleştirme isteği yüklenirken bir hata oluştu." msgid "An error occurred while loading the pipelines jobs." msgstr "İş hattı işleri yüklenirken bir hata oluştu." -msgid "An error occurred while loading the subscription details." -msgstr "Abonelik ayrıntıları yüklenirken bir hata oluştu." - msgid "An error occurred while making the request." msgstr "Talep edilirken bir hata oluştu." @@ -2938,6 +3094,9 @@ msgstr "Önizleme yayını iletisi oluşturulurken bir hata oluştu" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "Sorunları yeniden sıralarken bir hata oluştu." @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "Vekiller kaydedilirken bir hata oluştu" -msgid "An error occurred while searching for milestones" -msgstr "Dönüm noktaları aranırken bir hata oluştu" - msgid "An error occurred while subscribing to notifications." msgstr "Bildirimlere abone olunurken bir hata oluştu." @@ -2980,6 +3136,9 @@ msgstr "Bildirim aboneliği iptal edilirken bir hata oluştu." msgid "An error occurred while updating approvers" msgstr "Onaylama sırasında güncelleme yapılırken bir hata oluştu" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "Arşiv işleri" msgid "Archive project" msgstr "Projeyi arşivle" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "Arşivlenmiş" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "%{assignee_name} kişisine atandı." +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Bana atanan" @@ -3801,8 +3966,29 @@ msgstr "Önceden tanımlanmış bir CI / CD yapılandırmasına göre uygulaman msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "%{link_to_documentation} adresinden daha fazla bilgi edinin" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" -msgstr "Otomatik DevOps iş hattı etkinleştirildi ve alternatif bir CI yapılandırma dosyası bulunmazsa kullanılacak. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Otomatik tamamla" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "Let's Encrypt kullanarak otomatik sertifika yönetimi" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "Not" msgid "Available" msgstr "Kullanılabilir" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "Rozet resim bağlantısı" msgid "Badges|Badge image preview" msgstr "Rozet resmi önizlemesi" -msgid "Badges|Delete badge" -msgstr "Rozeti sil" - msgid "Badges|Delete badge?" msgstr "Rozet silinsin mi?" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Dikkatli olun. Projenin isim alanını değiştirmek, istenmeyen yan etkilere neden olabilir." @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "Yükselt" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "Genişlet" msgid "Boards|View scope" msgstr "Kapsamı görüntüle" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "Bu projenin deposunda %{branchName} dalı bulunamadı." msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "proje ayarları" msgid "Branches|protected" msgstr "korumalı" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "Dahili" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "%{user_name} tarafından" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "Alt epik mevcut değil." msgid "Child epic doesn't exist." msgstr "Alt epik mevcut değil." +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "Tüm ortamlar" msgid "CiVariable|Create wildcard" msgstr "Joker oluştur" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Değişkenler kaydedilirken hata oluştu" - msgid "CiVariable|Masked" msgstr "Maskeli" @@ -5163,9 +5403,6 @@ msgstr "Maskelemeyi aç/kapat" msgid "CiVariable|Toggle protected" msgstr "Korumayı aç/kapat" -msgid "CiVariable|Validation failed" -msgstr "Doğrulama başarısız" - msgid "Classification Label (optional)" msgstr "Sınıflandırma Etiketi (isteğe bağlı)" @@ -5274,6 +5511,9 @@ msgstr "%{tabname} sekmesini kapat" msgid "Close epic" msgstr "Epiği kapat" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Dönüm noktasını kapat" @@ -5298,8 +5538,8 @@ msgstr "Kapalı sorunlar" msgid "Closed this %{quick_action_target}." msgstr "%{quick_action_target} kapatıldı." -msgid "Closed: %{closedIssuesCount}" -msgstr "Kapatıldı: %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "%{quick_action_target} bunu kapatır." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "Bölgeler yükleniyor" - msgid "ClusterIntegration|Loading VPCs" msgstr "VPC'ler yükleniyor" @@ -5910,9 +6147,6 @@ msgstr "Proje bulunamadı" msgid "ClusterIntegration|No projects matched your search" msgstr "Aramanız ile eşleşen bir proje yok" -msgid "ClusterIntegration|No region found" -msgstr "Bölge bulunamadı" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Bölge" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Kubernetes küme bütünleşmesini kaldır" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "Projeleri ara" -msgid "ClusterIntegration|Search regions" -msgstr "Bölgeleri ara" - msgid "ClusterIntegration|Search security groups" msgstr "Güvenlik gruplarını ara" @@ -6111,6 +6339,9 @@ msgstr "Seçili alan için proje seç" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Alan seç" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "Bir bölge seçin" - msgid "ClusterIntergation|Select a security group" msgstr "Bir güvenlik grubu seçin" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "Çok yakında" - 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'" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "Bağlantı zaman aşımına uğradı" msgid "Connection timeout" msgstr "Bağlantı zaman aşımı" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Yükseltmek için satıcı ile iletişim kurun" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "Sohbet takma adı %{chat_name} silinemedi." msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "Ülke" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "Oluşturulma tarihi" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Oluşturulma tarihi:" @@ -7702,6 +7951,9 @@ msgstr "Özel CI yapılandırma yolu" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Özel ana bilgisayar adı (özel işleme e-postaları için)" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Veri hala hesaplanıyor..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "Veri kaynağı adı bulunamadı" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "Yorumu sil" -msgid "Delete Snippet" -msgstr "Parçacığı Sil" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "Panoyu sil" @@ -8364,9 +8655,6 @@ msgstr "Etiketi sil" msgid "Delete label: %{label_name} ?" msgstr "%{label_name} etiketi silinsin mi?" -msgid "Delete list" -msgstr "Listeyi sil" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "Kod parçacığı silinsin mi?" msgid "Delete source branch" msgstr "Kaynak dalı sil" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Bu eki sil" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Lisans" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "Açıklama" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Bir daha gösterme" @@ -9236,9 +9578,6 @@ msgstr "Farklı indir" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "Varlığı indir" - msgid "Download codes" msgstr "Kodları indir" @@ -9407,15 +9746,24 @@ msgstr "Genel dağıtım anahtarını düzenle" msgid "Edit stage" msgstr "Aşamayı düzenle" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "Bu sürümü düzenle" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Viki sayfasını düzenle" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "Bir konudaki en son yorumunu düzenle (boş bir metin alanından)" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "%{timeago} düzenlendi" @@ -9488,6 +9836,9 @@ msgstr "E-posta gönderildi" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "E-postalarda üstbilgi ve altbilgiyi etkinleştir" msgid "Enable integration" msgstr "Entegrasyonu etkinleştir" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "Bakım modunu etkinleştir" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "Birleştirme işlemleri hariç tutuluyor. 6,000 işlem ile sınırlı." +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "Onaylayanları genişlet" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "Dışa aktarma sorunları" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Projeyi dışa aktar" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "İlgili dalların yüklenmesi başarısız oldu" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Tüm Ortamlar)" @@ -10945,6 +11353,9 @@ msgstr "Yapılandır" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Özellik bayrağı oluştur" @@ -10996,6 +11407,9 @@ msgstr "Özellik bayrağı %{name} kaldırılacak. Emin misiniz?" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "Kullanıcı listeleri geri alınırken bir hata oluştu" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "Liste" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "Bir kullanıcı listesi seçin" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "Yapılandırılmış kullanıcı listesi yok" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "Şub" @@ -11191,12 +11611,18 @@ msgstr "Dosya şablonları" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Dosyalar" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "Git revizyonuna göre filtrele" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "Etikete göre filtrele" @@ -11284,6 +11713,9 @@ msgstr "Süzgeç..." msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "İlk Görülme" @@ -11329,9 +11758,15 @@ msgstr "Haftanın ilk günü" msgid "First name" msgstr "Ad" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Düzeltilme zamanı" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git sürümü" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "Projelerinize gidin" msgid "Go to your snippets" msgstr "Parçacıklarınıza gidin" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "Google Cloud Platformu" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "Grup profil resmi" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "Aramanızı genişletmek için süzgeçleri değiştirin veya kaldırın; %{startDate} - %{endDate}." +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "SAML Response XML'ini Kopyala" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "NameID" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Geçmiş" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,8 +13658,8 @@ msgstr "Şifremi unuttum" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "Let's Encrypt %{link_start}Hizmet Şartları%{link_end}nı okudum ve kabul ediyorum (PDF)" -msgid "I'd like to receive updates via email about GitLab" -msgstr "GitLab ile ilgili e-posta yoluyla güncellemeler almak istiyorum" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Proje üyelerini içe aktar" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "Bir alıntı ekle" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "Kod ekle" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "Öneri ekle" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Görüşler" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,38 +14441,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" msgstr "Standart" +msgid "Integrations|To keep this project going, create a new issue." +msgstr "" + +msgid "Integrations|Update your projects on Packagist, the main Composer repository" +msgstr "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "Dahili" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Dahili - Projeye giriş yapan herhangi bir kullanıcı tarafından erişilebilir." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Aralık Deseni" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "Üye davet et" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "Sorun Panoları" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "Oca" msgid "January" msgstr "Ocak" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "Klavye kısayolları" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "Etiket Tanıtımı" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "Dil" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "Son Erişim Tarihi" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "Son İş Hattı" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "Soyadı" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Son cevap:" @@ -14836,6 +15523,9 @@ msgstr "Son güncelleme" msgid "Last used" msgstr "Son kullanılan" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Son kullanım:" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "Daha fazlasını öğrenin" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Otomatik DevOps hakkında daha fazla bilgi edinin" @@ -14956,6 +15649,9 @@ msgstr "\"Dosya türü\" ve \"Teslim yöntemi\" seçeneklerini varsayılan değe msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "Mar" msgid "March" msgstr "Mart" -msgid "Mark To Do as done" -msgstr "Yapılacakları yapıldı olarak işaretle" - msgid "Mark as done" msgstr "Bitti olarak işaretle" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Biçimlendirme" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "Yapılacaklar yapıldı olarak işaretlendi." - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,8 +16254,8 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." -msgstr "Yapılacakları yapıldı olarak işaretler." +msgid "Marked to do as done." +msgstr "" msgid "Marks this %{noun} as Work In Progress." msgstr "" @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "Üye kilidi" msgid "Member since %{date}" msgstr "%{date} tarihinden beri üye" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Üyeler" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "Bu birleştirme isteği birleştirildi." +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "Yeni" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Yeni Uygulama" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "Yok" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "Yeterli veri yok" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,21 +18810,15 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "Projeleri aç" - msgid "Open raw" msgstr "Ham olarak aç" msgid "Open sidebar" msgstr "Kenar çubuğunu aç" -msgid "Open: %{openIssuesCount}" +msgid "Open: %{open}" msgstr "" -msgid "Open: %{open} • Closed: %{closed}" -msgstr "Açık: %{open} • Kapalı: %{closed}" - msgid "Opened" msgstr "Açıldı" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "Başarı oranı:" msgid "PipelineCharts|Successful:" msgstr "Başarılı:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Toplam:" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "Daha fazla dakika satın al" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "Güncellenmiş durumu göstermek için bir saniye içinde yenilenecek..." @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "Bitiş tarihini kaldırır." msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "Epiği yeniden aç" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "Depo Grafiği" msgid "Repository Settings" msgstr "Depo Ayarları" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "SSH ana bilgisayar anahtarları" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Cumartesi" @@ -22330,6 +23249,9 @@ msgstr "Değişiklikleri Kaydet" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "İş hattı takvimini kaydet" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Değişkenleri kaydet" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Yeni bir iş hattını zamanla" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "Ara" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "Çatalları ara" -msgid "Search groups" -msgstr "Grupları ara" - msgid "Search merge requests" msgstr "Birleştirme isteklerini arayın" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "İçe aktarmak istediğiniz projeleri seçin." msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "Özel proje şablonu kaynak grubunu seçin." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "Konuları virgüllerle ayırın." msgid "September" msgstr "Eylül" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "Hizmet Şablonları" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "Oturum süresi (dakika)" @@ -23477,6 +24416,9 @@ msgstr "Yeni şifre ayarla" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "Paylaşılan projeler" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Tüm üyeleri göster" @@ -23745,6 +24702,9 @@ msgstr "Oturum aç / Kayıt ol" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Akıllı kart kullanarak oturum açın" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "Oturum açma kısıtlamaları" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Kayıt kısıtlamaları" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "Oturum açıldı:" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "%{authentication} doğrulama ile giriş yapıldı" @@ -23904,27 +24867,18 @@ msgstr "Gösterilecek parçacık yok." msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "Erişim seviyesi, artan" msgid "SortOptions|Access level, descending" msgstr "Erişim seviyesi, azalan" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Oluşturulma tarihi" @@ -24267,6 +25224,9 @@ msgstr "Son giriş" msgid "SortOptions|Recently starred" msgstr "Yakınlarda yıldızlanan" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Boyut" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Kaynak kodu" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "Yıldızlar" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "Durum" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Durum:" @@ -24738,6 +25698,9 @@ msgstr "Spam olarak gönder" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "Geri bildirim gönder" @@ -24753,6 +25716,9 @@ msgstr "Aramayı gönder" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "Abonelik başarıyla oluşturuldu." msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Fatura" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "Başarıyla engellendi" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "Sistem" @@ -25068,6 +26052,9 @@ msgstr "Sistem metrikleri (Özel)" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "Teşekkürler! Bu mesajı tekrar gösterme" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "Yol haritası, epiklerinizin bir zaman çizelgesi boyunca ilerlemesini gösterir" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "Bu işlem veri kaybına yol açabilir. Yanlışlıkla yapılacak işleml msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "Bu, hesabınıza giriş yaptığınız cihazların listesidir. Tanımad msgid "This is a security log of important events involving your account." msgstr "Bu, hesabınızla ilgili önemli olayların bir güvenlik günlüğüdür." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "Bu sizin mevcut oturumunuz" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "şimdi" msgid "Timeago|right now" msgstr "hemen şimdi" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Zaman aşımı" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "İfade ödülünü aç/kapat" msgid "Toggle navigation" msgstr "Gezinmeyi aç/kapat" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Kenar çubuğunu aç/kapat" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "Toplam: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "Kapat" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "Kullanım istatistikleri" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "İş hatları" msgid "UsageQuota|Purchase more storage" msgstr "Daha fazla depolama alanı satın al" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "Depolar" @@ -27878,9 +28940,36 @@ msgstr "Parçacıklar" msgid "UsageQuota|Storage" msgstr "Depolama" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "Bu isim alanının paylaşılan çalıştırıcıları kullanan projeleri yok" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "Sınırsız" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Kullanım tarihi:" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Viki" msgid "UsageQuota|Wikis" msgstr "Viki" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "Kullandığınız: %{usage} %{limit}" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "Kullanıcı Kimlikleri" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "Suistimal için zaten rapor edildi" msgid "UserProfile|Blocked user" msgstr "Engellenmiş kullanıcı" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Katıldığı projeler" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "Kullanıcı adı ya da e-posta" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "Epik kaldırma yolunu belirleyemedik" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "İzinleriniz yok" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "Gruplarınız" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "Projelerinizin Etkinliği" msgid "Your Public Email will be displayed on your public profile." msgstr "Herkese açık e-postanız, herkese açık profilinizde gösterilecektir." +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "dal adı" msgid "by" msgstr "tarafından" -msgid "by %{user}" -msgstr "%{user} tarafından" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "Raporun tamamını görüntüle" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,8 +31711,8 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." -msgstr "etkinleştirildi." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "çok uzun (en fazla 100 giriş)" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "eksik" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "hızlı işlemler" @@ -31184,9 +32342,6 @@ msgstr "kayıt ol" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "%{time} yayınlandı" - msgid "remaining" msgstr "kalan" @@ -31264,6 +32419,9 @@ msgstr "daha az göster" msgid "sign in" msgstr "oturum aç" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "sırala:" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "viki sayfası" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "%{additions} ekleme, %{deletions} silme ile." @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "yaml geçersiz" +msgid "your settings" +msgstr "" + diff --git a/locale/uk/gitlab.po b/locale/uk/gitlab.po index 1d5c6c6b36e..e50f03847fa 100644 --- a/locale/uk/gitlab.po +++ b/locale/uk/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: uk\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:45\n" +"PO-Revision-Date: 2020-11-03 22:45\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -79,21 +79,21 @@ msgid "\"%{path}\" did not exist on \"%{ref}\"" msgstr "\"%{path}\" не існував у \"%{ref}\"" msgid "\"el\" parameter is required for createInstance()" -msgstr "" +msgstr "Параметр \"el\" необхідний для createInstance()" msgid "%d Approval" msgid_plural "%d Approvals" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d Затвердження" +msgstr[1] "%d Затвердження" +msgstr[2] "%d Затверджень" +msgstr[3] "%d Затверджень" msgid "%d Package" msgid_plural "%d Packages" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d пакет" +msgstr[1] "%d пакета" +msgstr[2] "%d пакетів" +msgstr[3] "%d пакетів" msgid "%d Scanned URL" msgid_plural "%d Scanned URLs" @@ -231,6 +231,13 @@ msgstr[1] "%d невдалих" msgstr[2] "%d невдалих" msgstr[3] "%d невдалих" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d виправлений результат тесту" @@ -273,13 +280,6 @@ msgstr[1] "%d задачі в цій групі" msgstr[2] "%d задач в цій групі" msgstr[3] "%d задач в цій групі" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "%d вибрана задача" -msgstr[1] "%d вибрані задачі" -msgstr[2] "%d вибраних задач" -msgstr[3] "%d вибраних задач" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -338,10 +338,10 @@ msgstr[3] "ще %d коментарів" msgid "%d open issue" msgid_plural "%d open issues" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "%d відкрита задача" +msgstr[1] "%d відкриті задачі" +msgstr[2] "%d відкритих задач" +msgstr[3] "%d відкритих задач" msgid "%d pending comment" msgid_plural "%d pending comments" @@ -519,6 +519,20 @@ msgstr "%{count} схвалень від %{name}" msgid "%{count} files touched" msgstr "%{count} файлів змінено" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "%{count} more" msgstr "%{count} більше" @@ -563,6 +577,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- подія у Sentry: %{errorUrl}- Вперше помічено: %{firstSeen}- Востаннє помічено: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -608,6 +628,12 @@ msgstr "%{group_name} використовує облікові записи к msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "вхід на %{host} з нового розташування" @@ -734,9 +760,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "%{namespace_name} тепер лише для читання. Ви не можете: %{base_message}" - msgid "%{name} contained %{resultsString}" msgstr "%{name} містить %{resultsString}" @@ -844,7 +867,7 @@ msgstr[3] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -864,6 +887,9 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -1089,9 +1115,6 @@ msgstr "(перевірити прогрес)" msgid "(deleted)" msgstr "(видалено)" -msgid "(external source)" -msgstr "(зовнішнє джерело)" - msgid "(line: %{startLine})" msgstr "(рядок: %{startLine})" @@ -1132,6 +1155,18 @@ msgstr[3] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+%{tags} більше" @@ -1164,6 +1199,9 @@ msgstr "" msgid "- show less" msgstr "- показати менше" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "0 байт" @@ -1173,19 +1211,8 @@ msgstr "0 для необмеженого" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "1 %{type} доповнення" -msgstr[1] "%{count} %{type} доповнення" -msgstr[2] "%{count} %{type} доповнень" -msgstr[3] "%{count} %{type} доповнень" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "1 %{type} зміна" -msgstr[1] "%{count} %{type} зміни" -msgstr[2] "%{count} %{type} змін" -msgstr[3] "%{count} %{type} змін" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1196,10 +1223,10 @@ msgstr[3] "%d днів" msgid "1 Issue" msgid_plural "%d Issues" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "1 Задача" +msgstr[1] "%d Задачі" +msgstr[2] "%d Задач" +msgstr[3] "%d Задач" msgid "1 closed issue" msgid_plural "%{issues} closed issues" @@ -1478,6 +1505,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "Довідка API" @@ -1557,7 +1587,7 @@ msgid "Access to Pages websites are controlled based on the user's membership to msgstr "Доступ до сайтів Pages контролюється на основі належності користувача до певного проєкту. Якщо встановити цей прапорець, користувачі повинні будуть увійти в систему, щоб мати доступ до всіх сайтів Pages у вашому інстансі." msgid "AccessDropdown|Deploy Keys" -msgstr "" +msgstr "Ключі для розгортування" msgid "AccessDropdown|Groups" msgstr "Групи" @@ -1779,6 +1809,9 @@ msgstr "Додати таблицю" msgid "Add a task list" msgstr "Додати список завдань" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "Створіть додатковий текст, який буде присутній у всіх повідомленнях електронної пошти. Максимальна кількість символів — %{character_limit}" @@ -1932,8 +1965,8 @@ msgstr "Додано %{epic_ref} як дочірній епік." msgid "Added %{label_references} %{label_text}." msgstr "Додано %{label_references} %{label_text}." -msgid "Added a To Do." -msgstr "Додано нагадування." +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "Додано задачу до епіку." @@ -1968,12 +2001,12 @@ msgstr "Додає %{epic_ref} як дочірній епік." msgid "Adds %{labels} %{label_text}." msgstr "Додає %{labels} %{label_text}." -msgid "Adds a To Do." -msgstr "Додає нагадування." - msgid "Adds a Zoom meeting" msgstr "Додає Zoom-зустріч" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "Додає задачу до епіку." @@ -2020,13 +2053,13 @@ msgid "AdminArea|Bots" msgstr "Боти" msgid "AdminArea|Components" -msgstr "" +msgstr "Компоненти" msgid "AdminArea|Developer" msgstr "Розробник" msgid "AdminArea|Features" -msgstr "" +msgstr "Функції" msgid "AdminArea|Groups: %{number_of_groups}" msgstr "" @@ -2050,12 +2083,15 @@ msgid "AdminArea|Maintainer" msgstr "Керівник" msgid "AdminArea|New group" -msgstr "" +msgstr "Нова група" msgid "AdminArea|New project" -msgstr "" +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" @@ -2082,6 +2118,9 @@ msgstr "Зупинка завдань пройшла невдало" msgid "AdminArea|Total users" msgstr "Загальна кількість користувачів" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "Статистика користувачів" @@ -2196,6 +2235,21 @@ msgstr "Ключі SSH" msgid "AdminStatistics|Snippets" msgstr "Сніпети" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "2FA вимкнено" @@ -2205,6 +2259,12 @@ msgstr "2FA увімкнено" msgid "AdminUsers|Access" msgstr "Доступ" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "Активні" @@ -2217,12 +2277,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "Адміністратори" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "Заблокувати" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "Заблоквати користувача" @@ -2277,6 +2355,9 @@ msgstr "Використовує місце" msgid "AdminUsers|It's you!" msgstr "Це ви!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "Новий користувач" @@ -2286,6 +2367,9 @@ msgstr "Користувачів не знайдено" msgid "AdminUsers|Owned groups will be left" msgstr "Групи, що є у власності буде збережено" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "Персональні проєкти буде збережено" @@ -2331,6 +2415,9 @@ msgstr "Користувач не зможе використовувати ко msgid "AdminUsers|The user will not receive any notifications" msgstr "Користувач не отримуватиме сповіщень" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "Для підтвердження введіть %{projectName}" @@ -2355,6 +2442,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2364,11 +2454,14 @@ msgstr "" msgid "Administration" msgstr "Адміністрування" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "Розширений" msgid "Advanced Search" -msgstr "" +msgstr "Розширений пошук" msgid "Advanced Search with Elasticsearch" msgstr "" @@ -2379,22 +2472,22 @@ msgstr "Додаткові налаштування" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "Додаткові дозволи, сховище великих файлів (LFS) і налаштування двофакторної автентифікації." -msgid "Advanced search functionality" -msgstr "Функція розширеного пошуку" - msgid "After a successful password update you will be redirected to login screen." msgstr "Після успішного оновлення пароля ви перейдете на екран входу." msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "Після успішного оновлення паролю ви будете перенаправлені на сторінку входу, де ви зможете увійти з новим паролем." -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2461,14 +2554,14 @@ msgstr "Події" msgid "AlertManagement|High" msgstr "Високе" +msgid "AlertManagement|Incident" +msgstr "" + msgid "AlertManagement|Info" msgstr "Інформаційне" -msgid "AlertManagement|Issue" -msgstr "" - msgid "AlertManagement|Key" -msgstr "" +msgstr "Ключ" msgid "AlertManagement|Low" msgstr "Низьке" @@ -2564,7 +2657,7 @@ msgid "AlertManagement|Unknown" msgstr "Невідоме" msgid "AlertManagement|Value" -msgstr "" +msgstr "Значення" msgid "AlertManagement|View alerts in Opsgenie" msgstr "" @@ -2581,6 +2674,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2590,10 +2692,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2605,19 +2707,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2632,6 +2743,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2641,7 +2758,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2659,7 +2779,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2668,6 +2788,27 @@ msgstr "Попередження" msgid "Alerts endpoint" msgstr "Кінцева точка для попереджень" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "Алгоритм" @@ -2734,9 +2875,6 @@ msgstr "Всі сканування безпеки увімкнені, тому msgid "All threads resolved" msgstr "Усі обговорення вирішено" -msgid "All users" -msgstr "Всі користувачі" - msgid "All users must have a name." msgstr "Всі користувачі повинні мати імена." @@ -2761,6 +2899,9 @@ msgstr "Дозволити власникам керувати захистом msgid "Allow owners to manually add users outside of LDAP" msgstr "Дозволити власникам вручну додавати користувачів за межами LDAP" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "Дозволити проєктам в цій групі використовувати Git LFS" @@ -2782,6 +2923,9 @@ msgstr "Дозволити запити до локальної мережі і msgid "Allow requests to the local network from web hooks and services" msgstr "Дозволити запити до локальної мережі із вуб-хуків та сервісів" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "Дозволити цьому ключеві також відправляти зміни в репозиторій? (За замовчуванням дозволяється тільки отримувати.)" @@ -2803,12 +2947,18 @@ 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 "Встановлення дозволених доменів адрес електронної пошти допускається лише для груп найвищого рівня" msgid "Allowed to fail" msgstr "Невдача дозволена" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "Дозволяє додавати та керувати кластерами Kubernetes." @@ -2857,6 +3007,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2869,9 +3022,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "Порожнє поле Gitlab-користувача буде заповнено іменем користувача з FogBugz (наприклад \"John Smith\") в описі всіх задач та коментарів. Крім того ці задачі та коментарі будуть асоційовані з та/або призначені на автора проєкту." +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "Трапилася помилка" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2899,9 +3058,15 @@ msgstr "Сталася помилка під час завантаження а msgid "An error occurred previewing the blob" msgstr "Сталася помилка під час попереднього перегляду об'єкта" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "Виникла помилка під час зміни підписки на сповіщення" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "Збій під час оновлення ваги задачі" @@ -2989,9 +3154,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "Сталася помилка під час отримання адреси Служби підтримки." -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "Помилка при отриманні списків дошки. Будь ласка, спробуйте знову." @@ -3064,9 +3226,6 @@ msgstr "Помилка при завантаженні задач" msgid "An error occurred while loading merge requests." msgstr "Помилка при завантаженні результатів злиття." -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -3097,9 +3256,6 @@ msgstr "Помилка при завантаженні запиту на зли msgid "An error occurred while loading the pipelines jobs." msgstr "Помилка при завантаженні завдань конвеєра." -msgid "An error occurred while loading the subscription details." -msgstr "Помилка при завантаженні даних підписки." - msgid "An error occurred while making the request." msgstr "Помилка при створенні запиту." @@ -3124,6 +3280,9 @@ msgstr "Помилка при попередньому перегляді ого msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "Помилка при зміні порядку задач." @@ -3148,9 +3307,6 @@ msgstr "Помилка при збереженні статусу перевиз msgid "An error occurred while saving assignees" msgstr "Помилка при збереженні виконавців" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "Помилка при підписці на сповіщення." @@ -3166,6 +3322,9 @@ msgstr "Помилка при відписці від сповіщень." msgid "An error occurred while updating approvers" msgstr "Помилка при оновленні затверджуючих осіб" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3503,6 +3662,9 @@ msgstr "Архівувати завдання" msgid "Archive project" msgstr "Архівувати проєкт" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "Заархівовано" @@ -3753,6 +3915,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "Призначено %{assignee_name}" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "Призначено мені" @@ -4001,8 +4166,29 @@ msgstr "AutoDevOps буде автоматично збирати, тестув 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. %{more_information_link}" -msgstr "Конвеєр Auto DevOps увімкнено і буде використовуватися, якщо не знайдено жодного альтернативного файлу конфігурації CI. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "Автодоповнення" @@ -4022,6 +4208,9 @@ msgstr "Автоматичне керування сертифікатами з msgid "Automatic certificate management using Let's Encrypt" msgstr "Автоматичне керування сертифікатами за допомогою Let's Encrypt" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -4040,6 +4229,9 @@ msgstr "Примітка" msgid "Available" msgstr "Доступно" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -4097,9 +4289,6 @@ msgstr "URL-адреса зображення значка" msgid "Badges|Badge image preview" msgstr "Попередній перегляд значка" -msgid "Badges|Delete badge" -msgstr "Видалити значок" - msgid "Badges|Delete badge?" msgstr "Видалити значок?" @@ -4181,6 +4370,12 @@ msgstr "Коренева URL-адреса Bamboo, наприклад https://bam msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "Ви повинні налаштувати автоматичне встановлення міток на ревізії, а також тригер репозиторію в Bamboo." +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "Будьте обережні. Зміна простору імен проєкту може мати небажані побічні ефекти." @@ -4265,6 +4460,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "Підвищити" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Імпорт з Bitbucket Server" @@ -4316,12 +4523,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4340,6 +4556,9 @@ msgstr "Розгорнути" msgid "Boards|View scope" msgstr "Переглянути область видимості" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4352,6 +4571,9 @@ msgstr "Гілка %{branchName} відсутня в репозиторії ць msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4496,6 +4718,9 @@ msgstr "Налаштуваннях проєкту" msgid "Branches|protected" msgstr "захищена" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "Оголошення успішно створено." @@ -4532,9 +4757,21 @@ msgstr "Вбудований" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "Графік виконання" +msgid "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 "Відкрити вагу задачі" @@ -4565,7 +4802,7 @@ msgstr "Від %{user_name}" msgid "By URL" msgstr "За URL-адресою" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4748,6 +4985,9 @@ msgstr "Неможливо створити звіт про зловживанн msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -5159,6 +5399,9 @@ msgstr "Дочірній епік не існує." msgid "Child epic doesn't exist." msgstr "Дочірній епік не існує." +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5342,9 +5585,6 @@ msgstr "Всі середовища" msgid "CiVariable|Create wildcard" msgstr "Створити шаблон" -msgid "CiVariable|Error occurred while saving variables" -msgstr "Помилка при збереженні змінних" - msgid "CiVariable|Masked" msgstr "Приховано" @@ -5363,9 +5603,6 @@ msgstr "Ввімкнути/вимкнути приховування" msgid "CiVariable|Toggle protected" msgstr "Ввімкнути/вимкнути захист" -msgid "CiVariable|Validation failed" -msgstr "Перевірка невдала" - msgid "Classification Label (optional)" msgstr "Мітка класифікації (необов'язково)" @@ -5474,6 +5711,9 @@ msgstr "Закрити %{tabname}" msgid "Close epic" msgstr "Закрити епік" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "Закрити етап" @@ -5498,8 +5738,8 @@ msgstr "Закриті задачі" msgid "Closed this %{quick_action_target}." msgstr "Закрито %{quick_action_target}." -msgid "Closed: %{closedIssuesCount}" -msgstr "Закрито: %{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "Закриває %{quick_action_target}." @@ -5525,6 +5765,9 @@ msgstr "Рівень кластера" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5538,7 +5781,7 @@ msgid "ClusterAgents|Integrate with the GitLab Agent" msgstr "" msgid "ClusterAgents|Name" -msgstr "" +msgstr "Ім'я" msgid "ClusterAgents|The GitLab Agent also requires %{linkStart}enabling the Agent Server%{linkEnd}" msgstr "" @@ -5708,6 +5951,9 @@ msgstr "Очистити кеш кластера" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "Проєкт управління кластером (альфа)" @@ -5765,9 +6011,6 @@ msgstr "Не вдалося завантажити типи інстансів" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "Не вдалося завантажити регіони із вашого облікового запису AWS" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "Не вдалося завантажити групи безпеки для вибраної VPC" @@ -5925,7 +6168,7 @@ msgid "ClusterIntegration|Group cluster" msgstr "Кластер групи" msgid "ClusterIntegration|HTTP Error" -msgstr "" +msgstr "Помилка HTTP" msgid "ClusterIntegration|Helm Tiller" msgstr "Helm Tiller" @@ -6023,9 +6266,6 @@ msgstr "Дізнайтеся більше про %{help_link_start_machine_type} msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "Дізнайтеся більше про %{help_link_start}зони%{help_link_end}." -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "Дізнайтеся більше про Kubernetes" @@ -6041,9 +6281,6 @@ msgstr "Завантаження ролей IAM" msgid "ClusterIntegration|Loading Key Pairs" msgstr "Завантаження пар ключів" -msgid "ClusterIntegration|Loading Regions" -msgstr "Завантаження регіонів" - msgid "ClusterIntegration|Loading VPCs" msgstr "Завантаження VPC" @@ -6110,9 +6347,6 @@ msgstr "Проектів не знайдено" msgid "ClusterIntegration|No projects matched your search" msgstr "Жоден проєкт не відповідає вашому пошуку" -msgid "ClusterIntegration|No region found" -msgstr "Регіони не знайдено" - msgid "ClusterIntegration|No security group found" msgstr "Групи безпеки не знайдно" @@ -6179,9 +6413,6 @@ msgstr "Перегляньте %{link_start}сторінку довідки%{lin msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "Регіон" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "Відалити інтеграцію із Kubernetes-кластером" @@ -6248,9 +6479,6 @@ msgstr "Пошук мереж" msgid "ClusterIntegration|Search projects" msgstr "Пошук проєктів" -msgid "ClusterIntegration|Search regions" -msgstr "Пошук регіонів" - msgid "ClusterIntegration|Search security groups" msgstr "Пошук груп безпеки" @@ -6311,6 +6539,9 @@ msgstr "Виберіть проєкт, щоб вибрати зону" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "Вибрати зону" @@ -6395,6 +6626,9 @@ msgstr "Відбувається призначення кінцевої точ msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "Проблема автентифікації у вашому кластері. Будь ласка, переконайтеся, що сертифікат CA та токен є правильними." @@ -6447,7 +6681,7 @@ msgid "ClusterIntegration|Uninstall %{appTitle}" msgstr "Видалити %{appTitle}" msgid "ClusterIntegration|Unknown Error" -msgstr "" +msgstr "Невідома помилка" msgid "ClusterIntegration|Update %{appTitle}" msgstr "" @@ -6536,9 +6770,6 @@ msgstr "Вибрати VPC" msgid "ClusterIntergation|Select a network" msgstr "Вибрати мережу" -msgid "ClusterIntergation|Select a region" -msgstr "Вибрати регіон" - msgid "ClusterIntergation|Select a security group" msgstr "Вибрати групу безпеки" @@ -6650,9 +6881,6 @@ msgstr "Ім'я хоста колектора" msgid "ComboSearch is not defined" msgstr "ComboSearch не визначено" -msgid "Coming soon" -msgstr "Незабаром" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "Розділений комами, напр. '1.1.1.1, 2.2.0/24'" @@ -6966,7 +7194,7 @@ msgstr "Confluence" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -7017,6 +7245,9 @@ msgstr "Минув час очікування підключення" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "Зверніться до відділу продажів для переходу на вищий тарифний план" @@ -7088,6 +7319,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7467,6 +7701,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "Копіювати в буфер обміну" @@ -7527,6 +7764,9 @@ msgstr "Не вдалося видалити псевдонім для чату msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "Не вдалося знайти дизайн." @@ -7536,6 +7776,9 @@ msgstr "Не вдалося знайти ітерацію" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "Не вдалося видалити тригер." @@ -7569,6 +7812,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "Не вдалося завантажити ваші дизайни, оскільки один або кілька файлів, що завантажуються, не підтримуються." +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "Країна" @@ -7819,6 +8065,9 @@ msgstr "Створено запит на злиття %{mergeRequestLink} у %{p msgid "Created on" msgstr "Створений" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "Створено:" @@ -7912,6 +8161,9 @@ msgstr "Користувацький шлях до конфігурації CI" msgid "Custom Git clone URL for HTTP(S)" msgstr "Користувацька URL-адреса для клонування Git через HTTP(S)" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "Власне ім'я хоста (для приватних повідомлень електронної пошти)" @@ -8165,6 +8417,9 @@ 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 "" + msgid "CycleAnalytics|Total days to completion" msgstr "Загальна кількість днів до завершення" @@ -8222,6 +8477,15 @@ msgstr "%{firstProject}, %{rest}, і %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "Не вдалося додати %{invalidProjects}. Ця панель керування доступна для публічних проєктів та приватних проєктів в групах із планом Silver." +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8261,6 +8525,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8282,6 +8552,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8307,10 +8583,7 @@ msgid "DastProfiles|No profiles created yet" msgstr "" msgid "DastProfiles|Passive" -msgstr "" - -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" +msgstr "Пасивний" msgid "DastProfiles|Please enter a valid timeout value" msgstr "" @@ -8318,6 +8591,9 @@ msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8325,7 +8601,7 @@ msgid "DastProfiles|Save profile" msgstr "" msgid "DastProfiles|Scan mode" -msgstr "" +msgstr "Режим сканування" msgid "DastProfiles|Scanner Profile" msgstr "" @@ -8333,6 +8609,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8372,6 +8651,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8384,6 +8666,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8393,6 +8681,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "Дані все ще обчислюються..." +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "Ім'я джерела даних не знайдено" @@ -8430,7 +8721,7 @@ msgid "Days to merge" msgstr "Днів до злиття" msgid "Dear Administrator," -msgstr "" +msgstr "Шановний Адміністратор," msgid "Debug" msgstr "Відладка" @@ -8549,9 +8840,6 @@ msgstr "" msgid "Delete Comment" msgstr "Видалити коментар" -msgid "Delete Snippet" -msgstr "Видалити сніпет" - msgid "Delete Value Stream" msgstr "" @@ -8561,6 +8849,9 @@ msgstr "Видалити обліковий запис" msgid "Delete artifacts" msgstr "Видалити артефакти" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "Видалити дошку" @@ -8576,9 +8867,6 @@ msgstr "Видалити мітку" msgid "Delete label: %{label_name} ?" msgstr "Видалити мітку: %{label_name}?" -msgid "Delete list" -msgstr "Видалити список" - msgid "Delete pipeline" msgstr "Видалити конвеєр" @@ -8600,6 +8888,9 @@ msgstr "Видалити сніпет?" msgid "Delete source branch" msgstr "Видалити гілку-джерело" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "Видалити це вкладення" @@ -8663,12 +8954,18 @@ 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 "Залежності" @@ -8723,18 +9020,27 @@ msgstr "Експортувати як JSON" msgid "Dependencies|Job failed to generate the dependency list" msgstr "Завданню не вдалося створити список залежностей" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "Ліцензія" msgid "Dependencies|Location" msgstr "Розташування" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "Пакувальник" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "Завдання %{codeStartTag}dependency_scanning%{codeEndTag} закінчилося неуспішно і неможе згенерувати список. Будь ласка, переконайтеся, що завдання викорується належним чином і перезапустіть конвеєр." +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8816,9 +9122,6 @@ msgstr "Хід розгортання не знайдено. Щоб побачи msgid "Deploy to..." msgstr "Розгорнути на..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "Вибір за міткою %{appLabel} видалено із дошок розгортань. Для перегляду усіх інстансів на вашій дошці, ви повинні оновити chart і виконати повторне розгортання." - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8984,6 +9287,12 @@ msgstr "Розгорнуто" msgid "Deployed to" msgstr "Розгорнуто на" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "Розгортання до" @@ -9032,6 +9341,9 @@ msgstr "Опис" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "Опис оброблено за допомогою %{link_start}GitLab Flavored Markdown%{link_end}" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "Шаблони опису дозволяють визначити конкретні шаблони задач та запитів на злиття для вашого проєкту." @@ -9203,6 +9515,27 @@ msgstr "DevOps" msgid "DevOps Report" msgstr "Звіт DevOps" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "Обмеження порівняння змісту" @@ -9254,8 +9587,8 @@ msgstr "Вимкнути групові Runner'и" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" -msgstr "Вимкнути загальні Runner'и" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "Вимкнути двофакторну автентифікацію" @@ -9405,6 +9738,9 @@ msgstr "Документація" msgid "Documentation for popular identity providers" msgstr "Документація для поширених провайдерів ідентифікації" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9414,6 +9750,9 @@ 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. Користувачі повинні показати, що вони керують доменом, перш ніж його буде увімкнено" @@ -9435,6 +9774,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "Не вставляйте приватну частину GPG ключа. Вставте публічну частину, яка починається із \"-----BEGIN PGP PUBLIC KEY BLOCK-----\"." +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "Не показувати знову" @@ -9462,9 +9804,6 @@ msgstr "Завантажити як" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "Завантажити ресурс" - msgid "Download codes" msgstr "Завантажити коди" @@ -9633,15 +9972,24 @@ msgstr "Редагувати публічний ключ для розгорта msgid "Edit stage" msgstr "Редагувати стадію" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "Редагувати цей реліз" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "Редагувати wiki-сторінку" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "Редагувати ваш останній коментар в обговоренні (в порожньому текстовому полі)" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "Відредаговано %{timeago}" @@ -9714,6 +10062,9 @@ msgstr "Листа відправлено" msgid "Email the pipelines status to a list of recipients." msgstr "Надіслати статус конвеєра по електронній пошті списку отримувачів." +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "Схоже, що повідомлення порожнє. Переконайтеся, що ваша відповідь знаходиться на початку повідомлення, ми не можемо обробляти відповіді, що знаходяться в середині та в кінці." @@ -9855,6 +10206,12 @@ msgstr "Увімкнути заголовок та футер в електро msgid "Enable integration" msgstr "Увімкнути інтеграцію" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "Увімкнути режим обслуговування" @@ -9882,8 +10239,20 @@ msgstr "Задіяти проксі-сервер" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "Увімкнути reCAPTCHA або Akismet і встановити обмеження по IP. У випадку reCAPTCHA ми наразі підтримуємо лише %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" -msgid "Enable shared Runners" -msgstr "Увімкнути загальні Runner'и" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "Увімкнути відстеження через snowplow" @@ -9927,6 +10296,9 @@ msgstr "Увімкнення цього зробить ліцензовану ф msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "Завершується о (за Грінвічем)" @@ -9954,8 +10326,11 @@ msgstr "Введіть діапазон IP-адрес" msgid "Enter a number" msgstr "Введіть номер" -msgid "Enter a whole number between 0 and 100" -msgstr "Введіть ціле число від 0 до 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" +msgstr "" msgid "Enter at least three characters to search" msgstr "Введіть щонайменше 3 символи для пошуку" @@ -10716,12 +11091,18 @@ msgstr "Наприклад: Usage = одиночний запит. (Requested) / msgid "Except policy:" msgstr "Політика виключення:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "Без комітів злиття. Обмежено 6000 комітів." +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10752,6 +11133,9 @@ msgstr "" msgid "Expand approvers" msgstr "Розгорнути список затверджуючих осіб" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10827,6 +11211,9 @@ msgstr "Експортувати групу" msgid "Export issues" msgstr "Експортувати задачі" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "Експорт проєкту" @@ -10929,6 +11316,9 @@ msgstr "Не вдалося створити гілку для цієї зада msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "Не вдалося створити репозиторій" @@ -10992,6 +11382,9 @@ msgstr "Не вдалося завантажити мітки. Будь ласк msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "Не вдалося завантажити пов’язані гілки" @@ -11004,6 +11397,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "Не вдалося завантажити трасування стеку." +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "Не вдалося позначити цю задачу як дублікат, тому що не було знайдено задачу, на яку йде посилання." @@ -11143,6 +11539,18 @@ msgstr[1] "" msgstr[2] "" msgstr[3] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "* (Усі середовища)" @@ -11173,6 +11581,9 @@ msgstr "Налаштування" msgid "FeatureFlags|Configure feature flags" msgstr "Налаштувати перемикачі функцій" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "Створити перемикач функції" @@ -11224,6 +11635,9 @@ msgstr "Перемикач функції %{name} буде видалено. В msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "Перемикачі функцій дозволяють налаштовувати ваш код по-різному за допомогою динамічного увімкнення чи вимкнення певної функціональності." +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11290,11 +11704,14 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "Процент розгортання (за користувачами, що здійснили вхід)" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" -msgstr "Процент розгортання має бути цілим числом між 0 та 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "FeatureFlags|Protected" msgstr "Захищено" @@ -11308,6 +11725,9 @@ msgstr "Процент розгортання" msgid "FeatureFlags|Rollout Strategy" msgstr "Стратегія розгортання" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11326,9 +11746,6 @@ msgstr "Помилка при отриманні перемикачів функ msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11342,10 +11759,7 @@ msgid "FeatureFlags|User List" msgstr "" msgid "FeatureFlags|User Lists" -msgstr "" - -msgid "FeatureFlag|List" -msgstr "Список" +msgstr "Списки користувачів" msgid "FeatureFlag|Percentage" msgstr "Відсоток" @@ -11353,6 +11767,9 @@ msgstr "Відсоток" msgid "FeatureFlag|Select a user list" msgstr "Виберіть список користувачів" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11362,6 +11779,9 @@ msgstr "Тип" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "лют." @@ -11381,7 +11801,7 @@ msgid "File Hooks" msgstr "" msgid "File Hooks (%{count})" -msgstr "" +msgstr "Файлові Хуки (%{count})" msgid "File added" msgstr "Файл додано" @@ -11419,12 +11839,18 @@ msgstr "Шаблони файлів" msgid "File upload error." msgstr "Помилка завантаження файлу." +msgid "Filename" +msgstr "" + msgid "Files" msgstr "Файли" msgid "Files breadcrumb" msgstr "Навігація по файлам" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "Файли, каталоги та підмодулі у шляху %{path} для посилання на коміт %{ref}" @@ -11449,6 +11875,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "Фільтр за мітками" @@ -11512,6 +11941,9 @@ msgstr "Фільтр..." msgid "Find File" msgstr "Знайти файл" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11545,9 +11977,6 @@ msgstr "" msgid "Finished" msgstr "Завершено" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "Ім'я занадто довге (максимум — %{max_length} знаків)." - msgid "First Seen" msgstr "" @@ -11557,9 +11986,15 @@ msgstr "Перший день тижня" msgid "First name" msgstr "Ім'я" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "Перший раз знайдено" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "Дата виправлення" @@ -11614,8 +12049,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "Для внутрішніх проєктів будь-який зареєстрований користувач може переглядати конвеєри та отримати доступ до інформації про роботу (логи та артефакти)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "Для отримання додаткової інформації читайте документацію." @@ -12160,7 +12595,7 @@ msgstr "Розпочати роботу з релізами" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "Git LFS не увімкнено на цьому сервері GitLab, зверніться до адміністратора." -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -12181,6 +12616,9 @@ msgstr "Частковий (shallow) клон Git" msgid "Git strategy for pipelines" msgstr "Git стратегії для конвеєрів" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git-версія" @@ -12191,13 +12629,13 @@ msgid "GitHub import" msgstr "GitHub-імпорт" msgid "GitLab" -msgstr "" +msgstr "GitLab" msgid "GitLab / Unsubscribe" msgstr "GitLab / Скасувати підписку" msgid "GitLab API" -msgstr "" +msgstr "GitLab API" msgid "GitLab Billing Team." msgstr "" @@ -12212,14 +12650,11 @@ msgid "GitLab Issue" msgstr "" msgid "GitLab Pages" -msgstr "" +msgstr "Gitlab Pages" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "Загальні Runner'и GitLab виконують код для різних проєктів на одному і тому ж Runner, якщо ви не налаштуєте автоматичне масштабування GitLab Runner’ів за допомогою MaxBuilds 1 (як зроблено на GitLab.com)." - msgid "GitLab Shell" msgstr "" @@ -12244,6 +12679,12 @@ msgstr "Експорт GitLab" msgid "GitLab for Slack" msgstr "GitLab для Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12556,6 +12997,9 @@ msgstr "Перейти до ваших проєктів" msgid "Go to your snippets" msgstr "Перейти до ваших сніпетів" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "Google Cloud Platform" @@ -12661,8 +13105,8 @@ msgstr "URL-адреса групи" msgid "Group avatar" msgstr "Аватар групи" -msgid "Group by:" -msgstr "Групувати за:" +msgid "Group by" +msgstr "" msgid "Group description" msgstr "Опис групи" @@ -12820,6 +13264,12 @@ msgstr "Для перегляду плану-графіку, додайте да msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "Щоб розширити пошук, змініть або видаліть фільтри; від %{startDate} до %{endDate}." +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "Відбиток сертифікату" @@ -12829,6 +13279,9 @@ msgstr "Налаштування" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12874,12 +13327,30 @@ msgstr "NameID" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12892,6 +13363,9 @@ msgstr "Єдиний вхід через SAML" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "Налаштування єдиного входу через SAML" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "URL кінцевої точки SCIM API" @@ -12904,6 +13378,9 @@ msgstr "SHA1-відбиток сертифікату для підпису SAML msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "Токен SCIM зараз приховоно. Щоб знову побачити значення токена вам потрібно " +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12928,6 +13405,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "Ваш токен SCIM" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13287,7 +13767,7 @@ msgid "Hide comments on this file" msgstr "" msgid "Hide details" -msgstr "" +msgstr "Приховати подробиці" msgid "Hide file browser" msgstr "Сховати файловий менеджер" @@ -13341,6 +13821,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "Історія" @@ -13395,9 +13878,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "Проте ви вже є учасником цього %{member_source}. Увійдіть, використовуючи інший обліковий запис, щоб прийняти запрошення." -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "Я приймаю %{terms_link_start}Правила користування сервісом і політику конфіденційності%{terms_link_end}" - msgid "I accept the %{terms_link}" msgstr "Я приймаю %{terms_link}" @@ -13410,8 +13890,8 @@ msgstr "Я забув пароль" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "Я прочитав і згодені із %{link_start}умовами використання%{link_end} Let's Encrypt (PDF)" -msgid "I'd like to receive updates via email about GitLab" -msgstr "Я бажаю отримувати оновлення про GitLab по електронній пошті" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "ID" @@ -13518,6 +13998,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "Якщо це дозволено, доступ до проєктів буде перевірятися зовнішньою службою з використанням їх мітки класифікації." +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13542,9 +14025,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "Якщо ви втратите коди відновлення, ви можете створити нові, і всі попередні коди відновлення будуть недійсними." -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13566,12 +14046,12 @@ msgstr "Iгнорувати" msgid "Ignored" msgstr "" -msgid "Image Details" -msgstr "Деталі образу" - msgid "Image URL" msgstr "URL-адреса зображення" +msgid "Image details" +msgstr "" + msgid "ImageDiffViewer|2-up" msgstr "2 поруч" @@ -13655,6 +14135,9 @@ msgstr "Імпортувати кілька репозиторіїв, надіс msgid "Import project" msgstr "Імпорт проєкту" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "Імпортувати учасників проєкту" @@ -13775,6 +14258,12 @@ msgstr "Інцидент" msgid "Incident Management Limits" msgstr "Ліміти, пов’язані із Управлінням Інцидентами" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13835,6 +14324,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13844,12 +14336,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13859,6 +14357,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "Інциденти" @@ -13871,6 +14393,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "Включити угоду про надання послуг та правила конфіденційності, які повинні прийняти всі користувачі." @@ -13946,27 +14471,33 @@ msgstr "Введіть ключі хоста вручну" msgid "Input your repository URL" msgstr "Введіть ваш URL репозиторію" -msgid "Insert" -msgstr "Вставити" - msgid "Insert a code block" msgstr "Вставити блок коду" msgid "Insert a quote" msgstr "Вставити цитату" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "Вставити малюнок" msgid "Insert code" msgstr "Вставити код" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "Додати пропозицію" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "Статистика (Insights)" @@ -13985,6 +14516,9 @@ msgstr "Встановити GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "Встановити Runner на Kubernetes" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "Встановіть програмний автентифікатор, наприклад %{free_otp_link} або Google Authenticator зі свого репозиторію застосунків і використовуйте його для сканування цього QR-коду. Більш детальна інформація доступна в %{help_link_start}документації%{help_link_end}." @@ -14016,6 +14550,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "Група для адміністраторів інстансу вже існує" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -14025,10 +14604,28 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" -msgid "InstanceStatistics|Pipelines" +msgid "InstanceStatistics|No data available." msgstr "" +msgid "InstanceStatistics|Pipelines" +msgstr "Конвеєри" + msgid "InstanceStatistics|Projects" +msgstr "Проєкти" + +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" msgstr "" msgid "InstanceStatistics|Users" @@ -14064,6 +14661,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -14079,38 +14679,59 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" -msgid "Integrations|Save settings?" +msgid "Integrations|Return to GitLab for Jira" msgstr "" +msgid "Integrations|Save settings?" +msgstr "Зберегти налаштування?" + msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "Зацікавлені сторони за бажанням можуть навіть робити внески шляхом відправлення комітів." msgid "Internal" msgstr "Внутрішній" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "Внутрішня — будь-який автентифікований користувач має доступ до цієї групи та усіх її внутрішніх проєктів." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "Внутрішній — будь-який автентифікований користувач має доступ до цього проєкту." +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "" @@ -14118,6 +14739,9 @@ msgstr "" msgid "Internal users" msgstr "Внутрішні користувачі" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "Шаблон інтервалу" @@ -14137,19 +14761,16 @@ msgid "Invalid Login or password" msgstr "Неправильний логін або пароль" msgid "Invalid OS" -msgstr "" +msgstr "Неприпустима ОС" msgid "Invalid URL" msgstr "Недійсна URL адреса" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" msgid "Invalid cursor parameter" -msgstr "" +msgstr "Неправильний параметр курсору" msgid "Invalid cursor value provided" msgstr "Надано неправильне значення курсора" @@ -14200,7 +14821,7 @@ msgid "Invalid repository path" msgstr "Неправильний шлях до репозиторію" msgid "Invalid search parameter" -msgstr "" +msgstr "Недопустимий параметр пошуку" msgid "Invalid server response" msgstr "Неправильна відповідь від сервера" @@ -14244,25 +14865,25 @@ msgstr "Запросити учасника" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14310,6 +14931,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14320,7 +14995,7 @@ msgid "Invocations" msgstr "Виклики" msgid "Is blocked by" -msgstr "" +msgstr "Заблоковано користувачем" msgid "Is this GitLab trial for your company?" msgstr "" @@ -14358,6 +15033,9 @@ msgstr "" msgid "Issue Boards" msgstr "Дошки обговорення задач" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "Задачу вже переведено до епіку." @@ -14574,6 +15252,9 @@ msgstr "січ." msgid "January" msgstr "січень" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14829,6 +15510,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14847,6 +15531,12 @@ msgstr "Комбінації клавіш" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "Ключі" @@ -14976,9 +15666,6 @@ msgstr "Перенести мітку" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "і ще %{count}" - msgid "Language" msgstr "Мова" @@ -14993,23 +15680,20 @@ msgstr[2] "Останніх %d днів" msgstr[3] "Останніх %d днів" msgid "Last 2 weeks" -msgstr "" +msgstr "Останні 2 тижні" msgid "Last 30 days" -msgstr "" +msgstr "Останні 30 днів" msgid "Last 60 days" -msgstr "" +msgstr "Останні 60 днів" msgid "Last 90 days" -msgstr "" +msgstr "Останні 90 днів" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "Прізвище занадто довге (максимум — %{max_length} знаків)." - msgid "Last Pipeline" msgstr "Останній Конвеєр" @@ -15043,6 +15727,9 @@ msgstr "" msgid "Last name" msgstr "Прізвище" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "Остання відповідь від" @@ -15076,6 +15763,9 @@ msgstr "Востаннє оновленно" msgid "Last used" msgstr "Востаннє використано" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "Останнє використання:" @@ -15121,6 +15811,9 @@ msgstr "" msgid "Learn more" msgstr "Дізнатися більше" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "Дізнайтеся більше про Auto DevOps" @@ -15196,6 +15889,9 @@ msgstr "Залиште параметри \"Тип файлу\" та \"Мето msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "Let's Encrypt не приймає адрес електронної пошти з example.com" @@ -15702,7 +16398,7 @@ msgid "Manage labels" msgstr "Керувати мітками" msgid "Manage milestones" -msgstr "" +msgstr "Управління етапами" msgid "Manage project labels" msgstr "Керування мітками проєкту" @@ -15749,9 +16445,6 @@ msgstr "бер." msgid "March" msgstr "березень" -msgid "Mark To Do as done" -msgstr "Відмітити нагадування виконаним" - msgid "Mark as done" msgstr "Відмітити як виконано" @@ -15770,6 +16463,9 @@ msgstr "Позначити задачу як дублікат іншої" msgid "Mark this issue as related to another issue" msgstr "Позначити задачу як пов’язану з іншою" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15803,9 +16499,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "Нагадування позначено виконаним." - msgid "Marked this %{noun} as Work In Progress." msgstr "Позначено цей %{noun} як WIP (в процесі)." @@ -15815,8 +16508,8 @@ msgstr "Цю задачу позначено дублікатом %{duplicate_pa msgid "Marked this issue as related to %{issue_ref}." msgstr "Цю задачу позначено пов’язаною з %{issue_ref}." -msgid "Marks To Do as done." -msgstr "Позначити нагадування виконаним." +msgid "Marked to do as done." +msgstr "" msgid "Marks this %{noun} as Work In Progress." msgstr "Позначає цей %{noun} як WIP (в процесі)." @@ -15827,6 +16520,9 @@ msgstr "Позначає задачу як дублікат %{duplicate_referenc msgid "Marks this issue as related to %{issue_ref}." msgstr "Позначає задачу як пов’язану з %{issue_ref}." +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15890,6 +16586,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -16010,6 +16709,12 @@ msgstr "Блокування учасників" msgid "Member since %{date}" msgstr "Учасник з %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "Користувачі" @@ -16037,15 +16742,90 @@ msgstr "Учасники із доступом до %{strong_start}%{group_name} msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "Використання пам’яті" @@ -16179,7 +16959,7 @@ msgid "MergeRequestAnalytics|Milestone" msgstr "" msgid "MergeRequestAnalytics|Pipelines" -msgstr "" +msgstr "Конвеєри" msgid "MergeRequestAnalytics|Time to merge" msgstr "" @@ -16283,6 +17063,9 @@ msgstr "Злиті гілки в процесі видалення. Це мож msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16293,7 +17076,7 @@ msgid "Merging immediately isn't recommended as it may negatively impact the exi msgstr "Безпосереднє злиття не рекомендується так як може негативно вплинути на існуючий ланцюжок змін. Прочитайте %{docsLinkStart}документацію%{docsLinkEnd} для отримання додаткової інформації." msgid "Message" -msgstr "" +msgstr "Повідомлення" msgid "Messages" msgstr "Повідомлення" @@ -16690,6 +17473,27 @@ msgstr "Списки етапів не доступні з вашою поточ msgid "Milestone lists show all issues from the selected milestone." msgstr "У списках етапу відображаються всі задачі для вибраного етапу." +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "Закрито:" @@ -17005,9 +17809,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -17065,6 +17875,38 @@ msgstr "Простір імен порожній" msgid "Namespace:" msgstr "Простір імен:" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "Простори імен" @@ -17320,6 +18162,9 @@ msgstr "Ніколи" msgid "New" msgstr "Новий" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "Новий додаток" @@ -17786,6 +18631,9 @@ msgstr "" msgid "None" msgstr "Немає" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "Не реалізовано" @@ -17816,9 +18664,6 @@ msgstr "Недостатньо даних" msgid "Not found." msgstr "Не знайдено." -msgid "Not now" -msgstr "Пізніше" - msgid "Not ready yet. Try again later." msgstr "Ще не готово. Спробуйте знову пізніше." @@ -18053,6 +18898,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -18098,9 +18946,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -18110,9 +18955,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -18234,19 +19076,13 @@ msgstr "Відкрити файл для перегляду" msgid "Open issues" msgstr "Відкриті задачі" -msgid "Open projects" -msgstr "Відкриті проєкти" - msgid "Open raw" msgstr "Відкрити в неформатованому вигляді" msgid "Open sidebar" msgstr "Розгорніть бічну панель" -msgid "Open: %{openIssuesCount}" -msgstr "Відкрито: %{openIssuesCount}" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18420,6 +19256,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "Додати джерело NuGet" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18516,7 +19355,7 @@ msgstr "Якщо ви ще не зробили цього, вам потрібн msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "Якщо ви ще не зробили цього, вам потрібно буде додати розміщене нижче в свій файл %{codeStart}pom.xml%{codeEnd}." -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18540,9 +19379,6 @@ msgstr "Maven XML" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18564,8 +19400,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "" @@ -18588,9 +19424,6 @@ msgstr "Немає інших версій цього пакету." msgid "PackageRegistry|There are no packages yet" msgstr "Пакетів ще немає" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "Немає майбутніх задач для відображення." - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "Виникла проблема при отриманні інформації про цей пакет." @@ -18606,9 +19439,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "Не вдалося завантажити пакет" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18618,12 +19448,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18648,8 +19472,8 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "NuGet" -msgid "PackageType|PyPi" -msgstr "PyPi" +msgid "PackageType|PyPI" +msgstr "" msgid "Packages" msgstr "Пакети" @@ -18661,7 +19485,7 @@ msgid "Page not found" msgstr "Сторінку не знайдено" msgid "Page settings" -msgstr "" +msgstr "Налаштування сторінки" msgid "Page was successfully deleted" msgstr "Сторінку було успішно видалено" @@ -18832,7 +19656,7 @@ msgid "Pending" msgstr "В очікуванні" msgid "Pending comments" -msgstr "" +msgstr "Коментарі в очікуванні" msgid "People without permission will never get a notification and won't be able to comment." msgstr "Люди без дозволу ніколи не отримуватимуть сповіщень і не зможуть коментувати." @@ -18840,8 +19664,8 @@ msgstr "Люди без дозволу ніколи не отримуватим msgid "People without permission will never get a notification." msgstr "Люди без дозволу ніколи не отримуватимуть сповіщень." -msgid "Percent of users" -msgstr "Відсоток користувачів" +msgid "Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "Percentage" msgstr "Відсоток" @@ -18852,9 +19676,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "Виконати звичайні операції на проєкті GitLab" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "Оптимізація продуктивності" @@ -18957,6 +19778,9 @@ msgstr "Коефіцієнт успіху:" msgid "PipelineCharts|Successful:" msgstr "Успішні:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "Всього:" @@ -19027,7 +19851,7 @@ msgid "Pipelines|API" msgstr "API" msgid "Pipelines|Are you sure you want to run this pipeline?" -msgstr "" +msgstr "Ви впевнені, що хочете запустити цей конвеєр?" msgid "Pipelines|Build with confidence" msgstr "Виконуйте збірки із впевненістю" @@ -19038,6 +19862,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "Перевірка конфігурації (CI Lint)" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "Дочірній конвеєр" @@ -19048,12 +19875,15 @@ msgid "Pipelines|Continuous Integration can help catch bugs by running your test msgstr "Безперервна інтеграція допомагає знаходити помилки шляхом автоматичного запуску тестів, а безперервне розгортання — встановлювати код на цільове середовище." msgid "Pipelines|Copy trigger token" -msgstr "" +msgstr "Скопіювати токен тригера" msgid "Pipelines|Description" -msgstr "" +msgstr "Опис" msgid "Pipelines|Edit" +msgstr "Редагувати" + +msgid "Pipelines|Editor" msgstr "" msgid "Pipelines|Get started with Pipelines" @@ -19078,19 +19908,22 @@ msgid "Pipelines|Loading Pipelines" msgstr "Завантаження конвеєрів" msgid "Pipelines|More Information" -msgstr "" +msgstr "Більше інформації" msgid "Pipelines|No triggers have been created yet. Add one using the form above." msgstr "" msgid "Pipelines|Owner" +msgstr "Власник" + +msgid "Pipelines|Pipeline Editor" msgstr "" msgid "Pipelines|Project cache successfully reset." msgstr "Кеш проєкту успішно очищено." msgid "Pipelines|Revoke" -msgstr "" +msgstr "Відкликати" msgid "Pipelines|Run Pipeline" msgstr "Запустити Конвеєр" @@ -19117,11 +19950,17 @@ msgid "Pipelines|This project is not currently set up to run pipelines." msgstr "Цей проєкт в даний час не налаштований для запуску конвеєрів." msgid "Pipelines|Token" -msgstr "" +msgstr "Токен" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19350,6 +20189,9 @@ msgstr "Будь ласка, введіть невід'ємне число" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "Будь ласка, введіть число більше за %{number} (із налаштувань проєкту)" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "Будь ласка, введіть дійсний номер" @@ -19359,6 +20201,9 @@ msgstr "Будь ласка, введіть або завантажте ліце msgid "Please fill in a descriptive name for your group." msgstr "Введіть описове ім'я групи." +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19371,12 +20216,18 @@ msgstr "Будь ласка, мігруйте всі уснуючі проєкт msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "Зверніть увагу, що ця програма не є частиною GitLab, і ви повинні впевнитися у її безпеці, перш ніж надавати доступ." +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "Будь ласка, задайте ім’я" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "Будь ласка, вкажіть дійсну e-mail адресу." @@ -19581,9 +20432,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "Заборонити користувачам змінювати ім'я свого профілю" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20152,7 +21000,7 @@ msgid "Project members" msgstr "Учасники проєкту" msgid "Project milestone" -msgstr "" +msgstr "Етап проєкту" msgid "Project name" msgstr "Назва проєкту" @@ -20277,7 +21125,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20580,6 +21428,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20634,6 +21485,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "SalesforceDX" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "Serverless Framework/JS" @@ -21090,6 +21944,9 @@ msgstr "Гілка" msgid "ProtectedBranch|Code owner approval" msgstr "Затвердження власника коду" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "Захистити" @@ -21216,6 +22073,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "Придбати більше хвилин" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "Відправити (push)" @@ -21327,6 +22187,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "Ліміт частоти запиту бінарних даних на хвилину" @@ -21408,6 +22271,9 @@ msgstr "" msgid "Refresh" msgstr "Оновити" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "Оновлення через секунду для відображення актуального стану..." @@ -21454,9 +22320,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "Зареєструватися в GitLab" - msgid "Register now" msgstr "Зареєструватись зараз" @@ -21668,6 +22531,9 @@ msgstr "Вилучити ліцензію" msgid "Remove limit" msgstr "Прибрати обмеження" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "Виключити учасника" @@ -21788,6 +22654,9 @@ msgstr "Видаляє дату завершення." msgid "Removes time estimate." msgstr "Видаляє запланований час." +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21809,9 +22678,15 @@ msgstr "" msgid "Reopen epic" msgstr "Повторне відкриття епіку" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "Повторне відкриття етапу" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "Повторно відкрити %{quick_action_target}" @@ -21839,6 +22714,9 @@ msgstr "Замінює кореневу URL-адресу для клонуван msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21966,7 +22844,13 @@ msgstr "Репозиторії" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21978,6 +22862,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21996,6 +22892,9 @@ msgstr "Граф репозиторію" msgid "Repository Settings" msgstr "Налаштування репозиторію" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "Перевірка репозиторію" @@ -22092,8 +22991,8 @@ 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 "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "Вимагати від усіх користувачів приймати умови надання послуг та політику конфіденційності, коли вони отримують доступ до GitLab." @@ -22125,6 +23024,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "Вимогу %{reference} було оновлено" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "Заголовок вимоги не може містити більше %{limit} знаків." @@ -22332,6 +23234,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "Перегляте процес налаштування провайдерів послуг у вашому провайдері ідентифікації — в такому разі GitLab є \"провайдером послуг\" або \"довіряючою стороною\"." @@ -22394,7 +23299,7 @@ msgid "Rook" msgstr "Rook" msgid "Ruby" -msgstr "" +msgstr "Ruby" msgid "Rule name is already taken." msgstr "" @@ -22475,25 +23380,31 @@ msgid "Runners page." msgstr "Сторінка Runner'ів." msgid "Runners|Active" -msgstr "" +msgstr "Активні" msgid "Runners|Architecture" -msgstr "" +msgstr "Архітектура" msgid "Runners|Can run untagged jobs" msgstr "" msgid "Runners|Description" +msgstr "Опис" + +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" msgstr "" msgid "Runners|Group" -msgstr "" +msgstr "Група" msgid "Runners|IP Address" -msgstr "" +msgstr "IP-адреса" msgid "Runners|Last contact" -msgstr "" +msgstr "Останній контакт" msgid "Runners|Locked to this project" msgstr "" @@ -22502,34 +23413,37 @@ msgid "Runners|Maximum job timeout" msgstr "" msgid "Runners|Name" -msgstr "" +msgstr "Ім'я" msgid "Runners|Platform" -msgstr "" +msgstr "Платформа" msgid "Runners|Property Name" msgstr "" msgid "Runners|Protected" +msgstr "Захищені" + +msgid "Runners|Register Runner" msgstr "" msgid "Runners|Revision" -msgstr "" +msgstr "Версія" msgid "Runners|Shared" -msgstr "" +msgstr "Спільні" msgid "Runners|Specific" msgstr "" msgid "Runners|Tags" -msgstr "" +msgstr "Теги" msgid "Runners|Value" -msgstr "" +msgstr "Значення" msgid "Runners|Version" -msgstr "" +msgstr "Версія" msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes." msgstr "Ви використали %{quotaUsed} із ваших %{quotaLimit} хвилин для конвеєрів загальних runner'ів." @@ -22544,7 +23458,7 @@ msgid "Runs a number of housekeeping tasks within the current repository, such a msgstr "Виконує ряд задач по очищенню поточного репозиторію, таких як стиснення редакцій файлів та видалення недосяжних об'єктів." msgid "SAML" -msgstr "" +msgstr "SAML" msgid "SAML SSO" msgstr "Єдиний вхід SAML" @@ -22582,6 +23496,9 @@ msgstr "SSH-ключі хоста" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "Ключі SSH дозволяють встановити захищене з’єднання між вашим комп’ютером та GitLab." @@ -22591,6 +23508,12 @@ msgstr "Відкритий SSH-ключ" msgid "SSL Verification:" msgstr "Перевірка SSL:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "Субота" @@ -22606,6 +23529,9 @@ msgstr "Зберегти зміни" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "Все одно зберегти" @@ -22630,9 +23556,6 @@ msgstr "Зберегти розклад конвеєра" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "Зберегти змінні" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22642,6 +23565,9 @@ msgstr "Збереження" msgid "Saving project." msgstr "Збереження проєкту." +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "Розклад нового конвеєра" @@ -22681,6 +23607,9 @@ msgstr "Область дії" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22711,7 +23640,7 @@ msgstr "Пошук" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22768,9 +23697,6 @@ msgstr "Шукати цей текст" msgid "Search forks" msgstr "Пошук форків" -msgid "Search groups" -msgstr "Пошук в групах" - msgid "Search merge requests" msgstr "Пошук у запитах на злиття" @@ -22852,9 +23778,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "Ми не знайшли %{scope}, що задовільняє %{term}" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "результат в коді" @@ -22941,7 +23864,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22986,10 +23909,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -23118,6 +24041,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -23181,6 +24107,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -23220,6 +24152,13 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" +msgstr[2] "" +msgstr[3] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "Помилка при відхиленні вразливостей." @@ -23400,6 +24339,9 @@ msgstr "Виберіть проєкти, які ви хочете імпорту msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "Виберіть сегменти для реплікації" @@ -23415,7 +24357,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23430,9 +24372,6 @@ msgstr "Виберіть гілку по замовчанню для цього msgid "Select the custom project template source group." msgstr "Вкажіть групу, де розміщені власні шаблони проєктів." -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "Обрати часовий пояс" @@ -23526,6 +24465,9 @@ msgstr "Відділяйте теми комами." msgid "September" msgstr "вересень" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "і" @@ -23640,6 +24582,9 @@ msgstr "Шаблони сервісів" msgid "Service URL" msgstr "URL сервісу" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "Тривалість сесії (у хвилинах)" @@ -23775,6 +24720,9 @@ msgstr "Встановити новий пароль" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "Налаштуйте свій проєкт, щоб автоматично відправляти/отримувати зміни з іншого репозиторію. Гілки, теги та коміти автоматично будуть синхронізуватися." @@ -23880,6 +24828,15 @@ msgstr "Загальні Runner'и" msgid "Shared projects" msgstr "Спільні проєкти" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "Допомога по загальним runner'ам" @@ -23898,9 +24855,15 @@ msgstr "Sherlock транзакції" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "Якщо ви коли-небудь втратите телефон або доступ до своїх одноразових паролів, кожен із цих кодів відновлення може бути використаний один раз для відновлення доступу до вашого облікового запису. Будь ласка, зберігайте їх в надійному місці, інакше ви %{b_start}втратите%{b_end} доступ до вашого облікового запису." +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "Показати всю активність" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "Показати всіх учасників" @@ -24047,6 +25010,9 @@ msgstr "Увійти або зареєструватися" msgid "Sign in to \"%{group_name}\"" msgstr "Увійти до \"%{group_name}\"" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "Увійти за допомогою смарт-карти" @@ -24074,6 +25040,9 @@ msgstr "Реєстрація пройшла успішно! Будь ласка, msgid "Sign-in restrictions" msgstr "Обмеження для входу" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "Обмеження для реєстрації" @@ -24083,9 +25052,6 @@ msgstr "Ім’я занадто довге (максимум складає %{m msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "Прізвище занадто довге (максимум складає %{max_length} символів)." -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "Ім’я занадто довге (максимум складає %{max_length} символів)." - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "Ім’я користувача занадто довге (максимум складає %{max_length} символів)." @@ -24095,6 +25061,9 @@ msgstr "" msgid "Signed in" msgstr "Вхід виконано" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "Вхід відбувся за допомогою %{authentication}" @@ -24206,27 +25175,18 @@ msgstr "Немає сніпетів для відображення." msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "Файл" - msgid "Snippets|Files" msgstr "Файли" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24461,6 +25421,9 @@ msgstr "Рівень доступу, в порядку зростання" msgid "SortOptions|Access level, descending" msgstr "Рівень доступу, в порядку спадання" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "Дата створення" @@ -24569,6 +25532,9 @@ msgstr "Нещодавно зареєстровані" msgid "SortOptions|Recently starred" msgstr "Нещодавно в обраних" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "Розмір" @@ -24611,9 +25577,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "Код" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24689,9 +25652,6 @@ msgstr "Вкажіть шаблон адреси електронної пошт msgid "Specify the following URL during the Runner setup:" msgstr "Зазначте наступний URL під час встановлення Runner-а:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "Повідомлення для об'єднаного (squash) коміту" @@ -24755,6 +25715,9 @@ msgstr "У обраному" msgid "Start Date" msgstr "Дата початку" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "Запустити Веб-Термінал" @@ -24911,6 +25874,9 @@ msgstr "Статистика" msgid "Status" msgstr "Статус" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "Статус:" @@ -25040,6 +26006,9 @@ msgstr "Позначити як спам" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "Надіслати відгук" @@ -25055,6 +26024,9 @@ msgstr "Надіслати пошук" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -25097,6 +26069,12 @@ msgstr "Підписку успішно створено." msgid "Subscription successfully deleted." msgstr "Підписку успішно видалено." +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "Білінг" @@ -25181,6 +26159,9 @@ msgstr "" msgid "Successfully activated" msgstr "Успішно активовано" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "Успішно заблоковано" @@ -25202,6 +26183,9 @@ msgstr "Успішно видалено адресу електронної по msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "Успішно заплановано контейнер для запуску. Перейдіть на %{pipelines_link_start}сторінку конвеєрів%{pipelines_link_end} для подробиць." +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "Успішно розблоковано" @@ -25337,12 +26321,18 @@ msgstr "" msgid "Sync information" msgstr "Інформація про синхронізацію" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "Синхронізовано" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "Системні" @@ -25370,6 +26360,9 @@ msgstr "Системні метрики (Власні)" msgid "System metrics (Kubernetes)" msgstr "Системні метрики (Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "Зміст" @@ -25610,15 +26603,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25703,8 +26711,8 @@ msgstr "Дякуємо за покупку!" msgid "Thanks! Don't show me this again" msgstr "Дякую! Більше не показувати це повідомлення" -msgid "That's it, well done!%{celebrate}" -msgstr "Це все, хороша робота!%{celebrate}" +msgid "That's it, well done!" +msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" msgstr "Група \"%{group_path}\" дозволяє увійти за допомогою облікового запису єдиного входу" @@ -25728,9 +26736,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25743,9 +26748,15 @@ msgstr "Трекер задач — це місце, де можна додат msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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\")." @@ -25842,6 +26853,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "Наступні елементи НЕ будуть експортовані:" @@ -25867,8 +26884,8 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "Глобальні налаштування вимагають, щоб ви увімкнули двофакторну автентифікацію для свого облікового запису." -msgid "The group and any internal projects can be viewed by any logged in user." -msgstr "Ця група та всі її внутрішні проєкти можуть бути переглянуті будь яким користувачем, що здійснив вхід у систему." +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" msgid "The group and any public projects can be viewed without any authentication." msgstr "Ця група та будь-які проєкти можуть переглядатися без жодної автентифікації." @@ -25978,8 +26995,8 @@ msgstr "Стадія Планування відображає час від п msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "Приватний ключ, який використовується при наданні клієнтського сертифіката. Його значення зашифровано." -msgid "The project can be accessed by any logged in user." -msgstr "Доступ до проєкту можливий будь-яким зареєстрованим користувачем." +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "Доступ до цього проєкту є в будь-якого користувача, який увійшов у систему." @@ -26038,6 +27055,9 @@ msgstr "Стадія Перевірка показує час від створ msgid "The roadmap shows the progress of your epics along a timeline" msgstr "План-графік показує стан ваших епіків у часі" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "Запланований час має бути в майбутньому!" @@ -26050,8 +27070,8 @@ msgstr "Цей сніпет є видим лише для мене." msgid "The snippet is visible only to project members." msgstr "Цей сніпет видимий тільки для учасників проєкту." -msgid "The snippet is visible to any logged in user." -msgstr "Цей сніпет видимий для будь-якого зареєстрованого користувача." +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "Вказана вкладка недійсна. Будь ласка, виберіть іншу" @@ -26089,6 +27109,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "Мапа користувачів — це правила імпортування користувачів FogBugz, які приймали участь у ваших проєктах до Gitlab (зокрема їх імен та адрес електронної пошти). Ви можете вносити зміни шляхом заповнення таблиці нижче." +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "Користувач якого ви збираєтеся деактивувати був активним протягом останніх %{minimum_inactive_days} днів і не може бути деактивований" @@ -26197,6 +27220,9 @@ msgstr "На диску вже існує репозиторій за таким msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "Даних немає. Будь ласка, змініть свій вибір." @@ -26392,6 +27418,9 @@ msgstr "Сталася помилка з reCAPTCHA. Будь ласка, про msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "Ці існуючі проблеми мають подібні заголовки. Можливо, краще додати коментар до однієї з них замість створення нової." +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "Ці змінні встановлені в налаштуваннях батьківської групи і будуть активними в поточному проєкті додатково до проєктних змінних." @@ -26443,7 +27472,7 @@ msgstr "Ця дія може призвести до втрати даних. Щ msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26467,9 +27496,15 @@ msgstr "Цей застосунок було створено %{link_to_owner}." msgid "This application will be able to:" msgstr "Ця програма зможе:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "Цей блок посилається сам на себе" @@ -26602,6 +27637,9 @@ msgstr "Це список пристроїв, з котрих заходили msgid "This is a security log of important events involving your account." msgstr "Це журнал безпеки, який містить усі важливі події пов’язані із вашим обліковим записом." +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26611,6 +27649,9 @@ msgstr "" msgid "This is your current session" msgstr "Це ваш поточний сеанс" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -27163,6 +28204,12 @@ msgstr "щойно" msgid "Timeago|right now" msgstr "зараз" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "Час очікування" @@ -27201,8 +28248,8 @@ msgstr "" msgid "To" msgstr "До" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." -msgstr "Для %{link_to_help} вашого домену, додайте в вищезгаданий ключ до TXT запису у вашій конфігурації DNS." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." +msgstr "" msgid "To Do" msgstr "Виконати" @@ -27252,8 +28299,8 @@ msgstr "Спочатку введіть адресу сервера Gіtea і %{ msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "Щоб допомогти покращити GitLab та його зручність використання, GitLab буде періодично збирати інформацію про використання." -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "Щоб допомогти покращити GitLab, ми хотіли б періодично збирати інформацію про використання. Це можна змінити в будь-який час в %{settings_link_start}Налаштуваннях%{link_end}. %{info_link_start}Додаткова інформація%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "Для імпортування SVN-репозиторію, перегляньте %{svn_link}." @@ -27381,6 +28428,9 @@ msgstr "Увімкнути/вимкнути смайлики-нагороди" msgid "Toggle navigation" msgstr "Переключити навігацію" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "Перемикач бічної панелі" @@ -27453,17 +28503,20 @@ msgstr "Всього памʼяті (ГБ)" msgid "Total test time for all commits/merges" msgstr "Загальний час, щоб перевірити всі коміти/злиття" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "Загальна вага" msgid "Total: %{total}" msgstr "Всього: %{total}" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" -msgstr "Лог" +msgid "TotalRefCountIndicator|1000+" +msgstr "" msgid "Tracing" msgstr "Відстеження" @@ -27639,6 +28692,9 @@ msgstr "Відбувається з'єднання із вашим пристр msgid "Tuesday" msgstr "Вівторок" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "Вимкнути" @@ -27789,6 +28845,9 @@ msgstr "Не вдалося зберегти ітерацію. Будь ласк msgid "Unable to save your changes. Please try again." msgstr "Не вдалося зберегти ваші зміни. Будь ласка, спробуйте знову." +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "Невдалося запустити конвеєр негайно" @@ -28014,6 +29073,9 @@ msgstr "Оновити ітерацію" msgid "Update now" msgstr "Оновити зараз" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "Оновити змінну" @@ -28152,10 +29214,13 @@ msgstr "Статистика використання" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "%{help_link_start}Загальні runner'и%{help_link_end} вимкнено, тому ліміти на використання конвеєрів відсутні" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "Артефакти" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -28182,6 +29247,9 @@ msgstr "Конвеєри" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -28194,9 +29262,36 @@ msgstr "Сніпети" msgid "UsageQuota|Storage" msgstr "Сховище" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "Цей простір імен не містить проєктів, що використовують загальні runner'и" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "Без обмежень" @@ -28218,15 +29313,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "Використання від" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Вікі" msgid "UsageQuota|Wikis" msgstr "Вікі" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -28281,11 +29388,8 @@ msgstr "Користувач %{current_user_username} розпочав іміт msgid "User %{username} was successfully removed." msgstr "Користувача %{username} успішно видалено." -msgid "User IDs" -msgstr "ID користувачів" - -msgid "User List" -msgstr "Список користувачів" +msgid "User ID" +msgstr "" msgid "User OAuth applications" msgstr "OAuth застосунки користувача" @@ -28404,6 +29508,9 @@ msgstr "Вже повідомлено про зловживання" msgid "UserProfile|Blocked user" msgstr "Заблокований користувач" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "Внески в проєкти" @@ -28500,9 +29607,6 @@ msgstr "Ім'я користувача вже зайнято." msgid "Username is available." msgstr "Ім'я користувача доступне." -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "Ім'я користувача занадто довге (максимум %{max_length} символів)." - msgid "Username or email" msgstr "Ім'я користувача або електронна пошта" @@ -28656,6 +29760,12 @@ msgstr "" msgid "View Documentation" msgstr "Переглянути документацію" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "Проглянути всі задачі" @@ -28664,10 +29774,10 @@ msgstr "" msgid "View chart" msgid_plural "View charts" -msgstr[0] "" -msgstr[1] "" -msgstr[2] "" -msgstr[3] "" +msgstr[0] "Переглянути графік" +msgstr[1] "Переглянути графіки" +msgstr[2] "Переглянути графіки" +msgstr[3] "Переглянути графіки" msgid "View dependency details for your project" msgstr "Переглянути інформацію про залежності для вашого проєкту" @@ -28967,7 +30077,13 @@ msgstr "Клас" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -29051,6 +30167,15 @@ msgstr "Ми не змогли визначити шлях до видаленн msgid "We could not determine the path to remove the issue" msgstr "Ми не змогли визначити шлях до видалення задачі" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "Не вдалося підкючитися до сервера Prometheus. Або сервер більше не існує, або необхідно оновити деталі конфігурації." @@ -29147,6 +30272,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -29171,15 +30299,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -29246,15 +30377,15 @@ msgstr "Ласкаво просимо до GitLab, %{first_name}!" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "Що ви шукаєте?" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "Що нового в GitLab" @@ -29267,7 +30398,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29511,10 +30642,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29607,6 +30738,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29628,6 +30762,9 @@ 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}" +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." @@ -29640,12 +30777,12 @@ msgstr "Замість цього ви можете %{linkStart}переглян msgid "You can also create a project from the command line." msgstr "Ви також можете створити проєкт із командного рядка." -msgid "You can also press ⌘-Enter" -msgstr "Ви також можете натиснути ⌘-Enter" - msgid "You can also press Ctrl-Enter" msgstr "Ви також можете натиснути Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "Ви можете додати мітку в обрані, щоб зробити її пріоритетною." @@ -29658,6 +30795,15 @@ msgstr "Також ви можете завантажувати файли з в msgid "You can always edit this later" msgstr "Ви завжди можете відредагувати це пізніше" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29859,6 +31005,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "Ви відписані від цього обговорення." @@ -29871,6 +31020,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "У вас немає прав доступу" @@ -29895,9 +31053,6 @@ msgstr "Ви залишили \"%{membershipable_human_name}\" %{source_type}." msgid "You may close the milestone now." msgstr "Зараз ви можете закрити цей етап." -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "Ви повинні прийняти правила користування сервісом і політику конфіденційності для того, щоб створити обліковий запис" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29955,9 +31110,6 @@ msgstr "Ви повинні завантажити експортований а msgid "You need to upload a Google Takeout archive." msgstr "Вам потрібно завантажити архів Google Takeout." -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -30060,19 +31212,22 @@ msgstr "Ви уже увімкнули двофакторну автентифі msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -30102,6 +31257,9 @@ msgstr "Ваші групи" msgid "Your License" msgstr "Ваша ліцензія" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "Термін дії вашого персонального токену доступу закінчиться через %{days_to_expire} днів або менше" @@ -30117,6 +31275,9 @@ msgstr "Активність ваших проєктів" msgid "Your Public Email will be displayed on your public profile." msgstr "Ваша публічна адреса електронної пошти буде відображатися в публічному профілі." +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "Ваші ключі SSH (%{count})" @@ -30385,9 +31546,6 @@ msgstr "ім'я гілки" msgid "by" msgstr "від" -msgid "by %{user}" -msgstr "від %{user}" - msgid "cannot be a date in the past" msgstr "" @@ -30514,9 +31672,6 @@ msgstr "Сканування контейнерів виявляє відомі msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30562,9 +31717,6 @@ msgstr "Знайдено %{issuesWithCount}" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "Дослідити цю вразливість, створивши задачу" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "Дізнатися більше про взаємодію з звітами безпеки" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30650,6 +31802,9 @@ msgstr "Переглянути повний звіт" msgid "closed issue" msgstr "закрита задача" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "коментар" @@ -30898,8 +32053,8 @@ msgstr "є недопустимим діапазоном IP-адрес" msgid "is blocked by" msgstr "" -msgid "is enabled." -msgstr "увімкнено." +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "неправильний через наявність блокувань на нижчих рівнях" @@ -30916,6 +32071,9 @@ msgstr "не є нащадком групи, якій належить шабл msgid "is not a valid X509 certificate." msgstr "не відповідний сертифікат X509." +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "не дозволено. Спробуйте ще раз з іншою адресою електронної пошти або зв'яжіться з адміністратором GitLab." @@ -30934,6 +32092,9 @@ msgstr "лише для читання" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "є занадто довгим (%{current_value}). Максимальний розмір складає %{max_size}." +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "є занадто довгим (максимум складає 100 елементів)" @@ -30970,6 +32131,9 @@ msgstr "те, що він занадто великий" msgid "jigsaw is not defined" msgstr "jigsaw не визначено" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "останній коміт:" @@ -31034,6 +32198,9 @@ msgstr "" msgid "missing" msgstr "відсутні" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "останнє розгортання" @@ -31515,9 +32682,6 @@ msgstr "учасники проєкту" msgid "projects" msgstr "проєкти" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "швидкі дії" @@ -31530,9 +32694,6 @@ msgstr "зареєструватися" msgid "relates to" msgstr "стосується" -msgid "released %{time}" -msgstr "випущено %{time}" - msgid "remaining" msgstr "залишилось" @@ -31612,6 +32773,9 @@ msgstr "показати менше" msgid "sign in" msgstr "увійти" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "сортувати:" @@ -31792,9 +32956,6 @@ msgstr "" msgid "wiki page" msgstr "вікі-сторінка" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "з %{additions} додаваннями і %{deletions} видаленнями." @@ -31807,3 +32968,6 @@ msgstr "" msgid "yaml invalid" msgstr "yaml недійсний" +msgid "your settings" +msgstr "" + diff --git a/locale/ur_PK/gitlab.po b/locale/ur_PK/gitlab.po index 10b394ca888..f8eacf952c4 100644 --- a/locale/ur_PK/gitlab.po +++ b/locale/ur_PK/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: ur-PK\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:39\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/uz_UZ/gitlab.po b/locale/uz_UZ/gitlab.po index 3151fead0de..fa8d9e49323 100644 --- a/locale/uz_UZ/gitlab.po +++ b/locale/uz_UZ/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: uz\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:44\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -185,6 +185,11 @@ msgid_plural "%d failed" msgstr[0] "" msgstr[1] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" +msgstr[1] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -215,11 +220,6 @@ msgid_plural "%d issues in this group" msgstr[0] "" msgstr[1] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" -msgstr[1] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -407,6 +407,16 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" +msgstr[1] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" +msgstr[1] "" + msgid "%{count} more" msgstr "" @@ -447,6 +457,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -492,6 +508,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -618,9 +640,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -718,7 +737,7 @@ msgstr[1] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -734,6 +753,9 @@ msgid_plural "%{securityScanner} results are not available because a pipeline ha msgstr[0] "" msgstr[1] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -947,9 +969,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -988,6 +1007,18 @@ msgstr[1] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -1016,6 +1047,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -1025,15 +1059,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" -msgstr[1] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" -msgstr[1] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1296,6 +1323,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1595,6 +1625,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1748,7 +1781,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1784,10 +1817,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1874,6 +1907,9 @@ 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 "" @@ -1898,6 +1934,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -2012,6 +2051,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -2021,6 +2075,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -2033,12 +2093,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2093,6 +2171,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2102,6 +2183,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2147,6 +2231,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2171,6 +2258,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2180,6 +2270,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2195,22 +2288,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2275,10 +2368,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2395,6 +2488,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2404,10 +2506,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2419,19 +2521,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2446,6 +2557,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2455,7 +2572,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2473,7 +2593,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2482,6 +2602,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2548,9 +2689,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2575,6 +2713,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2596,6 +2737,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2617,12 +2761,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2671,6 +2821,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2683,9 +2836,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2713,9 +2872,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2803,9 +2968,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2878,9 +3040,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2911,9 +3070,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2938,6 +3094,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2962,9 +3121,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2980,6 +3136,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3309,6 +3468,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3557,6 +3719,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3801,7 +3966,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3822,6 +4008,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3840,6 +4029,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3897,9 +4089,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3981,6 +4170,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -4065,6 +4260,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4116,12 +4323,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4140,6 +4356,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4152,6 +4371,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4296,6 +4518,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4332,9 +4557,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4365,7 +4602,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4548,6 +4785,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4959,6 +5199,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5142,9 +5385,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5163,9 +5403,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5274,6 +5511,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5298,7 +5538,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5325,6 +5565,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5508,6 +5751,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5565,9 +5811,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5823,9 +6066,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5841,9 +6081,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5910,9 +6147,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5979,9 +6213,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -6048,9 +6279,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6111,6 +6339,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6195,6 +6426,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6336,9 +6570,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6450,9 +6681,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6764,7 +6992,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6815,6 +7043,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6882,6 +7113,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7259,6 +7493,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7319,6 +7556,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7328,6 +7568,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7361,6 +7604,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7609,6 +7855,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7702,6 +7951,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7953,6 +8205,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -8010,6 +8265,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -8049,6 +8313,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -8070,6 +8340,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -8097,15 +8373,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8121,6 +8397,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8160,6 +8439,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8172,6 +8454,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8181,6 +8469,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8337,9 +8628,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8349,6 +8637,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8364,9 +8655,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8388,6 +8676,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8451,12 +8742,18 @@ 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 "" @@ -8505,18 +8802,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8592,9 +8898,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8760,6 +9063,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8808,6 +9117,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8979,6 +9291,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -9030,7 +9363,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9179,6 +9512,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9188,6 +9524,9 @@ 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 "" @@ -9209,6 +9548,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9236,9 +9578,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9407,15 +9746,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9488,6 +9836,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9629,6 +9980,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9656,7 +10013,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9701,6 +10070,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9728,7 +10100,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10490,12 +10865,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10526,6 +10907,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10601,6 +10985,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10703,6 +11090,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10766,6 +11156,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10778,6 +11171,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10915,6 +11311,18 @@ msgid_plural "FeatureFlags|%d users" msgstr[0] "" msgstr[1] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10945,6 +11353,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10996,6 +11407,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -11062,10 +11476,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -11080,6 +11497,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -11098,9 +11518,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11116,15 +11533,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11134,6 +11551,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11191,12 +11611,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11221,6 +11647,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11284,6 +11713,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11317,9 +11749,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11329,9 +11758,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11386,7 +11821,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11932,7 +12367,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11953,6 +12388,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11989,9 +12427,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -12016,6 +12451,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12328,6 +12769,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12433,7 +12877,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12592,6 +13036,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12601,6 +13051,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12646,12 +13099,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12664,6 +13135,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12676,6 +13150,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12700,6 +13177,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -13109,6 +13589,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13163,9 +13646,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13178,7 +13658,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13286,6 +13766,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13310,9 +13793,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13334,10 +13814,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13419,6 +13899,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13539,6 +14022,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13599,6 +14088,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13608,12 +14100,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13623,6 +14121,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13635,6 +14157,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13710,27 +14235,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13749,6 +14280,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13778,6 +14312,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13787,12 +14366,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13826,6 +14423,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13841,37 +14441,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13880,6 +14501,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13904,9 +14528,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -14006,25 +14627,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -14072,6 +14693,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14120,6 +14795,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14336,6 +15014,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14591,6 +15272,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14609,6 +15293,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14738,9 +15428,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14767,9 +15454,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14803,6 +15487,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14836,6 +15523,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14881,6 +15571,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14956,6 +15649,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15495,9 +16191,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15516,6 +16209,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15549,9 +16245,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15561,7 +16254,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15573,6 +16266,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15636,6 +16332,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15756,6 +16455,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15783,15 +16488,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -16029,6 +16809,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16432,6 +17215,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16747,9 +17551,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16807,6 +17617,34 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" +msgstr[1] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -17062,6 +17900,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17526,6 +18367,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17556,9 +18400,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17793,6 +18634,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17838,9 +18682,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17850,9 +18691,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17972,19 +18810,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18158,6 +18990,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18254,7 +19089,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18278,9 +19113,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18302,7 +19134,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18326,9 +19158,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18344,9 +19173,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18356,12 +19182,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18386,7 +19206,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18578,7 +19398,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18590,9 +19410,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18695,6 +19512,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18776,6 +19596,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18794,6 +19617,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18824,6 +19650,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18860,6 +19689,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -19088,6 +19923,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -19097,6 +19935,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -19109,12 +19950,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19319,9 +20166,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -20015,7 +20859,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20318,6 +21162,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20372,6 +21219,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20828,6 +21678,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20954,6 +21807,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -21065,6 +21921,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21146,6 +22005,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21190,9 +22052,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21402,6 +22261,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21522,6 +22384,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21543,9 +22408,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21573,6 +22444,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21698,7 +22572,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21710,6 +22590,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21728,6 +22620,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21824,7 +22719,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21857,6 +22752,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -22058,6 +22956,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22210,6 +23111,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22237,6 +23144,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22306,6 +23216,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22315,6 +23228,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22330,6 +23249,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22354,9 +23276,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22366,6 +23285,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22405,6 +23327,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22435,7 +23360,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22492,9 +23417,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22576,9 +23498,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22643,7 +23562,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22688,10 +23607,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22820,6 +23739,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22883,6 +23805,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22922,6 +23850,11 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" +msgstr[1] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -23102,6 +24035,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -23117,7 +24053,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -23132,9 +24068,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23228,6 +24161,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23342,6 +24278,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23477,6 +24416,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23582,6 +24524,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23600,9 +24551,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23745,6 +24702,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23772,6 +24732,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23781,9 +24744,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23793,6 +24753,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23904,27 +24867,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24159,6 +25113,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24267,6 +25224,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24309,9 +25269,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24387,9 +25344,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24453,6 +25407,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24609,6 +25566,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24738,6 +25698,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24753,6 +25716,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24795,6 +25761,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24879,6 +25851,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24900,6 +25875,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -25035,12 +26013,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -25068,6 +26052,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25302,15 +26289,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25395,7 +26397,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25418,9 +26420,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25433,9 +26432,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25532,6 +26537,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25555,7 +26566,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25666,7 +26677,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25726,6 +26737,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25738,7 +26752,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25777,6 +26791,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25885,6 +26902,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -26080,6 +27100,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -26131,7 +27154,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -26155,9 +27178,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26290,6 +27319,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26299,6 +27331,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26851,6 +27886,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26885,7 +27926,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26936,7 +27977,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -27065,6 +28106,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -27137,16 +28181,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27323,6 +28370,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27473,6 +28523,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27698,6 +28751,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27836,10 +28892,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27866,6 +28925,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27878,9 +28940,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27902,15 +28991,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27965,10 +29066,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -28088,6 +29186,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28184,9 +29285,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28340,6 +29438,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28647,7 +29751,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28731,6 +29841,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28827,6 +29946,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28851,15 +29973,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28926,15 +30051,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28947,7 +30072,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29189,10 +30314,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29285,6 +30410,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29306,6 +30434,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29318,10 +30449,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29336,6 +30467,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29537,6 +30677,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29549,6 +30692,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29573,9 +30725,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29633,9 +30782,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29738,19 +30884,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29780,6 +30929,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29795,6 +30947,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -30061,9 +31216,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30190,9 +31342,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30238,9 +31387,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30324,6 +31470,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30562,7 +31711,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30580,6 +31729,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30598,6 +31750,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30634,6 +31789,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30696,6 +31854,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -31169,9 +32330,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31184,9 +32342,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31264,6 +32419,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31444,9 +32602,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31459,3 +32614,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/vi_VN/gitlab.po b/locale/vi_VN/gitlab.po index e14d5f906df..1cb42453f2e 100644 --- a/locale/vi_VN/gitlab.po +++ b/locale/vi_VN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: vi\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:41\n" +"PO-Revision-Date: 2020-11-03 22:39\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -876,9 +896,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1656,7 +1689,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1692,10 +1725,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -1929,6 +1983,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2010,6 +2091,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "" - msgid "All users must have a name." msgstr "" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2845,6 +3001,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "" @@ -2887,6 +3043,9 @@ msgstr "" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5198,7 +5438,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,7 +26518,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25570,6 +26578,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/zh_CN/gitlab.po b/locale/zh_CN/gitlab.po index a4d271e26d3..2bf77761c20 100644 --- a/locale/zh_CN/gitlab.po +++ b/locale/zh_CN/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: zh-CN\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:42\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "%d个失败" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d个修复的测试结果" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "此群组中的%d个议题" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "已选择%d个议题" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "使用标记成功导入%d个议题" @@ -351,6 +351,14 @@ msgstr "来自%{name}的%{count}个核准" msgid "%{count} files touched" msgstr "已选择 %{count} 个文件" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "其余%{count}项" @@ -389,6 +397,12 @@ msgstr "%{deployLinkStart}使用模板部署到ECS%{deployLinkEnd},或使用do msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Sentry事件: %{errorUrl}- 首次出现: %{firstSeen}- 最后出现: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "%{group_name}使用由群组托管帐户。您需要创建一个新的Gi msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "%{host} 从新位置登录" @@ -560,9 +580,6 @@ msgstr "%{name_with_link}当前剩余%{percent}或更少的共享Runner流水线 msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "%{name_with_link}的共享Runner流水线分钟数已用完,其下项目将无法运行新的作业或流水线。" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "%{namespace_name}目前为只读状态。您不能进行以下操作:%{base_message}" - msgid "%{name} contained %{resultsString}" msgstr "%{name} 包含 %{resultsString}" @@ -655,8 +672,8 @@ msgstr[0] "%{reportType}%{status}检测到%{other}个安全漏洞." msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "%{reportType}%{status}未发现安全漏洞." -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" -msgstr "%{retryButtonStart}重试%{retryButtonEnd}或%{newFileButtonStart}添加一个新文件%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." +msgstr "" msgid "%{seconds}s" msgstr "" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "%{securityScanner}无结果,因为自启用以来尚未运行流水线。%{linkStart}运行流水线%{linkEnd}" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -876,9 +896,6 @@ msgstr "(检查进度)" msgid "(deleted)" msgstr "(已删除)" -msgid "(external source)" -msgstr "(外部资源)" - msgid "(line: %{startLine})" msgstr "(行: %{startLine})" @@ -916,6 +933,18 @@ msgstr[0] "+其余%d项" msgid "+%{approvers} more approvers" msgstr "+另外%{approvers}个核准人" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "+其余%{tags}个" @@ -942,6 +971,9 @@ msgstr "- 于总计 - 权重已完成" msgid "- show less" msgstr "- 显示较少" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "0 字节" @@ -951,13 +983,8 @@ msgstr "0 表示无限制" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "0表示无限制,仅在启用远程存储时有效。" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "%{count} 个 %{type} 的添加" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "%{count} 个 %{type} 的修改" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,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 Fuzzing" +msgstr "" + msgid "API Help" msgstr "API帮助" @@ -1503,6 +1533,9 @@ msgstr "添加表格" msgid "Add a task list" msgstr "添加任务列表" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "添加包含在所有电子邮件中的附加文本。 长度不超过%{character_limit} 字符" @@ -1656,8 +1689,8 @@ msgstr "已添加 %{epic_ref} 为子史诗。" msgid "Added %{label_references} %{label_text}." msgstr "已添加 %{label_references} %{label_text}。" -msgid "Added a To Do." -msgstr "已添加一个待办事项。" +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "为史诗添加了一个议题。" @@ -1692,17 +1725,17 @@ msgstr "添加%{epic_ref}作为子史诗。" msgid "Adds %{labels} %{label_text}." msgstr "添加%{labels}%{label_text}。" -msgid "Adds a To Do." -msgstr "添加一个待办事项." - msgid "Adds a Zoom meeting" msgstr "添加一个Zoom会议" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "将议题添加到史诗。" msgid "Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information." -msgstr "请您调整上面的过滤器/搜索条件。如果您认为此处有误,请参阅 %{linkStart}Geo故障排除%{linkEnd}文档以获取更多信息。" +msgstr "请您调整上面的筛选器/搜索条件。如果您认为此处有误,请参阅 %{linkStart}Geo故障排除%{linkEnd}文档以获取更多信息。" msgid "Admin Area" msgstr "管理中心" @@ -1782,6 +1815,9 @@ 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 "所有者" @@ -1806,6 +1842,9 @@ msgstr "停止作业失败" msgid "AdminArea|Total users" msgstr "所有用户" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "用户统计" @@ -1920,6 +1959,21 @@ msgstr "SSH密钥" msgid "AdminStatistics|Snippets" msgstr "代码片段" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "未启用双重认证" @@ -1929,6 +1983,12 @@ msgstr "启用双重认证" msgid "AdminUsers|Access" msgstr "访问类型" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "活跃" @@ -1941,12 +2001,30 @@ msgstr "管理员可以访问所有群组、项目和用户,并可以管理此 msgid "AdminUsers|Admins" msgstr "管理员" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "自动标记为默认内部用户" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "禁用" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "禁用用户" @@ -2001,6 +2079,9 @@ msgstr "正在使用许可席位" msgid "AdminUsers|It's you!" msgstr "自己!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "新用户" @@ -2010,6 +2091,9 @@ msgstr "未找到用户" msgid "AdminUsers|Owned groups will be left" msgstr "拥有的群组将被保留" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "个人项目将被保留" @@ -2055,6 +2139,9 @@ msgstr "此用户无法使用斜线(/)命令" msgid "AdminUsers|The user will not receive any notifications" msgstr "此用户将不会收到任何通知" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "请输入 %{projectName} 来确认" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "您不能删除您自己的管理员权限。" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "管理" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "高级" @@ -2103,23 +2196,23 @@ msgstr "高级设置" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "高级权限,大文件存储(LFS)和双重认证设置。" -msgid "Advanced search functionality" -msgstr "高级搜索功能" - msgid "After a successful password update you will be redirected to login screen." msgstr "密码更新成功后,您将被重定向到登录页面。" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "密码更新成功后,您将被重定向到登录页面,您可以使用新密码重新登录。" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." -msgstr "之后,您将无法使用合并批准或代码质量以及众多的其他功能。" +msgid "After sign-out path" +msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." -msgstr "之后,您将无法使用合并批准或史诗以及众多的其他功能。" +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." +msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." -msgstr "之后,您将无法使用合并批准或史诗以及众多的安全功能。" +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." +msgstr "" msgid "Alert" msgid_plural "Alerts" @@ -2182,12 +2275,12 @@ msgstr "事件" msgid "AlertManagement|High" msgstr "高" +msgid "AlertManagement|Incident" +msgstr "" + msgid "AlertManagement|Info" msgstr "信息" -msgid "AlertManagement|Issue" -msgstr "议题" - msgid "AlertManagement|Key" msgstr "" @@ -2302,6 +2395,15 @@ msgstr "查看外部服务的文档以了解将此信息提供给外部服务的 msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "您必须提供此URL和授权密钥才能授权外部服务将警报发送到GitLab。您可以提供此URL和多个服务的密钥。配置外部服务后,来自您服务的警报将显示在GitLab%{linkStart}警报%{linkEnd}页面上。" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "API网址" @@ -2311,12 +2413,12 @@ msgstr "启用" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "将URL和auth密钥添加到Prometheus配置文件中" +msgid "AlertSettings|Add new integrations" +msgstr "" + msgid "AlertSettings|Alert test payload" msgstr "警报测试数据" -msgid "AlertSettings|Alerts endpoint successfully activated." -msgstr "警报端点已成功激活。" - msgid "AlertSettings|Authorization key" msgstr "授权密钥" @@ -2326,20 +2428,29 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "复制" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "输入测试警告JSON ..." msgid "AlertSettings|External Prometheus" msgstr "外部Prometheus" -msgid "AlertSettings|Generic" -msgstr "常规" +msgid "AlertSettings|HTTP Endpoint" +msgstr "" -msgid "AlertSettings|Integrations" -msgstr "集成" +msgid "AlertSettings|HTTP endpoint" +msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" -msgstr "了解更多关于%{linkStart}即将到来的集成%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" msgid "AlertSettings|Opsgenie" msgstr "Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "重置此项目的授权密钥将需要更新每个警报源中启用的 msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "查看外部服务的文档以了解将此信息提供给外部服务的位置,以及%{linkStart}GitLab文档%{linkEnd}来了解有关配置端点的更多信息。" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "测试警报数据" @@ -2362,8 +2479,11 @@ msgstr "已成功发送测试警报。如果您已经做了其他更改,请立 msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "测试失败。您仍然想要保存更改吗?" -msgid "AlertSettings|There was an error updating the alert settings" -msgstr "更新警报设置时出错" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." +msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." msgstr "尝试重置密钥时出错。请刷新页面再试一次。" @@ -2380,8 +2500,8 @@ msgstr "您现在可以在运维设置页面上的警报部分中为手动配置 msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "您必须提供此URL和授权密钥才能授权外部服务将警报发送到GitLab。您可以提供此URL和多个服务的密钥。配置外部服务后,来自您服务的警报将显示在GitLab%{linkStart}警报%{linkEnd}页面上。" -msgid "AlertSettings|Your changes were successfully updated." -msgstr "您的更改已成功更新。" +msgid "AlertSettings|Your integration was successfully updated." +msgstr "" msgid "Alerts" msgstr "警报" @@ -2389,6 +2509,27 @@ msgstr "警报" msgid "Alerts endpoint" msgstr "警报端点" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "算法" @@ -2455,9 +2596,6 @@ msgstr "所有安全扫描都已启用,因为此项目已开启了%{linkStart} msgid "All threads resolved" msgstr "所有主题已解决" -msgid "All users" -msgstr "所有用户" - msgid "All users must have a name." msgstr "所有的用户都必须具有名称。" @@ -2482,6 +2620,9 @@ msgstr "允许所有者管理在群组级别默认分支保护" msgid "Allow owners to manually add users outside of LDAP" msgstr "允许负责人手动添加LDAP之外的用户" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "允许该群组中的项目使用Git LFS" @@ -2503,6 +2644,9 @@ msgstr "允许系统钩子向本地网络发送的请求" msgid "Allow requests to the local network from web hooks and services" msgstr "允许Webhook和服务对本地网络的请求" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "同时允许此秘钥推送文件到仓库吗?(默认只拥有拉取权限)" @@ -2524,12 +2668,18 @@ 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 "允许使用电子邮件域名限制仅可用于顶级群组" msgid "Allowed to fail" msgstr "允许失败" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "这里可以添加和管理 Kubernetes 集群。" @@ -2578,6 +2728,9 @@ msgstr "具有相同指纹的%{link_start}警报%{link_end}已打开。要更改 msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "在%{project_path}中触发了一个警报。" @@ -2590,9 +2743,15 @@ msgstr "已从管理面板发送过了一封电子邮件通知。请等待 %{wai msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "空GitLab用户字段将在所有问题和注释的描述中添加FogBugz用户的全名(例如“By John Smith”)。它还将与项目创建者关联和/或分配这些问题和评论。" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "发生错误" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "获取项目作者时出错。" msgid "An error occurred previewing the blob" msgstr "预览 blob 时出错" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "切换通知订阅时发生错误" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "更新议题权重时发生错误" @@ -2710,9 +2875,6 @@ msgstr "获取terraform报告时发生错误。" msgid "An error occurred while fetching the Service Desk address." msgstr "获取服务台地址时发生错误。" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "读取看板列表时出错。请再试一次。" @@ -2785,9 +2947,6 @@ msgstr "加载议题时发生错误。" msgid "An error occurred while loading merge requests." msgstr "加载合并请求时发生错误。" -msgid "An error occurred while loading milestones" -msgstr "加载里程碑时发生错误" - msgid "An error occurred while loading project creation UI" msgstr "加载项目创建界面时发生错误" @@ -2818,9 +2977,6 @@ msgstr "加载合并请求时发生错误。" msgid "An error occurred while loading the pipelines jobs." msgstr "加载流水线作业时发生错误。" -msgid "An error occurred while loading the subscription details." -msgstr "加载订阅信息时发生错误。" - msgid "An error occurred while making the request." msgstr "发送请求时发生错误。" @@ -2845,6 +3001,9 @@ msgstr "渲染广播消息时发生错误" msgid "An error occurred while rendering the editor" msgstr "在渲染编辑器时出错" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "重新排序议题时发生错误。" @@ -2869,9 +3028,6 @@ msgstr "保存LDAP覆盖状态时发生错误。请再试一次。" msgid "An error occurred while saving assignees" msgstr "保存被指派人时出现错误。" -msgid "An error occurred while searching for milestones" -msgstr "搜索里程碑时出错" - msgid "An error occurred while subscribing to notifications." msgstr "订阅通知时发生错误。" @@ -2887,6 +3043,9 @@ msgstr "取消订阅通知时发生错误。" msgid "An error occurred while updating approvers" msgstr "更新核准人时发生错误" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -2921,7 +3080,7 @@ msgid "An issue already exists" msgstr "议题已经存在" msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable." -msgstr "议题可以是需要在项目中讨论的缺陷,待办事项或功能请求。此外,议题是可搜索和可过滤的。" +msgstr "议题可以是需要在项目中讨论的缺陷,待办事项或功能请求。此外,议题是可搜索和可筛选的。" msgid "An unauthenticated user" msgstr "未经认证的用户" @@ -3212,6 +3371,9 @@ msgstr "归档作业" msgid "Archive project" msgstr "归档项目" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "已存档" @@ -3459,6 +3621,9 @@ msgstr "分配给%{assigneeName}" msgid "Assigned to %{assignee_name}" msgstr "分配给%{assignee_name}" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "已分派给我" @@ -3701,8 +3866,29 @@ msgstr "将根据预定义的 CI/CD 配置自动构建、测试和部署应用 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. %{more_information_link}" -msgstr "Auto DevOps流水线已启用。如果未找到CI配置文件,将使用该流水线。 %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" +msgstr "" msgid "Autocomplete" msgstr "自动补全" @@ -3722,6 +3908,9 @@ msgstr "使用%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}自 msgid "Automatic certificate management using Let's Encrypt" msgstr "使用Let's Encrypt自动管理证书" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "注意" msgid "Available" msgstr "可用的" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "可用的Runner: %{runners}" @@ -3797,9 +3989,6 @@ msgstr "徽章图片网址" msgid "Badges|Badge image preview" msgstr "徽章图片预览" -msgid "Badges|Delete badge" -msgstr "删除徽章" - msgid "Badges|Delete badge?" msgstr "删除徽章吗?" @@ -3881,6 +4070,12 @@ msgstr "Bamboo 根地址,例如:https://bambo.example.com" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "您必须在Bamboo中设置自动版本标签和仓库触发器。" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "请注意,更改项目的命名空间可能会产生非预期的副作用。" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "升级" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "Bitbucket服务器导入" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "展开" msgid "Boards|View scope" msgstr "查看范围" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "未在此项目的仓库中找到 %{branchName} 分支。" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "项目设置" msgid "Branches|protected" msgstr "受保护" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "广播消息已成功创建。" @@ -4232,9 +4457,21 @@ msgstr "内置" msgid "Bulk request concurrency" msgstr "并发批量请求" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "燃尽图" +msgid "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 "未解决议题权重" @@ -4265,8 +4502,8 @@ msgstr "由 %{user_name}" msgid "By URL" msgstr "通过URL" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" -msgstr "通过单击注册,我同意我已阅读并接受GitLab%{linkStart}的使用条款和隐私政策%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." msgstr "默认情况下,GitLab 以 HTML 和纯文本格式发送电子邮件,因此邮件客户端可以选择使用哪种格式。如果您只想以纯文本格式发送电子邮件,请禁用此选项。" @@ -4448,6 +4685,9 @@ msgstr "无法创建滥用报告。此用户已被禁用。" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "不能同时运行多个Jira导入" @@ -4859,6 +5099,9 @@ msgstr "子史诗不存在。" msgid "Child epic doesn't exist." msgstr "子史诗不存在。" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "选择%{strong_open}创建归档%{strong_close}并等待创建过程完成。" @@ -5042,9 +5285,6 @@ msgstr "所有环境" msgid "CiVariable|Create wildcard" msgstr "创建通配符" -msgid "CiVariable|Error occurred while saving variables" -msgstr "保存变量时出错" - msgid "CiVariable|Masked" msgstr "已隐藏" @@ -5063,9 +5303,6 @@ msgstr "切换隐藏" msgid "CiVariable|Toggle protected" msgstr "开关保护状态" -msgid "CiVariable|Validation failed" -msgstr "验证失败" - msgid "Classification Label (optional)" msgstr "分类标签(可选)" @@ -5085,7 +5322,7 @@ msgid "Clear all repository checks" msgstr "" msgid "Clear chart filters" -msgstr "清除图表过滤器" +msgstr "清除图表筛选器" msgid "Clear due date" msgstr "清除截止日期" @@ -5174,6 +5411,9 @@ msgstr "关闭%{tabname}" msgid "Close epic" msgstr "关闭史诗" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "关闭里程碑" @@ -5198,8 +5438,8 @@ msgstr "已关闭议题" msgid "Closed this %{quick_action_target}." msgstr "已关闭此%{quick_action_target}." -msgid "Closed: %{closedIssuesCount}" -msgstr "关闭:%{closedIssuesCount}" +msgid "Closed: %{closed}" +msgstr "" msgid "Closes this %{quick_action_target}." msgstr "关闭此%{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "集群级别" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "Stages::ClusterEndpointInserter需要集群类型" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "清除集群缓存" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "集群管理项目(alpha)" @@ -5465,9 +5711,6 @@ msgstr "无法加载实例类型" msgid "ClusterIntegration|Could not load networks" msgstr "无法加载网络" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "无法从您的AWS账户加载区域" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "无法加载选定VPC的安全组" @@ -5723,9 +5966,6 @@ msgstr "进一步了解 %{help_link_start_machine_type}实例类型%{help_link_e msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "进一步了解 %{help_link_start}地域%{help_link_end}。" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "了解更多的Kubernetes信息" @@ -5741,9 +5981,6 @@ msgstr "加载IAM角色" msgid "ClusterIntegration|Loading Key Pairs" msgstr "加载密钥对" -msgid "ClusterIntegration|Loading Regions" -msgstr "加载区域" - msgid "ClusterIntegration|Loading VPCs" msgstr "加载VPC" @@ -5810,9 +6047,6 @@ msgstr "未找到项目" msgid "ClusterIntegration|No projects matched your search" msgstr "未找到您搜索的项目" -msgid "ClusterIntegration|No region found" -msgstr "未找到区域" - msgid "ClusterIntegration|No security group found" msgstr "没有找到安全组" @@ -5879,9 +6113,6 @@ msgstr "请查阅关于Kubernetes集群集成的%{link_start}帮助页面%{link_ msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "实时Web应用程序监视,日志记录和访问控制。 %{linkStart}更多信息%{linkEnd}" -msgid "ClusterIntegration|Region" -msgstr "区域" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "删除Kubernetes集群集成" @@ -5948,9 +6179,6 @@ msgstr "搜索网络" msgid "ClusterIntegration|Search projects" msgstr "搜索项目" -msgid "ClusterIntegration|Search regions" -msgstr "搜索区域" - msgid "ClusterIntegration|Search security groups" msgstr "搜索安全组" @@ -6011,6 +6239,9 @@ msgstr "按项目选择地域" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "选择地域" @@ -6095,6 +6326,9 @@ msgstr "节点正在分配中。如果花费时间过长,请检查您的Kubern msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "与当前项目相关联的命名空间。用于部署看板、pod日志和Web terminal。" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "群集身份验证时出现问题。请确保您的CA证书和令牌有效。" @@ -6236,9 +6470,6 @@ msgstr "选择VPC" msgid "ClusterIntergation|Select a network" msgstr "选择网络" -msgid "ClusterIntergation|Select a region" -msgstr "选择区域" - msgid "ClusterIntergation|Select a security group" msgstr "选择一个安全组" @@ -6285,7 +6516,7 @@ msgid "Code Review" msgstr "代码评审" msgid "Code Review Analytics displays a table of open merge requests considered to be in code review. There are currently no merge requests in review for this project and/or filters." -msgstr "代码评审分析显示了一个处于代码评审阶段的开放合并请求列表。 当前没有此项目和/或过滤器的合并请求。" +msgstr "代码评审分析显示了一个处于代码评审阶段的开放合并请求列表。 当前没有此项目和/或筛选器的合并请求。" msgid "Code coverage statistics for master %{start_date} - %{end_date}" msgstr "master上%{start_date} - %{end_date}的代码覆盖率统计" @@ -6350,9 +6581,6 @@ msgstr "Collector主机名" msgid "ComboSearch is not defined" msgstr "ComboSearch未定义" -msgid "Coming soon" -msgstr "即将上线" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "以逗号分隔,例如 '1.1.1, 2.2.2.0/24'" @@ -6442,7 +6670,7 @@ msgid "CommitMessage|Add %{file_name}" msgstr "添加 %{file_name}" msgid "CommitWidget|authored" -msgstr "作者" +msgstr "编辑于" msgid "Commits" msgstr "提交" @@ -6663,8 +6891,8 @@ msgstr "Confluence" msgid "ConfluenceService|Confluence Workspace" msgstr "Confluence工作区" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" -msgstr "将Confluence Cloud Workspace连接到您的GitLab项目" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" +msgstr "" msgid "ConfluenceService|Enabling the Confluence Workspace will disable the default GitLab Wiki. Your GitLab Wiki data will be saved and you can always re-enable it later by turning off this integration" msgstr "启用Confluence工作区将禁用默认的GitLab Wiki。您的GitLab Wiki数据将被保存,您以后随时可以通过关闭此集成来重新启用它" @@ -6714,6 +6942,9 @@ msgstr "连接超时" msgid "Connection timeout" msgstr "连接超时" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "联系销售人员进行升级" @@ -6779,6 +7010,9 @@ msgstr "清理策略保存成功。" msgid "ContainerRegistry|Cleanup policy:" msgstr "清理策略:" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "配置摘要: %{digest}" @@ -6822,7 +7056,7 @@ msgid "ContainerRegistry|Expiration schedule:" msgstr "过期计划:" msgid "ContainerRegistry|Filter by name" -msgstr "按名称过滤" +msgstr "按名称筛选" msgid "ContainerRegistry|If you are not already logged in, you need to authenticate to the Container Registry by using your GitLab username and password. If you have %{twofaDocLinkStart}Two-Factor Authentication%{twofaDocLinkEnd} enabled, use a %{personalAccessTokensDocLinkStart}Personal Access Token%{personalAccessTokensDocLinkEnd} instead of a password." msgstr "如果您尚未登录,您需要使用您的GitLab用户名和密码来进行身份认证。如果您启用 %{twofaDocLinkStart}双重身份验证%{twofaDocLinkEnd} ,请使用%{personalAccessTokensDocLinkStart}个人访问令牌%{personalAccessTokensDocLinkEnd}而不是密码。" @@ -6895,7 +7129,7 @@ msgid "ContainerRegistry|Something went wrong while updating the cleanup policy. msgstr "更新清理政策时出了错。" msgid "ContainerRegistry|Sorry, your filter produced no results." -msgstr "对不起,没有符合过滤器的任何结果." +msgstr "对不起,没有符合筛选器的任何结果." msgid "ContainerRegistry|Tag expiration policy" msgstr "标签过期策略" @@ -6940,7 +7174,7 @@ msgid "ContainerRegistry|This project's cleanup policy for tags is not enabled." msgstr "此项目的标签清理策略未启用。" msgid "ContainerRegistry|To widen your search, change or remove the filters above." -msgstr "要扩大搜索范围,请更改或删除上面的过滤器。" +msgstr "要扩大搜索范围,请更改或删除上面的筛选器。" msgid "ContainerRegistry|We are having trouble connecting to the Registry, which could be due to an issue with your project name or path. %{docLinkStart}More information%{docLinkEnd}" msgstr "当前无法连接到镜像库,原因可能是项目名称或路径的问题。%{docLinkStart}更多信息%{docLinkEnd}" @@ -7155,6 +7389,9 @@ msgstr "复制源分支名称" msgid "Copy the code below to implement tracking in your application:" msgstr "复制下面的代码来实现您的应用程序中的跟踪:" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "无法删除聊天昵称 %{chat_name}。" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "未找到设计." @@ -7224,6 +7464,9 @@ msgstr "未找到迭代" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "无法删除触发器。" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "无法上传您的设计,因为不支持已上传一个或多个的文件。" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "国家/地区" @@ -7504,6 +7750,9 @@ msgstr "在 %{projectLink} 中创建合并请求 %{mergeRequestLink}" msgid "Created on" msgstr "创建于" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "创建于:" @@ -7597,6 +7846,9 @@ msgstr "自定义CI配置路径" msgid "Custom Git clone URL for HTTP(S)" msgstr "自定义HTTP(S)协议Git克隆URL" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "自定义主机名(用于私有提交电子邮件)" @@ -7808,7 +8060,7 @@ msgid "CycleAnalytics|Days to completion" msgstr "完成所需天数" msgid "CycleAnalytics|Display chart filters" -msgstr "显示图表过滤器" +msgstr "显示图表筛选器" msgid "CycleAnalytics|No stages selected" msgstr "未选择阶段" @@ -7847,6 +8099,9 @@ 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 "" + msgid "CycleAnalytics|Total days to completion" msgstr "完成所需总天数" @@ -7854,13 +8109,13 @@ msgid "CycleAnalytics|Type of work" msgstr "工作类型" msgid "CycleAnalytics|group dropdown filter" -msgstr "群组下拉列表过滤器" +msgstr "群组下拉列表筛选器" msgid "CycleAnalytics|not allowed for the given start event" msgstr "不适用于给定的开始事件" msgid "CycleAnalytics|project dropdown filter" -msgstr "项目下拉列表过滤器" +msgstr "项目下拉列表筛选器" msgid "CycleAnalytics|stage dropdown" msgstr "阶段下拉列表" @@ -7904,6 +8159,15 @@ msgstr "%{firstProject}、%{rest} 和 %{secondProject}" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "无法添加%{invalidProjects}。此仪表板可用于公开项目,以及银牌方案群组中的私有项目。" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "无法更新站点配置。请重试。" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "编辑站点配置" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "管理配置" @@ -7991,15 +8267,15 @@ msgstr "尚未创建配置" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "请输入一个有效的URL格式,例如:http://www.example.com/home" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "配置名称" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "将目标站点和扫描设置的常用设定保存为配置。使用这些配置进行需求扫描。" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "数据仍在计算中……" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "找不到数据源名称" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "删除评论" -msgid "Delete Snippet" -msgstr "删除代码片段" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "删除产物" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "删除看板" @@ -8258,9 +8549,6 @@ msgstr "删除标签" msgid "Delete label: %{label_name} ?" msgstr "删除标记: %{label_name}?" -msgid "Delete list" -msgstr "删除列表" - msgid "Delete pipeline" msgstr "删除流水线" @@ -8282,6 +8570,9 @@ msgstr "删除代码片段吗?" msgid "Delete source branch" msgstr "删除源分支" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "删除此附件" @@ -8345,12 +8636,18 @@ 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 "依赖项" @@ -8396,18 +8693,27 @@ msgstr "导出为JSON" msgid "Dependencies|Job failed to generate the dependency list" msgstr "作业无法生成依赖项列表" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "许可证" msgid "Dependencies|Location" msgstr "位置" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "打包程序" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "%{codeStartTag}dependency_scanning%{codeEndTag} 作业失败,无法生成列表。请确保作业正常运行并重启流水线。" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "未找到部署进度。要查看pod,请确保您的环境符合%{link msgid "Deploy to..." msgstr "部署到 ..." -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "部署面板已删除标签%{appLabel}上的匹配。要查看部署面板上的所有实例,您必须更新Chart并重新部署。" - msgid "DeployFreeze|Freeze end" msgstr "冻结结束" @@ -8648,6 +8951,12 @@ msgstr "已部署" msgid "Deployed to" msgstr "已部署到" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "正在部署到" @@ -8696,6 +9005,9 @@ msgstr "描述" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "使用%{link_start}GitLab风格Markdown%{link_end}解析的描述" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "描述模板允许您为项目的问题和合并请求定义描述字段的特定模板。" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "差异内容限制" @@ -8918,8 +9251,8 @@ msgstr "禁用群组Runner" msgid "Disable public access to Pages sites" msgstr "禁止公开访问Pages网站" -msgid "Disable shared Runners" -msgstr "禁用共享Runner" +msgid "Disable shared runners" +msgstr "" msgid "Disable two-factor authentication" msgstr "禁用双重认证" @@ -9066,6 +9399,9 @@ msgstr "文档" msgid "Documentation for popular identity providers" msgstr "常见的身份验证提供商的相关文档" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "文档重建索引: %{processed_documents} (%{percentage}%%)" @@ -9075,6 +9411,9 @@ 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 站点的基本安全措施。用户需要证明他们在启用域之前拥有域的所有权" @@ -9096,6 +9435,9 @@ msgstr "不在提交消息中包含描述" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "请勿粘贴GPG密钥中的私钥部分,只需粘贴以 '-----BEGIN PGP PUBLIC KEY BLOCK-----' 为开头的公钥部分。" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "不再显示" @@ -9123,9 +9465,6 @@ msgstr "下载另存为" msgid "Download as CSV" msgstr "下载CSV" -msgid "Download asset" -msgstr "下载资源" - msgid "Download codes" msgstr "下载代码" @@ -9294,15 +9633,24 @@ msgstr "编辑公共部署密钥" msgid "Edit stage" msgstr "编辑阶段" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "编辑此发布" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "编辑Wiki页面" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "编辑你在最近主题中的评论(从空白文本区)" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "编辑于%{timeago}" @@ -9375,6 +9723,9 @@ msgstr "邮件已发送" msgid "Email the pipelines status to a list of recipients." msgstr "将流水线状态通过电子邮件发送给多个收件人。" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "电子邮件内容空白。请确保您的回复位于电子邮件的顶部,因为我们无法处理内联回复。" @@ -9516,6 +9867,12 @@ msgstr "在电子邮件中启用页眉和页脚" msgid "Enable integration" msgstr "启用集成" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "启用维护模式" @@ -9543,8 +9900,20 @@ msgstr "启用代理" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "启用reCAPTCHA或Akismet并设置IP限制。对于reCAPTCHA,我们目前仅支持 %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" -msgid "Enable shared Runners" -msgstr "启用共享Runner" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" +msgstr "" msgid "Enable snowplow tracking" msgstr "启用Snowplow跟踪" @@ -9588,6 +9957,9 @@ msgstr "此功能仅在 GitLab EE 许可下可用。如果要启用,请确认 msgid "Encountered an error while rendering: %{err}" msgstr "渲染时出现错误: %{err}" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "结束于(UTC)" @@ -9615,8 +9987,11 @@ msgstr "输入IP地址范围" msgid "Enter a number" msgstr "输入数字" -msgid "Enter a whole number between 0 and 100" -msgstr "输入0到100之间的整数" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" +msgstr "" msgid "Enter at least three characters to search" msgstr "请至少输入三个字符才可搜索" @@ -10273,7 +10648,7 @@ msgid "EventFilterBy|Filter by comments" msgstr "只显示评论事件" msgid "EventFilterBy|Filter by designs" -msgstr "按设计过滤" +msgstr "按设计筛选" msgid "EventFilterBy|Filter by epic events" msgstr "按史诗事件筛选" @@ -10291,7 +10666,7 @@ msgid "EventFilterBy|Filter by team" msgstr "只显示团队事件" msgid "EventFilterBy|Filter by wiki" -msgstr "按Wiki过滤" +msgstr "按Wiki筛选" msgid "Events" msgstr "事件" @@ -10377,12 +10752,18 @@ msgstr "示例:使用量=单一查询。(请求)/(容量)=形成公式的多 msgid "Except policy:" msgstr "除外(Except)条件:" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "不包括合并提交。仅限%{limit}次提交。" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "不包括合并提交。仅限6,000次提交。" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "展开核准人" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "展开里程碑" @@ -10488,6 +10872,9 @@ msgstr "导出群组" msgid "Export issues" msgstr "导出议题" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "导出项目" @@ -10590,6 +10977,9 @@ msgstr "无法为此问题创建分支。请再试一次。" msgid "Failed to create import label for jira import." msgstr "为jira导入创建导入标签失败。" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "创建仓库失败" @@ -10653,6 +11043,9 @@ msgstr "加载标记失败。请重试。" msgid "Failed to load milestones. Please try again." msgstr "加载里程碑失败。请重试。" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "加载相关分支失败" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "加载堆栈跟踪失败。" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "无法将此议题标记为重复,因为未找到引用的议题。" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "%d个用户" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "*(所有环境)" @@ -10831,6 +11239,9 @@ msgstr "配置" msgid "FeatureFlags|Configure feature flags" msgstr "配置功能标志" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "创建功能标志" @@ -10882,6 +11293,9 @@ msgstr "功能标志 %{name} 将被删除。您确定吗?" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "功能标志允许通过动态切换某些功能使应用呈现不同特性。" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "标志即将变为只读" @@ -10948,11 +11362,14 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "用户百分比" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "百分比上线(登录用户)" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" -msgstr "百分比上线显示必须是0-100之间的整个数字" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "FeatureFlags|Protected" msgstr "受保护" @@ -10966,6 +11383,9 @@ msgstr "上线百分比" msgid "FeatureFlags|Rollout Strategy" msgstr "上线策略" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "设置Unleash客户端应用名称为应用程序运行的环境名称。 此值将用于匹配环境范围。查看 %{linkStart}客户端配置示例%{linkEnd}。" @@ -10984,9 +11404,6 @@ msgstr "获取功能标志时出错。" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "获取用户列表时出错" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "用户列表" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "列表" - msgid "FeatureFlag|Percentage" msgstr "百分比" msgid "FeatureFlag|Select a user list" msgstr "选择一个用户列表" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "没有配置的用户列表" @@ -11020,6 +11437,9 @@ msgstr "类型" msgid "FeatureFlag|User IDs" msgstr "用户ID" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "2月" @@ -11077,12 +11497,18 @@ msgstr "文件模板" msgid "File upload error." msgstr "文件上传错误。" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "文件" msgid "Files breadcrumb" msgstr "文件导航" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "提交引用%{ref}路径%{path}中的文件,目录和子模块" @@ -11093,43 +11519,46 @@ msgid "Filter" msgstr "筛选器" msgid "Filter by %{issuable_type} that are currently closed." -msgstr "过滤器%{issuable_type}当前关闭。" +msgstr "筛选器%{issuable_type}当前关闭。" msgid "Filter by %{issuable_type} that are currently opened." -msgstr "过滤器%{issuable_type}当前开启。" +msgstr "筛选器%{issuable_type}当前开启。" msgid "Filter by %{page_context_word} that are currently opened." -msgstr "按当前开放的%{page_context_word}过滤。" +msgstr "按当前开放的%{page_context_word}筛选。" msgid "Filter by Git revision" -msgstr "按Git版本过滤" +msgstr "按Git版本筛选" msgid "Filter by issues that are currently closed." -msgstr "按当前关闭的议题过滤。" +msgstr "按当前关闭的议题筛选。" + +msgid "Filter by issues that are currently opened." +msgstr "" msgid "Filter by label" -msgstr "按标记过滤" +msgstr "按标记筛选" msgid "Filter by merge requests that are currently closed and unmerged." -msgstr "按当前已关闭和未合并的合并请求过滤。" +msgstr "按当前已关闭和未合并的合并请求筛选。" msgid "Filter by merge requests that are currently merged." -msgstr "按当前已合并的合并请求过滤。" +msgstr "按当前已合并的合并请求筛选。" msgid "Filter by milestone name" -msgstr "按里程碑名称过滤" +msgstr "按里程碑名称筛选" msgid "Filter by name" -msgstr "按名称过滤" +msgstr "按名称筛选" msgid "Filter by requirements that are currently archived." -msgstr "按当前已存档的需求过滤。" +msgstr "按当前已存档的需求筛选。" msgid "Filter by requirements that are currently opened." -msgstr "按当前开放的需求过滤。" +msgstr "按当前开放的需求筛选。" msgid "Filter by status" -msgstr "按状态过滤" +msgstr "按状态筛选" msgid "Filter by test cases that are currently archived." msgstr "" @@ -11138,7 +11567,7 @@ msgid "Filter by test cases that are currently opened." msgstr "" msgid "Filter by two-factor authentication" -msgstr "按双重认证过滤" +msgstr "按双重认证筛选" msgid "Filter by user" msgstr "按用户筛选" @@ -11147,29 +11576,32 @@ msgid "Filter parameters are not valid. Make sure that the end date is after the msgstr "" msgid "Filter pipelines" -msgstr "过滤流水线" +msgstr "筛选流水线" msgid "Filter results" -msgstr "过滤结果" +msgstr "筛选结果" msgid "Filter results by group" -msgstr "按群组过滤结果" +msgstr "按群组筛选结果" msgid "Filter results by project" -msgstr "按项目过滤结果" +msgstr "按项目筛选结果" msgid "Filter results..." -msgstr "过滤结果..." +msgstr "筛选结果..." msgid "Filter your repositories by name" msgstr "" msgid "Filter..." -msgstr "过滤..." +msgstr "筛选..." msgid "Find File" msgstr "查找文件" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "完成您的%{group_name}专用帐户设置。" msgid "Finished" msgstr "已完成" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "名太长(最多为 %{max_length} 个字符)。" - msgid "First Seen" msgstr "首次出现" @@ -11215,9 +11644,15 @@ msgstr "每周的起始日" msgid "First name" msgstr "名字" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "首次出现" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "固定日期" @@ -11272,8 +11707,8 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" -msgstr "对于内部项目,任何已登录的用户都可以查看流水线并访问作业详情(输出日志和产物)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" +msgstr "" msgid "For more info, read the documentation." msgstr "有关详细信息,请阅读文档。" @@ -11588,7 +12023,7 @@ msgid "Geo|%{name} is scheduled for re-verify" msgstr "%{name}已计划重新验证" msgid "Geo|Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information." -msgstr "请您调整上面的过滤器/搜索条件。如果您认为此处有误,请参阅 %{linkStart}Geo Troubleshow%{linkEnd} 文档以获取更多信息。" +msgstr "请您调整上面的筛选器/搜索条件。如果您认为此处有误,请参阅 %{linkStart}Geo Troubleshow%{linkEnd} 文档以获取更多信息。" msgid "Geo|All %{replicable_name}" msgstr "所有%{replicable_name}" @@ -11630,7 +12065,7 @@ msgid "Geo|Failed" msgstr "失败" msgid "Geo|Filter by status" -msgstr "按状态过滤" +msgstr "按状态筛选" msgid "Geo|Geo Status" msgstr "Geo状态" @@ -11818,8 +12253,8 @@ msgstr "开始使用发布" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "此 GitLab 服务器上未启用 Git LFS,请联系管理员。" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." -msgstr "如果%{docs_link_start}为项目启用%{docs_link_end}了LFS,则Git LFS对象将在拉取镜像时同步, 但%{strong_open}不会%{strong_close}在推送镜像时同步。" +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." +msgstr "" msgid "Git LFS status:" msgstr "Git LFS状态:" @@ -11839,6 +12274,9 @@ msgstr "Git 浅克隆" msgid "Git strategy for pipelines" msgstr "流水线的Git策略" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "Git 版本" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "GitLab服务台能够以简单的方式让用户在您的GitLab实例中创建议题,而无需创建账号。它为最终用户提供了在项目中创建问题的唯一电子邮件地址,并且可以通过GitLab界面或通过电子邮件进行答复。最终用户将仅通过电子邮件看到该主题。" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "GitLab 共享运行器将在同一个运行器上执行不同项目的代码,除非您在GitLab上设置 MaxBuilds为1和 GitLab 运行器自动缩放。" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "GitLab导出" msgid "GitLab for Slack" msgstr "GitLab for Slack" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "GitLab是服务于整个软件开发生命周期的单一应用程序。从项目规划和源码管理到CI/CD、监控和安全。" @@ -12214,6 +12655,9 @@ msgstr "转到您的项目" msgid "Go to your snippets" msgstr "转到您的代码片段" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "谷歌云平台" @@ -12319,8 +12763,8 @@ msgstr "群组URL" msgid "Group avatar" msgstr "群组头像" -msgid "Group by:" -msgstr "分组依据:" +msgid "Group by" +msgstr "" msgid "Group description" msgstr "群组描述" @@ -12476,7 +12920,13 @@ msgid "GroupRoadmap|To view the roadmap, add a start or due date to one of your msgstr "要查看路线图,请在此群组或其子群组中的一个 史诗 中添加开始日期或截止日期;从 %{startDate} 到 %{endDate}。" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." -msgstr "要扩大您的搜索,请更改或移除过滤器,从 %{startDate} 到 %{endDate}。" +msgstr "要扩大您的搜索,请更改或移除筛选器,从 %{startDate} 到 %{endDate}。" + +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" msgid "GroupSAML|Certificate fingerprint" msgstr "证书指纹" @@ -12487,6 +12937,9 @@ msgstr "配置" msgid "GroupSAML|Copy SAML Response XML" msgstr "复制SAML响应XML" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "默认成员角色" @@ -12532,12 +12985,30 @@ msgstr "NameID" msgid "GroupSAML|NameID Format" msgstr "NameID格式" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "禁止外部派生" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "禁止从此群组向外派生。" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "SAML响应输出" @@ -12550,6 +13021,9 @@ msgstr "SAML 单点登录" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "SAML 单点登录设置" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "SCIM API 端点 URL" @@ -12562,6 +13036,9 @@ msgstr "SAML令牌签名证书的SHA1指纹。请从身份验证提供商处获 msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "SCIM 令牌现在已隐藏。要再次查看令牌的值,您需要 " +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "这将被设置为添加到群组的用户的访问级别。" @@ -12586,6 +13063,9 @@ msgstr "在禁止外部派生标志启用后,群组成员将只能在您的群 msgid "GroupSAML|Your SCIM token" msgstr "您的 SCIM 令牌" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "必须匹配“%{extern_uid}”存储的NameID,因为它用来标识用户。如果NameID更改,则用户将无法登录。" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "历史" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "但是,您已经是 %{member_source} 的成员。请使用其他帐户登录以接受邀请。" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "我接受%{terms_link_start}服务条款和隐私政策%{terms_link_end}" - msgid "I accept the %{terms_link}" msgstr "我接受 %{terms_link}" @@ -13062,8 +13542,8 @@ msgstr "我忘记了密码" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "我已经阅读并同意Let's Encrypt的%{link_start}服务条款%{link_end}(PDF)" -msgid "I'd like to receive updates via email about GitLab" -msgstr "我同意通过电子邮件接收有关GitLab的更新" +msgid "I'd like to receive updates about GitLab via email" +msgstr "" msgid "ID" msgstr "ID" @@ -13170,6 +13650,9 @@ msgstr "如果启用,GitLab将使用Geo处理对象存储复制。 %{linkStart msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "如果启用,则使用外部服务上的分类标签来验证对项目的访问权限。" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "如果您最近没有登录,请立即更改密码: %{password_link}。 msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "如果您丢失了恢复码,您可以生成新的恢复码,所有以前的恢复码将失效。" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "如果你已使用100%%存储容量,你将无法: %{base_message}" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "如果您最近从上述IP地址登录过,则可以忽略此电子邮件。" @@ -13218,12 +13698,12 @@ msgstr "忽略" msgid "Ignored" msgstr "已忽略" -msgid "Image Details" -msgstr "图片详情" - msgid "Image URL" msgstr "图片网址" +msgid "Image details" +msgstr "" + msgid "ImageDiffViewer|2-up" msgstr "并列(2-up)" @@ -13301,6 +13781,9 @@ msgstr "通过上传manifest文件导入多个仓库" msgid "Import project" msgstr "导入项目" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "导入项目成员" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "事件管理限制" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "全部" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "显示事件时出错。" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "取消指派" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "未发布" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "警报集成" msgid "IncidentSettings|Grafana integration" msgstr "Grafana集成" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "事件" @@ -13505,6 +14003,30 @@ msgstr "PagerDuty集成" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "设置外部工具集成以更好地管理事件。" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "事故" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "包括所有用户必须接受的服务条款协议和隐私政策。" @@ -13592,35 +14117,41 @@ msgstr "手动输入主机密钥" msgid "Input your repository URL" msgstr "输入您的仓库URL" -msgid "Insert" -msgstr "插入" - msgid "Insert a code block" msgstr "插入代码块" msgid "Insert a quote" msgstr "插入引用" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "插入图片" msgid "Insert code" msgstr "插入代码" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "插入内联代码" msgid "Insert suggestion" msgstr "插入建议" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "洞察" msgid "Insights|Some items are not visible beacuse the project was filtered out in the insights.yml file (see the projects.only config for more information)." -msgstr "有些条目不可见,由于已在insights.yml文件中过滤掉(见projects.only配置以了解更多信息)。" +msgstr "有些条目不可见,由于已在insights.yml文件中筛选掉(见projects.only配置以了解更多信息)。" msgid "Insights|This project is filtered out in the insights.yml file (see the projects.only config for more information)." -msgstr "此项目已在insights.yml文件中过滤掉(见projects.only配置以了解更多信息)。" +msgstr "此项目已在insights.yml文件中筛选掉(见projects.only配置以了解更多信息)。" msgid "Install" msgstr "安装" @@ -13631,6 +14162,9 @@ msgstr "安装GitLab Runner" msgid "Install Runner on Kubernetes" msgstr "在Kubernetes上安装Runner" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "从您的应用程序库安装软令牌验证器如 %{free_otp_link} 或者谷歌验证器,然后使用该验证器扫描此二维码。更多信息请查看%{help_link_start}文档%{help_link_end}。" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "实例管理员组已存在" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,38 +14322,59 @@ msgstr "包括标准加整个提交消息,提交哈希和议题ID" msgid "Integrations|Includes commit title and branch" msgstr "包括提交的标题和分支" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "使用自定义设置" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "在提交或合并请求中提及Jira议题时,将创建远程链接和评论(如果启用)。" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "用户可以通过推送提交来对项目作出贡献。" msgid "Internal" msgstr "内部" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." -msgstr "内部 - 任何登录的用户都可以查看该群组和任何内部项目。" +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" -msgid "Internal - The project can be accessed by any logged in user." -msgstr "内部 - 可以通过任何登录用户访问该项目。" +msgid "Internal - The project can be accessed by any logged in user except external users." +msgstr "" msgid "Internal URL (optional)" msgstr "内部URL(可选)" @@ -13761,6 +14382,9 @@ msgstr "内部URL(可选)" msgid "Internal users" msgstr "内部用户" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "循环周期" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "无效的网址" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "无效的container_name" @@ -13887,25 +14508,25 @@ msgstr "邀请成员" msgid "Invite teammates (optional)" msgstr "邀请团队成员(可选)" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "议题看板" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "问题已升级为史诗。" @@ -14110,7 +14788,7 @@ msgid "Issues and Merge Requests" msgstr "议题和合并请求" msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable." -msgstr "议题可以是缺陷,任务或要讨论的想法。此外,可以通过搜索和过滤来查找议题。" +msgstr "议题可以是缺陷,任务或要讨论的想法。此外,可以通过搜索和筛选来查找议题。" msgid "Issues closed" msgstr "关闭议题" @@ -14143,13 +14821,13 @@ msgid "IssuesAnalytics|Last 12 months" msgstr "最近12个月" msgid "IssuesAnalytics|Sorry, your filter produced no results" -msgstr "对不起,无符合过滤器的结果" +msgstr "对不起,无符合筛选器的结果" msgid "IssuesAnalytics|There are no issues for the projects in your group" msgstr "群组中的项目无任何议题" msgid "IssuesAnalytics|To widen your search, change or remove filters in the filter bar above" -msgstr "要扩大搜索范围,请更改或删除上面的过滤条件" +msgstr "要扩大搜索范围,请更改或删除上面的筛选条件" msgid "IssuesAnalytics|Total:" msgstr "总计:" @@ -14217,6 +14895,9 @@ msgstr "1月" msgid "January" msgstr "1月" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "Jira议题" @@ -14472,6 +15153,9 @@ msgstr "K8s pod健康" msgid "Keep divergent refs" msgstr "保留分叉的refs" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "Kerberos访问被拒绝" @@ -14490,6 +15174,12 @@ msgstr "快捷键" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "键" @@ -14619,9 +15309,6 @@ msgstr "升级标记" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "升级%{labelTitle}将使其可用于%{groupName}内的所有项目。现有的同名项目标记将被合并。现有的同名群组标记也将被合并。该操作不可撤销。" -msgid "Labels|and %{count} more" -msgstr "以及其余%{count}项" - msgid "Language" msgstr "语言" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "最后访问于" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "姓太长(最多为 %{max_length} 个字符)。" - msgid "Last Pipeline" msgstr "最新流水线" @@ -14683,6 +15367,9 @@ msgstr "此页面在您的浏览器中载入前的最后一个项目:" msgid "Last name" msgstr "姓" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "最后回复来自于" @@ -14716,6 +15403,9 @@ msgstr "最近更新" msgid "Last used" msgstr "最后使用" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "上次使用于:" @@ -14761,6 +15451,9 @@ msgstr "了解如何启用同步" msgid "Learn more" msgstr "进一步了解" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "了解更多关于Auto DevOps" @@ -14836,6 +15529,9 @@ msgstr "使用默认值设定 \"文件类型\" 和 \"交付方法\"" msgid "Leave zen mode" msgstr "离开禅模式" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "Let's Encrypt不接受example.com的电子邮件" @@ -15368,9 +16064,6 @@ msgstr "3月" msgid "March" msgstr "3月" -msgid "Mark To Do as done" -msgstr "将待办事项标记为已完成。" - msgid "Mark as done" msgstr "标记为已完成" @@ -15389,6 +16082,9 @@ msgstr "将此议题标记为另一个议题的重复" msgid "Mark this issue as related to another issue" msgstr "将此议题标记为与另一个议题的相关" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "Markdown" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "标记删除于 - %{deletion_time}" -msgid "Marked To Do as done." -msgstr "将待办事项标记为已完成。" - msgid "Marked this %{noun} as Work In Progress." msgstr "此%{noun}已标记为“正在进行中”。" @@ -15434,8 +16127,8 @@ msgstr "标记这个议题为%{duplicate_param}的重复项。" msgid "Marked this issue as related to %{issue_ref}." msgstr "将此议题标记为%{issue_ref}的相关议题。" -msgid "Marks To Do as done." -msgstr "将待办事项标记为已完成。" +msgid "Marked to do as done." +msgstr "" msgid "Marks this %{noun} as Work In Progress." msgstr "将此%{noun}标记为“正在进行中”。" @@ -15446,6 +16139,9 @@ msgstr "将此议题标记为 %{duplicate_reference} 的重复。" msgid "Marks this issue as related to %{issue_ref}." msgstr "将此议题标记为%{issue_ref}的相关议题。" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "隐藏变量" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "成员锁" msgid "Member since %{date}" msgstr "加入于 %{date}" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "成员" @@ -15656,15 +16361,90 @@ msgstr "有权访问%{strong_start}%{group_name}%{strong_end}的成员" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "内存使用情况" @@ -15902,6 +16682,9 @@ msgstr "已合并分支正在被删除。该操作可能需要一些时间,具 msgid "Merged this merge request." msgstr "已合并此合并请求。" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "立即合并此合并请求。" @@ -16303,6 +17086,27 @@ msgstr "当前许可证无法使用里程碑列表" msgid "Milestone lists show all issues from the selected milestone." msgstr "里程碑列表显示所选里程碑的所有议题。" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "关闭:" @@ -16618,9 +17422,15 @@ msgstr "多项目" msgid "Multi-project Runners cannot be removed" msgstr "多项目Runner无法删除" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "支持多个IP地址范围。" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "支持多个域名。" @@ -16678,6 +17488,32 @@ msgstr "命名空间为空" msgid "Namespace:" msgstr "命名空间:" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "命名空间" @@ -16933,6 +17769,9 @@ msgstr "从不" msgid "New" msgstr "新增" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "新建应用" @@ -17175,7 +18014,7 @@ msgid "No changes between %{sourceBranch} and %{targetBranch}" msgstr "" msgid "No child epics match applied filters" -msgstr "没有匹配当前过滤器的子史诗" +msgstr "没有匹配当前筛选器的子史诗" msgid "No commits present here" msgstr "此处无提交" @@ -17396,6 +18235,9 @@ msgstr "非管理员用户可以使用只读权限登录并发起只读的API请 msgid "None" msgstr "无" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "尚未实现" @@ -17426,9 +18268,6 @@ msgstr "数据不足" msgid "Not found." msgstr "未找到。" -msgid "Not now" -msgstr "暂不" - msgid "Not ready yet. Try again later." msgstr "还没有准备好。请稍后再试。" @@ -17663,6 +18502,9 @@ msgstr "OmniAuth" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "Omnibus保护路径阈值已启用,且优先级高于这些设置。从12.4起Omnibus阈值已弃用,并将在未来版本中移除。请参阅%{relative_url_link_start}迁移保护路径文档%{relative_url_link_end}。" +msgid "On" +msgstr "" + msgid "On track" msgstr "进度正常" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "计划或立即对目标站点运行扫描。当前可用的按需扫描类型: DAST。%{helpLinkStart}更多信息%{helpLinkEnd}" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,20 +18677,14 @@ msgstr "在文件视图中打开" msgid "Open issues" msgstr "开启的议题" -msgid "Open projects" -msgstr "打开项目" - msgid "Open raw" msgstr "打开原始文件" msgid "Open sidebar" msgstr "打开侧边栏" -msgid "Open: %{openIssuesCount}" -msgstr "开启: %{openIssuesCount}" - -msgid "Open: %{open} • Closed: %{closed}" -msgstr "打开: %{open} • 关闭: %{closed}" +msgid "Open: %{open}" +msgstr "" msgid "Opened" msgstr "已打开" @@ -18027,6 +18857,9 @@ msgstr "添加Conan远端" msgid "PackageRegistry|Add NuGet Source" msgstr "添加Nuget源" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "应用分组: %{group}" @@ -18100,7 +18933,7 @@ msgid "PackageRegistry|Delete package" msgstr "删除软件包" msgid "PackageRegistry|Filter by name" -msgstr "按名称过滤" +msgstr "按名称筛选" msgid "PackageRegistry|For more information on Composer packages in GitLab, %{linkStart}see the documentation.%{linkEnd}" msgstr "" @@ -18123,8 +18956,8 @@ msgstr "如果尚未配置,需要将以下内容添加到%{codeStart}.pypirc%{ msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "如果尚未配置,需要将以下内容添加到%{codeStart}pom.xml%{codeEnd}文件中。" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." -msgstr "没有找到您喜欢的包管理工具?我们期待您的帮助,在GitLab中实现对它的一流支持!%{contributionLinkStart}访问贡献文档%{contributionLinkEnd}以了解更多有关如何在GitLab中建立对新软件包管理工具的支持信息。以下是我们关注的软件包管理工具的列表。" +msgid "PackageRegistry|Install package version" +msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." msgstr "了解如何使用GitLab%{noPackagesLinkStart}发布和共享您的软件包%{noPackagesLinkEnd}。" @@ -18147,9 +18980,6 @@ msgstr "Maven XML" msgid "PackageRegistry|NPM" msgstr "NPM" -msgid "PackageRegistry|No upcoming issues" -msgstr "没有即将到来的议题" - msgid "PackageRegistry|NuGet" msgstr "NuGet" @@ -18171,8 +19001,8 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "于%{datetime}发布到%{project}软件包注册表" -msgid "PackageRegistry|PyPi" -msgstr "PyPi" +msgid "PackageRegistry|PyPI" +msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" msgstr "构成: %{recipe}" @@ -18181,7 +19011,7 @@ msgid "PackageRegistry|Remove package" msgstr "删除软件包" msgid "PackageRegistry|Sorry, your filter produced no results" -msgstr "对不起,没有符合过滤器的任何结果" +msgstr "对不起,没有符合筛选器的任何结果" msgid "PackageRegistry|Source project located at %{link}" msgstr "源项目位于%{link}" @@ -18195,9 +19025,6 @@ msgstr "此软件包没有其他版本。" msgid "PackageRegistry|There are no packages yet" msgstr "当前无软件包" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "没有即将到来的议题可显示" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "获取此软件包的详细信息时出现问题。" @@ -18205,7 +19032,7 @@ msgid "PackageRegistry|This NuGet package has no dependencies." msgstr "这个Nuget包没有依赖项目。" msgid "PackageRegistry|To widen your search, change or remove the filters above." -msgstr "要扩大搜索范围,请更改或删除上面的过滤器。" +msgstr "要扩大搜索范围,请更改或删除上面的筛选器。" msgid "PackageRegistry|Unable to fetch package version information." msgstr "无法获取软件包版本信息。" @@ -18213,9 +19040,6 @@ msgstr "无法获取软件包版本信息。" msgid "PackageRegistry|Unable to load package" msgstr "无法加载软件包" -msgid "PackageRegistry|Upcoming package managers" -msgstr "即将推出的软件包管理工具" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "您将要删除%{name},此操作不可逆,确定继续吗?" @@ -18225,12 +19049,6 @@ msgstr "即将删除%{name}的%{version}版本。确定继续吗?" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "您可能还需要使用令牌设置身份验证。%{linkStart}请参阅文档%{linkEnd}以了解更多信息。" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,8 +19073,8 @@ msgstr "NPM" msgid "PackageType|NuGet" msgstr "NuGet" -msgid "PackageType|PyPi" -msgstr "PyPi" +msgid "PackageType|PyPI" +msgstr "" msgid "Packages" msgstr "软件包" @@ -18447,8 +19265,8 @@ msgstr "权限不足的用户将无法收到通知,也无法评论。" msgid "People without permission will never get a notification." msgstr "无相关权限的用户将不会收到通知。" -msgid "Percent of users" -msgstr "用户百分比" +msgid "Percent rollout must be an integer number between 0 and 100" +msgstr "" msgid "Percentage" msgstr "百分比" @@ -18459,9 +19277,6 @@ msgstr "执行高级选项,如改变路径、转移、导出或移除群组。 msgid "Perform common operations on GitLab project" msgstr "在GitLab项目上执行常见操作" -msgid "Performance and resource management" -msgstr "性能和资源管理" - msgid "Performance optimization" msgstr "性能优化" @@ -18564,6 +19379,9 @@ msgstr "成功率:" msgid "PipelineCharts|Successful:" msgstr "成功:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "总计:" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "CI 配置检查(CI Lint)" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "子流水线" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "流水线入门" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "项目缓存重置成功。" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "请输入一个非负数" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "请输入大于%{number}(来自项目设置)的数字" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "请输入有效的数字" @@ -18966,6 +19802,9 @@ msgstr "请输入或上传一个许可证。" msgid "Please fill in a descriptive name for your group." msgstr "请为您的群组填写描述性名称。" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "请按照%{link_start}Let's Encrypt故障排除指南%{link_end}来重新获取加密证书。" @@ -18978,12 +19817,18 @@ msgstr "请将所有现有项目迁移到散列存储,以避免安全问题并 msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "请注意,GitLab不提供此应用程序,您应该在允许访问之前验证其真实性。" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "请提供名称" msgid "Please provide a valid URL" msgstr "请提供有效的网址" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "请提供有效的电子邮件地址。" @@ -19018,7 +19863,7 @@ msgid "Please select and add a member" msgstr "请选择并添加一个成员" msgid "Please select at least one filter to see results" -msgstr "请至少选择一个过滤器来查看结果" +msgstr "请至少选择一个筛选器来查看结果" msgid "Please set a new password before proceeding." msgstr "请设置新密码以继续下一步。" @@ -19188,9 +20033,6 @@ msgstr "阻止项目派生到当前群组以外" msgid "Prevent users from changing their profile name" msgstr "禁止用户更改配置文件名称" -msgid "Prevent users from modifying merge request approvers list" -msgstr "阻止用户修改合并请求核准人列表" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "阻止用户在GitLab进行维护时进行写入操作。" @@ -19884,8 +20726,8 @@ msgstr "创建/更新提交时事件将被触发" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "私密议题创建/更新/关闭时事件将被触发" -msgid "ProjectService|Event will be triggered when a deployment finishes" -msgstr "部署结束后事件将被触发" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" +msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" msgstr "合并请求创建/更新/合并时事件将被触发" @@ -20187,6 +21029,9 @@ msgstr ".NET Core" msgid "ProjectTemplates|Android" msgstr "Android" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "GitLab集群管理" @@ -20241,6 +21086,9 @@ msgstr "Ruby on Rails" msgid "ProjectTemplates|SalesforceDX" msgstr "SalesforceDX" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "Serverless Framework/JS" @@ -20697,6 +21545,9 @@ msgstr "分支" msgid "ProtectedBranch|Code owner approval" msgstr "代码所有者批准" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "保护" @@ -20823,6 +21674,9 @@ msgstr "Puma运行的线程数大于1,并且启用了Rugged服务。在某些 msgid "Purchase more minutes" msgstr "购买更多时间" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "推送" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "Rake任务帮助" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "每分钟原始Blob请求速率限制" @@ -21015,6 +21872,9 @@ msgstr "引用" msgid "Refresh" msgstr "刷新" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "%d 秒后刷新以显示更新状态..." @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "注册GitLab帐户" - msgid "Register now" msgstr "立即注册" @@ -21269,6 +22126,9 @@ msgstr "删除许可证" msgid "Remove limit" msgstr "去除限制" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "删除成员" @@ -21389,6 +22249,9 @@ msgstr "删除截止日期." msgid "Removes time estimate." msgstr "删除时间估计。" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "删除该群组同时会删除所有子项目,包括已归档项目及其相关资源。" @@ -21410,9 +22273,15 @@ msgstr "重新开启%{display_issuable_type}" msgid "Reopen epic" msgstr "重新开启史诗" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "重新打开里程碑" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "重新打开%{quick_action_target}" @@ -21440,6 +22309,9 @@ msgstr "替换克隆URL根地址。" msgid "Replication" msgstr "复制" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "复制已启用" @@ -21564,7 +22436,13 @@ msgstr "仓库" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "仓库图" msgid "Repository Settings" msgstr "仓库设置" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "仓库检查" @@ -21690,8 +22583,8 @@ 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 "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." msgstr "要求所有用户在访问GitLab时接受服务条款和隐私政策。" @@ -21723,6 +22616,9 @@ msgstr "需求%{reference}已重新打开" msgid "Requirement %{reference} has been updated" msgstr "需求%{reference}已更新" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "需求标题不能超过%{limit}个字符。" @@ -21921,6 +22817,9 @@ msgstr "查看应用" msgid "Review App|View latest app" msgstr "查看最新应用" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "查看在您的身份验证提供商中配置服务提供商的流程 - 在这里,GitLab是“服务提供商”或“依赖方”。" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "SSH主机密钥" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "SSH主机密钥在此系统上不可用。请使用%{ssh_keyscan}命令或与您的GitLab管理员联系以获取更多信息。" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "SSH密钥用于在您的电脑和GitLab建立安全连接。" @@ -22177,6 +23088,12 @@ msgstr "SSH公钥" msgid "SSL Verification:" msgstr "SSL验证:" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "星期六" @@ -22192,6 +23109,9 @@ msgstr "保存修改" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "仍然保存" @@ -22216,9 +23136,6 @@ msgstr "保存流水线计划" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "节省空间并更使得在容器注册表中查找标签更容易。 启用清理策略来删除过时的标签,只保留您需要的标签。" -msgid "Save variables" -msgstr "保存变量" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "保存中" msgid "Saving project." msgstr "正在保存项目。" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "新建流水线计划" @@ -22267,6 +23187,9 @@ msgstr "范围" msgid "Scopes can't be blank" msgstr "范围不能为空" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,8 +23220,8 @@ msgstr "搜索" msgid "Search Jira issues" msgstr "搜索Jira议题" -msgid "Search Milestones" -msgstr "搜索里程碑" +msgid "Search a group" +msgstr "" msgid "Search an environment spec" msgstr "搜索环境规则" @@ -22354,9 +23277,6 @@ msgstr "搜索此文本" msgid "Search forks" msgstr "搜索派生" -msgid "Search groups" -msgstr "搜索群组" - msgid "Search merge requests" msgstr "搜索合并请求" @@ -22364,10 +23284,10 @@ msgid "Search milestones" msgstr "搜索里程碑" msgid "Search or filter results..." -msgstr "搜索或过滤结果......" +msgstr "搜索或筛选结果......" msgid "Search or filter results…" -msgstr "搜索或过滤结果…" +msgstr "搜索或筛选结果…" msgid "Search or jump to…" msgstr "搜索或转到..." @@ -22438,9 +23358,6 @@ msgstr "显示%{term_element}的 %{from} - %{to}/ %{count} %{scope} " msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "在个人和项目代码片段中显示搜索%{term_element}结果的%{count}项%{scope}里的第%{from}项 - 第%{to}项" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "找不到任何匹配%{term}的%{scope} " - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "代码结果" @@ -22494,7 +23411,7 @@ msgstr "座位链接" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "座位链接已禁用,无法通过此表单进行配置。" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "获取漏洞数量时出错。请检查您的网络连接,然后重试 msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "获取漏洞列表时出错。请检查您的网络连接,然后重试。" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "误报" @@ -22734,6 +23654,12 @@ msgstr "安全仪表板" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "安全报告只能由授权的用户访问。" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "请使用上面的项目搜索字段来选择要添加的项目。" @@ -22744,7 +23670,7 @@ msgid "SecurityReports|Severity" msgstr "严重程度" msgid "SecurityReports|Sorry, your filter produced no results" -msgstr "对不起,没有符合过滤器的任何结果" +msgstr "对不起,没有符合筛选器的任何结果" msgid "SecurityReports|Status" msgstr "状态" @@ -22773,6 +23699,10 @@ msgstr "创建合并请求时出错。" msgid "SecurityReports|There was an error deleting the comment." msgstr "删除评论时出错。" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "忽略漏洞时出错。" @@ -22789,7 +23719,7 @@ msgid "SecurityReports|There was an error while generating the report." msgstr "生成报告时出错。" msgid "SecurityReports|To widen your search, change or remove filters above" -msgstr "要扩大搜索范围,请更改或删除上面的过滤器。" +msgstr "要扩大搜索范围,请更改或删除上面的筛选器。" msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}" msgstr "" @@ -22953,6 +23883,9 @@ msgstr "选择要导入的项目。" msgid "Select required regulatory standard" msgstr "选择所需的法规标准" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "选择要复制的分片" @@ -22968,7 +23901,7 @@ msgstr "选择开始日期" msgid "Select status" msgstr "选择状态" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "选择当前项目的默认分支。除非另行指定,否则所有合 msgid "Select the custom project template source group." msgstr "选择自定义项目模板源群组。" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "选择时区" @@ -23079,6 +24009,9 @@ msgstr "用逗号分隔主题。" msgid "September" msgstr "9月" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "与" @@ -23193,6 +24126,9 @@ msgstr "服务模板" msgid "Service URL" msgstr "服务 URL" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "会话持续时间(分钟)" @@ -23328,6 +24264,9 @@ msgstr "设置新密码" msgid "Set up pipeline subscriptions for this project." msgstr "为此项目设置流水线订阅。" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "设置项目以自动推送和/或从另一个仓库中提取更改。分支,标签和提交将自动同步。" @@ -23433,6 +24372,15 @@ msgstr "共享Runner" msgid "Shared projects" msgstr "分享项目" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "共享Runner帮助链接" @@ -23451,9 +24399,15 @@ msgstr "Sherlock事物" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "如果您一旦丢失手机或无法访问一次性密码密保,您可以使用恢复码来重新获得您的帐户访问权限。每个恢复码仅可使用一次。请将它们保存在安全的地方,否则丢失后你%{b_start}将%{b_end}无法访问您的帐户。" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "显示所有活动" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "显示所有成员" @@ -23594,6 +24548,9 @@ msgstr "登录/注册" msgid "Sign in to \"%{group_name}\"" msgstr "登录到 \"%{group_name}\"" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "使用智能卡登录" @@ -23621,6 +24578,9 @@ msgstr "注册成功!请确认您的电子邮件以登录。" msgid "Sign-in restrictions" msgstr "登录限制" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "注册限制" @@ -23630,9 +24590,6 @@ msgstr "名字太长(最多%{max_length}字符)。" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "姓氏太长(最多%{max_length}字符)。" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "名称太长(最大为%{max_length}字符)。" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "用户名太长(最大为%{max_length}字符)。" @@ -23642,6 +24599,9 @@ msgstr "用户名太短(最短为%{min_length}字符)。" msgid "Signed in" msgstr "已登录" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "使用%{authentication}进行身份验证" @@ -23753,27 +24713,18 @@ msgstr "没有要显示的代码片段。" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "描述 (可选)" -msgid "Snippets|File" -msgstr "文件" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "给文件命名以启用代码高亮,例如Ruby文件example.rb" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "可选添加关于你的代码片段做什么或如何使用它的描述..." - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "可选添加描述你的代码片段做什么或如何使用它…" @@ -23787,7 +24738,7 @@ msgid "Some changes are not shown" msgstr "" msgid "Some child epics may be hidden due to applied filters" -msgstr "某些子史诗可能由于应用过滤器而被隐藏" +msgstr "某些子史诗可能由于应用筛选器而被隐藏" msgid "Some common domains are not allowed. %{read_more_link}." msgstr "某些常见域名不被允许。 %{read_more_link}" @@ -23988,7 +24939,7 @@ msgid "Sorry, you have exceeded the maximum browsable page number. Please use th msgstr "对不起,您已经超过了最大可浏览的页面数。请使用API来进一步获取数据。" msgid "Sorry, your filter produced no results" -msgstr "对不起,无符合过滤器的结果" +msgstr "对不起,无符合筛选器的结果" msgid "Sort by" msgstr "排序" @@ -24008,6 +24959,9 @@ msgstr "访问级别,升序排列" msgid "SortOptions|Access level, descending" msgstr "访问级别,降序排列" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "创建日期" @@ -24116,6 +25070,9 @@ msgstr "最近登录" msgid "SortOptions|Recently starred" msgstr "最近星标" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "大小" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "源代码" - msgid "Source code (%{fileExtension})" msgstr "源代码(%{fileExtension})" @@ -24236,9 +25190,6 @@ msgstr "指定电子邮件地址正则表达式模式以标识默认内部用户 msgid "Specify the following URL during the Runner setup:" msgstr "在 Runner 设置时指定以下 URL:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "使用GitLab%{br_tag}加速DevOps" - msgid "Squash commit message" msgstr "压缩提交消息" @@ -24302,6 +25253,9 @@ msgstr "星标" msgid "Start Date" msgstr "开始时间" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "启动Web终端" @@ -24324,7 +25278,7 @@ msgid "Start and due date" msgstr "开始和截止日期" msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors." -msgstr "首先选择一个群组以开始浏览该群组中的合并请求。然后您可以按项目、标记、里程碑和作者进行过滤。" +msgstr "首先选择一个群组以开始浏览该群组中的合并请求。然后您可以按项目、标记、里程碑和作者进行筛选。" msgid "Start cleanup" msgstr "开始清理" @@ -24458,6 +25412,9 @@ msgstr "统计" msgid "Status" msgstr "状态" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "状态:" @@ -24587,6 +25544,9 @@ msgstr "垃圾信息举报" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "提交反馈" @@ -24602,6 +25562,9 @@ msgstr "提交搜索" msgid "Submit the current review." msgstr "提交当前评审。" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "已提交当前评审。" @@ -24644,6 +25607,12 @@ msgstr "订阅已成功创建。" msgid "Subscription successfully deleted." msgstr "订阅已成功删除。" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "账单" @@ -24728,6 +25697,9 @@ msgstr "已成功" msgid "Successfully activated" msgstr "已成功激活" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "成功禁用" @@ -24749,6 +25721,9 @@ msgstr "成功删除电子邮件。" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "流水线已安排运行。请查看 %{pipelines_link_start}流水线页面%{pipelines_link_end}以了解详细信息 。" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "成功解除禁用" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "同步信息" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "已同步" msgid "Synchronization disabled" msgstr "同步已禁用" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "系统" @@ -24917,6 +25898,9 @@ msgstr "系统指标(自定义)" msgid "System metrics (Kubernetes)" msgstr "系统指标(Kubernetes)" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "目录" @@ -24987,7 +25971,7 @@ msgid "TagsPage|Existing branch name, tag, or commit SHA" msgstr "已存在分支名称,标记或提交SHA" msgid "TagsPage|Filter by tag name" -msgstr "根据标签名称过滤" +msgstr "根据标签名称筛选" msgid "TagsPage|New Tag" msgstr "新建标签" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,8 +26240,8 @@ msgstr "感谢购买!" msgid "Thanks! Don't show me this again" msgstr "不再显示" -msgid "That's it, well done!%{celebrate}" -msgstr "就这样,做得好!%{celebrate}" +msgid "That's it, well done!" +msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" msgstr "群组“%{group_path}”允许您使用SSO以登录帐户" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "CSV导出将在后台创建。完成后,它将以附件形式发送到%{strong_open}%{email}%{strong_close}。" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "Git LFS对象将%{strong_open}不会%{strong_close}被同步。" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "Jira用户%{jiraDisplayName}将映射到的GitLab用户" @@ -25278,9 +26274,15 @@ msgstr "议题跟踪用于管理需求改进或者解决的问题。请注册或 msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "Prometheus服务器以“错误请求”响应。请检查您的查询是否正确,并且当前的Prometheus版本支持。 %{documentationLink}" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "在主节点上定义的URL,次要节点应使用该URL与其联系。" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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”)。" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "以下项目将不会被导出:" @@ -25399,8 +26407,8 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "系统设置要求您为帐户启用双重认证。" -msgid "The group and any internal projects can be viewed by any logged in user." -msgstr "任何登录的用户都可以查看该群组和任何内部项目。" +msgid "The group and any internal projects can be viewed by any logged in user except external users." +msgstr "" msgid "The group and any public projects can be viewed without any authentication." msgstr "群组和任何公共项目可以在没有任何身份验证的情况下查看。" @@ -25510,8 +26518,8 @@ msgstr "计划阶段概述了从议题添加到日程到推送首次提交的时 msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "提供客户端证书时使用的私钥。该值被加密存储。" -msgid "The project can be accessed by any logged in user." -msgstr "该项目允许所有已登录到当前GitLab服务器的用户访问。" +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "任何登录的用户都可以访问该项目。" @@ -25570,6 +26578,9 @@ msgstr "审阅阶段概述了从创建合并请求到被合并的时间。当创 msgid "The roadmap shows the progress of your epics along a timeline" msgstr "路线图显示了 史诗 沿着时间线的进展情况" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "计划运行时间必须在将来!" @@ -25582,8 +26593,8 @@ msgstr "该代码片段仅对我可见。" msgid "The snippet is visible only to project members." msgstr "该代码片段仅对项目成员可见。" -msgid "The snippet is visible to any logged in user." -msgstr "任何登录用户都可以看到该代码片段。" +msgid "The snippet is visible to any logged in user except external users." +msgstr "" msgid "The specified tab is invalid, please select another" msgstr "指定标签页无效,请选择另一个" @@ -25621,6 +26632,9 @@ msgstr "用户映射是一个JSON文档,将参与项目的Google Code用户映 msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "用户映射是参与项目的 FogBugz 用户的电子邮件地址和用户名将被导入 GitLab 的方式。您可以通过以下表格来修改映射关系。" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "您正在尝试冻结的用户在过去%{minimum_inactive_days}天一直处于活动状态,因此无法冻结。" @@ -25729,6 +26743,9 @@ msgstr "磁盘上已存在具有该名称的仓库" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "没有可用数据。请更改选择。" @@ -25924,6 +26941,9 @@ msgstr "reCAPTCHA 验证错误。请再次验证 reCAPTCHA。" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "这些现有的议题具有类似的标题。在那里评论可能更好,而不是创建另一个类似的问题。" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "这些配置于父群组的变量,可以和项目变量一起用于当前项目。" @@ -25975,7 +26995,7 @@ msgstr "此操作可能导致数据丢失。为防止意外,我们会要求您 msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "这个应用程序是由 %{link_to_owner} 创建的。" msgid "This application will be able to:" msgstr "此应用程序将可以:" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "此附件已被截断,以避免超过最大允许的附件大小15MB。总计%{issues_count}个议题中的%{written_count}的个议题包含于其中。请考虑选择较少的议题重新导出。" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "该阻塞为自我引用" @@ -26134,6 +27160,9 @@ msgstr "这是已登录到您帐户的设备列表。您可以删除任何您无 msgid "This is a security log of important events involving your account." msgstr "这是一个涉及您的帐户重要事件的安全日志。" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "此数字为自许可证启动以来用户数目的最高值。" @@ -26143,11 +27172,14 @@ msgstr "此数目为当前活跃用户的数量, 也是更新许可证时需 msgid "This is your current session" msgstr "这是您当前的会话" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "此议题目前被以下议题阻止: %{issues}。" msgid "This issue is in a child epic of the filtered epic" -msgstr "此议题在过滤史诗的子史诗中" +msgstr "此议题在筛选史诗的子史诗中" msgid "This job depends on other jobs with expired/erased artifacts: %{invalid_dependencies}" msgstr "该作业依赖于其他产物已过期/已删除的作业:%{invalid_dependencies}" @@ -26695,6 +27727,12 @@ msgstr "刚刚" msgid "Timeago|right now" msgstr "立即" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "超时" @@ -26727,8 +27765,8 @@ msgstr "标题和描述" msgid "To" msgstr "至" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." -msgstr "要%{link_to_help}到您的域名,请将上述密钥添加到DNS配置中的TXT记录。" +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." +msgstr "" msgid "To Do" msgstr "待处理" @@ -26778,8 +27816,8 @@ msgstr "首先,请您输入您的 Gitea 服务器地址和一个 %{link_to_per msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "为了帮助改进GitLab及提升用户体验, GitLab将定期收集使用信息。" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" -msgstr "为了帮助改进GitLab,我们希望定期收集使用信息。这可以通过 %{settings_link_start}设置%{link_end}随时更改。 %{info_link_start}更多信息%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." +msgstr "" msgid "To import an SVN repository, check out %{svn_link}." msgstr "要导入SVN仓库,请查看 %{svn_link}。" @@ -26860,10 +27898,10 @@ msgid "To view the roadmap, add a start or due date to one of your epics in this msgstr "如需查看路线图,请将计划的开始或结束日期添加到当前群组或其子组中的某个 史诗。在月视图中,只显示上个月,本月以及接下来5个月的 史诗." msgid "To widen your search, change or remove filters above" -msgstr "要扩大搜索范围,请更改或删除上面的过滤器" +msgstr "要扩大搜索范围,请更改或删除上面的筛选器" msgid "To widen your search, change or remove filters." -msgstr "需要扩大搜索范围,请更改或移除过滤条件。" +msgstr "需要扩大搜索范围,请更改或移除筛选条件。" msgid "To-Do" msgstr "待办事项" @@ -26907,6 +27945,9 @@ msgstr "切换表情符号赞赏" msgid "Toggle navigation" msgstr "切换导航" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "切换边栏" @@ -26979,18 +28020,21 @@ msgstr "总内存 (GB)" msgid "Total test time for all commits/merges" msgstr "所有提交和合并的总测试时间" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "总权重" msgid "Total: %{total}" msgstr "总计:%{total}" +msgid "TotalMilestonesIndicator|1000+" +msgstr "" + msgid "TotalRefCountIndicator|1000+" msgstr "1000+" -msgid "Trace" -msgstr "跟踪" - msgid "Tracing" msgstr "跟踪" @@ -27145,7 +28189,7 @@ msgid "Try all GitLab has to offer for 30 days." msgstr "30天内体验GitLab的所有功能。" msgid "Try changing or removing filters." -msgstr "请尝试更改或删除过滤器。" +msgstr "请尝试更改或删除筛选器。" msgid "Try to fork again" msgstr "尝试再次派生" @@ -27165,6 +28209,9 @@ msgstr "尝试与您的设备通信。请将其插入并立即按下上的按钮 msgid "Tuesday" msgstr "星期二" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "关闭" @@ -27315,6 +28362,9 @@ msgstr "无法保存迭代。请重试" msgid "Unable to save your changes. Please try again." msgstr "无法保存您的更改。请重试。" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "无法安排流水线立即运行" @@ -27540,6 +28590,9 @@ msgstr "更新迭代" msgid "Update now" msgstr "立即更新" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "更新变量" @@ -27678,11 +28731,14 @@ msgstr "使用情况统计" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "%{help_link_start}共享Runner%{help_link_end}已禁用,所以流水线使用没有设置限制" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "产物" -msgid "UsageQuota|Build Artifacts" -msgstr "构建产物" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." +msgstr "" msgid "UsageQuota|Buy additional minutes" msgstr "购买额外分钟数" @@ -27708,6 +28764,9 @@ msgstr "流水线" msgid "UsageQuota|Purchase more storage" msgstr "购买更多存储空间" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "仓库" @@ -27720,9 +28779,36 @@ msgstr "代码片段" msgid "UsageQuota|Storage" msgstr "存储" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "此命名空间没有使用共享Runner的项目" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "无限" @@ -27744,15 +28830,27 @@ msgstr "使用配额帮助链接" msgid "UsageQuota|Usage since" msgstr "使用量自" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "Wiki" msgid "UsageQuota|Wikis" msgstr "Wiki" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "您已使用: %{usage} %{limit}" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr ",您命名空间存储上限总计%{formattedLimit}" @@ -27807,11 +28905,8 @@ msgstr "用户 %{current_user_username} 已开始使用%{username}的身份" msgid "User %{username} was successfully removed." msgstr "用户 %{username} 已成功删除。" -msgid "User IDs" -msgstr "用户ID" - -msgid "User List" -msgstr "用户列表" +msgid "User ID" +msgstr "" msgid "User OAuth applications" msgstr "用户的 OAuth 应用程序" @@ -27930,6 +29025,9 @@ msgstr "已报告滥用" msgid "UserProfile|Blocked user" msgstr "已禁用用户" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "参与贡献的项目" @@ -28026,9 +29124,6 @@ msgstr "用户名已被使用。" msgid "Username is available." msgstr "用户名可用。" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "用户名太长 (最大为 %{max_length} 字符)。" - msgid "Username or email" msgstr "用户名或邮箱" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "查看文档" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "查看所有议题" @@ -28487,8 +29588,14 @@ msgstr "类型" msgid "Vulnerability|Comments" msgstr "注释" -msgid "Vulnerability|Crash Address" -msgstr "崩溃地址" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" +msgstr "" msgid "Vulnerability|Description" msgstr "说明" @@ -28571,6 +29678,15 @@ msgstr "我们无法确定删除史诗的路径" msgid "We could not determine the path to remove the issue" msgstr "我们无法确定删除议题的路径" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "无法连接Prometheus服务器。服务器不再存在,或者配置信息需要更新。" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "欢迎使用GitLab,%{first_name}!" msgid "Welcome to the guided GitLab tour" msgstr "欢迎来到GitLab导览" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "您正在搜索什么?" msgid "What describes you best?" msgstr "如何形容您最合适?" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,12 +30150,12 @@ msgstr "正在进行中(开放和未分配)" msgid "Work in progress Limit" msgstr "“进行中”限制" -msgid "Workflow Help" -msgstr "工作流帮助" - msgid "Would you like to create a new branch?" msgstr "" +msgid "Would you like to try auto-generating a branch name?" +msgstr "" + msgid "Write" msgstr "编辑" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "您无权推送到此分支。请创建一个新的分支或开启合并请求。" @@ -29145,6 +30270,9 @@ 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 "" + 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。" @@ -29157,12 +30285,12 @@ msgstr "您可以 %{linkStart}查看BLOB%{linkEnd} 代替。" msgid "You can also create a project from the command line." msgstr "您也可以通过命令行来创建新项目。" -msgid "You can also press ⌘-Enter" -msgstr "您也可以按 ⌘-Enter" - msgid "You can also press Ctrl-Enter" msgstr "您也可以按 Ctrl-Enter" +msgid "You can also press ⌘-Enter" +msgstr "" + msgid "You can also star a label to make it a priority label." msgstr "可以通过为标记设置星标来提高其优先级。" @@ -29175,6 +30303,15 @@ msgstr "您还可以按照以下说明从计算机中上传现有文件。" msgid "You can always edit this later" msgstr "您也可以稍后编辑此选项。" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "您可以在%{pat_link_start}个人访问令牌%{pat_link_end}设置中创建新的令牌或检查现有的令牌。" @@ -29194,7 +30331,7 @@ msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_p msgstr "可以轻松地在Kubernetes集群上安装Runner。 %{link_to_help_page}" msgid "You can filter by 'days to merge' by clicking on the columns in the chart." -msgstr "您可以通过单击图表中的列来按“合并天数”进行过滤。" +msgstr "您可以通过单击图表中的列来按“合并天数”进行筛选。" msgid "You can find more information about GitLab subscriptions in %{subscriptions_doc_link}." msgstr "" @@ -29376,6 +30513,9 @@ msgstr "你已被授予访问%{title}%{name}的%{member_human_access}权限。" msgid "You have been invited" msgstr "您已被邀请" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "您已取消订阅该主题。" @@ -29388,6 +30528,15 @@ msgstr "您已从该项目导入%{numberOfPreviousImports} 次。每次导入都 msgid "You have insufficient permissions to create a Todo for this alert" msgstr "您没有足够的权限为这个警报创建待办事项" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "没有权限" @@ -29412,9 +30561,6 @@ msgstr "你已经从“%{membershipable_human_name}” %{source_type}退出。" msgid "You may close the milestone now." msgstr "你现在可以关闭这个里程碑。" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "您必须接受我们的服务条款和隐私政策才能注册帐户" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "您需要上传GitLab项目导出文件(以.gz结尾)." msgid "You need to upload a Google Takeout archive." msgstr "您需要上传Google Takeout文件。" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "你已使用了%{usage_in_percent}的%{namespace_name}存储容量(已使用%{storage_limit}总计%{used_storage})" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,20 +30720,23 @@ msgstr "您已经使用一次密码验证器启用了双重认证。如果您要 msgid "YouTube" msgstr "YouTube" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "您在%{host}上的帐户已从一个新的位置登录" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "您为%{strong}%{namespace_name}%{strong_close}的%{strong}%{plan_name}%{strong_close}订阅将于%{strong}%{expires_on}%{strong_close}到期。" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." -msgstr "您的%{strong}%{plan_name}%{strong_close}订阅将于%{strong}%{expires_on}%{strong_close}到期。此后,您将无法创建议题或合并请求,同时也无法访问其他众多功能。" +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "CSV导出已经开始。完成后将发送电子邮件至%{email}。" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." -msgstr "您从项目%{project_link}导出包含%{issues_count}的CSV文件已作为附件添加到此电子邮件中。" +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." +msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." msgstr "您从项目%{project_name}(%{project_url})导出包含%{written_count}的CSV文件已作为附件添加到此电子邮件中。" @@ -29619,6 +30765,9 @@ msgstr "您的群组" msgid "Your License" msgstr "您的许可证" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "您的个人访问令牌将在%{days_to_expire}天内过期。" @@ -29634,6 +30783,9 @@ msgstr "您的项目动态" msgid "Your Public Email will be displayed on your public profile." msgstr "您的公共电子邮件将在您的公开信息中显示。" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "您的SSH密钥(%{count})" @@ -29888,7 +31040,7 @@ msgid "attach a new file" msgstr "添加新附件" msgid "authored" -msgstr "编写于" +msgstr "编辑于" msgid "blocks" msgstr "阻止" @@ -29899,9 +31051,6 @@ msgstr "分支名称" msgid "by" msgstr "来自" -msgid "by %{user}" -msgstr "由%{user}" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "容器扫描可以检测Docker镜像中中已知的安全漏洞。" msgid "ciReport|Coverage Fuzzing" msgstr "Coverage Fuzzing" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "Coverage Fuzzing标题" - msgid "ciReport|Coverage fuzzing" msgstr "Coverage Fuzzing" @@ -30076,9 +31222,6 @@ msgstr "找到%{issuesWithCount}" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "通过创建议题来调查此漏洞" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "了解更多关于与安全报告交互的信息" - msgid "ciReport|Load performance test metrics: " msgstr "负载性能测试指标:" @@ -30161,6 +31304,9 @@ msgstr "查看完整报告" msgid "closed issue" msgstr "已关闭议题" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "评论" @@ -30394,8 +31540,8 @@ msgstr "是无效的 IP 地址范围" msgid "is blocked by" msgstr "已被阻止。阻止项为" -msgid "is enabled." -msgstr "已启用。" +msgid "is forbidden by a top-level group" +msgstr "" msgid "is invalid because there is downstream lock" msgstr "因下游锁定而无效" @@ -30412,6 +31558,9 @@ msgstr "相关群组不含模版" msgid "is not a valid X509 certificate." msgstr "不是有效的X509证书。" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "不被允许。请使用其他电子邮件地址重试,或与您的GitLab管理员联系。" @@ -30430,6 +31579,9 @@ msgstr "为只读" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "太长(%{current_value})。最大值为%{max_size}。" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "太长(最多100个条目)" @@ -30466,6 +31618,9 @@ msgstr "它太大了" msgid "jigsaw is not defined" msgstr "拼图未定义" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "最后提交:" @@ -30527,6 +31682,9 @@ msgstr "metric_id必须是整个项目唯一的" msgid "missing" msgstr "丢失" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "最近的部署" @@ -30996,9 +32154,6 @@ msgstr "项目成员" msgid "projects" msgstr "项目" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "推送到您的仓库,创建流水线,创建议题或添加评论。如需减少存储使用,请删除未使用的仓库,制品,维基,议题和流水线。" - msgid "quick actions" msgstr "快捷操作" @@ -31011,9 +32166,6 @@ msgstr "注册" msgid "relates to" msgstr "涉及到" -msgid "released %{time}" -msgstr "发布于%{time}" - msgid "remaining" msgstr "剩余" @@ -31090,6 +32242,9 @@ msgstr "显示较少" msgid "sign in" msgstr "登录" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "排序:" @@ -31270,9 +32425,6 @@ msgstr "合并请求已安排在流水线成功后合并。合并人: " msgid "wiki page" msgstr "wiki页面" -msgid "will be released %{time}" -msgstr "将发布于%{time}" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "共 %{additions} 条新增, %{deletions} 条删除." @@ -31285,3 +32437,6 @@ msgstr "过期时间保持不变于%{old_expiry}" msgid "yaml invalid" msgstr "yaml无效" +msgid "your settings" +msgstr "" + diff --git a/locale/zh_HK/gitlab.po b/locale/zh_HK/gitlab.po index 21add9cc170..352e25678c5 100644 --- a/locale/zh_HK/gitlab.po +++ b/locale/zh_HK/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: zh-HK\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:43\n" +"PO-Revision-Date: 2020-11-03 22:43\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d 個已修復測試結果" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "已選 %d 個議題" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "需要 %{count} 個由 %{name} 的批准" msgid "%{count} files touched" msgstr "" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "還有 %{count} 項" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "" msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "" @@ -876,9 +896,6 @@ msgstr "" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "顯示較少" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "%{count}%{type} 個附加" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "%{count}%{type} 個變更" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "一個有存取原始分支權限的使用者,選擇了此項目" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "新增表格" msgid "Add a task list" msgstr "" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "" @@ -1656,7 +1689,7 @@ msgstr "" msgid "Added %{label_references} %{label_text}." msgstr "" -msgid "Added a To Do." +msgid "Added a to do." msgstr "" msgid "Added an issue to an epic." @@ -1692,10 +1725,10 @@ msgstr "" msgid "Adds %{labels} %{label_text}." msgstr "" -msgid "Adds a To Do." +msgid "Adds a Zoom meeting" msgstr "" -msgid "Adds a Zoom meeting" +msgid "Adds a to do." msgstr "" msgid "Adds an issue to an epic." @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "停止任務失敗" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "" msgid "AdminStatistics|Snippets" msgstr "" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "" @@ -1929,6 +1983,12 @@ msgstr "" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "活躍" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "管理員" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "封鎖使用者" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "" @@ -2010,6 +2091,9 @@ msgstr "" msgid "AdminUsers|Owned groups will be left" msgstr "" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "" @@ -2055,6 +2139,9 @@ msgstr "" msgid "AdminUsers|The user will not receive any notifications" msgstr "" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "請輸入 %{projectName} 以進行確認" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "進階權限 ,大檔案儲存與雙重鑑證設定" -msgid "Advanced search functionality" -msgstr "" - msgid "After a successful password update you will be redirected to login screen." msgstr "" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "" msgid "Alerts endpoint" msgstr "" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "" @@ -2455,9 +2596,6 @@ msgstr "" msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "所有使用者" - msgid "All users must have a name." msgstr "" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "容許本項目採用 Git LFS" @@ -2503,6 +2644,9 @@ msgstr "" msgid "Allow requests to the local network from web hooks and services" msgstr "" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "" @@ -2524,12 +2668,18 @@ 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 "" msgid "Allowed to fail" msgstr "" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "允許您增加和管理Kubernetes叢集。" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "預覽 blob 檔案時發生錯誤" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "切換訂閱通知時發生錯誤" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "更新議題權重時發生錯誤" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "" @@ -2785,9 +2947,6 @@ msgstr "" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "" msgid "An error occurred while loading the pipelines jobs." msgstr "" -msgid "An error occurred while loading the subscription details." -msgstr "" - msgid "An error occurred while making the request." msgstr "" @@ -2845,6 +3001,9 @@ msgstr "" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "" @@ -2869,9 +3028,6 @@ msgstr "" msgid "An error occurred while saving assignees" msgstr "儲存指派人時發生錯誤" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "訂閱通知時出錯" @@ -2887,6 +3043,9 @@ msgstr "取消訂閱通知時出錯" msgid "An error occurred while updating approvers" msgstr "" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "" msgid "Archive project" msgstr "" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "你確定要刪除徽章嗎?" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "關閉里程碑" @@ -5198,7 +5438,7 @@ msgstr "已關閉議題" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "描述" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "不再顯示" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "二月" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "文件" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "歷史紀錄" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "循環週期" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "一月" msgid "January" msgstr "一月" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "提升標籤" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "最新流水線" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "最後更新" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "三月" msgid "March" msgstr "三月" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "目前許可證無法使用里程碑列表" msgid "Milestone lists show all issues from the selected milestone." msgstr "里程碑列表將顯示所選里程碑的所有議題" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "無" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "數據不足" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "打開原文件" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "成功率:" msgid "PipelineCharts|Successful:" msgstr "成功:" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "總計:" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "刪除截止日期" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "重新開啟里程碑" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "星期六" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "保存流水線計劃" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "新建流水線計劃" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "九月" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "顯示所有活動" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "源代碼" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "在 Runner 設置時指定以下 URL:" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "提交意見" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,8 +26518,8 @@ msgstr "計劃階段概述了從議題添加到日程到推送首次提交的時 msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." -msgstr "該項目允許已登錄的用戶訪問。" +msgid "The project can be accessed by any logged in user except external users." +msgstr "" msgid "The project can be accessed by any user who is logged in." msgstr "" @@ -25570,6 +26578,9 @@ msgstr "評審階段概述了從創建合併請求到合併的時間。當創建 msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "所有提交和合併的總測試時間" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "貢獻的專案" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "分支名稱" msgid "by" msgstr "" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "快速操作" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po index ea50ffd67ff..4b083af584e 100644 --- a/locale/zh_TW/gitlab.po +++ b/locale/zh_TW/gitlab.po @@ -14,7 +14,7 @@ msgstr "" "X-Crowdin-Language: zh-TW\n" "X-Crowdin-File: /master/locale/gitlab.pot\n" "X-Crowdin-File-ID: 6\n" -"PO-Revision-Date: 2020-10-02 18:45\n" +"PO-Revision-Date: 2020-11-03 22:45\n" msgid " %{project_name}#%{issue_iid} · opened %{issue_created} by %{author}" msgstr "" @@ -162,6 +162,10 @@ msgid "%d failed" msgid_plural "%d failed" msgstr[0] "" +msgid "%d failed security job" +msgid_plural "%d failed security jobs" +msgstr[0] "" + msgid "%d fixed test result" msgid_plural "%d fixed test results" msgstr[0] "%d 個確定的測試結果" @@ -186,10 +190,6 @@ msgid "%d issue in this group" msgid_plural "%d issues in this group" msgstr[0] "" -msgid "%d issue selected" -msgid_plural "%d issues selected" -msgstr[0] "已選取 %d 個議題" - msgid "%d issue successfully imported with the label" msgid_plural "%d issues successfully imported with the label" msgstr[0] "" @@ -351,6 +351,14 @@ msgstr "來自 %{name} 的 %{count} 個核准" msgid "%{count} files touched" msgstr "已選擇 %{count} 個檔案" +msgid "%{count} issue selected" +msgid_plural "%{count} issues selected" +msgstr[0] "" + +msgid "%{count} merge request selected" +msgid_plural "%{count} merge requests selected" +msgstr[0] "" + msgid "%{count} more" msgstr "其餘 %{count} 項" @@ -389,6 +397,12 @@ msgstr "" msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}" msgstr "%{description}- Sentry 事件:%{errorUrl}- 首次出現:%{firstSeen}- 最後出現:%{lastSeen} %{countLabel}:%{count}%{userCountLabel}:%{userCount}" +msgid "%{doc_link_start}Advanced search%{doc_link_end} is disabled since %{ref_elem} is not the default branch; %{default_branch_link_start}search on %{default_branch} instead%{default_branch_link_end}." +msgstr "" + +msgid "%{doc_link_start}Advanced search%{doc_link_end} is enabled." +msgstr "" + msgid "%{due_date} (Past due)" msgstr "" @@ -434,6 +448,12 @@ msgstr "%{group_name} 使用群組管理帳戶。您需要建立一個新的 Git msgid "%{group_name}&%{epic_iid} · opened %{epic_created} by %{author}" msgstr "" +msgid "%{hook_type} was deleted" +msgstr "" + +msgid "%{hook_type} was scheduled for deletion" +msgstr "" + msgid "%{host} sign-in from new location" msgstr "" @@ -560,9 +580,6 @@ msgstr "" msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run." msgstr "" -msgid "%{namespace_name} is now read-only. You cannot: %{base_message}" -msgstr "" - msgid "%{name} contained %{resultsString}" msgstr "%{name} 包含 %{resultsString}" @@ -655,7 +672,7 @@ msgstr[0] "" msgid "%{reportType} %{status} detected no vulnerabilities." msgstr "" -msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}" +msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}." msgstr "" msgid "%{seconds}s" @@ -669,6 +686,9 @@ msgid "%{securityScanner} result is not available because a pipeline has not bee msgid_plural "%{securityScanner} results are not available because a pipeline has not been run since it was enabled. %{linkStart}Run a pipeline%{linkEnd}" msgstr[0] "" +msgid "%{size} %{unit}" +msgstr "" + msgid "%{size} GiB" msgstr "%{size} GiB" @@ -876,9 +896,6 @@ msgstr "(檢查進度)" msgid "(deleted)" msgstr "" -msgid "(external source)" -msgstr "(外部資源)" - msgid "(line: %{startLine})" msgstr "" @@ -916,6 +933,18 @@ msgstr[0] "" msgid "+%{approvers} more approvers" msgstr "" +msgid "+%{more_assignees_count}" +msgstr "" + +msgid "+%{more_assignees_count} more assignees" +msgstr "" + +msgid "+%{more_reviewers_count}" +msgstr "" + +msgid "+%{more_reviewers_count} more reviewers" +msgstr "" + msgid "+%{tags} more" msgstr "" @@ -942,6 +971,9 @@ msgstr "" msgid "- show less" msgstr "- 顯示較少內容" +msgid "." +msgstr "" + msgid "0 bytes" msgstr "" @@ -951,13 +983,8 @@ msgstr "0 表示無限制" msgid "0 for unlimited, only effective with remote storage enabled." msgstr "" -msgid "1 %{type} addition" -msgid_plural "%{count} %{type} additions" -msgstr[0] "%{count} 個%{type}加入" - -msgid "1 %{type} modification" -msgid_plural "%{count} %{type} modifications" -msgstr[0] "%{count} 個%{type}修改" +msgid "0t1DgySidms" +msgstr "" msgid "1 Day" msgid_plural "%d Days" @@ -1205,6 +1232,9 @@ msgstr "有位具有來源分支寫入權限的使用者選擇了此選項" msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt certificate for GitLab Pages domain '%{domain}'" msgstr "" +msgid "API Fuzzing" +msgstr "" + msgid "API Help" msgstr "" @@ -1503,6 +1533,9 @@ msgstr "加入表格" msgid "Add a task list" msgstr "加入作業列表" +msgid "Add a to do" +msgstr "" + msgid "Add additional text to appear in all email communications. %{character_limit} character limit" msgstr "要在所有電子郵件加入的附加文字。長度不能超過 %{character_limit} 字元" @@ -1656,8 +1689,8 @@ msgstr "已加入 %{epic_ref} 為子史詩。" msgid "Added %{label_references} %{label_text}." msgstr "已加入 %{label_references} %{label_text}。" -msgid "Added a To Do." -msgstr "已加入待辦事項。" +msgid "Added a to do." +msgstr "" msgid "Added an issue to an epic." msgstr "已向史詩加入議題。" @@ -1692,12 +1725,12 @@ msgstr "加入 %{epic_ref} 作為子史詩。" msgid "Adds %{labels} %{label_text}." msgstr "加入 %{labels}%{label_text}。" -msgid "Adds a To Do." -msgstr "加入待辦事項。" - msgid "Adds a Zoom meeting" msgstr "加入 Zoom 會議" +msgid "Adds a to do." +msgstr "" + msgid "Adds an issue to an epic." msgstr "向史詩加入議題。" @@ -1782,6 +1815,9 @@ 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 "" @@ -1806,6 +1842,9 @@ msgstr "停止作業失敗" msgid "AdminArea|Total users" msgstr "" +msgid "AdminArea|User cap" +msgstr "" + msgid "AdminArea|Users statistics" msgstr "" @@ -1920,6 +1959,21 @@ msgstr "SSH 金鑰" msgid "AdminStatistics|Snippets" msgstr "程式碼片段" +msgid "AdminUsers|(Admin)" +msgstr "" + +msgid "AdminUsers|(Blocked)" +msgstr "" + +msgid "AdminUsers|(Deactivated)" +msgstr "" + +msgid "AdminUsers|(Internal)" +msgstr "" + +msgid "AdminUsers|(Pending approval)" +msgstr "" + msgid "AdminUsers|2FA Disabled" msgstr "未啟用兩步驟驗證" @@ -1929,6 +1983,12 @@ msgstr "已啟用兩步驟驗證" msgid "AdminUsers|Access" msgstr "" +msgid "AdminUsers|Access Git repositories" +msgstr "" + +msgid "AdminUsers|Access the API" +msgstr "" + msgid "AdminUsers|Active" msgstr "活躍" @@ -1941,12 +2001,30 @@ msgstr "" msgid "AdminUsers|Admins" msgstr "管理員" +msgid "AdminUsers|Approve" +msgstr "" + +msgid "AdminUsers|Approve user" +msgstr "" + +msgid "AdminUsers|Approved users can:" +msgstr "" + +msgid "AdminUsers|Are you sure?" +msgstr "" + msgid "AdminUsers|Automatically marked as default internal user" msgstr "" +msgid "AdminUsers|Be added to groups and projects" +msgstr "" + msgid "AdminUsers|Block" msgstr "封鎖" +msgid "AdminUsers|Block this user" +msgstr "" + msgid "AdminUsers|Block user" msgstr "封鎖使用者" @@ -2001,6 +2079,9 @@ msgstr "" msgid "AdminUsers|It's you!" msgstr "這就是你!" +msgid "AdminUsers|Log in" +msgstr "" + msgid "AdminUsers|New user" msgstr "新增使用者" @@ -2010,6 +2091,9 @@ msgstr "未找到使用者" msgid "AdminUsers|Owned groups will be left" msgstr "將會保留擁有的群組" +msgid "AdminUsers|Pending approval" +msgstr "" + msgid "AdminUsers|Personal projects will be left" msgstr "將會保留個人專案" @@ -2055,6 +2139,9 @@ msgstr "此使用者將無法使用斜線指令" msgid "AdminUsers|The user will not receive any notifications" msgstr "此使用者將不會收到任何通知" +msgid "AdminUsers|This user has requested access" +msgstr "" + msgid "AdminUsers|To confirm, type %{projectName}" msgstr "請輸入 %{projectName} 來確認" @@ -2079,6 +2166,9 @@ msgstr "" msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strongStart}block user%{strongEnd} feature instead. Once you %{strongStart}Delete user%{strongEnd}, it cannot be undone or recovered." msgstr "" +msgid "AdminUsers|You can always unblock their account, their data will remain intact." +msgstr "" + msgid "AdminUsers|You cannot remove your own admin rights." msgstr "" @@ -2088,6 +2178,9 @@ msgstr "" msgid "Administration" msgstr "" +msgid "Adoption" +msgstr "" + msgid "Advanced" msgstr "進階" @@ -2103,22 +2196,22 @@ msgstr "" msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings." msgstr "進階權限,大型檔案儲存 (LFS) 和兩步驟認證設定。" -msgid "Advanced search functionality" -msgstr "進階搜尋功能" - msgid "After a successful password update you will be redirected to login screen." msgstr "密碼更新成功後,您將被重新導向至登入頁面。" msgid "After a successful password update, you will be redirected to the login page where you can log in with your new password." msgstr "密碼更新成功後,您將被重新導向到登入頁面,您可以用新密碼重新登入。" -msgid "After that, you will not to be able to use merge approvals or code quality as well as many other features." +msgid "After sign-out path" msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many other features." +msgid "After that, you will not be able to use merge approvals or code quality as well as many other features." msgstr "" -msgid "After that, you will not to be able to use merge approvals or epics as well as many security features." +msgid "After that, you will not be able to use merge approvals or epics as well as many other features." +msgstr "" + +msgid "After that, you will not be able to use merge approvals or epics as well as many security features." msgstr "" msgid "Alert" @@ -2182,10 +2275,10 @@ msgstr "" msgid "AlertManagement|High" msgstr "" -msgid "AlertManagement|Info" +msgid "AlertManagement|Incident" msgstr "" -msgid "AlertManagement|Issue" +msgid "AlertManagement|Info" msgstr "" msgid "AlertManagement|Key" @@ -2302,6 +2395,15 @@ msgstr "" msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" +msgid "AlertSettings|1. Select integration type" +msgstr "" + +msgid "AlertSettings|2. Name integration" +msgstr "" + +msgid "AlertSettings|5. Map fields (optional)" +msgstr "" + msgid "AlertSettings|API URL" msgstr "" @@ -2311,10 +2413,10 @@ msgstr "" msgid "AlertSettings|Add URL and auth key to your Prometheus config file" msgstr "" -msgid "AlertSettings|Alert test payload" +msgid "AlertSettings|Add new integrations" msgstr "" -msgid "AlertSettings|Alerts endpoint successfully activated." +msgid "AlertSettings|Alert test payload" msgstr "" msgid "AlertSettings|Authorization key" @@ -2326,19 +2428,28 @@ msgstr "" msgid "AlertSettings|Copy" msgstr "" +msgid "AlertSettings|Enter integration name" +msgstr "" + msgid "AlertSettings|Enter test alert JSON...." msgstr "" msgid "AlertSettings|External Prometheus" msgstr "" -msgid "AlertSettings|Generic" +msgid "AlertSettings|HTTP Endpoint" msgstr "" -msgid "AlertSettings|Integrations" +msgid "AlertSettings|HTTP endpoint" msgstr "" -msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}" +msgid "AlertSettings|Integration" +msgstr "" + +msgid "AlertSettings|Learn more about our our upcoming %{linkStart}integrations%{linkEnd}" +msgstr "" + +msgid "AlertSettings|Learn more about our upcoming %{linkStart}integrations%{linkEnd}" msgstr "" msgid "AlertSettings|Opsgenie" @@ -2353,6 +2464,12 @@ msgstr "" msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint." msgstr "" +msgid "AlertSettings|Save integration" +msgstr "" + +msgid "AlertSettings|Select integration type" +msgstr "" + msgid "AlertSettings|Test alert payload" msgstr "" @@ -2362,7 +2479,10 @@ msgstr "" msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?" msgstr "" -msgid "AlertSettings|There was an error updating the alert settings" +msgid "AlertSettings|The default GitLab alert keys are listed below. In the event an exact match could be found in the sample payload provided, that key will be mapped automatically. In all other cases, please define which payload key should map to the specified GitLab key. Any payload keys not shown in this list will not display in the alert list, but will display on the alert details page." +msgstr "" + +msgid "AlertSettings|There was an error updating the alert settings." msgstr "" msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again." @@ -2380,7 +2500,7 @@ msgstr "" msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page." msgstr "" -msgid "AlertSettings|Your changes were successfully updated." +msgid "AlertSettings|Your integration was successfully updated." msgstr "" msgid "Alerts" @@ -2389,6 +2509,27 @@ msgstr "警示" msgid "Alerts endpoint" msgstr "警示端點" +msgid "AlertsIntegrations|Alerts will be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Alerts will not be created through this integration" +msgstr "" + +msgid "AlertsIntegrations|Current integrations" +msgstr "" + +msgid "AlertsIntegrations|HTTP endpoint" +msgstr "" + +msgid "AlertsIntegrations|Integration Name" +msgstr "" + +msgid "AlertsIntegrations|No integrations have been added yet" +msgstr "" + +msgid "AlertsIntegrations|Prometheus" +msgstr "" + msgid "Algorithm" msgstr "演算法" @@ -2455,9 +2596,6 @@ msgstr "因為這個專案已開啟 %{linkStart}Auto DevOps%{linkEnd},已啟 msgid "All threads resolved" msgstr "" -msgid "All users" -msgstr "所有使用者" - msgid "All users must have a name." msgstr "所有的使用者都必須具有名稱。" @@ -2482,6 +2620,9 @@ msgstr "" msgid "Allow owners to manually add users outside of LDAP" msgstr "" +msgid "Allow projects and subgroups to override the group setting" +msgstr "" + msgid "Allow projects within this group to use Git LFS" msgstr "允許該群組內的專案使用 Git LFS" @@ -2503,6 +2644,9 @@ msgstr "允許系統掛鉤向本機網路請求" msgid "Allow requests to the local network from web hooks and services" msgstr "允許 Webhook 及服務向本機網路請求" +msgid "Allow subgroups to set up their own two-factor authentication rules" +msgstr "" + msgid "Allow this key to push to repository as well? (Default only allows pull access.)" msgstr "同時允許此金鑰推送到版本庫嗎?(預設只有拉取權限)" @@ -2524,12 +2668,18 @@ 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 "只允許頂層群組使用電子郵件網域限制" msgid "Allowed to fail" msgstr "允許失敗" +msgid "Allows projects or subgroups in this group to override the global setting." +msgstr "" + msgid "Allows you to add and manage Kubernetes clusters." msgstr "讓你能加入及管理 Kubernetes 叢集。" @@ -2578,6 +2728,9 @@ msgstr "" msgid "An administrator changed the password for your GitLab account on %{link_to}." msgstr "" +msgid "An alert has been resolved in %{project_path}." +msgstr "" + msgid "An alert has been triggered in %{project_path}." msgstr "" @@ -2590,9 +2743,15 @@ msgstr "" msgid "An empty GitLab User field will add the FogBugz user's full name (e.g. \"By John Smith\") in the description of all issues and comments. It will also associate and/or assign these issues and comments with the project creator." msgstr "空 GitLab 使用者欄位將在所有議題及留言的描述中加入 FogBugz 使用者的全名(例如「由 John Smith」)。其還會與專案建立者關聯和/或分配這些議題或留言。" +msgid "An empty index will be created if one does not already exist" +msgstr "" + msgid "An error has occurred" msgstr "發生錯誤" +msgid "An error has occurred fetching instructions" +msgstr "" + msgid "An error occured while making the changes: %{error}" msgstr "" @@ -2620,9 +2779,15 @@ msgstr "" msgid "An error occurred previewing the blob" msgstr "預覽 blob 時發生錯誤" +msgid "An error occurred when removing the label." +msgstr "" + msgid "An error occurred when toggling the notification subscription" msgstr "切換通知訂閱時發生錯誤" +msgid "An error occurred when updating the issue due date" +msgstr "" + msgid "An error occurred when updating the issue weight" msgstr "更新議題權重時發生錯誤" @@ -2710,9 +2875,6 @@ msgstr "" msgid "An error occurred while fetching the Service Desk address." msgstr "抓取服務台位址時發生錯誤。" -msgid "An error occurred while fetching the board lists. Please reload the page." -msgstr "" - msgid "An error occurred while fetching the board lists. Please try again." msgstr "抓取看板列表時發生錯誤。請再試一次。" @@ -2785,9 +2947,6 @@ msgstr "載入議題時發生錯誤" msgid "An error occurred while loading merge requests." msgstr "" -msgid "An error occurred while loading milestones" -msgstr "" - msgid "An error occurred while loading project creation UI" msgstr "" @@ -2818,9 +2977,6 @@ msgstr "載入合併請求時發生錯誤。" msgid "An error occurred while loading the pipelines jobs." msgstr "載入流水線作業時發生錯誤。" -msgid "An error occurred while loading the subscription details." -msgstr "載入訂閱詳細資訊時發生錯誤。" - msgid "An error occurred while making the request." msgstr "建立請求時發生錯誤。" @@ -2845,6 +3001,9 @@ msgstr "繪製廣播訊息時發生錯誤" msgid "An error occurred while rendering the editor" msgstr "" +msgid "An error occurred while rendering the linter" +msgstr "" + msgid "An error occurred while reordering issues." msgstr "重新排序議題時發生錯誤。" @@ -2869,9 +3028,6 @@ msgstr "儲存 LDAP 覆蓋狀態時發生錯誤,請重試。" msgid "An error occurred while saving assignees" msgstr "儲存受託人時發生錯誤。" -msgid "An error occurred while searching for milestones" -msgstr "" - msgid "An error occurred while subscribing to notifications." msgstr "訂閱通知時發生錯誤。" @@ -2887,6 +3043,9 @@ msgstr "取消訂閱通知時發生錯誤。" msgid "An error occurred while updating approvers" msgstr "更新核准者時發生錯誤" +msgid "An error occurred while updating configuration." +msgstr "" + msgid "An error occurred while updating labels." msgstr "" @@ -3212,6 +3371,9 @@ msgstr "歸檔作業" msgid "Archive project" msgstr "歸檔專案" +msgid "Archive test case" +msgstr "" + msgid "Archived" msgstr "" @@ -3459,6 +3621,9 @@ msgstr "" msgid "Assigned to %{assignee_name}" msgstr "" +msgid "Assigned to %{name}" +msgstr "" + msgid "Assigned to me" msgstr "" @@ -3701,7 +3866,28 @@ msgstr "" msgid "AutoDevOps|Learn more in the %{link_to_documentation}" msgstr "" -msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found. %{more_information_link}" +msgid "AutoDevOps|The Auto DevOps pipeline has been enabled and will be used if no alternative CI configuration file is found." +msgstr "" + +msgid "AutoRemediation|%{mrsCount} ready for review" +msgstr "" + +msgid "AutoRemediation|Auto-fix solutions" +msgstr "" + +msgid "AutoRemediation|If you're using dependency and/or container scanning, and auto-fix is enabled, auto-fix automatically creates merge requests with fixes to vulnerabilities." +msgstr "" + +msgid "AutoRemediation|Introducing GitLab auto-fix" +msgstr "" + +msgid "AutoRollback|Automatic rollbacks start when a critical alert is triggered. If the last successful deployment fails to roll back automatically, it can still be done manually." +msgstr "" + +msgid "AutoRollback|Automatically roll back to the last successful deployment when a critical problem is detected." +msgstr "" + +msgid "AutoRollback|Enable automatic rollbacks" msgstr "" msgid "Autocomplete" @@ -3722,6 +3908,9 @@ msgstr "" msgid "Automatic certificate management using Let's Encrypt" msgstr "" +msgid "Automatic deployment rollbacks" +msgstr "" + msgid "Automatically close incident issues when the associated Prometheus alert resolves." msgstr "" @@ -3740,6 +3929,9 @@ msgstr "" msgid "Available" msgstr "" +msgid "Available ID" +msgstr "" + msgid "Available Runners: %{runners}" msgstr "" @@ -3797,9 +3989,6 @@ msgstr "" msgid "Badges|Badge image preview" msgstr "" -msgid "Badges|Delete badge" -msgstr "" - msgid "Badges|Delete badge?" msgstr "" @@ -3881,6 +4070,12 @@ msgstr "" msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo." msgstr "" +msgid "Based on" +msgstr "" + +msgid "Basic Sample Data template with Issues, Merge Requests and Milestones." +msgstr "" + msgid "Be careful. Changing the project's namespace can have unintended side effects." msgstr "" @@ -3965,6 +4160,18 @@ msgstr "" msgid "BillingPlan|Upgrade" msgstr "" +msgid "Billing|An error occurred while loading billable members list" +msgstr "" + +msgid "Billing|No users to display." +msgstr "" + +msgid "Billing|Updated live" +msgstr "" + +msgid "Billing|Users occupying seats in %{namespaceName} Group (%{total})" +msgstr "" + msgid "Bitbucket Server Import" msgstr "" @@ -4016,12 +4223,21 @@ msgstr "" msgid "Boards|An error occurred while fetching issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching labels. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board issues. Please reload the page." msgstr "" +msgid "Boards|An error occurred while fetching the board lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while fetching the board swimlanes. Please reload the page." msgstr "" +msgid "Boards|An error occurred while generating lists. Please reload the page." +msgstr "" + msgid "Boards|An error occurred while moving the issue. Please try again." msgstr "" @@ -4040,6 +4256,9 @@ msgstr "" msgid "Boards|View scope" msgstr "" +msgid "Board|Load more issues" +msgstr "" + msgid "Both project and dashboard_path are required" msgstr "" @@ -4052,6 +4271,9 @@ msgstr "" msgid "Branch %{branch_name} was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}" msgstr "" +msgid "Branch already exists" +msgstr "" + msgid "Branch changed" msgstr "" @@ -4196,6 +4418,9 @@ msgstr "" msgid "Branches|protected" msgstr "" +msgid "Brief title about the change" +msgstr "" + msgid "Broadcast Message was successfully created." msgstr "" @@ -4232,9 +4457,21 @@ msgstr "" msgid "Bulk request concurrency" msgstr "" +msgid "BulkImport|expected an associated Group but has an associated Project" +msgstr "" + +msgid "BulkImport|expected an associated Project but has an associated Group" +msgstr "" + +msgid "BulkImport|must be a group" +msgstr "" + msgid "Burndown chart" msgstr "" +msgid "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 "" @@ -4265,7 +4502,7 @@ msgstr "" msgid "By URL" msgstr "" -msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" +msgid "By clicking Register, I agree that I have read and accepted the %{company_name} %{linkStart}Terms of Use and Privacy Policy%{linkEnd}" msgstr "" msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format." @@ -4448,6 +4685,9 @@ msgstr "" msgid "Cannot enable shared runners because parent group does not allow it" msgstr "" +msgid "Cannot find user key." +msgstr "" + msgid "Cannot have multiple Jira imports running at the same time" msgstr "" @@ -4859,6 +5099,9 @@ msgstr "" msgid "Child epic doesn't exist." msgstr "" +msgid "Chinese language support using" +msgstr "" + msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete." msgstr "" @@ -5042,9 +5285,6 @@ msgstr "" msgid "CiVariable|Create wildcard" msgstr "" -msgid "CiVariable|Error occurred while saving variables" -msgstr "" - msgid "CiVariable|Masked" msgstr "" @@ -5063,9 +5303,6 @@ msgstr "" msgid "CiVariable|Toggle protected" msgstr "" -msgid "CiVariable|Validation failed" -msgstr "" - msgid "Classification Label (optional)" msgstr "" @@ -5174,6 +5411,9 @@ msgstr "" msgid "Close epic" msgstr "" +msgid "Close issue" +msgstr "" + msgid "Close milestone" msgstr "" @@ -5198,7 +5438,7 @@ msgstr "" msgid "Closed this %{quick_action_target}." msgstr "" -msgid "Closed: %{closedIssuesCount}" +msgid "Closed: %{closed}" msgstr "" msgid "Closes this %{quick_action_target}." @@ -5225,6 +5465,9 @@ msgstr "" msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter" msgstr "" +msgid "ClusterAgents|An error occurred while loading your GitLab Agents" +msgstr "" + msgid "ClusterAgents|Configuration" msgstr "" @@ -5408,6 +5651,9 @@ msgstr "" msgid "ClusterIntegration|Clear the local cache of namespace and service accounts." msgstr "" +msgid "ClusterIntegration|Cluster Region" +msgstr "" + msgid "ClusterIntegration|Cluster management project (alpha)" msgstr "" @@ -5465,9 +5711,6 @@ msgstr "" msgid "ClusterIntegration|Could not load networks" msgstr "" -msgid "ClusterIntegration|Could not load regions from your AWS account" -msgstr "" - msgid "ClusterIntegration|Could not load security groups for the selected VPC" msgstr "" @@ -5723,9 +5966,6 @@ msgstr "" msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}." msgstr "" -msgid "ClusterIntegration|Learn more about %{linkStart}Regions%{linkEnd}." -msgstr "" - msgid "ClusterIntegration|Learn more about Kubernetes" msgstr "" @@ -5741,9 +5981,6 @@ msgstr "" msgid "ClusterIntegration|Loading Key Pairs" msgstr "" -msgid "ClusterIntegration|Loading Regions" -msgstr "" - msgid "ClusterIntegration|Loading VPCs" msgstr "" @@ -5810,9 +6047,6 @@ msgstr "" msgid "ClusterIntegration|No projects matched your search" msgstr "" -msgid "ClusterIntegration|No region found" -msgstr "" - msgid "ClusterIntegration|No security group found" msgstr "" @@ -5879,9 +6113,6 @@ msgstr "" msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "ClusterIntegration|Region" -msgstr "" - msgid "ClusterIntegration|Remove Kubernetes cluster integration" msgstr "" @@ -5948,9 +6179,6 @@ msgstr "" msgid "ClusterIntegration|Search projects" msgstr "" -msgid "ClusterIntegration|Search regions" -msgstr "" - msgid "ClusterIntegration|Search security groups" msgstr "" @@ -6011,6 +6239,9 @@ msgstr "" msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{linkStart}Amazon Web Services%{linkEnd}." msgstr "" +msgid "ClusterIntegration|Select the region you want to create the new cluster in. Make sure you have access to this region for your role to be able to authenticate. If no region is selected, we will use %{codeStart}DEFAULT_REGION%{codeEnd}. Learn more about %{linkStart}Regions%{linkEnd}." +msgstr "" + msgid "ClusterIntegration|Select zone" msgstr "" @@ -6095,6 +6326,9 @@ msgstr "" msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals." msgstr "" +msgid "ClusterIntegration|The region the new cluster will be created in. You must reauthenticate to change regions." +msgstr "" + msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid." msgstr "" @@ -6236,9 +6470,6 @@ msgstr "" msgid "ClusterIntergation|Select a network" msgstr "" -msgid "ClusterIntergation|Select a region" -msgstr "" - msgid "ClusterIntergation|Select a security group" msgstr "" @@ -6350,9 +6581,6 @@ msgstr "" msgid "ComboSearch is not defined" msgstr "" -msgid "Coming soon" -msgstr "" - msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'" msgstr "" @@ -6663,7 +6891,7 @@ msgstr "" msgid "ConfluenceService|Confluence Workspace" msgstr "" -msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project" +msgid "ConfluenceService|Connect a Confluence Cloud Workspace to GitLab" 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" @@ -6714,6 +6942,9 @@ msgstr "" msgid "Connection timeout" msgstr "" +msgid "Consistency guarantee method" +msgstr "" + msgid "Contact sales to upgrade" msgstr "" @@ -6779,6 +7010,9 @@ msgstr "" msgid "ContainerRegistry|Cleanup policy:" msgstr "" +msgid "ContainerRegistry|Cleanup timed out before it could delete all tags" +msgstr "" + msgid "ContainerRegistry|Configuration digest: %{digest}" msgstr "" @@ -7155,6 +7389,9 @@ msgstr "" msgid "Copy the code below to implement tracking in your application:" msgstr "" +msgid "Copy this value" +msgstr "" + msgid "Copy to clipboard" msgstr "" @@ -7215,6 +7452,9 @@ msgstr "" msgid "Could not delete wiki page" msgstr "" +msgid "Could not draw the lines for job relationships" +msgstr "" + msgid "Could not find design." msgstr "" @@ -7224,6 +7464,9 @@ msgstr "" msgid "Could not load instance counts. Please refresh the page to try again." msgstr "" +msgid "Could not load the user chart. Please refresh the page to try again." +msgstr "" + msgid "Could not remove the trigger." msgstr "" @@ -7257,6 +7500,9 @@ msgstr "" msgid "Could not upload your designs as one or more files uploaded are not supported." msgstr "" +msgid "Couldn't calculate number of %{issuables}." +msgstr "" + msgid "Country" msgstr "" @@ -7504,6 +7750,9 @@ msgstr "" msgid "Created on" msgstr "" +msgid "Created on %{created_at}" +msgstr "" + msgid "Created on:" msgstr "" @@ -7597,6 +7846,9 @@ msgstr "" msgid "Custom Git clone URL for HTTP(S)" msgstr "" +msgid "Custom analyzers: language support" +msgstr "" + msgid "Custom hostname (for private commit emails)" msgstr "" @@ -7847,6 +8099,9 @@ 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." +msgstr "" + msgid "CycleAnalytics|Total days to completion" msgstr "" @@ -7904,6 +8159,15 @@ msgstr "" msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan." msgstr "" +msgid "DastProfiles|A passive scan monitors all HTTP messages (requests and responses) sent to the target. An active scan attacks the target to find potential vulnerabilities." +msgstr "" + +msgid "DastProfiles|AJAX spider" +msgstr "" + +msgid "DastProfiles|Active" +msgstr "" + msgid "DastProfiles|Are you sure you want to delete this profile?" msgstr "" @@ -7943,6 +8207,12 @@ msgstr "" msgid "DastProfiles|Could not update the site profile. Please try again." msgstr "" +msgid "DastProfiles|Debug messages" +msgstr "" + +msgid "DastProfiles|Delete profile" +msgstr "" + msgid "DastProfiles|Do you want to discard this scanner profile?" msgstr "" @@ -7964,6 +8234,12 @@ msgstr "" msgid "DastProfiles|Error Details" msgstr "" +msgid "DastProfiles|Hide debug messages" +msgstr "" + +msgid "DastProfiles|Include debug messages in the DAST console output." +msgstr "" + msgid "DastProfiles|Manage Profiles" msgstr "" @@ -7991,15 +8267,15 @@ msgstr "" msgid "DastProfiles|Passive" msgstr "" -msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home" -msgstr "" - msgid "DastProfiles|Please enter a valid timeout value" msgstr "" msgid "DastProfiles|Profile name" msgstr "" +msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site." +msgstr "" + msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan." msgstr "" @@ -8015,6 +8291,9 @@ msgstr "" msgid "DastProfiles|Scanner Profiles" msgstr "" +msgid "DastProfiles|Show debug messages" +msgstr "" + msgid "DastProfiles|Site Profile" msgstr "" @@ -8054,6 +8333,9 @@ msgstr "" msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request." msgstr "" +msgid "DastProfiles|Turn on AJAX spider" +msgstr "" + msgid "DastProfiles|Validate" msgstr "" @@ -8066,6 +8348,12 @@ msgstr "" msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method." msgstr "" +msgid "DastProfiles|Validation failed. Please try again." +msgstr "" + +msgid "DastProfiles|Validation is in progress..." +msgstr "" + msgid "DastProfiles|Validation must be turned off to change the target URL" msgstr "" @@ -8075,6 +8363,9 @@ msgstr "" msgid "Data is still calculating..." msgstr "" +msgid "Database update failed" +msgstr "" + msgid "Datasource name not found" msgstr "" @@ -8231,9 +8522,6 @@ msgstr "" msgid "Delete Comment" msgstr "" -msgid "Delete Snippet" -msgstr "" - msgid "Delete Value Stream" msgstr "" @@ -8243,6 +8531,9 @@ msgstr "" msgid "Delete artifacts" msgstr "" +msgid "Delete badge" +msgstr "" + msgid "Delete board" msgstr "" @@ -8258,9 +8549,6 @@ msgstr "" msgid "Delete label: %{label_name} ?" msgstr "" -msgid "Delete list" -msgstr "" - msgid "Delete pipeline" msgstr "" @@ -8282,6 +8570,9 @@ msgstr "" msgid "Delete source branch" msgstr "" +msgid "Delete subscription" +msgstr "" + msgid "Delete this attachment" msgstr "" @@ -8345,12 +8636,18 @@ 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 "" @@ -8396,18 +8693,27 @@ msgstr "" msgid "Dependencies|Job failed to generate the dependency list" msgstr "" +msgid "Dependencies|Learn more about dependency paths" +msgstr "" + msgid "Dependencies|License" msgstr "" msgid "Dependencies|Location" msgstr "" +msgid "Dependencies|Location and dependency path" +msgstr "" + msgid "Dependencies|Packager" msgstr "" msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again." msgstr "" +msgid "Dependencies|The component dependency path is based on the lock file. There may be several paths. In these cases, the longest path is displayed." +msgstr "" + msgid "Dependencies|There may be multiple paths" msgstr "" @@ -8480,9 +8786,6 @@ msgstr "" msgid "Deploy to..." msgstr "" -msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy." -msgstr "" - msgid "DeployFreeze|Freeze end" msgstr "" @@ -8648,6 +8951,12 @@ msgstr "" msgid "Deployed to" msgstr "" +msgid "Deployed-after" +msgstr "" + +msgid "Deployed-before" +msgstr "" + msgid "Deploying to" msgstr "" @@ -8696,6 +9005,9 @@ msgstr "" msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}" msgstr "" +msgid "Description template" +msgstr "" + msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project." msgstr "" @@ -8867,6 +9179,27 @@ msgstr "" msgid "DevOps Report" msgstr "" +msgid "DevOps Score" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The maximum number of selections has been reached" +msgstr "" + +msgid "DevopsAdoptionSegmentSelection|The selection cannot be configured for a project and for a group at the same time" +msgstr "" + +msgid "DevopsAdoptionSegment|The maximum number of segments has been reached" +msgstr "" + +msgid "DevopsAdoption|Add a segment to get started" +msgstr "" + +msgid "DevopsAdoption|Add new segment" +msgstr "" + +msgid "DevopsAdoption|DevOps adoption uses segments to track adoption across key features. Segments are a way to track multiple related projects and groups at once. For example, you could create a segment for the engineering department or a particular product team." +msgstr "" + msgid "Diff content limits" msgstr "" @@ -8918,7 +9251,7 @@ msgstr "" msgid "Disable public access to Pages sites" msgstr "" -msgid "Disable shared Runners" +msgid "Disable shared runners" msgstr "" msgid "Disable two-factor authentication" @@ -9066,6 +9399,9 @@ msgstr "" msgid "Documentation for popular identity providers" msgstr "" +msgid "Documentation pages URL" +msgstr "" + msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)" msgstr "" @@ -9075,6 +9411,9 @@ 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 "" @@ -9096,6 +9435,9 @@ msgstr "" msgid "Don't paste the private part of the GPG key. Paste the public part which begins with '-----BEGIN PGP PUBLIC KEY BLOCK-----'." msgstr "" +msgid "Don't send usage data" +msgstr "" + msgid "Don't show again" msgstr "" @@ -9123,9 +9465,6 @@ msgstr "" msgid "Download as CSV" msgstr "" -msgid "Download asset" -msgstr "" - msgid "Download codes" msgstr "" @@ -9294,15 +9633,24 @@ msgstr "" msgid "Edit stage" msgstr "" +msgid "Edit this file only." +msgstr "" + msgid "Edit this release" msgstr "" +msgid "Edit title and description" +msgstr "" + msgid "Edit wiki page" msgstr "" msgid "Edit your most recent comment in a thread (from an empty textarea)" msgstr "" +msgid "Edited" +msgstr "" + msgid "Edited %{timeago}" msgstr "" @@ -9375,6 +9723,9 @@ msgstr "" msgid "Email the pipelines status to a list of recipients." msgstr "" +msgid "Email updates (optional)" +msgstr "" + msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies." msgstr "" @@ -9516,6 +9867,12 @@ msgstr "" msgid "Enable integration" msgstr "" +msgid "Enable kuromoji custom analyzer: Indexing" +msgstr "" + +msgid "Enable kuromoji custom analyzer: Search" +msgstr "" + msgid "Enable maintenance mode" msgstr "" @@ -9543,7 +9900,19 @@ msgstr "" msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}" msgstr "" -msgid "Enable shared Runners" +msgid "Enable shared runners" +msgstr "" + +msgid "Enable shared runners for all projects and subgroups in this group." +msgstr "" + +msgid "Enable shared runners for this group" +msgstr "" + +msgid "Enable smartcn custom analyzer: Indexing" +msgstr "" + +msgid "Enable smartcn custom analyzer: Search" msgstr "" msgid "Enable snowplow tracking" @@ -9588,6 +9957,9 @@ msgstr "" msgid "Encountered an error while rendering: %{err}" msgstr "" +msgid "End Time" +msgstr "" + msgid "Ends at (UTC)" msgstr "" @@ -9615,7 +9987,10 @@ msgstr "" msgid "Enter a number" msgstr "" -msgid "Enter a whole number between 0 and 100" +msgid "Enter an integer number between 0 and 100" +msgstr "" + +msgid "Enter an integer number number between 0 and 100" msgstr "" msgid "Enter at least three characters to search" @@ -10377,12 +10752,18 @@ msgstr "" msgid "Except policy:" msgstr "" +msgid "Excess storage" +msgstr "" + msgid "Excluding merge commits. Limited to %{limit} commits." msgstr "" msgid "Excluding merge commits. Limited to 6,000 commits." msgstr "" +msgid "Execution time" +msgstr "" + msgid "Existing branch name, tag, or commit SHA" msgstr "" @@ -10413,6 +10794,9 @@ msgstr "" msgid "Expand approvers" msgstr "" +msgid "Expand file" +msgstr "" + msgid "Expand milestones" msgstr "" @@ -10488,6 +10872,9 @@ msgstr "" msgid "Export issues" msgstr "" +msgid "Export merge requests" +msgstr "" + msgid "Export project" msgstr "" @@ -10590,6 +10977,9 @@ msgstr "" msgid "Failed to create import label for jira import." msgstr "" +msgid "Failed to create new project access token: %{token_response_message}" +msgstr "" + msgid "Failed to create repository" msgstr "" @@ -10653,6 +11043,9 @@ msgstr "" msgid "Failed to load milestones. Please try again." msgstr "" +msgid "Failed to load projects" +msgstr "" + msgid "Failed to load related branches" msgstr "" @@ -10665,6 +11058,9 @@ msgstr "" msgid "Failed to load stacktrace." msgstr "" +msgid "Failed to make repository read-only. %{reason}" +msgstr "" + msgid "Failed to mark this issue as a duplicate because referenced issue was not found." msgstr "" @@ -10801,6 +11197,18 @@ msgid "FeatureFlags|%d user" msgid_plural "FeatureFlags|%d users" msgstr[0] "" +msgid "FeatureFlags|%{percent} by available ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by session ID" +msgstr "" + +msgid "FeatureFlags|%{percent} by user ID" +msgstr "" + +msgid "FeatureFlags|%{percent} randomly" +msgstr "" + msgid "FeatureFlags|* (All Environments)" msgstr "" @@ -10831,6 +11239,9 @@ msgstr "" msgid "FeatureFlags|Configure feature flags" msgstr "" +msgid "FeatureFlags|Consider using the more flexible \"Percent rollout\" strategy instead." +msgstr "" + msgid "FeatureFlags|Create feature flag" msgstr "" @@ -10882,6 +11293,9 @@ msgstr "" msgid "FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality." msgstr "" +msgid "FeatureFlags|Feature flags limit reached (%{featureFlagsLimit}). Delete one or more feature flags before adding new ones." +msgstr "" + msgid "FeatureFlags|Flag becomes read only soon" msgstr "" @@ -10948,10 +11362,13 @@ msgstr "" msgid "FeatureFlags|Percent of users" msgstr "" +msgid "FeatureFlags|Percent rollout" +msgstr "" + msgid "FeatureFlags|Percent rollout (logged in users)" msgstr "" -msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100" +msgid "FeatureFlags|Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "FeatureFlags|Protected" @@ -10966,6 +11383,9 @@ msgstr "" msgid "FeatureFlags|Rollout Strategy" msgstr "" +msgid "FeatureFlags|Select a user list" +msgstr "" + msgid "FeatureFlags|Set the Unleash client application name to the name of the environment your application runs in. This value is used to match environment scopes. See the %{linkStart}example client configuration%{linkEnd}." msgstr "" @@ -10984,9 +11404,6 @@ msgstr "" msgid "FeatureFlags|There was an error fetching the user lists." msgstr "" -msgid "FeatureFlags|There was an error retrieving user lists" -msgstr "" - msgid "FeatureFlags|To prevent accidental actions we ask you to confirm your intention. Please type %{projectName} to proceed or close this modal to cancel." msgstr "" @@ -11002,15 +11419,15 @@ msgstr "" msgid "FeatureFlags|User Lists" msgstr "" -msgid "FeatureFlag|List" -msgstr "" - msgid "FeatureFlag|Percentage" msgstr "" msgid "FeatureFlag|Select a user list" msgstr "" +msgid "FeatureFlag|Select the environment scope for this feature flag" +msgstr "" + msgid "FeatureFlag|There are no configured user lists" msgstr "" @@ -11020,6 +11437,9 @@ msgstr "" msgid "FeatureFlag|User IDs" msgstr "" +msgid "FeatureFlag|User List" +msgstr "" + msgid "Feb" msgstr "2月" @@ -11077,12 +11497,18 @@ msgstr "" msgid "File upload error." msgstr "" +msgid "Filename" +msgstr "" + msgid "Files" msgstr "" msgid "Files breadcrumb" msgstr "" +msgid "Files with large changes are collapsed by default." +msgstr "" + msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}" msgstr "" @@ -11107,6 +11533,9 @@ msgstr "" msgid "Filter by issues that are currently closed." msgstr "" +msgid "Filter by issues that are currently opened." +msgstr "" + msgid "Filter by label" msgstr "" @@ -11170,6 +11599,9 @@ msgstr "" msgid "Find File" msgstr "" +msgid "Find bugs in your code with API fuzzing." +msgstr "" + msgid "Find bugs in your code with coverage-guided fuzzing." msgstr "" @@ -11203,9 +11635,6 @@ msgstr "" msgid "Finished" msgstr "" -msgid "First Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "First Seen" msgstr "" @@ -11215,9 +11644,15 @@ msgstr "" msgid "First name" msgstr "" +msgid "First name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "First seen" msgstr "" +msgid "Fixed burndown chart" +msgstr "" + msgid "Fixed date" msgstr "" @@ -11272,7 +11707,7 @@ msgstr "" msgid "For help setting up the Service Desk for your instance, please contact an administrator." msgstr "" -msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)" +msgid "For internal projects, any logged in user except external users can view pipelines and access job details (output logs and artifacts)" msgstr "" msgid "For more info, read the documentation." @@ -11818,7 +12253,7 @@ msgstr "" msgid "Git LFS is not enabled on this GitLab server, contact your admin." msgstr "" -msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors." +msgid "Git LFS objects will be synced if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. Push mirrors will %{strong_open}not%{strong_close} sync LFS objects over SSH." msgstr "" msgid "Git LFS status:" @@ -11839,6 +12274,9 @@ msgstr "" msgid "Git strategy for pipelines" msgstr "" +msgid "Git transfer in progress" +msgstr "" + msgid "Git version" msgstr "" @@ -11875,9 +12313,6 @@ msgstr "" msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email." msgstr "" -msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)." -msgstr "" - msgid "GitLab Shell" msgstr "" @@ -11902,6 +12337,12 @@ msgstr "" msgid "GitLab for Slack" msgstr "" +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way Development, Security, and Ops teams collaborate" +msgstr "" + +msgid "GitLab is a complete DevOps platform, delivered as a single application, fundamentally changing the way%{br_tag}Development, Security, and Ops teams collaborate" +msgstr "" + msgid "GitLab is a single application for the entire software development lifecycle. From project planning and source code management to CI/CD, monitoring, and security." msgstr "" @@ -12214,6 +12655,9 @@ msgstr "" msgid "Go to your snippets" msgstr "" +msgid "Goal of the changes and what reviewers should be aware of" +msgstr "" + msgid "Google Cloud Platform" msgstr "" @@ -12319,7 +12763,7 @@ msgstr "" msgid "Group avatar" msgstr "" -msgid "Group by:" +msgid "Group by" msgstr "" msgid "Group description" @@ -12478,6 +12922,12 @@ msgstr "" msgid "GroupRoadmap|To widen your search, change or remove filters; from %{startDate} to %{endDate}." msgstr "" +msgid "GroupSAML|Active SAML Group Links (%{count})" +msgstr "" + +msgid "GroupSAML|Are you sure you want to remove the SAML group link?" +msgstr "" + msgid "GroupSAML|Certificate fingerprint" msgstr "" @@ -12487,6 +12937,9 @@ msgstr "" msgid "GroupSAML|Copy SAML Response XML" msgstr "" +msgid "GroupSAML|Could not create SAML group link: %{errors}." +msgstr "" + msgid "GroupSAML|Default membership role" msgstr "" @@ -12532,12 +12985,30 @@ msgstr "" msgid "GroupSAML|NameID Format" msgstr "" +msgid "GroupSAML|New SAML group link saved." +msgstr "" + +msgid "GroupSAML|No active SAML group links" +msgstr "" + msgid "GroupSAML|Prohibit outer forks" msgstr "" msgid "GroupSAML|Prohibit outer forks for this group." msgstr "" +msgid "GroupSAML|Role to assign members of this SAML group." +msgstr "" + +msgid "GroupSAML|SAML Group Links" +msgstr "" + +msgid "GroupSAML|SAML Group Name" +msgstr "" + +msgid "GroupSAML|SAML Group Name: %{saml_group_name}" +msgstr "" + msgid "GroupSAML|SAML Response Output" msgstr "" @@ -12550,6 +13021,9 @@ msgstr "" msgid "GroupSAML|SAML Single Sign On Settings" msgstr "" +msgid "GroupSAML|SAML group link was successfully removed." +msgstr "" + msgid "GroupSAML|SCIM API endpoint URL" msgstr "" @@ -12562,6 +13036,9 @@ msgstr "" msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to " msgstr "" +msgid "GroupSAML|The case-sensitive group name that will be sent by the SAML identity provider." +msgstr "" + msgid "GroupSAML|This will be set as the access level of users added to the group." msgstr "" @@ -12586,6 +13063,9 @@ msgstr "" msgid "GroupSAML|Your SCIM token" msgstr "" +msgid "GroupSAML|as %{access_level}" +msgstr "" + msgid "GroupSAML|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in." msgstr "" @@ -12993,6 +13473,9 @@ msgstr "" msgid "HighlightBar|Original alert:" msgstr "" +msgid "HighlightBar|Time to SLA:" +msgstr "" + msgid "History" msgstr "" @@ -13047,9 +13530,6 @@ msgstr "" msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation." msgstr "" -msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}" -msgstr "" - msgid "I accept the %{terms_link}" msgstr "" @@ -13062,7 +13542,7 @@ msgstr "" msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)" msgstr "" -msgid "I'd like to receive updates via email about GitLab" +msgid "I'd like to receive updates about GitLab via email" msgstr "" msgid "ID" @@ -13170,6 +13650,9 @@ msgstr "" msgid "If enabled, access to projects will be validated on an external service using their classification label." msgstr "" +msgid "If the YouTube URL is https://www.youtube.com/watch?v=0t1DgySidms then the video ID is %{id}" +msgstr "" + msgid "If the number of active users exceeds the user limit, you will be charged for the number of %{users_over_license_link} at your next license reconciliation." msgstr "" @@ -13194,9 +13677,6 @@ msgstr "" msgid "If you lose your recovery codes you can generate new ones, invalidating all previous codes." msgstr "" -msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}" -msgstr "" - msgid "If you recently signed in and recognize the IP address, you may disregard this email." msgstr "" @@ -13218,10 +13698,10 @@ msgstr "" msgid "Ignored" msgstr "" -msgid "Image Details" +msgid "Image URL" msgstr "" -msgid "Image URL" +msgid "Image details" msgstr "" msgid "ImageDiffViewer|2-up" @@ -13301,6 +13781,9 @@ msgstr "" msgid "Import project" msgstr "" +msgid "Import project from" +msgstr "" + msgid "Import project members" msgstr "" @@ -13421,6 +13904,12 @@ msgstr "" msgid "Incident Management Limits" msgstr "" +msgid "IncidentManagement|%{hours} hours, %{minutes} minutes remaining" +msgstr "" + +msgid "IncidentManagement|%{minutes} minutes remaining" +msgstr "" + msgid "IncidentManagement|All" msgstr "" @@ -13481,6 +13970,9 @@ msgstr "" msgid "IncidentManagement|There was an error displaying the incidents." msgstr "" +msgid "IncidentManagement|Time to SLA" +msgstr "" + msgid "IncidentManagement|Unassigned" msgstr "" @@ -13490,12 +13982,18 @@ msgstr "" msgid "IncidentManagement|Unpublished" msgstr "" +msgid "IncidentSettings|Activate \"time to SLA\" countdown timer" +msgstr "" + msgid "IncidentSettings|Alert integration" msgstr "" msgid "IncidentSettings|Grafana integration" msgstr "" +msgid "IncidentSettings|Incident settings" +msgstr "" + msgid "IncidentSettings|Incidents" msgstr "" @@ -13505,6 +14003,30 @@ msgstr "" msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents." msgstr "" +msgid "IncidentSettings|Time limit" +msgstr "" + +msgid "IncidentSettings|Time limit must be a multiple of 15 minutes" +msgstr "" + +msgid "IncidentSettings|Time limit must be a valid number" +msgstr "" + +msgid "IncidentSettings|Time limit must be greater than 0" +msgstr "" + +msgid "IncidentSettings|When activated, this 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." +msgstr "" + +msgid "IncidentSettings|hours" +msgstr "" + +msgid "IncidentSettings|minutes" +msgstr "" + msgid "Incidents" msgstr "" @@ -13517,6 +14039,9 @@ msgstr "" msgid "Incident|There was an issue loading alert data. Please try again." msgstr "" +msgid "Incident|There was an issue loading incident data. Please try again." +msgstr "" + msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept." msgstr "" @@ -13592,27 +14117,33 @@ msgstr "" msgid "Input your repository URL" msgstr "" -msgid "Insert" -msgstr "" - msgid "Insert a code block" msgstr "" msgid "Insert a quote" msgstr "" +msgid "Insert a video" +msgstr "" + msgid "Insert an image" msgstr "" msgid "Insert code" msgstr "" +msgid "Insert image" +msgstr "" + msgid "Insert inline code" msgstr "" msgid "Insert suggestion" msgstr "" +msgid "Insert video" +msgstr "" + msgid "Insights" msgstr "" @@ -13631,6 +14162,9 @@ msgstr "" msgid "Install Runner on Kubernetes" msgstr "" +msgid "Install a Runner" +msgstr "" + msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}." msgstr "" @@ -13659,6 +14193,51 @@ msgstr "" msgid "Instance administrators group already exists" msgstr "" +msgid "InstanceAnalytics|Canceled" +msgstr "" + +msgid "InstanceAnalytics|Could not load the issues and merge requests chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Could not load the pipelines chart. Please refresh the page to try again." +msgstr "" + +msgid "InstanceAnalytics|Failed" +msgstr "" + +msgid "InstanceAnalytics|Issues" +msgstr "" + +msgid "InstanceAnalytics|Issues & Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Items" +msgstr "" + +msgid "InstanceAnalytics|Merge Requests" +msgstr "" + +msgid "InstanceAnalytics|Month" +msgstr "" + +msgid "InstanceAnalytics|Pipelines" +msgstr "" + +msgid "InstanceAnalytics|Skipped" +msgstr "" + +msgid "InstanceAnalytics|Succeeded" +msgstr "" + +msgid "InstanceAnalytics|There is no data available." +msgstr "" + +msgid "InstanceAnalytics|Total" +msgstr "" + +msgid "InstanceStatistics|Could not load the projects and groups chart. Please refresh the page to try again." +msgstr "" + msgid "InstanceStatistics|Groups" msgstr "" @@ -13668,12 +14247,30 @@ msgstr "" msgid "InstanceStatistics|Merge Requests" msgstr "" +msgid "InstanceStatistics|No data available." +msgstr "" + msgid "InstanceStatistics|Pipelines" msgstr "" msgid "InstanceStatistics|Projects" msgstr "" +msgid "InstanceStatistics|There was an error while loading the groups" +msgstr "" + +msgid "InstanceStatistics|There was an error while loading the projects" +msgstr "" + +msgid "InstanceStatistics|Total groups" +msgstr "" + +msgid "InstanceStatistics|Total projects" +msgstr "" + +msgid "InstanceStatistics|Total projects & groups" +msgstr "" + msgid "InstanceStatistics|Users" msgstr "" @@ -13707,6 +14304,9 @@ msgstr "" msgid "Integrations|Connection successful." msgstr "" +msgid "Integrations|Create new issue in Jira" +msgstr "" + msgid "Integrations|Default settings are inherited from the group level." msgstr "" @@ -13722,37 +14322,58 @@ msgstr "" msgid "Integrations|Includes commit title and branch" msgstr "" +msgid "Integrations|Issues created in Jira are shown here once you have created the issues in project setup in Jira." +msgstr "" + msgid "Integrations|Projects using custom settings will not be impacted unless the project owner chooses to use instance-level defaults." msgstr "" +msgid "Integrations|Return to GitLab for Jira" +msgstr "" + msgid "Integrations|Save settings?" msgstr "" msgid "Integrations|Saving will update the default settings for all projects that are not using custom settings." msgstr "" +msgid "Integrations|Search Jira issues" +msgstr "" + msgid "Integrations|Standard" 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 "" + msgid "Integrations|Use custom settings" msgstr "" msgid "Integrations|Use default settings" msgstr "" +msgid "Integrations|Use the GitLab Slack application" +msgstr "" + msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created." msgstr "" +msgid "Integrations|You can now close this window and return to the GitLab for Jira application." +msgstr "" + msgid "Interested parties can even contribute by pushing commits if they want to." msgstr "" msgid "Internal" msgstr "" -msgid "Internal - The group and any internal projects can be viewed by any logged in user." +msgid "Internal - The group and any internal projects can be viewed by any logged in user except external users." msgstr "" -msgid "Internal - The project can be accessed by any logged in user." +msgid "Internal - The project can be accessed by any logged in user except external users." msgstr "" msgid "Internal URL (optional)" @@ -13761,6 +14382,9 @@ msgstr "" msgid "Internal users" msgstr "" +msgid "Internal users cannot be deactivated" +msgstr "" + msgid "Interval Pattern" msgstr "" @@ -13785,9 +14409,6 @@ msgstr "" msgid "Invalid URL" msgstr "" -msgid "Invalid board" -msgstr "" - msgid "Invalid container_name" msgstr "" @@ -13887,25 +14508,25 @@ msgstr "" msgid "Invite teammates (optional)" msgstr "" -msgid "InviteEmail|%{inviter} invited you" +msgid "Invite your team" msgstr "" -msgid "InviteEmail|%{project_or_group} as a %{role}" +msgid "InviteEmail|%{inviter} invited you to join the %{project_or_group_name} %{project_or_group} as a %{role}" +msgstr "" + +msgid "InviteEmail|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" msgstr "" msgid "InviteEmail|Join now" msgstr "" +msgid "InviteEmail|You are invited to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} as a %{role}" +msgstr "" + msgid "InviteEmail|You are invited!" msgstr "" -msgid "InviteEmail|You have been invited" -msgstr "" - -msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}" -msgstr "" - -msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}" +msgid "InviteEmail|You have been invited to join the %{project_or_group_name} %{project_or_group} as a %{role}" msgstr "" msgid "InviteMembersBanner|Collaborate with your team" @@ -13953,6 +14574,60 @@ msgstr "" msgid "InviteMembers|Invite team members" msgstr "" +msgid "InviteMember|Oops, this feature isn't ready yet" +msgstr "" + +msgid "InviteMember|See who can invite members for you" +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 "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join GitLab" +msgstr "" + +msgid "InviteReminderEmail|%{inviter} is waiting for you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + +msgid "InviteReminderEmail|%{inviter}'s invitation to GitLab is pending" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation" +msgstr "" + +msgid "InviteReminderEmail|Accept invitation: %{invite_url}" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation" +msgstr "" + +msgid "InviteReminderEmail|Decline invitation: %{decline_url}" +msgstr "" + +msgid "InviteReminderEmail|Hey there %{wave_emoji}" +msgstr "" + +msgid "InviteReminderEmail|Hey there!" +msgstr "" + +msgid "InviteReminderEmail|In case you missed it..." +msgstr "" + +msgid "InviteReminderEmail|Invitation pending" +msgstr "" + +msgid "InviteReminderEmail|It's been %{invitation_age} days since %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}. What would you like to do?" +msgstr "" + +msgid "InviteReminderEmail|This is a friendly reminder that %{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end} %{project_or_group} as a %{role}." +msgstr "" + msgid "Invited" msgstr "" @@ -14001,6 +14676,9 @@ msgstr "" msgid "Issue Boards" msgstr "" +msgid "Issue actions" +msgstr "" + msgid "Issue already promoted to epic." msgstr "" @@ -14217,6 +14895,9 @@ msgstr "1月" msgid "January" msgstr "" +msgid "Japanese language support using" +msgstr "" + msgid "Jira Issues" msgstr "" @@ -14472,6 +15153,9 @@ msgstr "" msgid "Keep divergent refs" msgstr "" +msgid "Keep editing" +msgstr "" + msgid "Kerberos access denied" msgstr "" @@ -14490,6 +15174,12 @@ msgstr "" msgid "KeyboardKey|Ctrl+" msgstr "" +msgid "KeyboardShortcuts|Global Shortcuts" +msgstr "" + +msgid "KeyboardShortcuts|Toggle the Performance Bar" +msgstr "" + msgid "Keys" msgstr "" @@ -14619,9 +15309,6 @@ msgstr "" msgid "Labels|Promoting %{labelTitle} will make it available for all projects inside %{groupName}. Existing project labels with the same title will be merged. If a group label with the same title exists, it will also be merged. This action cannot be reversed." msgstr "" -msgid "Labels|and %{count} more" -msgstr "" - msgid "Language" msgstr "" @@ -14647,9 +15334,6 @@ msgstr "" msgid "Last Accessed On" msgstr "" -msgid "Last Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Last Pipeline" msgstr "" @@ -14683,6 +15367,9 @@ msgstr "" msgid "Last name" msgstr "" +msgid "Last name is too long (maximum is %{max_length} characters)." +msgstr "" + msgid "Last reply by" msgstr "" @@ -14716,6 +15403,9 @@ msgstr "" msgid "Last used" msgstr "" +msgid "Last used %{last_used_at} ago" +msgstr "" + msgid "Last used on:" msgstr "" @@ -14761,6 +15451,9 @@ msgstr "" msgid "Learn more" msgstr "" +msgid "Learn more about %{username}" +msgstr "" + msgid "Learn more about Auto DevOps" msgstr "" @@ -14836,6 +15529,9 @@ msgstr "" msgid "Leave zen mode" msgstr "" +msgid "Legacy burndown chart" +msgstr "" + msgid "Let's Encrypt does not accept emails on example.com" msgstr "" @@ -15368,9 +16064,6 @@ msgstr "3月" msgid "March" msgstr "" -msgid "Mark To Do as done" -msgstr "" - msgid "Mark as done" msgstr "" @@ -15389,6 +16082,9 @@ msgstr "" msgid "Mark this issue as related to another issue" msgstr "" +msgid "Mark to do as done" +msgstr "" + msgid "Markdown" msgstr "" @@ -15422,9 +16118,6 @@ msgstr "" msgid "Marked For Deletion At - %{deletion_time}" msgstr "" -msgid "Marked To Do as done." -msgstr "" - msgid "Marked this %{noun} as Work In Progress." msgstr "" @@ -15434,7 +16127,7 @@ msgstr "" msgid "Marked this issue as related to %{issue_ref}." msgstr "" -msgid "Marks To Do as done." +msgid "Marked to do as done." msgstr "" msgid "Marks this %{noun} as Work In Progress." @@ -15446,6 +16139,9 @@ msgstr "" msgid "Marks this issue as related to %{issue_ref}." msgstr "" +msgid "Marks to do as done." +msgstr "" + msgid "Mask variable" msgstr "" @@ -15509,6 +16205,9 @@ msgstr "" msgid "Max size 15 MB" msgstr "" +msgid "MaxBuilds" +msgstr "" + msgid "Maximum Conan package file size in bytes" msgstr "" @@ -15629,6 +16328,12 @@ msgstr "" msgid "Member since %{date}" msgstr "" +msgid "MemberInviteEmail|%{member_name} invited you to join GitLab" +msgstr "" + +msgid "MemberInviteEmail|Invitation to join the %{project_or_group} %{project_or_group_name}" +msgstr "" + msgid "Members" msgstr "" @@ -15656,15 +16361,90 @@ msgstr "" msgid "Members|%{time} by %{user}" msgstr "" +msgid "Members|%{userName} is currently a LDAP user. Editing their permissions will override the settings from the LDAP group sync." +msgstr "" + +msgid "Members|An error occurred while trying to enable LDAP override, please try again." +msgstr "" + +msgid "Members|An error occurred while trying to revert to LDAP group sync settings, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's expiration date, please try again." +msgstr "" + +msgid "Members|An error occurred while updating the member's role, please try again." +msgstr "" + +msgid "Members|Are you sure you want to deny %{usersName}'s request to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to leave \"%{source}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove \"%{groupName}\"?" +msgstr "" + +msgid "Members|Are you sure you want to remove %{usersName} from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to remove this orphaned member from \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to revoke the invitation for %{inviteEmail} to join \"%{source}\"" +msgstr "" + +msgid "Members|Are you sure you want to withdraw your access request for \"%{source}\"" +msgstr "" + +msgid "Members|Edit permissions" +msgstr "" + +msgid "Members|Expiration date removed successfully." +msgstr "" + +msgid "Members|Expiration date updated successfully." +msgstr "" + msgid "Members|Expired" msgstr "" +msgid "Members|LDAP override enabled." +msgstr "" + +msgid "Members|Leave \"%{source}\"" +msgstr "" + msgid "Members|No expiration set" msgstr "" +msgid "Members|Remove \"%{groupName}\"" +msgstr "" + +msgid "Members|Remove group" +msgstr "" + +msgid "Members|Revert to LDAP group sync settings" +msgstr "" + +msgid "Members|Reverted to LDAP group sync settings." +msgstr "" + +msgid "Members|Role updated successfully." +msgstr "" + msgid "Members|in %{time}" msgstr "" +msgid "Member|Deny access" +msgstr "" + +msgid "Member|Remove member" +msgstr "" + +msgid "Member|Revoke invite" +msgstr "" + msgid "Memory Usage" msgstr "" @@ -15902,6 +16682,9 @@ msgstr "" msgid "Merged this merge request." msgstr "" +msgid "Merged: %{merged}" +msgstr "" + msgid "Merges this merge request immediately." msgstr "" @@ -16303,6 +17086,27 @@ msgstr "" msgid "Milestone lists show all issues from the selected milestone." msgstr "" +msgid "MilestoneCombobox|An error occurred while searching for milestones" +msgstr "" + +msgid "MilestoneCombobox|Milestone" +msgstr "" + +msgid "MilestoneCombobox|No matching results" +msgstr "" + +msgid "MilestoneCombobox|No milestone" +msgstr "" + +msgid "MilestoneCombobox|Project milestones" +msgstr "" + +msgid "MilestoneCombobox|Search Milestones" +msgstr "" + +msgid "MilestoneCombobox|Select milestone" +msgstr "" + msgid "MilestoneSidebar|Closed:" msgstr "" @@ -16618,9 +17422,15 @@ msgstr "" msgid "Multi-project Runners cannot be removed" msgstr "" +msgid "Multiple HTTP integrations are not supported for this project" +msgstr "" + msgid "Multiple IP address ranges are supported." msgstr "" +msgid "Multiple Prometheus integrations are not supported" +msgstr "" + msgid "Multiple domains are supported." msgstr "" @@ -16678,6 +17488,32 @@ msgstr "" msgid "Namespace:" msgstr "" +msgid "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked project" +msgid_plural "NamespaceStorageSize|%{namespace_name} contains %{locked_project_count} locked projects" +msgstr[0] "" + +msgid "NamespaceStorageSize|%{namespace_name} is now read-only. You cannot: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|If you reach 100%% storage capacity, you will not be able to: %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|Please purchase additional storage to unlock your projects over the free %{free_size_limit} project limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{free_size_limit} limit. You can't %{base_message}" +msgstr "" + +msgid "NamespaceStorageSize|You have reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" +msgstr "" + +msgid "NamespaceStorageSize|You have reached the free storage limit of %{free_size_limit} on %{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 reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." +msgstr "" + msgid "Namespaces" msgstr "" @@ -16933,6 +17769,9 @@ msgstr "" msgid "New" msgstr "新增" +msgid "New %{display_issuable_type}" +msgstr "" + msgid "New Application" msgstr "" @@ -17396,6 +18235,9 @@ msgstr "" msgid "None" msgstr "無" +msgid "None of the group milestones have the same project as the release" +msgstr "" + msgid "Not Implemented" msgstr "" @@ -17426,9 +18268,6 @@ msgstr "" msgid "Not found." msgstr "" -msgid "Not now" -msgstr "" - msgid "Not ready yet. Try again later." msgstr "" @@ -17663,6 +18502,9 @@ msgstr "" msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}." msgstr "" +msgid "On" +msgstr "" + msgid "On track" msgstr "" @@ -17708,9 +18550,6 @@ msgstr "" msgid "OnDemandScans|Scanner profile" msgstr "" -msgid "OnDemandScans|Scanner settings" -msgstr "" - msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}" msgstr "" @@ -17720,9 +18559,6 @@ msgstr "" msgid "OnDemandScans|Site profile" msgstr "" -msgid "OnDemandScans|Site profiles" -msgstr "" - msgid "OnDemandScans|Use existing scanner profile" msgstr "" @@ -17841,19 +18677,13 @@ msgstr "" msgid "Open issues" msgstr "" -msgid "Open projects" -msgstr "" - msgid "Open raw" msgstr "" msgid "Open sidebar" msgstr "" -msgid "Open: %{openIssuesCount}" -msgstr "" - -msgid "Open: %{open} • Closed: %{closed}" +msgid "Open: %{open}" msgstr "" msgid "Opened" @@ -18027,6 +18857,9 @@ msgstr "" msgid "PackageRegistry|Add NuGet Source" msgstr "" +msgid "PackageRegistry|Add composer registry" +msgstr "" + msgid "PackageRegistry|App group: %{group}" msgstr "" @@ -18123,7 +18956,7 @@ msgstr "" msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file." msgstr "" -msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar." +msgid "PackageRegistry|Install package version" msgstr "" msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your packages%{noPackagesLinkEnd} with GitLab." @@ -18147,9 +18980,6 @@ msgstr "" msgid "PackageRegistry|NPM" msgstr "" -msgid "PackageRegistry|No upcoming issues" -msgstr "" - msgid "PackageRegistry|NuGet" msgstr "" @@ -18171,7 +19001,7 @@ msgstr "" msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}" msgstr "" -msgid "PackageRegistry|PyPi" +msgid "PackageRegistry|PyPI" msgstr "" msgid "PackageRegistry|Recipe: %{recipe}" @@ -18195,9 +19025,6 @@ msgstr "" msgid "PackageRegistry|There are no packages yet" msgstr "" -msgid "PackageRegistry|There are no upcoming issues to display." -msgstr "" - msgid "PackageRegistry|There was a problem fetching the details for this package." msgstr "" @@ -18213,9 +19040,6 @@ msgstr "" msgid "PackageRegistry|Unable to load package" msgstr "" -msgid "PackageRegistry|Upcoming package managers" -msgstr "" - msgid "PackageRegistry|You are about to delete %{name}, this operation is irreversible, are you sure?" msgstr "" @@ -18225,12 +19049,6 @@ msgstr "" msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more." msgstr "" -msgid "PackageRegistry|composer.json registry include" -msgstr "" - -msgid "PackageRegistry|composer.json require package include" -msgstr "" - msgid "PackageRegistry|npm command" msgstr "" @@ -18255,7 +19073,7 @@ msgstr "" msgid "PackageType|NuGet" msgstr "" -msgid "PackageType|PyPi" +msgid "PackageType|PyPI" msgstr "" msgid "Packages" @@ -18447,7 +19265,7 @@ msgstr "" msgid "People without permission will never get a notification." msgstr "" -msgid "Percent of users" +msgid "Percent rollout must be an integer number between 0 and 100" msgstr "" msgid "Percentage" @@ -18459,9 +19277,6 @@ msgstr "" msgid "Perform common operations on GitLab project" msgstr "" -msgid "Performance and resource management" -msgstr "" - msgid "Performance optimization" msgstr "" @@ -18564,6 +19379,9 @@ msgstr "" msgid "PipelineCharts|Successful:" msgstr "" +msgid "PipelineCharts|Total duration:" +msgstr "" + msgid "PipelineCharts|Total:" msgstr "" @@ -18645,6 +19463,9 @@ msgstr "" msgid "Pipelines|CI Lint" msgstr "" +msgid "Pipelines|CI file could not be loaded: %{reason}" +msgstr "" + msgid "Pipelines|Child pipeline" msgstr "" @@ -18663,6 +19484,9 @@ msgstr "" msgid "Pipelines|Edit" msgstr "" +msgid "Pipelines|Editor" +msgstr "" + msgid "Pipelines|Get started with Pipelines" msgstr "" @@ -18693,6 +19517,9 @@ msgstr "" msgid "Pipelines|Owner" msgstr "" +msgid "Pipelines|Pipeline Editor" +msgstr "" + msgid "Pipelines|Project cache successfully reset." msgstr "" @@ -18729,6 +19556,12 @@ msgstr "" msgid "Pipelines|Trigger user has insufficient permissions to project" msgstr "" +msgid "Pipelines|Visualize" +msgstr "" + +msgid "Pipelines|Write pipeline configuration" +msgstr "" + msgid "Pipelines|invalid" msgstr "" @@ -18957,6 +19790,9 @@ msgstr "" msgid "Please enter a number greater than %{number} (from the project settings)" msgstr "" +msgid "Please enter a valid URL format, ex: http://www.example.com/home" +msgstr "" + msgid "Please enter a valid number" msgstr "" @@ -18966,6 +19802,9 @@ msgstr "" msgid "Please fill in a descriptive name for your group." msgstr "" +msgid "Please fill out this field." +msgstr "" + msgid "Please follow the %{link_start}Let's Encrypt troubleshooting instructions%{link_end} to re-obtain your Let's Encrypt certificate." msgstr "" @@ -18978,12 +19817,18 @@ msgstr "" msgid "Please note that this application is not provided by GitLab and you should verify its authenticity before allowing access." msgstr "" +msgid "Please only enable search after installing the plugin, enabling indexing and recreating the index" +msgstr "" + msgid "Please provide a name" msgstr "" msgid "Please provide a valid URL" msgstr "" +msgid "Please provide a valid YouTube URL or ID" +msgstr "" + msgid "Please provide a valid email address." msgstr "" @@ -19188,9 +20033,6 @@ msgstr "" msgid "Prevent users from changing their profile name" msgstr "" -msgid "Prevent users from modifying merge request approvers list" -msgstr "" - msgid "Prevent users from performing write operations on GitLab while performing maintenance." msgstr "" @@ -19884,7 +20726,7 @@ msgstr "" msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed" msgstr "" -msgid "ProjectService|Event will be triggered when a deployment finishes" +msgid "ProjectService|Event will be triggered when a deployment starts or finishes" msgstr "" msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged" @@ -20187,6 +21029,9 @@ msgstr "" msgid "ProjectTemplates|Android" msgstr "" +msgid "ProjectTemplates|Basic" +msgstr "" + msgid "ProjectTemplates|GitLab Cluster Management" msgstr "" @@ -20241,6 +21086,9 @@ msgstr "" msgid "ProjectTemplates|SalesforceDX" msgstr "" +msgid "ProjectTemplates|Serenity Valley" +msgstr "" + msgid "ProjectTemplates|Serverless Framework/JS" msgstr "" @@ -20697,6 +21545,9 @@ msgstr "" msgid "ProtectedBranch|Code owner approval" msgstr "" +msgid "ProtectedBranch|Does not apply to users allowed to push." +msgstr "" + msgid "ProtectedBranch|Protect" msgstr "" @@ -20823,6 +21674,9 @@ msgstr "" msgid "Purchase more minutes" msgstr "" +msgid "Purchase more storage" +msgstr "" + msgid "Push" msgstr "" @@ -20934,6 +21788,9 @@ msgstr "" msgid "Rake Tasks Help" msgstr "" +msgid "Random" +msgstr "" + msgid "Raw blob request rate limit per minute" msgstr "" @@ -21015,6 +21872,9 @@ msgstr "" msgid "Refresh" msgstr "" +msgid "Refresh the page and try again." +msgstr "" + msgid "Refreshing in a second to show the updated status..." msgid_plural "Refreshing in %d seconds to show the updated status..." msgstr[0] "" @@ -21058,9 +21918,6 @@ msgstr "" msgid "Register device" msgstr "" -msgid "Register for GitLab" -msgstr "" - msgid "Register now" msgstr "" @@ -21269,6 +22126,9 @@ msgstr "" msgid "Remove limit" msgstr "" +msgid "Remove list" +msgstr "" + msgid "Remove member" msgstr "" @@ -21389,6 +22249,9 @@ msgstr "" msgid "Removes time estimate." msgstr "" +msgid "Removing integrations is not supported for this project" +msgstr "" + msgid "Removing this group also removes all child projects, including archived projects, and their resources." msgstr "" @@ -21410,9 +22273,15 @@ msgstr "" msgid "Reopen epic" msgstr "" +msgid "Reopen issue" +msgstr "" + msgid "Reopen milestone" msgstr "" +msgid "Reopen test case" +msgstr "" + msgid "Reopen this %{quick_action_target}" msgstr "" @@ -21440,6 +22309,9 @@ msgstr "" msgid "Replication" msgstr "" +msgid "Replication details" +msgstr "" + msgid "Replication enabled" msgstr "" @@ -21564,7 +22436,13 @@ msgstr "" msgid "Repositories Analytics" msgstr "" -msgid "RepositoriesAnalytics|Download Historic Test Coverage Data" +msgid "RepositoriesAnalytics|Coverage" +msgstr "" + +msgid "RepositoriesAnalytics|Coverage Jobs" +msgstr "" + +msgid "RepositoriesAnalytics|Download historic test coverage data" msgstr "" msgid "RepositoriesAnalytics|Download historic test coverage data (.csv)" @@ -21576,6 +22454,18 @@ msgstr "" msgid "RepositoriesAnalytics|Historic Test Coverage Data is available in raw format (.csv) for further analysis." msgstr "" +msgid "RepositoriesAnalytics|Last Update" +msgstr "" + +msgid "RepositoriesAnalytics|Latest test coverage results" +msgstr "" + +msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data." +msgstr "" + +msgid "RepositoriesAnalytics|Please select projects to display." +msgstr "" + msgid "RepositoriesAnalytics|Test Code Coverage" msgstr "" @@ -21594,6 +22484,9 @@ msgstr "" msgid "Repository Settings" msgstr "" +msgid "Repository already read-only" +msgstr "" + msgid "Repository check" msgstr "" @@ -21690,7 +22583,7 @@ msgstr "" msgid "Require admin approval for new sign-ups" msgstr "" -msgid "Require all users in this group to setup Two-factor authentication" +msgid "Require all users in this group to setup two-factor authentication" msgstr "" msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab." @@ -21723,6 +22616,9 @@ msgstr "" msgid "Requirement %{reference} has been updated" msgstr "" +msgid "Requirement title" +msgstr "" + msgid "Requirement title cannot have more than %{limit} characters." msgstr "" @@ -21921,6 +22817,9 @@ msgstr "" msgid "Review App|View latest app" msgstr "" +msgid "Review requested from %{name}" +msgstr "" + msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"." msgstr "" @@ -22072,6 +22971,12 @@ msgstr "" msgid "Runners|Description" msgstr "" +msgid "Runners|Download Latest Binary" +msgstr "" + +msgid "Runners|Download and Install Binary" +msgstr "" + msgid "Runners|Group" msgstr "" @@ -22099,6 +23004,9 @@ msgstr "" msgid "Runners|Protected" msgstr "" +msgid "Runners|Register Runner" +msgstr "" + msgid "Runners|Revision" msgstr "" @@ -22168,6 +23076,9 @@ msgstr "" msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information." msgstr "" +msgid "SSH key" +msgstr "" + msgid "SSH keys allow you to establish a secure connection between your computer and GitLab." msgstr "" @@ -22177,6 +23088,12 @@ msgstr "" msgid "SSL Verification:" msgstr "" +msgid "Sample Data" +msgstr "" + +msgid "Satisfied" +msgstr "" + msgid "Saturday" msgstr "" @@ -22192,6 +23109,9 @@ msgstr "" msgid "Save Push Rules" msgstr "" +msgid "Save and test payload" +msgstr "" + msgid "Save anyway" msgstr "" @@ -22216,9 +23136,6 @@ msgstr "" msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need." msgstr "" -msgid "Save variables" -msgstr "" - msgid "Saved scan settings and target site settings which are reusable." msgstr "" @@ -22228,6 +23145,9 @@ msgstr "" msgid "Saving project." msgstr "" +msgid "Scanner" +msgstr "" + msgid "Schedule a new pipeline" msgstr "" @@ -22267,6 +23187,9 @@ msgstr "" msgid "Scopes can't be blank" msgstr "" +msgid "Scopes: %{scope_list}" +msgstr "" + msgid "Score" msgstr "" @@ -22297,7 +23220,7 @@ msgstr "" msgid "Search Jira issues" msgstr "" -msgid "Search Milestones" +msgid "Search a group" msgstr "" msgid "Search an environment spec" @@ -22354,9 +23277,6 @@ msgstr "" msgid "Search forks" msgstr "" -msgid "Search groups" -msgstr "" - msgid "Search merge requests" msgstr "" @@ -22438,9 +23358,6 @@ msgstr "" msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets" msgstr "" -msgid "SearchResults|We couldn't find any %{scope} matching %{term}" -msgstr "" - msgid "SearchResults|code result" msgid_plural "SearchResults|code results" msgstr[0] "" @@ -22494,7 +23411,7 @@ msgstr "" msgid "Seat Link is disabled, and cannot be configured through this form." msgstr "" -msgid "Seats usage data as of %{last_enqueue_time}" +msgid "Seats usage data as of %{last_enqueue_time} (Updated daily)" msgstr "" msgid "Seats usage data is updated every day at 12:00pm UTC" @@ -22539,10 +23456,10 @@ msgstr "" msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for Denied licenses. %{linkStart}More information%{linkEnd}" msgstr "" -msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}" +msgid "SecurityApprovals|Requires approval for vulnerabilities of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}" msgstr "" msgid "SecurityConfiguration|An error occurred while creating the merge request." @@ -22671,6 +23588,9 @@ msgstr "" msgid "SecurityReports|Error fetching the vulnerability list. Please check your network connection and try again." msgstr "" +msgid "SecurityReports|Failed to get security report information. Please reload the page or try again later." +msgstr "" + msgid "SecurityReports|False positive" msgstr "" @@ -22734,6 +23654,12 @@ msgstr "" msgid "SecurityReports|Security reports can only be accessed by authorized users." msgstr "" +msgid "SecurityReports|Security reports help page link" +msgstr "" + +msgid "SecurityReports|Security scans have run. Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports" +msgstr "" + msgid "SecurityReports|Select a project to add by using the project search field above." msgstr "" @@ -22773,6 +23699,10 @@ msgstr "" msgid "SecurityReports|There was an error deleting the comment." msgstr "" +msgid "SecurityReports|There was an error dismissing %d vulnerability. Please try again later." +msgid_plural "SecurityReports|There was an error dismissing %d vulnerabilities. Please try again later." +msgstr[0] "" + msgid "SecurityReports|There was an error dismissing the vulnerabilities." msgstr "" @@ -22953,6 +23883,9 @@ msgstr "" msgid "Select required regulatory standard" msgstr "" +msgid "Select reviewer(s)" +msgstr "" + msgid "Select shards to replicate" msgstr "" @@ -22968,7 +23901,7 @@ msgstr "" msgid "Select status" msgstr "" -msgid "Select strategy activation method." +msgid "Select strategy activation method" msgstr "" msgid "Select subscription" @@ -22983,9 +23916,6 @@ msgstr "" msgid "Select the custom project template source group." msgstr "" -msgid "Select the environment scope for this feature flag." -msgstr "" - msgid "Select timezone" msgstr "" @@ -23079,6 +24009,9 @@ msgstr "" msgid "September" msgstr "" +msgid "Serenity Valley Sample Data template." +msgstr "" + msgid "SeriesFinalConjunction|and" msgstr "" @@ -23193,6 +24126,9 @@ msgstr "" msgid "Service URL" msgstr "" +msgid "Session ID" +msgstr "" + msgid "Session duration (minutes)" msgstr "" @@ -23328,6 +24264,9 @@ msgstr "" msgid "Set up pipeline subscriptions for this project." msgstr "" +msgid "Set up shared runner availability" +msgstr "" + msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically." msgstr "" @@ -23433,6 +24372,15 @@ msgstr "" msgid "Shared projects" msgstr "" +msgid "Shared runners" +msgstr "" + +msgid "Shared runners are disabled for the parent group" +msgstr "" + +msgid "Shared runners disabled on group level" +msgstr "" + msgid "Shared runners help link" msgstr "" @@ -23451,9 +24399,15 @@ msgstr "" msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account." msgstr "" +msgid "Show Runner installation instructions" +msgstr "" + msgid "Show all activity" msgstr "" +msgid "Show all issues." +msgstr "" + msgid "Show all members" msgstr "" @@ -23594,6 +24548,9 @@ msgstr "" msgid "Sign in to \"%{group_name}\"" msgstr "" +msgid "Sign in to GitLab" +msgstr "" + msgid "Sign in using smart card" msgstr "" @@ -23621,6 +24578,9 @@ msgstr "" msgid "Sign-in restrictions" msgstr "" +msgid "Sign-in text" +msgstr "" + msgid "Sign-up restrictions" msgstr "" @@ -23630,9 +24590,6 @@ msgstr "" msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)." msgstr "" -msgid "SignUp|Name is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "SignUp|Username is too long (maximum is %{max_length} characters)." msgstr "" @@ -23642,6 +24599,9 @@ msgstr "" msgid "Signed in" msgstr "" +msgid "Signed in to GitLab as %{user_link}" +msgstr "" + msgid "Signed in with %{authentication} authentication" msgstr "" @@ -23753,27 +24713,18 @@ msgstr "" msgid "Snippets|Add another file %{num}/%{total}" msgstr "" -msgid "Snippets|Authored %{time_ago} by %{author}" -msgstr "" - msgid "Snippets|Delete file" msgstr "" msgid "Snippets|Description (optional)" msgstr "" -msgid "Snippets|File" -msgstr "" - msgid "Snippets|Files" msgstr "" msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby" msgstr "" -msgid "Snippets|Optionally add a description about what your snippet does or how to use it..." -msgstr "" - msgid "Snippets|Optionally add a description about what your snippet does or how to use it…" msgstr "" @@ -24008,6 +24959,9 @@ msgstr "" msgid "SortOptions|Access level, descending" msgstr "" +msgid "SortOptions|Blocking" +msgstr "" + msgid "SortOptions|Created date" msgstr "" @@ -24116,6 +25070,9 @@ msgstr "" msgid "SortOptions|Recently starred" msgstr "" +msgid "SortOptions|Relevant" +msgstr "" + msgid "SortOptions|Size" msgstr "" @@ -24158,9 +25115,6 @@ msgstr "" msgid "Source branch: %{source_branch_open}%{source_branch}%{source_branch_close}" msgstr "" -msgid "Source code" -msgstr "" - msgid "Source code (%{fileExtension})" msgstr "" @@ -24236,9 +25190,6 @@ msgstr "" msgid "Specify the following URL during the Runner setup:" msgstr "" -msgid "Speed up your DevOps%{br_tag}with GitLab" -msgstr "" - msgid "Squash commit message" msgstr "" @@ -24302,6 +25253,9 @@ msgstr "" msgid "Start Date" msgstr "" +msgid "Start Time" +msgstr "" + msgid "Start Web Terminal" msgstr "" @@ -24458,6 +25412,9 @@ msgstr "" msgid "Status" msgstr "" +msgid "Status was retried." +msgstr "" + msgid "Status:" msgstr "" @@ -24587,6 +25544,9 @@ msgstr "" msgid "Submit changes" msgstr "" +msgid "Submit changes..." +msgstr "" + msgid "Submit feedback" msgstr "" @@ -24602,6 +25562,9 @@ msgstr "" msgid "Submit the current review." msgstr "" +msgid "Submit your changes" +msgstr "" + msgid "Submitted the current review." msgstr "" @@ -24644,6 +25607,12 @@ msgstr "" msgid "Subscription successfully deleted." msgstr "" +msgid "SubscriptionTable|An error occurred while loading billable members list" +msgstr "" + +msgid "SubscriptionTable|An error occurred while loading the subscription details." +msgstr "" + msgid "SubscriptionTable|Billing" msgstr "" @@ -24728,6 +25697,9 @@ msgstr "" msgid "Successfully activated" msgstr "" +msgid "Successfully approved" +msgstr "" + msgid "Successfully blocked" msgstr "" @@ -24749,6 +25721,9 @@ msgstr "" msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details." msgstr "" +msgid "Successfully synced %{synced_timeago}." +msgstr "" + msgid "Successfully unblocked" msgstr "" @@ -24884,12 +25859,18 @@ msgstr "" msgid "Sync information" msgstr "" +msgid "Sync now" +msgstr "" + msgid "Synced" msgstr "" msgid "Synchronization disabled" msgstr "" +msgid "Syncing…" +msgstr "" + msgid "System" msgstr "" @@ -24917,6 +25898,9 @@ msgstr "" msgid "System metrics (Kubernetes)" msgstr "" +msgid "System output" +msgstr "" + msgid "Table of Contents" msgstr "" @@ -25148,15 +26132,30 @@ msgstr "" msgid "TestCases|Search test cases" msgstr "" +msgid "TestCases|Something went wrong while adding test case to Todo." +msgstr "" + msgid "TestCases|Something went wrong while creating a test case." msgstr "" msgid "TestCases|Something went wrong while fetching count of test cases." msgstr "" +msgid "TestCases|Something went wrong while fetching test case." +msgstr "" + msgid "TestCases|Something went wrong while fetching test cases list." msgstr "" +msgid "TestCases|Something went wrong while marking test case todo as done." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case labels." +msgstr "" + +msgid "TestCases|Something went wrong while updating the test case." +msgstr "" + msgid "TestCases|Submit test case" msgstr "" @@ -25241,7 +26240,7 @@ msgstr "" msgid "Thanks! Don't show me this again" msgstr "" -msgid "That's it, well done!%{celebrate}" +msgid "That's it, well done!" msgstr "" msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account" @@ -25263,9 +26262,6 @@ msgstr "" msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment." msgstr "" -msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced." -msgstr "" - msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped" msgstr "" @@ -25278,9 +26274,15 @@ msgstr "" msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}" msgstr "" +msgid "The Security Dashboard shows the results of the last successful pipeline run on the default branch." +msgstr "" + msgid "The URL defined on the primary node that secondary nodes should use to contact it." msgstr "" +msgid "The URL defined on the primary node that secondary nodes should use to contact it. %{linkStart}More information%{linkEnd}" +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 "" @@ -25377,6 +26379,12 @@ msgstr "" msgid "The following %{user} can also push to this branch: %{branch}" msgstr "" +msgid "The following Personal Access Token was revoked by an administrator, %{username}." +msgstr "" + +msgid "The following SSH key was deleted by an administrator, %{username}." +msgstr "" + msgid "The following items will NOT be exported:" msgstr "" @@ -25399,7 +26407,7 @@ msgstr "" msgid "The global settings require you to enable Two-Factor Authentication for your account." msgstr "" -msgid "The group and any internal projects can be viewed by any logged in user." +msgid "The group and any internal projects can be viewed by any logged in user except external users." msgstr "" msgid "The group and any public projects can be viewed without any authentication." @@ -25510,7 +26518,7 @@ msgstr "" msgid "The private key to use when a client certificate is provided. This value is encrypted at rest." msgstr "" -msgid "The project can be accessed by any logged in user." +msgid "The project can be accessed by any logged in user except external users." msgstr "" msgid "The project can be accessed by any user who is logged in." @@ -25570,6 +26578,9 @@ msgstr "" msgid "The roadmap shows the progress of your epics along a timeline" msgstr "" +msgid "The same shared runner executes code from multiple projects, unless you configure autoscaling with %{link} set to 1 (which it is on GitLab.com)." +msgstr "" + msgid "The schedule time must be in the future!" msgstr "" @@ -25582,7 +26593,7 @@ msgstr "" msgid "The snippet is visible only to project members." msgstr "" -msgid "The snippet is visible to any logged in user." +msgid "The snippet is visible to any logged in user except external users." msgstr "" msgid "The specified tab is invalid, please select another" @@ -25621,6 +26632,9 @@ msgstr "" msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below." msgstr "" +msgid "The user you are trying to approve is not pending an approval" +msgstr "" + msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated" msgstr "" @@ -25729,6 +26743,9 @@ msgstr "" msgid "There is no chart data available." msgstr "" +msgid "There is no data available." +msgstr "" + msgid "There is no data available. Please change your selection." msgstr "" @@ -25924,6 +26941,9 @@ msgstr "" msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue." msgstr "" +msgid "These paths are protected for POST requests." +msgstr "" + msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables." msgstr "" @@ -25975,7 +26995,7 @@ msgstr "" msgid "This action cannot be undone, and will permanently delete the %{key} SSH key" msgstr "" -msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc." +msgid "This action cannot be undone. You will lose this project's repository and all content: issues, merge requests, etc." msgstr "" msgid "This action has been performed too many times. Try again later." @@ -25999,9 +27019,15 @@ msgstr "" msgid "This application will be able to:" msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues." msgstr "" +msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{merge_requests_count} issues have been included. Consider re-exporting with a narrower selection of issues." +msgstr "" + msgid "This block is self-referential" msgstr "" @@ -26134,6 +27160,9 @@ msgstr "" msgid "This is a security log of important events involving your account." msgstr "" +msgid "This is a self-managed instance of GitLab." +msgstr "" + msgid "This is the highest peak of users on your installation since the license started." msgstr "" @@ -26143,6 +27172,9 @@ msgstr "" msgid "This is your current session" msgstr "" +msgid "This issue is currently blocked by the following issues:" +msgstr "" + msgid "This issue is currently blocked by the following issues: %{issues}." msgstr "" @@ -26695,6 +27727,12 @@ msgstr "" msgid "Timeago|right now" msgstr "" +msgid "Timeline|Turn timeline view off" +msgstr "" + +msgid "Timeline|Turn timeline view on" +msgstr "" + msgid "Timeout" msgstr "" @@ -26727,7 +27765,7 @@ msgstr "" msgid "To" msgstr "到" -msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration." +msgid "To %{link_to_help} of your domain, add the above key to a TXT record within your DNS configuration." msgstr "" msgid "To Do" @@ -26778,7 +27816,7 @@ msgstr "" msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information." msgstr "" -msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}" +msgid "To help improve GitLab, we would like to periodically %{docs_link}. This can be changed at any time in %{settings_link}." msgstr "" msgid "To import an SVN repository, check out %{svn_link}." @@ -26907,6 +27945,9 @@ msgstr "" msgid "Toggle navigation" msgstr "" +msgid "Toggle project select" +msgstr "" + msgid "Toggle sidebar" msgstr "" @@ -26979,16 +28020,19 @@ msgstr "" msgid "Total test time for all commits/merges" msgstr "" +msgid "Total users" +msgstr "" + msgid "Total weight" msgstr "" msgid "Total: %{total}" msgstr "" -msgid "TotalRefCountIndicator|1000+" +msgid "TotalMilestonesIndicator|1000+" msgstr "" -msgid "Trace" +msgid "TotalRefCountIndicator|1000+" msgstr "" msgid "Tracing" @@ -27165,6 +28209,9 @@ msgstr "" msgid "Tuesday" msgstr "" +msgid "Tuning settings" +msgstr "" + msgid "Turn Off" msgstr "" @@ -27315,6 +28362,9 @@ msgstr "" msgid "Unable to save your changes. Please try again." msgstr "" +msgid "Unable to save your preference" +msgstr "" + msgid "Unable to schedule a pipeline to run immediately" msgstr "" @@ -27540,6 +28590,9 @@ msgstr "" msgid "Update now" msgstr "" +msgid "Update username" +msgstr "" + msgid "Update variable" msgstr "" @@ -27678,10 +28731,13 @@ msgstr "" msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage" msgstr "" +msgid "UsageQuota|%{percentageLeft} of purchased storage is available" +msgstr "" + msgid "UsageQuota|Artifacts" msgstr "" -msgid "UsageQuota|Build Artifacts" +msgid "UsageQuota|Artifacts is a sum of build and pipeline artifacts." msgstr "" msgid "UsageQuota|Buy additional minutes" @@ -27708,6 +28764,9 @@ msgstr "" msgid "UsageQuota|Purchase more storage" msgstr "" +msgid "UsageQuota|Purchased storage available" +msgstr "" + msgid "UsageQuota|Repositories" msgstr "" @@ -27720,9 +28779,36 @@ msgstr "" msgid "UsageQuota|Storage" msgstr "" +msgid "UsageQuota|This is the total amount of storage used across your projects within this namespace." +msgstr "" + +msgid "UsageQuota|This is the total amount of storage used by projects above the free %{actualRepositorySizeLimit} storage limit." +msgstr "" + +msgid "UsageQuota|This namespace contains locked projects" +msgstr "" + msgid "UsageQuota|This namespace has no projects which use shared runners" msgstr "" +msgid "UsageQuota|This project is at risk of being locked because purchased storage is running low." +msgstr "" + +msgid "UsageQuota|This project is locked because it is using %{actualRepositorySizeLimit} of free storage and there is no purchased storage available." +msgstr "" + +msgid "UsageQuota|This project is locked because it used %{actualRepositorySizeLimit} of free storage and all the purchased storage." +msgstr "" + +msgid "UsageQuota|This project is near the free %{actualRepositorySizeLimit} limit and at risk of being locked." +msgstr "" + +msgid "UsageQuota|Total excess storage used" +msgstr "" + +msgid "UsageQuota|Total namespace storage used" +msgstr "" + msgid "UsageQuota|Unlimited" msgstr "" @@ -27744,15 +28830,27 @@ msgstr "" msgid "UsageQuota|Usage since" msgstr "" +msgid "UsageQuota|When you purchase additional storage, we automatically unlock projects that were locked when you reached the %{actualRepositorySizeLimit} limit." +msgstr "" + msgid "UsageQuota|Wiki" msgstr "" msgid "UsageQuota|Wikis" msgstr "" +msgid "UsageQuota|You have consumed all of your additional storage, please purchase more to unlock your projects over the free %{actualRepositorySizeLimit} limit." +msgstr "" + +msgid "UsageQuota|You have reached the free storage limit of %{actualRepositorySizeLimit} on %{projectsLockedText}. To unlock them, please purchase additional storage." +msgstr "" + msgid "UsageQuota|You used: %{usage} %{limit}" msgstr "" +msgid "UsageQuota|Your purchased storage is running low. To avoid locked projects, please purchase more storage." +msgstr "" + msgid "UsageQuota|out of %{formattedLimit} of your namespace storage" msgstr "" @@ -27807,10 +28905,7 @@ msgstr "" msgid "User %{username} was successfully removed." msgstr "" -msgid "User IDs" -msgstr "" - -msgid "User List" +msgid "User ID" msgstr "" msgid "User OAuth applications" @@ -27930,6 +29025,9 @@ msgstr "" msgid "UserProfile|Blocked user" msgstr "" +msgid "UserProfile|Bot activity" +msgstr "" + msgid "UserProfile|Contributed projects" msgstr "" @@ -28026,9 +29124,6 @@ msgstr "" msgid "Username is available." msgstr "" -msgid "Username is too long (maximum is %{max_length} characters)." -msgstr "" - msgid "Username or email" msgstr "" @@ -28182,6 +29277,12 @@ msgstr "" msgid "View Documentation" msgstr "" +msgid "View alert details at" +msgstr "" + +msgid "View alert details." +msgstr "" + msgid "View all issues" msgstr "" @@ -28487,7 +29588,13 @@ msgstr "" msgid "Vulnerability|Comments" msgstr "" -msgid "Vulnerability|Crash Address" +msgid "Vulnerability|Crash address" +msgstr "" + +msgid "Vulnerability|Crash state" +msgstr "" + +msgid "Vulnerability|Crash type" msgstr "" msgid "Vulnerability|Description" @@ -28571,6 +29678,15 @@ msgstr "" msgid "We could not determine the path to remove the issue" msgstr "" +msgid "We couldn't find any %{scope} matching %{term}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in group %{group}" +msgstr "" + +msgid "We couldn't find any %{scope} matching %{term} in project %{project}" +msgstr "" + msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating." msgstr "" @@ -28667,6 +29783,9 @@ msgstr "" msgid "Webhooks|Enable SSL verification" msgstr "" +msgid "Webhooks|Feature Flag events" +msgstr "" + msgid "Webhooks|Issues events" msgstr "" @@ -28691,15 +29810,18 @@ msgstr "" msgid "Webhooks|Tag push events" msgstr "" +msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled" +msgstr "" + +msgid "Webhooks|This URL is triggered when a feature flag is turned on or off" +msgstr "" + msgid "Webhooks|This URL will be triggered by a push to the repository" msgstr "" msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged" msgstr "" -msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled" -msgstr "" - msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged" msgstr "" @@ -28766,15 +29888,15 @@ msgstr "" msgid "Welcome to the guided GitLab tour" msgstr "" -msgid "Welcome to your issue board!" -msgstr "" - msgid "What are you searching for?" msgstr "" msgid "What describes you best?" msgstr "" +msgid "What is squashing?" +msgstr "" + msgid "What's new at GitLab" msgstr "" @@ -28787,7 +29909,7 @@ 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 the admin before they can login. This setting is effective only if sign-ups are enabled." +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 "" msgid "When enabled, any user visiting %{host} will be able to create an account." @@ -29028,10 +30150,10 @@ msgstr "" msgid "Work in progress Limit" msgstr "" -msgid "Workflow Help" +msgid "Would you like to create a new branch?" msgstr "" -msgid "Would you like to create a new branch?" +msgid "Would you like to try auto-generating a branch name?" msgstr "" msgid "Write" @@ -29124,6 +30246,9 @@ msgstr "" msgid "You are going to turn on the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}." msgstr "" +msgid "You are not allowed to approve a user" +msgstr "" + msgid "You are not allowed to push into this branch. Create another branch or open a merge request." msgstr "" @@ -29145,6 +30270,9 @@ 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}" +msgstr "" + msgid "You are trying to upload something other than an image. Please upload a .png, .jpg, .jpeg, .gif, .bmp, .tiff or .ico." msgstr "" @@ -29157,10 +30285,10 @@ msgstr "" msgid "You can also create a project from the command line." msgstr "" -msgid "You can also press ⌘-Enter" +msgid "You can also press Ctrl-Enter" msgstr "" -msgid "You can also press Ctrl-Enter" +msgid "You can also press ⌘-Enter" msgstr "" msgid "You can also star a label to make it a priority label." @@ -29175,6 +30303,15 @@ msgstr "" msgid "You can always edit this later" msgstr "" +msgid "You can create a new %{link}." +msgstr "" + +msgid "You can create a new Personal Access Token by visiting %{link}" +msgstr "" + +msgid "You can create a new SSH key by visiting %{link}" +msgstr "" + msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings" msgstr "" @@ -29376,6 +30513,9 @@ msgstr "" msgid "You have been invited" msgstr "" +msgid "You have been redirected to the only result; see the %{a_start}search results%{a_end} instead." +msgstr "" + msgid "You have been unsubscribed from this thread." msgstr "" @@ -29388,6 +30528,15 @@ msgstr "" msgid "You have insufficient permissions to create a Todo for this alert" msgstr "" +msgid "You have insufficient permissions to create an HTTP integration for this project" +msgstr "" + +msgid "You have insufficient permissions to remove this HTTP integration" +msgstr "" + +msgid "You have insufficient permissions to update this HTTP integration" +msgstr "" + msgid "You have no permissions" msgstr "" @@ -29412,9 +30561,6 @@ msgstr "" msgid "You may close the milestone now." msgstr "" -msgid "You must accept our Terms of Service and privacy policy in order to register an account" -msgstr "" - msgid "You must be logged in to search across all of GitLab" msgstr "" @@ -29472,9 +30618,6 @@ msgstr "" msgid "You need to upload a Google Takeout archive." msgstr "" -msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})" -msgstr "" - msgid "You successfully declined the invitation" msgstr "" @@ -29577,19 +30720,22 @@ msgstr "" msgid "YouTube" msgstr "" +msgid "YouTube URL or ID" +msgstr "" + msgid "Your %{host} account was signed in to from a new location" msgstr "" msgid "Your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} will expire on %{strong}%{expires_on}%{strong_close}." msgstr "" -msgid "Your %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features." +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 CSV export has started. It will be emailed to %{email} when complete." msgstr "" -msgid "Your CSV export of %{issues_count} from project %{project_link} has been added to this email as an attachment." +msgid "Your CSV export of %{count} from project %{project_link} has been added to this email as an attachment." msgstr "" msgid "Your CSV export of %{written_count} from project %{project_name} (%{project_url}) has been added to this email as an attachment." @@ -29619,6 +30765,9 @@ msgstr "" msgid "Your License" msgstr "" +msgid "Your Personal Access Token was revoked" +msgstr "" + msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less" msgstr "" @@ -29634,6 +30783,9 @@ msgstr "" msgid "Your Public Email will be displayed on your public profile." msgstr "" +msgid "Your SSH key was deleted" +msgstr "" + msgid "Your SSH keys (%{count})" msgstr "" @@ -29899,9 +31051,6 @@ msgstr "" msgid "by" msgstr "來自" -msgid "by %{user}" -msgstr "" - msgid "cannot be a date in the past" msgstr "" @@ -30028,9 +31177,6 @@ msgstr "" msgid "ciReport|Coverage Fuzzing" msgstr "" -msgid "ciReport|Coverage Fuzzing Title" -msgstr "" - msgid "ciReport|Coverage fuzzing" msgstr "" @@ -30076,9 +31222,6 @@ msgstr "" msgid "ciReport|Investigate this vulnerability by creating an issue" msgstr "" -msgid "ciReport|Learn more about interacting with security reports" -msgstr "" - msgid "ciReport|Load performance test metrics: " msgstr "" @@ -30161,6 +31304,9 @@ msgstr "" msgid "closed issue" msgstr "" +msgid "collect usage information" +msgstr "" + msgid "comment" msgstr "" @@ -30394,7 +31540,7 @@ msgstr "" msgid "is blocked by" msgstr "" -msgid "is enabled." +msgid "is forbidden by a top-level group" msgstr "" msgid "is invalid because there is downstream lock" @@ -30412,6 +31558,9 @@ msgstr "" msgid "is not a valid X509 certificate." msgstr "" +msgid "is not allowed since the group is not top-level group." +msgstr "" + msgid "is not allowed. Try again with a different email address, or contact your GitLab admin." msgstr "" @@ -30430,6 +31579,9 @@ msgstr "" msgid "is too long (%{current_value}). The maximum size is %{max_size}." msgstr "" +msgid "is too long (maximum is %{count} characters)" +msgstr "" + msgid "is too long (maximum is 100 entries)" msgstr "" @@ -30466,6 +31618,9 @@ msgstr "" msgid "jigsaw is not defined" msgstr "" +msgid "kuromoji custom analyzer" +msgstr "" + msgid "last commit:" msgstr "" @@ -30527,6 +31682,9 @@ msgstr "" msgid "missing" msgstr "" +msgid "more information" +msgstr "" + msgid "most recent deployment" msgstr "" @@ -30996,9 +32154,6 @@ msgstr "" msgid "projects" msgstr "" -msgid "push to your repository, create pipelines, create issues or add comments. To reduce storage capacity, delete unused repositories, artifacts, wikis, issues, and pipelines." -msgstr "" - msgid "quick actions" msgstr "" @@ -31011,9 +32166,6 @@ msgstr "" msgid "relates to" msgstr "" -msgid "released %{time}" -msgstr "" - msgid "remaining" msgstr "" @@ -31090,6 +32242,9 @@ msgstr "" msgid "sign in" msgstr "" +msgid "smartcn custom analyzer" +msgstr "" + msgid "sort:" msgstr "" @@ -31270,9 +32425,6 @@ msgstr "" msgid "wiki page" msgstr "" -msgid "will be released %{time}" -msgstr "" - msgid "with %{additions} additions, %{deletions} deletions." msgstr "" @@ -31285,3 +32437,6 @@ msgstr "" msgid "yaml invalid" msgstr "" +msgid "your settings" +msgstr "" + diff --git a/spec/features/canonical_link_spec.rb b/spec/features/canonical_link_spec.rb new file mode 100644 index 00000000000..ce6b2bb7044 --- /dev/null +++ b/spec/features/canonical_link_spec.rb @@ -0,0 +1,84 @@ +# frozen_string_literal: true + +require 'spec_helper' + +RSpec.describe 'Canonical link' do + include Spec::Support::Helpers::Features::CanonicalLinkHelpers + + let_it_be(:user) { create(:user) } + let_it_be(:project) { create(:project, :public, namespace: user.namespace) } + let_it_be(:issue) { create(:issue, project: project) } + + let_it_be(:issue_request) { issue_url(issue) } + let_it_be(:project_request) { project_url(project) } + + before do + sign_in(user) + end + + shared_examples 'shows canonical link' do + specify do + visit request_url + + expect(page).to have_canonical_link(expected_url) + end + end + + shared_examples 'does not show canonical link' do + specify do + visit request_url + + expect(page).not_to have_any_canonical_links + end + end + + it_behaves_like 'does not show canonical link' do + let(:request_url) { issue_request } + end + + it_behaves_like 'shows canonical link' do + let(:request_url) { issue_request + '/' } + let(:expected_url) { issue_request } + end + + it_behaves_like 'shows canonical link' do + let(:request_url) { project_issues_url(project) + "/?state=opened" } + let(:expected_url) { project_issues_url(project, state: 'opened') } + end + + it_behaves_like 'does not show canonical link' do + let(:request_url) { project_request } + end + + it_behaves_like 'shows canonical link' do + let(:request_url) { project_request + '/' } + let(:expected_url) { project_request } + end + + it_behaves_like 'shows canonical link' do + let(:query_params) { '?foo=bar' } + let(:request_url) { project_request + "/#{query_params}" } + let(:expected_url) { project_request + query_params } + end + + # Hard-coded canonical links + + it_behaves_like 'shows canonical link' do + let(:request_url) { explore_root_path } + let(:expected_url) { explore_projects_url } + end + + context 'when feature flag generic_canonical is disabled' do + before do + stub_feature_flags(generic_canonical: false) + end + + it_behaves_like 'does not show canonical link' do + let(:request_url) { issue_request + '/' } + end + + it_behaves_like 'does not show canonical link' do + let(:request_url) { project_request + '/' } + end + end +end diff --git a/spec/features/dashboard/root_explore_spec.rb b/spec/features/dashboard/root_explore_spec.rb index 70d6253f886..a3c346ffe2a 100644 --- a/spec/features/dashboard/root_explore_spec.rb +++ b/spec/features/dashboard/root_explore_spec.rb @@ -30,12 +30,4 @@ RSpec.describe 'Root explore' do include_examples 'shows public projects' end - - it 'includes canonical link to explore projects url' do - visit explore_root_path - - canonial_link = page.find("head link[rel='canonical']", visible: false) - - expect(canonial_link[:href]).to eq explore_projects_url - end end diff --git a/spec/frontend/api_spec.js b/spec/frontend/api_spec.js index 7fdd0d7d6db..26ec399bc5f 100644 --- a/spec/frontend/api_spec.js +++ b/spec/frontend/api_spec.js @@ -710,24 +710,23 @@ describe('Api', () => { }); describe('pipelineJobs', () => { - it('fetches the jobs for a given pipeline', done => { - const projectId = 123; - const pipelineId = 456; - const expectedUrl = `${dummyUrlRoot}/api/${dummyApiVersion}/projects/${projectId}/pipelines/${pipelineId}/jobs`; - const payload = [ - { - name: 'test', - }, - ]; - mock.onGet(expectedUrl).reply(httpStatus.OK, payload); + it.each([undefined, {}, { foo: true }])( + 'fetches the jobs for a given pipeline given %p params', + async params => { + const projectId = 123; + const pipelineId = 456; + const expectedUrl = `${dummyUrlRoot}/api/${dummyApiVersion}/projects/${projectId}/pipelines/${pipelineId}/jobs`; + const payload = [ + { + name: 'test', + }, + ]; + mock.onGet(expectedUrl, { params }).reply(httpStatus.OK, payload); - Api.pipelineJobs(projectId, pipelineId) - .then(({ data }) => { - expect(data).toEqual(payload); - }) - .then(done) - .catch(done.fail); - }); + const { data } = await Api.pipelineJobs(projectId, pipelineId, params); + expect(data).toEqual(payload); + }, + ); }); describe('createBranch', () => { diff --git a/spec/frontend/design_management/components/__snapshots__/design_scaler_spec.js.snap b/spec/frontend/design_management/components/__snapshots__/design_scaler_spec.js.snap deleted file mode 100644 index 0679b485f77..00000000000 --- a/spec/frontend/design_management/components/__snapshots__/design_scaler_spec.js.snap +++ /dev/null @@ -1,115 +0,0 @@ -// Jest Snapshot v1, https://goo.gl/fbAQLP - -exports[`Design management design scaler component minus and reset buttons are disabled when scale === 1 1`] = ` -
- - - - - -
-`; - -exports[`Design management design scaler component minus and reset buttons are enabled when scale > 1 1`] = ` -
- - - - - -
-`; - -exports[`Design management design scaler component plus button is disabled when scale === 2 1`] = ` -
- - - - - -
-`; diff --git a/spec/frontend/design_management/components/design_scaler_spec.js b/spec/frontend/design_management/components/design_scaler_spec.js index b06d2f924df..290ec3a18e3 100644 --- a/spec/frontend/design_management/components/design_scaler_spec.js +++ b/spec/frontend/design_management/components/design_scaler_spec.js @@ -1,67 +1,93 @@ import { shallowMount } from '@vue/test-utils'; +import { GlButton } from '@gitlab/ui'; import DesignScaler from '~/design_management/components/design_scaler.vue'; describe('Design management design scaler component', () => { let wrapper; - function createComponent(propsData, data = {}) { - wrapper = shallowMount(DesignScaler, { - propsData, - }); - wrapper.setData(data); - } + const getButtons = () => wrapper.findAll(GlButton); + const getDecreaseScaleButton = () => getButtons().at(0); + const getResetScaleButton = () => getButtons().at(1); + const getIncreaseScaleButton = () => getButtons().at(2); + + const setScale = scale => wrapper.vm.setScale(scale); + + const createComponent = () => { + wrapper = shallowMount(DesignScaler); + }; + + beforeEach(() => { + createComponent(); + }); afterEach(() => { wrapper.destroy(); + wrapper = null; }); - const getButton = type => { - const buttonTypeOrder = ['minus', 'reset', 'plus']; - const buttons = wrapper.findAll('button'); - return buttons.at(buttonTypeOrder.indexOf(type)); - }; + describe('when `scale` value is greater than 1', () => { + beforeEach(async () => { + setScale(1.6); + await wrapper.vm.$nextTick(); + }); + + it('emits @scale event when "reset" button clicked', () => { + getResetScaleButton().vm.$emit('click'); + expect(wrapper.emitted('scale')[1]).toEqual([1]); + }); + + it('emits @scale event when "decrement" button clicked', async () => { + getDecreaseScaleButton().vm.$emit('click'); + expect(wrapper.emitted('scale')[1]).toEqual([1.4]); + }); + + it('enables the "reset" button', () => { + const resetButton = getResetScaleButton(); + + expect(resetButton.exists()).toBe(true); + expect(resetButton.props('disabled')).toBe(false); + }); + + it('enables the "decrement" button', () => { + const decrementButton = getDecreaseScaleButton(); + + expect(decrementButton.exists()).toBe(true); + expect(decrementButton.props('disabled')).toBe(false); + }); + }); it('emits @scale event when "plus" button clicked', () => { - createComponent(); - - getButton('plus').trigger('click'); + getIncreaseScaleButton().vm.$emit('click'); expect(wrapper.emitted('scale')).toEqual([[1.2]]); }); - it('emits @scale event when "reset" button clicked (scale > 1)', () => { - createComponent({}, { scale: 1.6 }); - return wrapper.vm.$nextTick().then(() => { - getButton('reset').trigger('click'); - expect(wrapper.emitted('scale')).toEqual([[1]]); + describe('when `scale` value is 1', () => { + it('disables the "reset" button', () => { + const resetButton = getResetScaleButton(); + + expect(resetButton.exists()).toBe(true); + expect(resetButton.props('disabled')).toBe(true); + }); + + it('disables the "decrement" button', () => { + const decrementButton = getDecreaseScaleButton(); + + expect(decrementButton.exists()).toBe(true); + expect(decrementButton.props('disabled')).toBe(true); }); }); - it('emits @scale event when "minus" button clicked (scale > 1)', () => { - createComponent({}, { scale: 1.6 }); - - return wrapper.vm.$nextTick().then(() => { - getButton('minus').trigger('click'); - expect(wrapper.emitted('scale')).toEqual([[1.4]]); + describe('when `scale` value is 2 (maximum)', () => { + beforeEach(async () => { + setScale(2); + await wrapper.vm.$nextTick(); }); - }); - it('minus and reset buttons are disabled when scale === 1', () => { - createComponent(); + it('disables the "increment" button', () => { + const incrementButton = getIncreaseScaleButton(); - expect(wrapper.element).toMatchSnapshot(); - }); - - it('minus and reset buttons are enabled when scale > 1', () => { - createComponent({}, { scale: 1.2 }); - return wrapper.vm.$nextTick().then(() => { - expect(wrapper.element).toMatchSnapshot(); - }); - }); - - it('plus button is disabled when scale === 2', () => { - createComponent({}, { scale: 2 }); - return wrapper.vm.$nextTick().then(() => { - expect(wrapper.element).toMatchSnapshot(); + expect(incrementButton.exists()).toBe(true); + expect(incrementButton.props('disabled')).toBe(true); }); }); }); diff --git a/spec/frontend/vue_shared/security_reports/security_reports_app_spec.js b/spec/frontend/vue_shared/security_reports/security_reports_app_spec.js index 31bdfc931ac..ab87d80b291 100644 --- a/spec/frontend/vue_shared/security_reports/security_reports_app_spec.js +++ b/spec/frontend/vue_shared/security_reports/security_reports_app_spec.js @@ -5,7 +5,7 @@ import SecurityReportsApp from '~/vue_shared/security_reports/security_reports_a jest.mock('~/flash'); -describe('Grouped security reports app', () => { +describe('Security reports app', () => { let wrapper; let mrTabsMock; @@ -21,6 +21,8 @@ describe('Grouped security reports app', () => { }); }; + const anyParams = expect.any(Object); + const findPipelinesTabAnchor = () => wrapper.find('[data-testid="show-pipelines"]'); const findHelpLink = () => wrapper.find('[data-testid="help"]'); const setupMrTabsMock = () => { @@ -43,10 +45,12 @@ describe('Grouped security reports app', () => { window.mrTabs = { tabShown: jest.fn() }; setupMockJobArtifact(reportType); createComponent(); + return wrapper.vm.$nextTick(); }); it('calls the pipelineJobs API correctly', () => { - expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId); + expect(Api.pipelineJobs).toHaveBeenCalledTimes(1); + expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId, anyParams); }); it('renders the expected message', () => { @@ -75,10 +79,12 @@ describe('Grouped security reports app', () => { beforeEach(() => { setupMockJobArtifact('foo'); createComponent(); + return wrapper.vm.$nextTick(); }); it('calls the pipelineJobs API correctly', () => { - expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId); + expect(Api.pipelineJobs).toHaveBeenCalledTimes(1); + expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId, anyParams); }); it('renders nothing', () => { @@ -86,6 +92,42 @@ describe('Grouped security reports app', () => { }); }); + describe('security artifacts on last page of multi-page response', () => { + const numPages = 3; + + beforeEach(() => { + jest + .spyOn(Api, 'pipelineJobs') + .mockImplementation(async (projectId, pipelineId, { page }) => { + const requestedPage = parseInt(page, 10); + if (requestedPage < numPages) { + return { + // Some jobs with no relevant artifacts + data: [{}, {}], + headers: { 'x-next-page': String(requestedPage + 1) }, + }; + } else if (requestedPage === numPages) { + return { + data: [{ artifacts: [{ file_type: SecurityReportsApp.reportTypes[0] }] }], + }; + } + + throw new Error('Test failed due to request of non-existent jobs page'); + }); + + createComponent(); + return wrapper.vm.$nextTick(); + }); + + it('fetches all pages', () => { + expect(Api.pipelineJobs).toHaveBeenCalledTimes(numPages); + }); + + it('renders the expected message', () => { + expect(wrapper.text()).toMatchInterpolatedText(SecurityReportsApp.i18n.scansHaveRun); + }); + }); + describe('given an error from the API', () => { let error; @@ -93,10 +135,12 @@ describe('Grouped security reports app', () => { error = new Error('an error'); jest.spyOn(Api, 'pipelineJobs').mockRejectedValue(error); createComponent(); + return wrapper.vm.$nextTick(); }); it('calls the pipelineJobs API correctly', () => { - expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId); + expect(Api.pipelineJobs).toHaveBeenCalledTimes(1); + expect(Api.pipelineJobs).toHaveBeenCalledWith(props.projectId, props.pipelineId, anyParams); }); it('renders nothing', () => { diff --git a/spec/helpers/page_layout_helper_spec.rb b/spec/helpers/page_layout_helper_spec.rb index 909bb6f7688..f49b09adea0 100644 --- a/spec/helpers/page_layout_helper_spec.rb +++ b/spec/helpers/page_layout_helper_spec.rb @@ -137,4 +137,75 @@ RSpec.describe PageLayoutHelper do end end end + + describe '#page_canonical_link' do + let(:user) { build(:user) } + + subject { helper.page_canonical_link(link) } + + before do + allow(helper).to receive(:current_user).and_return(user) + end + + context 'when link is passed' do + let(:link) { 'https://gitlab.com' } + + it 'stores and returns the link value' do + expect(subject).to eq link + expect(helper.page_canonical_link(nil)).to eq link + end + end + + context 'when no link is provided' do + let(:link) { nil } + let(:request) { ActionDispatch::Request.new(env) } + let(:env) do + { + 'ORIGINAL_FULLPATH' => '/foo/', + 'PATH_INFO' => '/foo', + 'HTTP_HOST' => 'test.host', + 'REQUEST_METHOD' => method, + 'rack.url_scheme' => 'http' + } + end + + before do + allow(helper).to receive(:request).and_return(request) + end + + shared_examples 'generates the canonical url using the params in the context' do + specify { expect(subject).to eq 'http://test.host/foo' } + end + + shared_examples 'does not return a canonical url' do + specify { expect(subject).to be_nil } + end + + it_behaves_like 'generates the canonical url using the params in the context' do + let(:method) { 'GET' } + end + + it_behaves_like 'generates the canonical url using the params in the context' do + let(:method) { 'HEAD' } + end + + it_behaves_like 'does not return a canonical url' do + let(:method) { 'POST' } + end + + it_behaves_like 'does not return a canonical url' do + let(:method) { 'PUT' } + end + + context 'when feature flag generic_canonical is disabled' do + let(:method) { 'GET' } + + before do + stub_feature_flags(generic_canonical: false) + end + + it_behaves_like 'does not return a canonical url' + end + end + end end diff --git a/spec/lib/bitbucket_server/client_spec.rb b/spec/lib/bitbucket_server/client_spec.rb index 9dcd1500aab..cd3179f19d4 100644 --- a/spec/lib/bitbucket_server/client_spec.rb +++ b/spec/lib/bitbucket_server/client_spec.rb @@ -19,6 +19,15 @@ RSpec.describe BitbucketServer::Client do subject.pull_requests(project, repo_slug) end + + it 'requests a collection with offset and limit' do + offset = 10 + limit = 100 + + expect(BitbucketServer::Paginator).to receive(:new).with(anything, path, :pull_request, page_offset: offset, limit: limit) + + subject.pull_requests(project, repo_slug, page_offset: offset, limit: limit) + end end describe '#activities' do diff --git a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb index 3236ed0e41c..c9ad78ec760 100644 --- a/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb +++ b/spec/lib/gitlab/bitbucket_server_import/importer_spec.rb @@ -112,7 +112,7 @@ RSpec.describe Gitlab::BitbucketServerImport::Importer do allow(subject).to receive(:delete_temp_branches) allow(subject).to receive(:restore_branches) - allow(subject.client).to receive(:pull_requests).and_return([pull_request]) + allow(subject.client).to receive(:pull_requests).and_return([pull_request], []) end # As we are using Caching with redis, it is best to clean the cache after each test run, else we need to wait for @@ -499,7 +499,7 @@ RSpec.describe Gitlab::BitbucketServerImport::Importer do before do Gitlab::Cache::Import::Caching.set_add(subject.already_imported_cache_key, pull_request_already_imported.iid) - allow(subject.client).to receive(:pull_requests).and_return([pull_request_to_be_imported, pull_request_already_imported]) + allow(subject.client).to receive(:pull_requests).and_return([pull_request_to_be_imported, pull_request_already_imported], []) end it 'only imports one Merge Request, as the other on is in the cache' do @@ -535,7 +535,7 @@ RSpec.describe Gitlab::BitbucketServerImport::Importer do updated_at: Time.now, merged?: true) - expect(subject.client).to receive(:pull_requests).and_return([pull_request]) + expect(subject.client).to receive(:pull_requests).and_return([pull_request], []) expect(subject.client).to receive(:activities).and_return([]) expect(subject).to receive(:import_repository).twice end diff --git a/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb b/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb index fca08ebf48b..c88506899cd 100644 --- a/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb +++ b/spec/lib/gitlab/graphql/authorize/authorize_field_service_spec.rb @@ -45,7 +45,7 @@ RSpec.describe Gitlab::Graphql::Authorize::AuthorizeFieldService do let(:type_instance) { type_class.authorized_new(presented_object, context) } let(:field) { type_class.fields['testField'].to_graphql } - subject(:resolved) { resolve&.force } + subject(:resolved) { ::Gitlab::Graphql::Lazy.force(resolve) } context 'reading the field of a lazy value' do let(:ability) { :read_field } @@ -240,16 +240,6 @@ RSpec.describe Gitlab::Graphql::Authorize::AuthorizeFieldService do end it_behaves_like 'authorizing fields' - - context 'the graphql_lazy_authorization feature flag is disabled' do - before do - stub_feature_flags(graphql_lazy_authorization: false) - end - - subject(:resolved) { resolve } - - it_behaves_like 'authorizing fields' - end end private diff --git a/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb b/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb index f75494aa7c7..b6a396afd61 100644 --- a/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb +++ b/spec/lib/gitlab/import_export/project/tree_restorer_spec.rb @@ -681,13 +681,7 @@ RSpec.describe Gitlab::ImportExport::Project::TreeRestorer do end it 'overrides project feature access levels' do - access_level_keys = project.project_feature.attributes.keys.select { |a| a =~ /_access_level/ } - - # `pages_access_level` is not included, since it is not available in the public API - # and has a dependency on project's visibility level - # see ProjectFeature model - access_level_keys.delete('pages_access_level') - + access_level_keys = ProjectFeature.available_features.map { |feature| ProjectFeature.access_level_attribute(feature) } disabled_access_levels = Hash[access_level_keys.collect { |item| [item, 'disabled'] }] project.create_import_data(data: { override_params: disabled_access_levels }) diff --git a/spec/lib/gitlab/import_export/safe_model_attributes.yml b/spec/lib/gitlab/import_export/safe_model_attributes.yml index bbf6ae64cad..7dee8c26850 100644 --- a/spec/lib/gitlab/import_export/safe_model_attributes.yml +++ b/spec/lib/gitlab/import_export/safe_model_attributes.yml @@ -575,6 +575,7 @@ ProjectFeature: - repository_access_level - pages_access_level - metrics_dashboard_access_level +- requirements_access_level - created_at - updated_at ProtectedBranch::MergeAccessLevel: diff --git a/spec/lib/gitlab/legacy_github_import/importer_spec.rb b/spec/lib/gitlab/legacy_github_import/importer_spec.rb index 7baf826e71d..56074147854 100644 --- a/spec/lib/gitlab/legacy_github_import/importer_spec.rb +++ b/spec/lib/gitlab/legacy_github_import/importer_spec.rb @@ -52,7 +52,7 @@ RSpec.describe Gitlab::LegacyGithubImport::Importer do allow_any_instance_of(Octokit::Client).to receive(:milestones).and_return([milestone, milestone]) allow_any_instance_of(Octokit::Client).to receive(:issues).and_return([issue1, issue2]) allow_any_instance_of(Octokit::Client).to receive(:pull_requests).and_return([pull_request, pull_request]) - allow_any_instance_of(Octokit::Client).to receive(:issues_comments).and_return([]) + allow_any_instance_of(Octokit::Client).to receive(:issues_comments).and_raise(Octokit::NotFound) allow_any_instance_of(Octokit::Client).to receive(:pull_requests_comments).and_return([]) allow_any_instance_of(Octokit::Client).to receive(:last_response).and_return(double(rels: { next: nil })) allow_any_instance_of(Octokit::Client).to receive(:releases).and_return([release1, release2]) @@ -169,6 +169,7 @@ RSpec.describe Gitlab::LegacyGithubImport::Importer do errors: [ { type: :label, url: "#{api_root}/repos/octocat/Hello-World/labels/bug", errors: "Validation failed: Title can't be blank, Title is invalid" }, { type: :issue, url: "#{api_root}/repos/octocat/Hello-World/issues/1348", errors: "Validation failed: Title can't be blank" }, + { type: :issues_comments, errors: 'Octokit::NotFound' }, { type: :wiki, errors: "Gitlab::Git::CommandError" } ] } diff --git a/spec/models/namespace_spec.rb b/spec/models/namespace_spec.rb index 00416787427..a18aea38eac 100644 --- a/spec/models/namespace_spec.rb +++ b/spec/models/namespace_spec.rb @@ -687,7 +687,7 @@ RSpec.describe Namespace do let!(:project) { create(:project_empty_repo, namespace: namespace) } it 'has no repositories base directories to remove' do - allow(GitlabShellWorker).to receive(:perform_in) + expect(GitlabShellWorker).not_to receive(:perform_in) expect(File.exist?(path_in_dir)).to be(false) diff --git a/spec/support/helpers/api_helpers.rb b/spec/support/helpers/api_helpers.rb index b1e6078c4f2..d3cc7367b6e 100644 --- a/spec/support/helpers/api_helpers.rb +++ b/spec/support/helpers/api_helpers.rb @@ -61,7 +61,6 @@ module ApiHelpers def expect_response_contain_exactly(*items) expect(response).to have_gitlab_http_status(:ok) expect(json_response).to be_an Array - expect(json_response.length).to eq(items.size) expect(json_response.map { |item| item['id'] }).to contain_exactly(*items) end diff --git a/spec/support/shared_examples/features/wiki/user_deletes_wiki_page_shared_examples.rb b/spec/support/shared_examples/features/wiki/user_deletes_wiki_page_shared_examples.rb index e1fd9c8dbec..ee0261771f9 100644 --- a/spec/support/shared_examples/features/wiki/user_deletes_wiki_page_shared_examples.rb +++ b/spec/support/shared_examples/features/wiki/user_deletes_wiki_page_shared_examples.rb @@ -17,8 +17,8 @@ RSpec.shared_examples 'User deletes wiki page' do it 'deletes a page', :js do click_on('Edit') click_on('Delete') - find('.modal-footer .btn-danger').click + find('[data-testid="confirm_deletion_button"]').click - expect(page).to have_content('Page was successfully deleted') + expect(page).to have_content('Wiki page was successfully deleted.') end end diff --git a/spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb b/spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb index 1a5f8d7d8df..3350e54a8a7 100644 --- a/spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb +++ b/spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb @@ -213,11 +213,11 @@ RSpec.shared_examples 'User updates wiki page' do visit wiki_page_path(wiki_page.wiki, wiki_page, action: :edit) end - it 'allows changing the title if the content does not change' do + it 'allows changing the title if the content does not change', :js do fill_in 'Title', with: 'new title' click_on 'Save changes' - expect(page).to have_content('Wiki was successfully updated.') + expect(page).to have_content('Wiki page was successfully updated.') end it 'shows a validation error when trying to change the content' do diff --git a/spec/support/shared_examples/features/wiki/user_views_wiki_page_shared_examples.rb b/spec/support/shared_examples/features/wiki/user_views_wiki_page_shared_examples.rb index 85eedbf4cc5..af769be6d4b 100644 --- a/spec/support/shared_examples/features/wiki/user_views_wiki_page_shared_examples.rb +++ b/spec/support/shared_examples/features/wiki/user_views_wiki_page_shared_examples.rb @@ -33,7 +33,7 @@ RSpec.shared_examples 'User views a wiki page' do click_on('Create page') end - expect(page).to have_content('Wiki was successfully updated.') + expect(page).to have_content('Wiki page was successfully created.') end it 'shows the history of a page that has a path' do @@ -49,7 +49,7 @@ RSpec.shared_examples 'User views a wiki page' do end end - it 'shows an old version of a page' do + it 'shows an old version of a page', :js do expect(current_path).to include('one/two/three-test') expect(find('.wiki-pages')).to have_content('three') @@ -65,7 +65,7 @@ RSpec.shared_examples 'User views a wiki page' do fill_in('Content', with: 'Updated Wiki Content') click_on('Save changes') - expect(page).to have_content('Wiki was successfully updated.') + expect(page).to have_content('Wiki page was successfully updated.') click_on('Page history')