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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'locale/gitlab.pot')
-rw-r--r--locale/gitlab.pot2354
1 files changed, 1813 insertions, 541 deletions
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index 0b1b80d59ff..1bcd85ca9e2 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -16,7 +16,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
-msgid " %{project_name}#%{issuable_iid} · opened %{issuable_created} by %{author}"
+msgid " %{project_name}#%{issuable_iid} · opened %{issuable_created} by %{author} · updated %{issuable_updated}"
msgstr ""
msgid " %{start} to %{end}"
@@ -200,6 +200,11 @@ msgid_plural "%d fixed test results"
msgstr[0] ""
msgstr[1] ""
+msgid "%d group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "%d group selected"
msgid_plural "%d groups selected"
msgstr[0] ""
@@ -374,10 +379,10 @@ msgstr ""
msgid "%{board_target} not found"
msgstr ""
-msgid "%{code_open}Masked%{code_close} variables are hidden in job logs (though they must match certain regexp requirements to do so)."
+msgid "%{code_open}Masked:%{code_close} Hidden in job logs. Must match masking requirements."
msgstr ""
-msgid "%{code_open}Protected%{code_close} variables are only exposed to protected branches or tags."
+msgid "%{code_open}Protected:%{code_close} Only exposed to protected branches or tags."
msgstr ""
msgid "%{commit_author_link} authored %{commit_timeago}"
@@ -648,6 +653,12 @@ 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} %{status}"
+msgstr ""
+
+msgid "%{name} (Busy)"
+msgstr ""
+
msgid "%{name} contained %{resultsString}"
msgstr ""
@@ -677,6 +688,15 @@ msgstr[1] ""
msgid "%{number_commits_behind} commits behind %{default_branch}, %{number_commits_ahead} commits ahead"
msgstr ""
+msgid "%{oneMonthAgo} - %{today}"
+msgstr ""
+
+msgid "%{oneWeekAgo} - %{today}"
+msgstr ""
+
+msgid "%{oneYearAgo} - %{today}"
+msgstr ""
+
msgid "%{openOrClose} %{noteable}"
msgstr ""
@@ -724,9 +744,6 @@ msgstr ""
msgid "%{reportType} detected %{totalStart}no%{totalEnd} vulnerabilities."
msgstr ""
-msgid "%{requirementCount} requirements have been selected for export. These will be sent to %{email} as an attachment once finished."
-msgstr ""
-
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}."
msgstr ""
@@ -770,6 +787,9 @@ msgstr ""
msgid "%{spanStart}in%{spanEnd} %{errorFn}"
msgstr ""
+msgid "%{startDate} - %{endDate}"
+msgstr ""
+
msgid "%{start} to %{end}"
msgstr ""
@@ -971,6 +991,9 @@ msgstr ""
msgid "(+%{count} rules)"
msgstr ""
+msgid "(Group Managed Account)"
+msgstr ""
+
msgid "(No changes)"
msgstr ""
@@ -1010,9 +1033,6 @@ msgstr ""
msgid "+ %{numberOfHiddenAssignees} more"
msgstr ""
-msgid "+ %{numberOfHiddenReviewers} more"
-msgstr ""
-
msgid "+%d more"
msgid_plural "+%d more"
msgstr[0] ""
@@ -1106,6 +1126,11 @@ msgid_plural "%d deploy keys"
msgstr[0] ""
msgstr[1] ""
+msgid "1 follower"
+msgid_plural "%{count} followers"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "1 group"
msgid_plural "%d groups"
msgstr[0] ""
@@ -1253,6 +1278,9 @@ msgstr ""
msgid "A deleted user"
msgstr ""
+msgid "A description is required"
+msgstr ""
+
msgid "A file has been changed."
msgstr ""
@@ -1328,6 +1356,9 @@ 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 project’s repository name defines its URL (the one you use to access the project via a browser) and its place on the file disk where GitLab is installed. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "A ready-to-go template for use with Android apps"
msgstr ""
@@ -1337,9 +1368,6 @@ msgstr ""
msgid "A rebase is already in progress."
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 ""
@@ -1349,6 +1377,9 @@ msgstr ""
msgid "A string appended to the project path to form the Service Desk email address."
msgstr ""
+msgid "A title is required"
+msgstr ""
+
msgid "A user can only participate in a rotation once"
msgstr ""
@@ -1361,12 +1392,111 @@ msgstr ""
msgid "API Fuzzing"
msgstr ""
+msgid "API Fuzzing Configuration"
+msgstr ""
+
msgid "API Help"
msgstr ""
msgid "API Token"
msgstr ""
+msgid "APIFuzzing|API Fuzzing Configuration"
+msgstr ""
+
+msgid "APIFuzzing|Authentication is handled by providing HTTP basic authentication token as a header or cookie. %{linkStart}More information%{linkEnd}."
+msgstr ""
+
+msgid "APIFuzzing|Base URL of API fuzzing target."
+msgstr ""
+
+msgid "APIFuzzing|Choose a method"
+msgstr ""
+
+msgid "APIFuzzing|Choose a profile"
+msgstr ""
+
+msgid "APIFuzzing|Code snippet for the API Fuzzing configuration"
+msgstr ""
+
+msgid "APIFuzzing|Copy code and open .gitlab-ci.yml file"
+msgstr ""
+
+msgid "APIFuzzing|Copy code only"
+msgstr ""
+
+msgid "APIFuzzing|Customize common API fuzzing settings to suit your requirements. For details of more advanced configuration options, see the %{docsLinkStart}GitLab API Fuzzing documentation%{docsLinkEnd}."
+msgstr ""
+
+msgid "APIFuzzing|Enable authentication"
+msgstr ""
+
+msgid "APIFuzzing|Ex: $TestPassword"
+msgstr ""
+
+msgid "APIFuzzing|Ex: $TestUsername"
+msgstr ""
+
+msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz.har"
+msgstr ""
+
+msgid "APIFuzzing|Ex: Project_Test/File/example_fuzz.json"
+msgstr ""
+
+msgid "APIFuzzing|Generate code snippet"
+msgstr ""
+
+msgid "APIFuzzing|HAR files may contain sensitive information such as authentication tokens, API keys, and session cookies. We recommend that you review the HAR files' contents before adding them to a repository."
+msgstr ""
+
+msgid "APIFuzzing|Instead of entering the password directly, enter the key of the CI variable set to the password."
+msgstr ""
+
+msgid "APIFuzzing|Instead of entering the username directly, enter the key of the CI variable set to the username."
+msgstr ""
+
+msgid "APIFuzzing|Make sure your credentials are secured"
+msgstr ""
+
+msgid "APIFuzzing|Password for basic authentication"
+msgstr ""
+
+msgid "APIFuzzing|Scan mode"
+msgstr ""
+
+msgid "APIFuzzing|Scan profile"
+msgstr ""
+
+msgid "APIFuzzing|Show code snippet for the profile"
+msgstr ""
+
+msgid "APIFuzzing|Target URL"
+msgstr ""
+
+msgid "APIFuzzing|The configuration could not be saved, please try again later."
+msgstr ""
+
+msgid "APIFuzzing|There are two ways to perform scans."
+msgstr ""
+
+msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. A user with maintainer access rights can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area. We detected that you are not a maintainer. Commit your changes and assign them to a maintainer to update the credentials before merging."
+msgstr ""
+
+msgid "APIFuzzing|To prevent a security leak, authentication info must be added as a %{ciVariablesLinkStart}CI variable%{ciVariablesLinkEnd}. As a user with maintainer access rights, you can manage CI variables in the %{ciSettingsLinkStart}Settings%{ciSettingsLinkEnd} area."
+msgstr ""
+
+msgid "APIFuzzing|Use this tool to generate API fuzzing configuration YAML to copy into your .gitlab-ci.yml file. This tool does not reflect or update your .gitlab-ci.yml file automatically."
+msgstr ""
+
+msgid "APIFuzzing|Username for basic authentication"
+msgstr ""
+
+msgid "APIFuzzing|We recommend that you review the JSON specifications file before adding it to a repository."
+msgstr ""
+
+msgid "APIFuzzing|You may need a maintainer's help to secure your credentials."
+msgstr ""
+
msgid "AWS Access Key"
msgstr ""
@@ -1621,12 +1751,6 @@ 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 ""
@@ -1705,6 +1829,9 @@ msgstr ""
msgid "Add deploy freeze"
msgstr ""
+msgid "Add deploy keys to grant read/write access to this repository. %{link_start}What are deploy keys?%{link_end}"
+msgstr ""
+
msgid "Add domain"
msgstr ""
@@ -1897,6 +2024,9 @@ msgstr ""
msgid "Admin mode enabled"
msgstr ""
+msgid "Admin navigation"
+msgstr ""
+
msgid "Admin notes"
msgstr ""
@@ -1927,9 +2057,6 @@ msgstr ""
msgid "AdminArea|Features"
msgstr ""
-msgid "AdminArea|Groups: %{number_of_groups}"
-msgstr ""
-
msgid "AdminArea|Guest"
msgstr ""
@@ -1963,7 +2090,7 @@ msgstr ""
msgid "AdminArea|Owner"
msgstr ""
-msgid "AdminArea|Projects: %{number_of_projects}"
+msgid "AdminArea|Projects"
msgstr ""
msgid "AdminArea|Reporter"
@@ -1987,6 +2114,9 @@ msgstr ""
msgid "AdminArea|User cap"
msgstr ""
+msgid "AdminArea|Users"
+msgstr ""
+
msgid "AdminArea|Users statistics"
msgstr ""
@@ -1996,7 +2126,13 @@ msgstr ""
msgid "AdminArea|Users without a Group and Project"
msgstr ""
-msgid "AdminArea|Users: %{number_of_users}"
+msgid "AdminArea|View latest groups"
+msgstr ""
+
+msgid "AdminArea|View latest projects"
+msgstr ""
+
+msgid "AdminArea|View latest users"
msgstr ""
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
@@ -2026,9 +2162,6 @@ msgstr ""
msgid "AdminSettings|Disable feed token"
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 ""
@@ -2044,12 +2177,21 @@ msgstr ""
msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
msgstr ""
+msgid "AdminSettings|Keep the latest artifacts for all jobs in the latest successful pipelines"
+msgstr ""
+
+msgid "AdminSettings|Maximum duration of a session for Git operations when 2FA is enabled."
+msgstr ""
+
msgid "AdminSettings|Moved to integrations"
msgstr ""
msgid "AdminSettings|No required pipeline"
msgstr ""
+msgid "AdminSettings|PlantUML, Slack application, Third party offers, Snowplow, Amazon EKS have moved to Settings > General."
+msgstr ""
+
msgid "AdminSettings|Required pipeline configuration"
msgstr ""
@@ -2065,6 +2207,9 @@ msgstr ""
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
+msgid "AdminSettings|Session duration for Git operations when 2FA is enabled (minutes)"
+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 ""
@@ -2074,6 +2219,9 @@ 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 latest artifacts for all jobs in the most recent successful pipelines in each project are stored and do not expire."
+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 ""
@@ -2200,6 +2348,9 @@ msgstr ""
msgid "AdminUsers|Cannot unblock LDAP blocked users"
msgstr ""
+msgid "AdminUsers|Cohorts"
+msgstr ""
+
msgid "AdminUsers|Deactivate"
msgstr ""
@@ -2332,12 +2483,21 @@ msgstr ""
msgid "AdminUsers|Unblock user %{username}?"
msgstr ""
+msgid "AdminUsers|Unlock"
+msgstr ""
+
+msgid "AdminUsers|Unlock user %{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|Users"
+msgstr ""
+
msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
msgstr ""
@@ -2395,6 +2555,9 @@ msgstr ""
msgid "Advanced Settings"
msgstr ""
+msgid "Advanced export options"
+msgstr ""
+
msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
msgstr ""
@@ -2460,9 +2623,6 @@ 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 ""
@@ -2475,24 +2635,12 @@ 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 ""
@@ -2553,9 +2701,6 @@ 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 ""
@@ -2565,6 +2710,9 @@ msgstr ""
msgid "AlertManagement|There was an error while updating the status of the alert."
msgstr ""
+msgid "AlertManagement|There was an error while updating the to-do item of the alert."
+msgstr ""
+
msgid "AlertManagement|This assignee cannot be assigned to this alert."
msgstr ""
@@ -2574,9 +2722,6 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unknown"
-msgstr ""
-
msgid "AlertManagement|Value"
msgstr ""
@@ -2601,12 +2746,6 @@ msgstr ""
msgid "AlertMappingBuilder|Title is a required field for alerts in GitLab. Should the payload field you specified not be available, specifiy which field we should use instead. "
msgstr ""
-msgid "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 ""
@@ -2766,9 +2905,6 @@ msgstr ""
msgid "Alerts"
msgstr ""
-msgid "Alerts endpoint is deprecated and should not be created or modified. Use HTTP Integrations instead."
-msgstr ""
-
msgid "AlertsIntegrations|Alerts will be created through this integration"
msgstr ""
@@ -2907,7 +3043,7 @@ 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"
+msgid "Allow public access to pipelines and job details, including output logs and artifacts."
msgstr ""
msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
@@ -2931,7 +3067,7 @@ 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.)"
+msgid "Allow this key to push to this repository"
msgstr ""
msgid "Allow this secondary node to replicate content on Object Storage"
@@ -3039,9 +3175,15 @@ msgstr ""
msgid "An error has occurred"
msgstr ""
+msgid "An error occured while loading the notification settings. Please try again."
+msgstr ""
+
msgid "An error occured while saving changes: %{error}"
msgstr ""
+msgid "An error occured while updating the notification settings. Please try again."
+msgstr ""
+
msgid "An error occurred adding a draft to the thread."
msgstr ""
@@ -3126,6 +3268,9 @@ msgstr ""
msgid "An error occurred while fetching branches. Retry the search."
msgstr ""
+msgid "An error occurred while fetching codequality mr diff reports."
+msgstr ""
+
msgid "An error occurred while fetching commits. Retry the search."
msgstr ""
@@ -3150,6 +3295,9 @@ msgstr ""
msgid "An error occurred while fetching markdown preview"
msgstr ""
+msgid "An error occurred while fetching participants."
+msgstr ""
+
msgid "An error occurred while fetching pending comments"
msgstr ""
@@ -3258,6 +3406,9 @@ msgstr ""
msgid "An error occurred while loading the file. Please try again later."
msgstr ""
+msgid "An error occurred while loading the members, please try again."
+msgstr ""
+
msgid "An error occurred while loading the merge request changes."
msgstr ""
@@ -3315,7 +3466,7 @@ msgstr ""
msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while searching users."
msgstr ""
msgid "An error occurred while subscribing to notifications."
@@ -3372,6 +3523,9 @@ msgstr ""
msgid "An example project for managing Kubernetes clusters integrated with GitLab"
msgstr ""
+msgid "An example project that shows off the best practices for setting up GitLab for your own organization, including sample issues, merge requests, and milestones"
+msgstr ""
+
msgid "An example showing how to use Jsonnet with GitLab dynamic child pipelines"
msgstr ""
@@ -3710,7 +3864,7 @@ 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}"
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end} %{link_start}Learn more.%{link_end}"
msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
@@ -3904,9 +4058,6 @@ msgstr ""
msgid "Assign custom color like #FF0000"
msgstr ""
-msgid "Assign epic"
-msgstr ""
-
msgid "Assign labels"
msgstr ""
@@ -4100,6 +4251,9 @@ msgstr ""
msgid "Authenticating"
msgstr ""
+msgid "Authentication"
+msgstr ""
+
msgid "Authentication Failure"
msgstr ""
@@ -4181,7 +4335,7 @@ msgstr ""
msgid "Auto stop successfully canceled."
msgstr ""
-msgid "Auto-cancel redundant, pending pipelines"
+msgid "Auto-cancel redundant pipelines"
msgstr ""
msgid "Auto-close referenced issues on default branch"
@@ -4430,25 +4584,25 @@ 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 "Beta"
+msgstr ""
+
msgid "Bi-weekly code coverage"
msgstr ""
-msgid "Billable Users:"
+msgid "Billable Users"
msgstr ""
msgid "Billing"
msgstr ""
-msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name}."
msgstr ""
msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
@@ -4457,10 +4611,16 @@ msgstr ""
msgid "BillingPlans|Congratulations, your free trial is activated."
msgstr ""
+msgid "BillingPlans|End of availability for the Bronze Plan"
+msgstr ""
+
+msgid "BillingPlans|Free upgrade!"
+msgstr ""
+
msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
msgstr ""
-msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Ultimate."
msgstr ""
msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
@@ -4481,6 +4641,9 @@ msgstr ""
msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
msgstr ""
+msgid "BillingPlans|While GitLab is ending availability of the Bronze plan, you can still renew your Bronze subscription one additional time before %{eoa_bronze_plan_end_date}. We are also offering a limited time free upgrade to our Premium Plan (up to 25 users)! Learn more about the changes and offers in our %{announcement_link}."
+msgstr ""
+
msgid "BillingPlans|Your GitLab.com %{plan} trial will %{strong_open}expire after %{expiration_date}%{strong_close}. You can retain access to the %{plan} features by upgrading below."
msgstr ""
@@ -4490,6 +4653,9 @@ msgstr ""
msgid "BillingPlans|billed annually at %{price_per_year}"
msgstr ""
+msgid "BillingPlans|for the remainder of your subscription"
+msgstr ""
+
msgid "BillingPlans|frequently asked questions"
msgstr ""
@@ -4505,6 +4671,9 @@ msgstr ""
msgid "BillingPlan|Upgrade"
msgstr ""
+msgid "BillingPlan|Upgrade for free"
+msgstr ""
+
msgid "Billing|An email address is only visible for users with public emails."
msgstr ""
@@ -4597,9 +4766,6 @@ 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 ""
@@ -4621,6 +4787,9 @@ msgstr ""
msgid "Boards|An error occurred while updating the list. Please try again."
msgstr ""
+msgid "Boards|Board"
+msgstr ""
+
msgid "Boards|Collapse"
msgstr ""
@@ -4687,12 +4856,6 @@ msgstr ""
msgid "Branch not loaded - %{branchId}"
msgstr ""
-msgid "BranchSwitcherPlaceholder|Search branches"
-msgstr ""
-
-msgid "BranchSwitcherTitle|Switch branch"
-msgstr ""
-
msgid "Branches"
msgstr ""
@@ -4816,6 +4979,9 @@ msgstr ""
msgid "Branches|protected"
msgstr ""
+msgid "Breadcrumbs"
+msgstr ""
+
msgid "Brief title about the change"
msgstr ""
@@ -4855,16 +5021,25 @@ msgstr ""
msgid "Bulk request concurrency"
msgstr ""
+msgid "Bulk update"
+msgstr ""
+
msgid "BulkImport|From source group"
msgstr ""
msgid "BulkImport|Import groups from GitLab"
msgstr ""
-msgid "BulkImport|Importing groups from %{link}"
+msgid "BulkImport|Importing the group failed"
msgstr ""
-msgid "BulkImport|Importing the group failed"
+msgid "BulkImport|No groups available for import"
+msgstr ""
+
+msgid "BulkImport|Showing %{start}-%{end} of %{total} from %{link}"
+msgstr ""
+
+msgid "BulkImport|Showing %{start}-%{end} of %{total} matching filter \"%{filter}\" from %{link}"
msgstr ""
msgid "BulkImport|To new group"
@@ -4873,6 +5048,9 @@ msgstr ""
msgid "BulkImport|Update of import statuses with realtime changes failed"
msgstr ""
+msgid "BulkImport|destination group cannot be part of the source group tree"
+msgstr ""
+
msgid "BulkImport|expected an associated Group but has an associated Project"
msgstr ""
@@ -4906,6 +5084,9 @@ msgstr ""
msgid "Business metrics (Custom)"
msgstr ""
+msgid "Busy"
+msgstr ""
+
msgid "Buy License"
msgstr ""
@@ -4966,12 +5147,35 @@ msgstr ""
msgid "CI/CD configuration"
msgstr ""
+msgid "CI/CD configuration file"
+msgstr ""
+
msgid "CI/CD for external repo"
msgstr ""
msgid "CI/CD settings"
msgstr ""
+msgid "CICDAnalytics|%{percent}%{percentSymbol}"
+msgstr ""
+
+msgid "CICDAnalytics|All time"
+msgstr ""
+
+msgid "CICDAnalytics|Projects with releases"
+msgstr ""
+
+msgid "CICDAnalytics|Release"
+msgid_plural "CICDAnalytics|Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "CICDAnalytics|Releases"
+msgstr ""
+
+msgid "CICDAnalytics|Something went wrong while fetching release statistics"
+msgstr ""
+
msgid "CICD|Add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} for your deployment strategy to work."
msgstr ""
@@ -5260,18 +5464,15 @@ msgstr ""
msgid "ChangeReviewer|Unassigned"
msgstr ""
-msgid "ChangeTypeActionLabel|Pick into branch"
-msgstr ""
-
-msgid "ChangeTypeActionLabel|Revert in branch"
-msgstr ""
-
msgid "ChangeTypeAction|A new branch will be created in your fork and a new merge request will be started."
msgstr ""
msgid "ChangeTypeAction|Cherry-pick"
msgstr ""
+msgid "ChangeTypeAction|Pick into branch"
+msgstr ""
+
msgid "ChangeTypeAction|Revert"
msgstr ""
@@ -5617,9 +5818,6 @@ msgstr ""
msgid "Choose any color. Or you can choose one of the suggested colors below"
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 ""
@@ -5632,18 +5830,24 @@ 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."
+msgid "Choose visibility level, enable/disable project features and their permissions, disable email notifications, and show default award emoji."
msgstr ""
msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
+msgid "Choose which Git strategy to use when fetching the project."
+msgstr ""
+
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr ""
msgid "Choose your framework"
msgstr ""
+msgid "CiCdAnalytics|Date range: %{range}"
+msgstr ""
+
msgid "CiStatusLabel|canceled"
msgstr ""
@@ -5797,12 +6001,24 @@ msgstr ""
msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
msgstr ""
+msgid "Clean up after running %{link_start}git filter-repo%{link_end} on the repository."
+msgstr ""
+
msgid "Clean up image tags"
msgstr ""
+msgid "Cleanup policies are executed by background workers. This setting defines the maximum number of workers that can run concurrently. Set it to 0 to remove all workers and not execute the cleanup policies."
+msgstr ""
+
+msgid "Cleanup policy maximum number of tags to be deleted"
+msgstr ""
+
msgid "Cleanup policy maximum processing time (seconds)"
msgstr ""
+msgid "Cleanup policy maximum workers running concurrently"
+msgstr ""
+
msgid "Clear"
msgstr ""
@@ -5992,6 +6208,9 @@ msgstr ""
msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
+msgid "ClusterAgent|This project is not included in the GitLab.com rollout for Kubernetes agent"
+msgstr ""
+
msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
@@ -7000,6 +7219,9 @@ msgstr ""
msgid "Code"
msgstr ""
+msgid "Code Coverage: %{coveragePercentage}"
+msgstr ""
+
msgid "Code Coverage: %{coveragePercentage}%{percentSymbol}"
msgstr ""
@@ -7024,7 +7246,7 @@ 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}"
+msgid "Code coverage statistics for %{ref} %{start_date} - %{end_date}"
msgstr ""
msgid "Code owner approval is required"
@@ -7042,9 +7264,6 @@ msgstr ""
msgid "CodeOwner|Pattern"
msgstr ""
-msgid "Cohorts"
-msgstr ""
-
msgid "Cohorts|Inactive users"
msgstr ""
@@ -7081,6 +7300,9 @@ msgstr ""
msgid "Collapse sidebar"
msgstr ""
+msgid "Collapses this file (only for you) until it’s changed again."
+msgstr ""
+
msgid "Collector hostname"
msgstr ""
@@ -7266,6 +7488,30 @@ msgstr ""
msgid "CompareBranches|There isn't anything to compare."
msgstr ""
+msgid "CompareRevisions|Branches"
+msgstr ""
+
+msgid "CompareRevisions|Compare"
+msgstr ""
+
+msgid "CompareRevisions|Create merge request"
+msgstr ""
+
+msgid "CompareRevisions|Filter by Git revision"
+msgstr ""
+
+msgid "CompareRevisions|Select branch/tag"
+msgstr ""
+
+msgid "CompareRevisions|Tags"
+msgstr ""
+
+msgid "CompareRevisions|There was an error while updating the branch/tag list. Please try again."
+msgstr ""
+
+msgid "CompareRevisions|View open merge request"
+msgstr ""
+
msgid "Complete"
msgstr ""
@@ -7278,6 +7524,12 @@ msgstr ""
msgid "Compliance Dashboard"
msgstr ""
+msgid "Compliance framework"
+msgstr ""
+
+msgid "Compliance framework (optional)"
+msgstr ""
+
msgid "Compliance framework (optional)"
msgstr ""
@@ -7290,9 +7542,21 @@ msgstr ""
msgid "ComplianceFrameworks|All"
msgstr ""
+msgid "ComplianceFrameworks|Combines with the CI configuration at runtime."
+msgstr ""
+
+msgid "ComplianceFrameworks|Compliance pipeline configuration location (optional)"
+msgstr ""
+
+msgid "ComplianceFrameworks|Could not find this configuration location, please try a different location"
+msgstr ""
+
msgid "ComplianceFrameworks|Error fetching compliance frameworks data. Please refresh the page"
msgstr ""
+msgid "ComplianceFrameworks|Invalid format: it should follow the format [PATH].y(a)ml@[GROUP]/[PROJECT]"
+msgstr ""
+
msgid "ComplianceFrameworks|Once you have created a compliance framework it will appear here."
msgstr ""
@@ -7302,6 +7566,15 @@ msgstr ""
msgid "ComplianceFrameworks|There are no compliance frameworks set up yet"
msgstr ""
+msgid "ComplianceFrameworks|Unable to save this compliance framework. Please try again"
+msgstr ""
+
+msgid "ComplianceFrameworks|Use %{codeStart}::%{codeEnd} to create a %{linkStart}scoped set%{linkEnd} (eg. %{codeStart}SOX::AWS%{codeEnd})"
+msgstr ""
+
+msgid "ComplianceFrameworks|e.g. include-gitlab.ci.yml@group-name/project-name"
+msgstr ""
+
msgid "ComplianceFramework|GDPR"
msgstr ""
@@ -7374,6 +7647,9 @@ msgstr ""
msgid "Configure limit for issues created per minute by web and API requests."
msgstr ""
+msgid "Configure limit for notes created per minute by web and API requests."
+msgstr ""
+
msgid "Configure limits for Project/Group Import/Export."
msgstr ""
@@ -7428,9 +7704,6 @@ 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 "Congratulations, your free trial is activated."
msgstr ""
@@ -7585,9 +7858,15 @@ msgstr ""
msgid "ContainerRegistry|Copy push command"
msgstr ""
+msgid "ContainerRegistry|Delete image repository?"
+msgstr ""
+
msgid "ContainerRegistry|Delete selected"
msgstr ""
+msgid "ContainerRegistry|Deleting the image repository will delete all images and tags inside. This action cannot be undone."
+msgstr ""
+
msgid "ContainerRegistry|Deletion disabled due to missing or insufficient permissions."
msgstr ""
@@ -7606,13 +7885,16 @@ msgstr ""
msgid "ContainerRegistry|Expiration policy will run in %{time}"
msgstr ""
-msgid "ContainerRegistry|Filter by name"
+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|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."
+msgid "ContainerRegistry|Image repository deletion failed"
msgstr ""
-msgid "ContainerRegistry|Image Repositories"
+msgid "ContainerRegistry|Image repository not found"
+msgstr ""
+
+msgid "ContainerRegistry|Image repository will be deleted"
msgstr ""
msgid "ContainerRegistry|Image tags"
@@ -7707,6 +7989,9 @@ msgstr ""
msgid "ContainerRegistry|Something went wrong while scheduling %{title} for deletion. Please try again."
msgstr ""
+msgid "ContainerRegistry|Something went wrong while scheduling the image for deletion."
+msgstr ""
+
msgid "ContainerRegistry|Something went wrong while updating the cleanup policy."
msgstr ""
@@ -7734,9 +8019,15 @@ 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 image repository could not be found."
+msgstr ""
+
msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
msgstr ""
+msgid "ContainerRegistry|The requested image repository does not exist or has been deleted. If you think this is an error, try refreshing the page."
+msgstr ""
+
msgid "ContainerRegistry|The value of this input should be less than 256 characters"
msgstr ""
@@ -7752,9 +8043,15 @@ msgstr ""
msgid "ContainerRegistry|This image has no active tags"
msgstr ""
+msgid "ContainerRegistry|This image repository has failed to be deleted"
+msgstr ""
+
msgid "ContainerRegistry|This image repository is scheduled for deletion"
msgstr ""
+msgid "ContainerRegistry|This image repository will be deleted. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "ContainerRegistry|This project's cleanup policy for tags is not enabled."
msgstr ""
@@ -7989,6 +8286,9 @@ msgstr ""
msgid "Copy value"
msgstr ""
+msgid "CorpusManagement|Fuzz testing corpus management"
+msgstr ""
+
msgid "Could not add admins as members"
msgstr ""
@@ -8085,9 +8385,6 @@ 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 ""
@@ -8138,9 +8435,6 @@ 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 ""
@@ -8204,6 +8498,9 @@ msgstr ""
msgid "Create iteration"
msgstr ""
+msgid "Create list"
+msgstr ""
+
msgid "Create lists from labels. Issues with that label appear in that list."
msgstr ""
@@ -8219,6 +8516,9 @@ msgstr ""
msgid "Create new"
msgstr ""
+msgid "Create new %{name} by email"
+msgstr ""
+
msgid "Create new Value Stream"
msgstr ""
@@ -8291,12 +8591,24 @@ msgstr ""
msgid "CreateValueStreamForm|'%{name}' Value Stream created"
msgstr ""
+msgid "CreateValueStreamForm|Add another stage"
+msgstr ""
+
msgid "CreateValueStreamForm|Add stage"
msgstr ""
msgid "CreateValueStreamForm|All default stages are currently visible"
msgstr ""
+msgid "CreateValueStreamForm|Code stage start"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create from default template"
+msgstr ""
+
+msgid "CreateValueStreamForm|Create from no template"
+msgstr ""
+
msgid "CreateValueStreamForm|Default stages"
msgstr ""
@@ -8312,16 +8624,16 @@ msgstr ""
msgid "CreateValueStreamForm|End event: "
msgstr ""
-msgid "CreateValueStreamForm|Enter a name for the stage"
+msgid "CreateValueStreamForm|Enter stage name"
msgstr ""
-msgid "CreateValueStreamForm|Enter stage name"
+msgid "CreateValueStreamForm|Enter value stream name"
msgstr ""
-msgid "CreateValueStreamForm|Maximum length %{maxLength} characters"
+msgid "CreateValueStreamForm|Issue stage end"
msgstr ""
-msgid "CreateValueStreamForm|Name"
+msgid "CreateValueStreamForm|Maximum length %{maxLength} characters"
msgstr ""
msgid "CreateValueStreamForm|Name is required"
@@ -8330,9 +8642,15 @@ msgstr ""
msgid "CreateValueStreamForm|New stage"
msgstr ""
+msgid "CreateValueStreamForm|Plan stage start"
+msgstr ""
+
msgid "CreateValueStreamForm|Please select a start event first"
msgstr ""
+msgid "CreateValueStreamForm|Please select an end event"
+msgstr ""
+
msgid "CreateValueStreamForm|Recover hidden stage"
msgstr ""
@@ -8354,6 +8672,9 @@ msgstr ""
msgid "CreateValueStreamForm|Stage name already exists"
msgstr ""
+msgid "CreateValueStreamForm|Stage name is required"
+msgstr ""
+
msgid "CreateValueStreamForm|Start event"
msgstr ""
@@ -8369,6 +8690,9 @@ msgstr ""
msgid "CreateValueStreamForm|Update stage"
msgstr ""
+msgid "CreateValueStreamForm|Value Stream name"
+msgstr ""
+
msgid "Created"
msgstr ""
@@ -8468,9 +8792,6 @@ msgstr ""
msgid "Current Branch"
msgstr ""
-msgid "Current Plan"
-msgstr ""
-
msgid "Current Project"
msgstr ""
@@ -8492,16 +8813,16 @@ msgstr ""
msgid "CurrentUser|Buy Pipeline minutes"
msgstr ""
-msgid "CurrentUser|One of your groups is running out"
+msgid "CurrentUser|Edit profile"
msgstr ""
-msgid "CurrentUser|Profile"
+msgid "CurrentUser|One of your groups is running out"
msgstr ""
-msgid "CurrentUser|Settings"
+msgid "CurrentUser|Preferences"
msgstr ""
-msgid "CurrentUser|Start a Gold trial"
+msgid "CurrentUser|Start an Ultimate trial"
msgstr ""
msgid "CurrentUser|Upgrade"
@@ -8510,9 +8831,6 @@ msgstr ""
msgid "Custom Attributes"
msgstr ""
-msgid "Custom CI configuration path"
-msgstr ""
-
msgid "Custom Git clone URL for HTTP(S)"
msgstr ""
@@ -8528,6 +8846,9 @@ msgstr ""
msgid "Custom notification events"
msgstr ""
+msgid "Custom notification levels are the same as participating levels. With custom notification levels you will also receive notifications for select events. To find out more, check out %{notificationLinkStart} notification emails%{notificationLinkEnd}."
+msgstr ""
+
msgid "Custom 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 ""
@@ -8570,6 +8891,9 @@ msgstr ""
msgid "Customizable by an administrator."
msgstr ""
+msgid "Customizable by owners."
+msgstr ""
+
msgid "Customize colors"
msgstr ""
@@ -8585,7 +8909,7 @@ msgstr ""
msgid "Customize name"
msgstr ""
-msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgid "Customize your pipeline configuration and coverage report."
msgstr ""
msgid "Customize your pipeline configuration."
@@ -8767,7 +9091,7 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
-msgid "DAST Profiles"
+msgid "DAST Scans"
msgstr ""
msgid "DNS"
@@ -8797,7 +9121,7 @@ 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."
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Premium 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."
@@ -8923,7 +9247,13 @@ msgstr ""
msgid "DastProfiles|New site profile"
msgstr ""
-msgid "DastProfiles|No profiles created yet"
+msgid "DastProfiles|No scanner profiles created yet"
+msgstr ""
+
+msgid "DastProfiles|No scans saved yet"
+msgstr ""
+
+msgid "DastProfiles|No site profiles created yet"
msgstr ""
msgid "DastProfiles|Not Validated"
@@ -8947,6 +9277,9 @@ msgstr ""
msgid "DastProfiles|Request headers"
msgstr ""
+msgid "DastProfiles|Run scan"
+msgstr ""
+
msgid "DastProfiles|Run the AJAX spider, in addition to the traditional spider, to crawl the target site."
msgstr ""
@@ -9028,6 +9361,9 @@ msgstr ""
msgid "DastSiteValidation|Could not create validation token. Please try again."
msgstr ""
+msgid "DastSiteValidation|Could not revoke validation. Please try again."
+msgstr ""
+
msgid "DastSiteValidation|Download validation text file"
msgstr ""
@@ -9037,6 +9373,9 @@ msgstr ""
msgid "DastSiteValidation|Retry validation"
msgstr ""
+msgid "DastSiteValidation|Revoke validation"
+msgstr ""
+
msgid "DastSiteValidation|Step 1 - Choose site validation method"
msgstr ""
@@ -9061,6 +9400,11 @@ msgstr ""
msgid "DastSiteValidation|The validation is in progress. Please wait..."
msgstr ""
+msgid "DastSiteValidation|This will affect %d other profile targeting the same URL."
+msgid_plural "DastSiteValidation|This will affect %d other profiles targeting the same URL."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "DastSiteValidation|Validate"
msgstr ""
@@ -9079,6 +9423,9 @@ msgstr ""
msgid "DastSiteValidation|Validation succeeded. Both active and passive scans can be run against the target site."
msgstr ""
+msgid "DastSiteValidation|You will not be able to run active scans against %{url}."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -9100,6 +9447,9 @@ msgstr ""
msgid "Date range cannot exceed %{maxDateRange} days."
msgstr ""
+msgid "Date range is greater than %{quarter_days} days"
+msgstr ""
+
msgid "Day of month"
msgstr ""
@@ -9124,6 +9474,9 @@ msgstr ""
msgid "Dear Administrator,"
msgstr ""
+msgid "Debian package already exists in Distribution"
+msgstr ""
+
msgid "Debug"
msgstr ""
@@ -9142,9 +9495,6 @@ msgstr ""
msgid "Decompressed archive size validation failed."
msgstr ""
-msgid "Default Branch"
-msgstr ""
-
msgid "Default CI configuration path"
msgstr ""
@@ -9199,6 +9549,9 @@ msgstr ""
msgid "Define approval settings."
msgstr ""
+msgid "Define approval settings. %{linkStart}Learn more.%{linkEnd}"
+msgstr ""
+
msgid "Define custom rules for what constitutes spam, independent of Akismet"
msgstr ""
@@ -9331,7 +9684,7 @@ 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."
+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."
@@ -9484,13 +9837,10 @@ msgstr ""
msgid "Deploy key was successfully updated."
msgstr ""
-msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository"
+msgid "Deploy keys"
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."
+msgid "Deploy keys grant read/write access to all repositories in your instance"
msgstr ""
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
@@ -9499,6 +9849,9 @@ msgstr ""
msgid "Deploy to..."
msgstr ""
+msgid "DeployFreeze|Add a freeze period to prevent unintended releases during a period of time for a given environment. You must update the deployment jobs in %{filename} according to the deploy freezes added here. %{freeze_period_link_start}Learn more.%{freeze_period_link_end}"
+msgstr ""
+
msgid "DeployFreeze|Freeze end"
msgstr ""
@@ -9508,15 +9861,12 @@ 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}."
+msgid "DeployFreeze|Specify deploy freezes using %{cron_syntax_link_start}cron syntax%{cron_syntax_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 ""
@@ -9541,6 +9891,9 @@ msgstr ""
msgid "DeployKeys|Expand %{count} other projects"
msgstr ""
+msgid "DeployKeys|Grant write permissions to this key"
+msgstr ""
+
msgid "DeployKeys|Loading deploy keys"
msgstr ""
@@ -9559,9 +9912,6 @@ 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 ""
@@ -9571,19 +9921,19 @@ msgstr ""
msgid "DeployTokens|Add a deploy token"
msgstr ""
-msgid "DeployTokens|Allows read access to the package registry"
+msgid "DeployTokens|Allows read access to the package registry."
msgstr ""
-msgid "DeployTokens|Allows read-only access to the registry images"
+msgid "DeployTokens|Allows read-only access to registry images."
msgstr ""
-msgid "DeployTokens|Allows read-only access to the repository"
+msgid "DeployTokens|Allows read-only access to the repository."
msgstr ""
-msgid "DeployTokens|Allows write access to the package registry"
+msgid "DeployTokens|Allows write access to registry images."
msgstr ""
-msgid "DeployTokens|Allows write access to the registry images"
+msgid "DeployTokens|Allows write access to the package registry."
msgstr ""
msgid "DeployTokens|Copy deploy token"
@@ -9598,10 +9948,7 @@ 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"
+msgid "DeployTokens|Deploy tokens"
msgstr ""
msgid "DeployTokens|Deploy tokens allow access to packages, your repository, and registry images."
@@ -9616,7 +9963,7 @@ msgstr ""
msgid "DeployTokens|Name"
msgstr ""
-msgid "DeployTokens|Pick a name for the application, and we'll give you a unique deploy token."
+msgid "DeployTokens|Pick a name for your unique deploy token."
msgstr ""
msgid "DeployTokens|Revoke"
@@ -9637,10 +9984,16 @@ 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."
+msgid "DeployTokens|This username supports access. %{link_start}What kind of access?%{link_end}"
+msgstr ""
+
+msgid "DeployTokens|Unless you enter a date, the token does not expire."
+msgstr ""
+
+msgid "DeployTokens|Unless you specify a username, it is set to \"gitlab+deploy-token-{n}\"."
msgstr ""
-msgid "DeployTokens|Use this username as a login."
+msgid "DeployTokens|Use this token as a password. Save it. This password can %{i_start}not%{i_end} be recovered."
msgstr ""
msgid "DeployTokens|Username"
@@ -9649,7 +10002,7 @@ msgstr ""
msgid "DeployTokens|You are about to revoke %{b_start}%{name}%{b_end}."
msgstr ""
-msgid "DeployTokens|Your New Deploy Token"
+msgid "DeployTokens|Your new Deploy Token username"
msgstr ""
msgid "DeployTokens|Your new group deploy token has been created."
@@ -9679,6 +10032,9 @@ msgstr ""
msgid "Deployment Frequency"
msgstr ""
+msgid "DeploymentFrequencyCharts|%{startDate} - %{endDate}"
+msgstr ""
+
msgid "DeploymentFrequencyCharts|Date"
msgstr ""
@@ -9688,16 +10044,10 @@ msgstr ""
msgid "DeploymentFrequencyCharts|Deployments charts"
msgstr ""
-msgid "DeploymentFrequencyCharts|Deployments to production for last month (%{startDate} - %{endDate})"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments to production for last week (%{startDate} - %{endDate})"
-msgstr ""
-
-msgid "DeploymentFrequencyCharts|Deployments to production for the last 90 days (%{startDate} - %{endDate})"
+msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
msgstr ""
-msgid "DeploymentFrequencyCharts|Something went wrong while getting deployment frequency data"
+msgid "DeploymentFrequencyCharts|These charts display the frequency of deployments to the production environment, as part of the DORA 4 metrics. The environment must be named %{codeStart}production%{codeEnd} for its data to appear in these charts."
msgstr ""
msgid "Deployments"
@@ -9925,18 +10275,6 @@ msgstr ""
msgid "DevOps Report"
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 "DevopsAdoptionSegment|The maximum number of selections has been reached"
-msgstr ""
-
msgid "DevopsAdoption|%{selectedCount} group selected"
msgstr ""
@@ -9952,7 +10290,7 @@ msgstr ""
msgid "DevopsAdoption|Adopted"
msgstr ""
-msgid "DevopsAdoption|An error occured while deleting the group. Please try again."
+msgid "DevopsAdoption|An error occured while removing the group. Please try again."
msgstr ""
msgid "DevopsAdoption|An error occured while saving the group. Please try again."
@@ -9961,7 +10299,7 @@ msgstr ""
msgid "DevopsAdoption|Approvals"
msgstr ""
-msgid "DevopsAdoption|Are you sure that you would like to delete %{name}?"
+msgid "DevopsAdoption|Are you sure that you would like to remove %{name} from the table?"
msgstr ""
msgid "DevopsAdoption|At least 1 MR opened"
@@ -9982,10 +10320,7 @@ msgstr ""
msgid "DevopsAdoption|At least 1 security scan of any type run in pipeline"
msgstr ""
-msgid "DevopsAdoption|Confirm delete Group"
-msgstr ""
-
-msgid "DevopsAdoption|Delete Group"
+msgid "DevopsAdoption|Confirm remove Group"
msgstr ""
msgid "DevopsAdoption|Deploys"
@@ -9994,18 +10329,12 @@ msgstr ""
msgid "DevopsAdoption|DevOps adoption tracks the use of key features across your favorite groups. Add a group to the table to begin."
msgstr ""
-msgid "DevopsAdoption|Edit Group"
-msgstr ""
-
msgid "DevopsAdoption|Feature adoption is based on usage in the last calendar month. Last updated: %{timestamp}."
msgstr ""
msgid "DevopsAdoption|Filter by name"
msgstr ""
-msgid "DevopsAdoption|Group data pending until the start of next month"
-msgstr ""
-
msgid "DevopsAdoption|Issues"
msgstr ""
@@ -10018,9 +10347,6 @@ msgstr ""
msgid "DevopsAdoption|My group"
msgstr ""
-msgid "DevopsAdoption|Name"
-msgstr ""
-
msgid "DevopsAdoption|No filter results."
msgstr ""
@@ -10030,6 +10356,12 @@ msgstr ""
msgid "DevopsAdoption|Pipelines"
msgstr ""
+msgid "DevopsAdoption|Remove Group"
+msgstr ""
+
+msgid "DevopsAdoption|Remove Group from the table"
+msgstr ""
+
msgid "DevopsAdoption|Runner configured for project/group"
msgstr ""
@@ -10563,6 +10895,9 @@ msgstr ""
msgid "Email Notification"
msgstr ""
+msgid "Email a new %{name} to this project"
+msgstr ""
+
msgid "Email address to use for Support Desk"
msgstr ""
@@ -10635,12 +10970,6 @@ msgstr ""
msgid "EmailParticipantsWarning|and %{moreCount} more"
msgstr ""
-msgid "EmailToken|reset it"
-msgstr ""
-
-msgid "EmailToken|resetting..."
-msgstr ""
-
msgid "Emails"
msgstr ""
@@ -10869,6 +11198,9 @@ msgstr ""
msgid "Enforce DNS rebinding attack protection"
msgstr ""
+msgid "Enforce SSH key expiration"
+msgstr ""
+
msgid "Enforce personal access token expiration"
msgstr ""
@@ -10923,19 +11255,13 @@ 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"
+msgid "Enter the %{name} description"
msgstr ""
-msgid "Enter the issue title"
+msgid "Enter the %{name} title"
msgstr ""
-msgid "Enter the merge request description"
-msgstr ""
-
-msgid "Enter the merge request title"
+msgid "Enter the code from the two-factor app on your mobile device. If you've lost your device, you may enter one of your recovery codes."
msgstr ""
msgid "Enter the name of your application, and we'll return a unique %{type}."
@@ -10965,13 +11291,10 @@ 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:"
+msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default."
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"
+msgid "Environment variables on this GitLab instance are configured to be %{link_start}protected%{link_end} by default."
msgstr ""
msgid "Environment:"
@@ -11223,6 +11546,9 @@ msgstr ""
msgid "Epic"
msgstr ""
+msgid "Epic Boards"
+msgstr ""
+
msgid "Epic cannot be found."
msgstr ""
@@ -11247,6 +11573,12 @@ msgstr ""
msgid "Epics, Issues, and Merge Requests"
msgstr ""
+msgid "Epics|%{startDate} – %{dueDate}"
+msgstr ""
+
+msgid "Epics|%{startDate} – No due date"
+msgstr ""
+
msgid "Epics|Add a new epic"
msgstr ""
@@ -11262,6 +11594,9 @@ msgstr ""
msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}?"
msgstr ""
+msgid "Epics|Assign Epic"
+msgstr ""
+
msgid "Epics|Enter a title for your epic"
msgstr ""
@@ -11271,12 +11606,21 @@ msgstr ""
msgid "Epics|Leave empty to inherit from milestone dates"
msgstr ""
+msgid "Epics|No start date – %{dueDate}"
+msgstr ""
+
msgid "Epics|Remove epic"
msgstr ""
msgid "Epics|Remove issue"
msgstr ""
+msgid "Epics|Search epics"
+msgstr ""
+
+msgid "Epics|Select epic"
+msgstr ""
+
msgid "Epics|Show more"
msgstr ""
@@ -11292,6 +11636,9 @@ msgstr ""
msgid "Epics|Something went wrong while fetching child epics."
msgstr ""
+msgid "Epics|Something went wrong while fetching epics list."
+msgstr ""
+
msgid "Epics|Something went wrong while fetching group epics."
msgstr ""
@@ -11658,6 +12005,9 @@ msgstr ""
msgid "Evidence collection"
msgstr ""
+msgid "Ex: Example.com"
+msgstr ""
+
msgid "Exactly one of %{attributes} is required"
msgstr ""
@@ -11673,6 +12023,9 @@ msgstr ""
msgid "Except policy:"
msgstr ""
+msgid "Exceptions"
+msgstr ""
+
msgid "Excess storage"
msgstr ""
@@ -11751,6 +12104,9 @@ msgstr ""
msgid "Expires at"
msgstr ""
+msgid "Expires at (optional)"
+msgstr ""
+
msgid "Expires in %{expires_at}"
msgstr ""
@@ -11784,6 +12140,9 @@ msgstr ""
msgid "Export"
msgstr ""
+msgid "Export %{requirementsCount} requirements?"
+msgstr ""
+
msgid "Export as CSV"
msgstr ""
@@ -11808,7 +12167,7 @@ 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."
+msgid "Export this project with all its related data in order to move it to a new GitLab instance. When the exported file is ready, you can download it from this page or from the download link in the email notification you will receive. You can then import it when creating a new project. %{link_start}Learn more.%{link_end}"
msgstr ""
msgid "Export variable to pipelines running on protected branches and tags only."
@@ -11907,10 +12266,10 @@ msgstr ""
msgid "Failed to create Merge Request. Please try again."
msgstr ""
-msgid "Failed to create To-Do for the design."
+msgid "Failed to create a branch for this issue. Please try again."
msgstr ""
-msgid "Failed to create a branch for this issue. Please try again."
+msgid "Failed to create a to-do item for the design."
msgstr ""
msgid "Failed to create framework"
@@ -11937,6 +12296,12 @@ msgstr ""
msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
msgstr ""
+msgid "Failed to fetch the iteration for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to fetch the iterations for the group. Please try again."
+msgstr ""
+
msgid "Failed to find import label for Jira import."
msgstr ""
@@ -11973,9 +12338,6 @@ 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 ""
@@ -12027,10 +12389,10 @@ msgstr ""
msgid "Failed to publish issue on status page."
msgstr ""
-msgid "Failed to remove To-Do for the design."
+msgid "Failed to remove a Zoom meeting"
msgstr ""
-msgid "Failed to remove a Zoom meeting"
+msgid "Failed to remove a to-do item for the design."
msgstr ""
msgid "Failed to remove issue from board, please try again."
@@ -12075,7 +12437,7 @@ msgstr ""
msgid "Failed to signing using smartcard authentication"
msgstr ""
-msgid "Failed to toggle To-Do for the design."
+msgid "Failed to toggle the to-do status for the design."
msgstr ""
msgid "Failed to update branch!"
@@ -12093,9 +12455,6 @@ msgstr ""
msgid "Failed to update issues, please try again."
msgstr ""
-msgid "Failed to update tag!"
-msgstr ""
-
msgid "Failed to update the Canary Ingress."
msgstr ""
@@ -12126,9 +12485,6 @@ 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 ""
@@ -12635,6 +12991,12 @@ msgstr ""
msgid "Folder/%{name}"
msgstr ""
+msgid "Follow"
+msgstr ""
+
+msgid "Followed users"
+msgstr ""
+
msgid "Font Color"
msgstr ""
@@ -12650,10 +13012,16 @@ msgstr ""
msgid "For additional information, review your group membership: %{link_to} or contact your group owner."
msgstr ""
+msgid "For each job, clone the repository."
+msgstr ""
+
+msgid "For each job, re-use the project workspace. If the workspace doesn't exist, use %{code_open}git clone%{code_close}."
+msgstr ""
+
msgid "For 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)"
+msgid "For individual use, create a separate account under your personal email address, not tied to the Enterprise email domain or group."
msgstr ""
msgid "For more info, read the documentation."
@@ -12677,12 +13045,6 @@ 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 ""
@@ -12728,7 +13090,7 @@ msgstr ""
msgid "Free Trial"
msgstr ""
-msgid "Free Trial of GitLab.com Gold"
+msgid "Free Trial of GitLab.com Ultimate"
msgstr ""
msgid "Freeze end"
@@ -13187,9 +13549,6 @@ msgstr ""
msgid "Get started with GitLab"
msgstr ""
-msgid "Get started with a project that follows best practices for setting up GitLab for your own organization, including sample Issues, Merge Requests, and Milestones"
-msgstr ""
-
msgid "Get started with error tracking"
msgstr ""
@@ -13223,7 +13582,7 @@ msgstr ""
msgid "Git shallow clone"
msgstr ""
-msgid "Git strategy for pipelines"
+msgid "Git strategy"
msgstr ""
msgid "Git transfer in progress"
@@ -13376,9 +13735,6 @@ 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 ""
@@ -13406,6 +13762,9 @@ msgstr ""
msgid "GitLabPages|Save"
msgstr ""
+msgid "GitLabPages|See the %{docs_link_start}GitLab Pages documentation%{link_end} to learn how to upload your static site and have GitLab serve it. You can also follow a %{samples_link_start}sample project%{link_end} or use a %{templates_link_start}GitLab CI template%{link_end}."
+msgstr ""
+
msgid "GitLabPages|Something went wrong while obtaining the Let's Encrypt certificate for %{domain}. To retry visit your %{link_start}domain details%{link_end}."
msgstr ""
@@ -13499,9 +13858,6 @@ msgstr ""
msgid "Go full screen"
msgstr ""
-msgid "Go to %{strongStart}Issues%{strongEnd} > %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
-msgstr ""
-
msgid "Go to Integrations"
msgstr ""
@@ -13652,6 +14008,9 @@ msgstr ""
msgid "Grant access"
msgstr ""
+msgid "Grant write permissions to this key"
+msgstr ""
+
msgid "Graph"
msgstr ""
@@ -13700,6 +14059,9 @@ msgstr ""
msgid "Group URL"
msgstr ""
+msgid "Group Wikis"
+msgstr ""
+
msgid "Group avatar"
msgstr ""
@@ -13760,6 +14122,9 @@ msgstr ""
msgid "Group name (your organization)"
msgstr ""
+msgid "Group navigation"
+msgstr ""
+
msgid "Group overview"
msgstr ""
@@ -14255,6 +14620,9 @@ msgstr ""
msgid "GroupsNew|No import options available"
msgstr ""
+msgid "GroupsNew|Not all related objects are migrated, as %{docs_link_start}described here%{docs_link_end}. Please %{feedback_link_start}leave feedback%{feedback_link_end} on this feature."
+msgstr ""
+
msgid "GroupsNew|Personal access token"
msgstr ""
@@ -14303,6 +14671,12 @@ msgstr ""
msgid "Guideline"
msgstr ""
+msgid "HAR (HTTP Archive)"
+msgstr ""
+
+msgid "HAR file path"
+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 ""
@@ -14384,9 +14758,6 @@ 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 ""
@@ -14496,6 +14867,9 @@ msgstr ""
msgid "How do I configure runners?"
msgstr ""
+msgid "How do I generate it?"
+msgstr ""
+
msgid "How do I mirror repositories?"
msgstr ""
@@ -14610,9 +14984,6 @@ 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 ""
@@ -14628,12 +14999,6 @@ 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 ""
@@ -14895,10 +15260,352 @@ 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."
+msgid "In progress"
msgstr ""
-msgid "In progress"
+msgid "InProductMarketing|%{strong_start}Advanced application security%{strong_end} — including SAST, DAST scanning, FUZZ testing, dependency scanning, license compliance, secrete detection"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Company wide portfolio management%{strong_end} — including multi-level epics, scoped labels"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Executive level insights%{strong_end} — including reporting on productivity, tasks by type, days to completion, value stream"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}GitLab Inc.%{strong_end} 268 Bush Street, #350, San Francisco, CA 94104, USA"
+msgstr ""
+
+msgid "InProductMarketing|%{strong_start}Multiple approval roles%{strong_end} — including code owners and required merge approvals"
+msgstr ""
+
+msgid "InProductMarketing|*GitLab*, noun: a synonym for efficient teams"
+msgstr ""
+
+msgid "InProductMarketing|...and you can get a free trial of GitLab Gold"
+msgstr ""
+
+msgid "InProductMarketing|3 ways to dive into GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Actually, GitLab makes the team work (better)"
+msgstr ""
+
+msgid "InProductMarketing|And finally %{deploy_link} a Python application."
+msgstr ""
+
+msgid "InProductMarketing|Are your runners ready?"
+msgstr ""
+
+msgid "InProductMarketing|Automated security scans directly within GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Beef up your security"
+msgstr ""
+
+msgid "InProductMarketing|Better code in less time"
+msgstr ""
+
+msgid "InProductMarketing|Blog"
+msgstr ""
+
+msgid "InProductMarketing|By enabling code owners and required merge approvals the right person will review the right MR. This is a win-win: cleaner code and a more efficient review process."
+msgstr ""
+
+msgid "InProductMarketing|Code owners and required merge approvals are part of the paid tiers of GitLab. You can start a free 30-day trial of GitLab Gold and enable these features in less than 5 minutes with no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Create a project in GitLab in 5 minutes"
+msgstr ""
+
+msgid "InProductMarketing|Create your first project!"
+msgstr ""
+
+msgid "InProductMarketing|Did you know teams that use GitLab are far more efficient?"
+msgstr ""
+
+msgid "InProductMarketing|Dig in and create a project and a repo"
+msgstr ""
+
+msgid "InProductMarketing|Explore GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Explore the options"
+msgstr ""
+
+msgid "InProductMarketing|Explore the power of GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Facebook"
+msgstr ""
+
+msgid "InProductMarketing|Feel the need for speed?"
+msgstr ""
+
+msgid "InProductMarketing|Find out how your teams are really doing"
+msgstr ""
+
+msgid "InProductMarketing|Follow our steps"
+msgstr ""
+
+msgid "InProductMarketing|Get going with CI/CD quickly using our %{quick_start_link}. Start with an available runner and then create a CI .yml file – it's really that easy."
+msgstr ""
+
+msgid "InProductMarketing|Get our import guides"
+msgstr ""
+
+msgid "InProductMarketing|Get started today"
+msgstr ""
+
+msgid "InProductMarketing|Get started today with a 30-day GitLab Gold trial, no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Get started with GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Get to know GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|Get your team set up on GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Git basics"
+msgstr ""
+
+msgid "InProductMarketing|GitHub Enterprise projects to GitLab"
+msgstr ""
+
+msgid "InProductMarketing|GitLab provides static application security testing (SAST), dynamic application security testing (DAST), container scanning, and dependency scanning to help you deliver secure applications along with license compliance."
+msgstr ""
+
+msgid "InProductMarketing|GitLab's CI/CD makes software development easier. Don't believe us? Here are three ways you can take it for a fast (and satisfying) test drive:"
+msgstr ""
+
+msgid "InProductMarketing|GitLab's premium tiers are designed to make you, your team and your application more efficient and more secure with features including but not limited to:"
+msgstr ""
+
+msgid "InProductMarketing|Give us one minute..."
+msgstr ""
+
+msgid "InProductMarketing|Go farther with GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Go for the gold!"
+msgstr ""
+
+msgid "InProductMarketing|Goldman Sachs went from 1 build every two weeks to thousands of builds a day"
+msgstr ""
+
+msgid "InProductMarketing|Have a different instance you'd like to import? Here's our %{import_link}."
+msgstr ""
+
+msgid "InProductMarketing|Here's what you need to know"
+msgstr ""
+
+msgid "InProductMarketing|How (and why) mirroring makes sense"
+msgstr ""
+
+msgid "InProductMarketing|How long does it take us to close issues/MRs by types like feature requests, bugs, tech debt, security?"
+msgstr ""
+
+msgid "InProductMarketing|How many days does it take our team to complete various tasks?"
+msgstr ""
+
+msgid "InProductMarketing|How to build and test faster"
+msgstr ""
+
+msgid "InProductMarketing|If you no longer wish to receive marketing emails from us,"
+msgstr ""
+
+msgid "InProductMarketing|Import your project and code from GitHub, Bitbucket and others"
+msgstr ""
+
+msgid "InProductMarketing|Improve app security with a 30-day trial"
+msgstr ""
+
+msgid "InProductMarketing|Improve code quality and streamline reviews"
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues and start shipping code faster."
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues to join in less than one minute"
+msgstr ""
+
+msgid "InProductMarketing|Invite your colleagues today"
+msgstr ""
+
+msgid "InProductMarketing|Invite your team in less than 60 seconds"
+msgstr ""
+
+msgid "InProductMarketing|Invite your team now"
+msgstr ""
+
+msgid "InProductMarketing|It's all in the stats"
+msgstr ""
+
+msgid "InProductMarketing|It's also possible to simply %{external_repo_link} in order to take advantage of GitLab's CI/CD."
+msgstr ""
+
+msgid "InProductMarketing|Launch GitLab CI/CD in 20 minutes or less"
+msgstr ""
+
+msgid "InProductMarketing|Making the switch? It's easier than you think to import your projects into GitLab. Move %{github_link}, or import something %{bitbucket_link}."
+msgstr ""
+
+msgid "InProductMarketing|Master the art of importing!"
+msgstr ""
+
+msgid "InProductMarketing|Move on to easily creating a Pages website %{ci_template_link}"
+msgstr ""
+
+msgid "InProductMarketing|Multiple owners, confusing workstreams? We've got you covered"
+msgstr ""
+
+msgid "InProductMarketing|Need an alternative to importing?"
+msgstr ""
+
+msgid "InProductMarketing|Our tool brings all the things together"
+msgstr ""
+
+msgid "InProductMarketing|Rapid development, simplified"
+msgstr ""
+
+msgid "InProductMarketing|Security that's integrated into your development lifecycle"
+msgstr ""
+
+msgid "InProductMarketing|Sometimes you're not ready to make a full transition to a new tool. If you're not ready to fully commit, %{mirroring_link} gives you a safe way to try out GitLab in parallel with your current tool."
+msgstr ""
+
+msgid "InProductMarketing|Start a GitLab Gold trial today in less than one minute, no credit card required."
+msgstr ""
+
+msgid "InProductMarketing|Start a free trial of GitLab Gold – no CC required"
+msgstr ""
+
+msgid "InProductMarketing|Start a trial"
+msgstr ""
+
+msgid "InProductMarketing|Start by %{performance_link}"
+msgstr ""
+
+msgid "InProductMarketing|Start by importing your projects"
+msgstr ""
+
+msgid "InProductMarketing|Start with a GitLab Gold free trial"
+msgstr ""
+
+msgid "InProductMarketing|Stop wondering and use GitLab to answer questions like:"
+msgstr ""
+
+msgid "InProductMarketing|Streamline code review, know at a glance who's unavailable, communicate in comments or in email and integrate with Slack so everyone's on the same page."
+msgstr ""
+
+msgid "InProductMarketing|Take your first steps with GitLab"
+msgstr ""
+
+msgid "InProductMarketing|Take your source code management to the next level"
+msgstr ""
+
+msgid "InProductMarketing|Team work makes the dream work"
+msgstr ""
+
+msgid "InProductMarketing|Test, create, deploy"
+msgstr ""
+
+msgid "InProductMarketing|That's all it takes to get going with GitLab, but if you're new to working with Git, check out our %{basics_link} for helpful tips and tricks for getting started."
+msgstr ""
+
+msgid "InProductMarketing|This is email %{series} of 3 in the %{track} series."
+msgstr ""
+
+msgid "InProductMarketing|Ticketmaster decreased their CI build time by 15X"
+msgstr ""
+
+msgid "InProductMarketing|Tired of wrestling with disparate tool chains, information silos and inefficient processes? GitLab's CI/CD is built on a DevOps platform with source code management, planning, monitoring and more ready to go. Find out %{ci_link}."
+msgstr ""
+
+msgid "InProductMarketing|To understand and get the most out of GitLab, start at the beginning and %{project_link}. In GitLab, repositories are part of a project, so after you've created your project you can go ahead and %{repo_link}."
+msgstr ""
+
+msgid "InProductMarketing|Try GitLab Gold for free"
+msgstr ""
+
+msgid "InProductMarketing|Try it out"
+msgstr ""
+
+msgid "InProductMarketing|Try it yourself"
+msgstr ""
+
+msgid "InProductMarketing|Twitter"
+msgstr ""
+
+msgid "InProductMarketing|Understand repository mirroring"
+msgstr ""
+
+msgid "InProductMarketing|Understand your project options"
+msgstr ""
+
+msgid "InProductMarketing|Use GitLab CI/CD"
+msgstr ""
+
+msgid "InProductMarketing|We know a thing or two about efficiency and we don't want to keep that to ourselves. Sign up for a free trial of GitLab Gold and your teams will be on it from day one."
+msgstr ""
+
+msgid "InProductMarketing|What does our value stream timeline look like from product to development to review and production?"
+msgstr ""
+
+msgid "InProductMarketing|When your team is on GitLab these answers are a click away."
+msgstr ""
+
+msgid "InProductMarketing|Working in GitLab = more efficient"
+msgstr ""
+
+msgid "InProductMarketing|YouTube"
+msgstr ""
+
+msgid "InProductMarketing|Your teams can be more efficient"
+msgstr ""
+
+msgid "InProductMarketing|comprehensive guide"
+msgstr ""
+
+msgid "InProductMarketing|connect an external repository"
+msgstr ""
+
+msgid "InProductMarketing|create a project"
+msgstr ""
+
+msgid "InProductMarketing|from Bitbucket"
+msgstr ""
+
+msgid "InProductMarketing|go to about.gitlab.com"
+msgstr ""
+
+msgid "InProductMarketing|how easy it is to get started"
+msgstr ""
+
+msgid "InProductMarketing|quick start guide"
+msgstr ""
+
+msgid "InProductMarketing|repository mirroring"
+msgstr ""
+
+msgid "InProductMarketing|set up a repo"
+msgstr ""
+
+msgid "InProductMarketing|test and deploy"
+msgstr ""
+
+msgid "InProductMarketing|testing browser performance"
+msgstr ""
+
+msgid "InProductMarketing|unsubscribe"
+msgstr ""
+
+msgid "InProductMarketing|using a CI/CD template"
+msgstr ""
+
+msgid "InProductMarketing|you may %{unsubscribe_link} at any time."
msgstr ""
msgid "Incident"
@@ -15198,9 +15905,6 @@ msgstr ""
msgid "Install GitLab Runner on Kubernetes"
msgstr ""
-msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
-msgstr ""
-
msgid "Install on clusters"
msgstr ""
@@ -15221,9 +15925,21 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
+msgid "Instance access request"
+msgstr ""
+
+msgid "Instance access request approved"
+msgstr ""
+
+msgid "Instance access request rejected"
+msgstr ""
+
msgid "Instance administrators group already exists"
msgstr ""
+msgid "Instance overview"
+msgstr ""
+
msgid "InstanceStatistics|Could not load the issues and merge requests chart. Please refresh the page to try again."
msgstr ""
@@ -15362,6 +16078,9 @@ msgstr ""
msgid "Integrations|Enable comments"
msgstr ""
+msgid "Integrations|Failed to link namespace. Please try again."
+msgstr ""
+
msgid "Integrations|Failed to load namespaces. Please try again."
msgstr ""
@@ -15410,12 +16129,18 @@ msgstr ""
msgid "Integrations|Search Jira issues"
msgstr ""
+msgid "Integrations|Sign in to add namespaces"
+msgstr ""
+
msgid "Integrations|Standard"
msgstr ""
msgid "Integrations|This integration, and inheriting projects were reset."
msgstr ""
+msgid "Integrations|This requires mirroring your GitHub repository to this project. %{docs_link}"
+msgstr ""
+
msgid "Integrations|To keep this project going, create a new issue."
msgstr ""
@@ -15605,9 +16330,42 @@ 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|%{inviter} invited you to join the %{strong_start}%{project_or_group_name}%{strong_end}%{br_tag}%{project_or_group} with the %{role} permission level."
+msgstr ""
+
+msgid "InviteEmail|As a developer, you have full access to projects, so you can take an idea from concept to production."
+msgstr ""
+
+msgid "InviteEmail|As a guest, you can view projects, leave comments, and create issues."
+msgstr ""
+
+msgid "InviteEmail|As a maintainer, you have full access to projects. You can push commits to master and deploy to production."
+msgstr ""
+
+msgid "InviteEmail|As a reporter, you can view projects and reports, and leave comments on issues."
+msgstr ""
+
+msgid "InviteEmail|As a user with minimal access, you can view the high-level group from the UI and API."
+msgstr ""
+
+msgid "InviteEmail|As an owner, you have full access to projects and can manage access to the group, including inviting new members."
+msgstr ""
+
+msgid "InviteEmail|Groups assemble related projects together and grant members access to several projects at once."
+msgstr ""
+
msgid "InviteEmail|Join now"
msgstr ""
+msgid "InviteEmail|Projects can be used to host your code, track issues, collaborate on code, and continuously build, test, and deploy your app with built-in GitLab CI/CD."
+msgstr ""
+
+msgid "InviteEmail|What can I do with the %{role} permission level?"
+msgstr ""
+
+msgid "InviteEmail|What is a GitLab %{project_or_group}?"
+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 ""
@@ -15848,6 +16606,12 @@ msgstr ""
msgid "IssueAnalytics|Weight"
msgstr ""
+msgid "IssueBoards|An error occurred while assigning the selected epic to the issue."
+msgstr ""
+
+msgid "IssueBoards|An error occurred while fetching the assigned epic of the selected issue."
+msgstr ""
+
msgid "IssueBoards|An error occurred while setting notifications status. Please try again."
msgstr ""
@@ -15902,9 +16666,6 @@ 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 ""
@@ -16049,24 +16810,42 @@ msgstr ""
msgid "JiraService|%{user_link} mentioned this issue in %{entity_link} of %{project_link}%{branch}:{quote}%{entity_message}{quote}"
msgstr ""
+msgid "JiraService|An error occured while fetching issue list"
+msgstr ""
+
+msgid "JiraService|Define the type of Jira issue to create from a vulnerability."
+msgstr ""
+
msgid "JiraService|Displaying Jira issues while leaving the GitLab issue functionality enabled might be confusing. Consider %{linkStart}disabling GitLab issues%{linkEnd} if they won’t otherwise be used."
msgstr ""
msgid "JiraService|Enable Jira issues"
msgstr ""
+msgid "JiraService|Enable Jira issues creation from vulnerabilities"
+msgstr ""
+
msgid "JiraService|Events for %{noteable_model_name} are disabled."
msgstr ""
+msgid "JiraService|Fetch issue types for this Jira project"
+msgstr ""
+
msgid "JiraService|For example, 12, 24"
msgstr ""
+msgid "JiraService|GitLab for Jira Configuration"
+msgstr ""
+
msgid "JiraService|If different from Web URL"
msgstr ""
msgid "JiraService|Issue List"
msgstr ""
+msgid "JiraService|Issues created from vulnerabilities in this project will be Jira issues, even if GitLab issues are enabled."
+msgstr ""
+
msgid "JiraService|Jira API URL"
msgstr ""
@@ -16082,24 +16861,45 @@ msgstr ""
msgid "JiraService|Jira issue tracker"
msgstr ""
+msgid "JiraService|Jira issue type"
+msgstr ""
+
msgid "JiraService|Jira project key"
msgstr ""
msgid "JiraService|Jira workflow transition IDs"
msgstr ""
+msgid "JiraService|Not all data may be displayed here. To view more details or make changes to this issue, go to %{linkStart}Jira%{linkEnd}."
+msgstr ""
+
msgid "JiraService|Open Jira"
msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|Project key changed, refresh list"
+msgstr ""
+
+msgid "JiraService|Project key is required to generate issue types"
+msgstr ""
+
+msgid "JiraService|Select issue type"
+msgstr ""
+
msgid "JiraService|Set transition IDs for Jira workflow transitions. %{link_start}Learn more%{link_end}"
msgstr ""
+msgid "JiraService|Sign in to GitLab.com to get started."
+msgstr ""
+
msgid "JiraService|This feature requires a Premium plan."
msgstr ""
+msgid "JiraService|This issue is synchronized with Jira"
+msgstr ""
+
msgid "JiraService|Use a password for server version and an API token for cloud version"
msgstr ""
@@ -16175,6 +16975,9 @@ msgstr ""
msgid "Jobs"
msgstr ""
+msgid "Jobs fail if they run longer than the timeout time. Input value is in seconds by default. Human readable input is also accepted, for example %{code_open}1 hour%{code_close}."
+msgstr ""
+
msgid "Jobs|Are you sure you want to proceed?"
msgstr ""
@@ -16214,7 +17017,7 @@ msgstr ""
msgid "Job|Job has been erased"
msgstr ""
-msgid "Job|Job has been erased by"
+msgid "Job|Job has been erased by %{userLink}"
msgstr ""
msgid "Job|Keep"
@@ -16319,6 +17122,9 @@ msgstr ""
msgid "KeyboardShortcuts|Global Shortcuts"
msgstr ""
+msgid "KeyboardShortcuts|Toggle GitLab Next"
+msgstr ""
+
msgid "KeyboardShortcuts|Toggle the Performance Bar"
msgstr ""
@@ -16364,9 +17170,6 @@ msgstr ""
msgid "Kubernetes error: %{error_code}"
msgstr ""
-msgid "Kubernetes popover"
-msgstr ""
-
msgid "LDAP"
msgstr ""
@@ -16510,6 +17313,9 @@ msgstr ""
msgid "Last item before this page loaded in your browser:"
msgstr ""
+msgid "Last month"
+msgstr ""
+
msgid "Last name"
msgstr ""
@@ -16558,6 +17364,9 @@ msgstr ""
msgid "Last week"
msgstr ""
+msgid "Last year"
+msgstr ""
+
msgid "LastCommit|authored"
msgstr ""
@@ -16588,7 +17397,7 @@ msgstr ""
msgid "Learn GitLab"
msgstr ""
-msgid "Learn GitLab - Gold trial"
+msgid "Learn GitLab - Ultimate trial"
msgstr ""
msgid "Learn how to %{link_start}contribute to the built-in templates%{link_end}"
@@ -16654,6 +17463,30 @@ msgstr ""
msgid "Learn more."
msgstr ""
+msgid "LearnGitLab|Add code owners"
+msgstr ""
+
+msgid "LearnGitLab|Create a repository"
+msgstr ""
+
+msgid "LearnGitLab|Enable require merge approvals"
+msgstr ""
+
+msgid "LearnGitLab|Invite your colleagues"
+msgstr ""
+
+msgid "LearnGitLab|Run a Security scan using CI/CD"
+msgstr ""
+
+msgid "LearnGitLab|Set-up CI/CD"
+msgstr ""
+
+msgid "LearnGitLab|Start a free trial of GitLab Gold"
+msgstr ""
+
+msgid "LearnGitLab|Submit a merge request (MR)"
+msgstr ""
+
msgid "Leave"
msgstr ""
@@ -16908,6 +17741,9 @@ msgstr[1] ""
msgid "Line changes"
msgstr ""
+msgid "Link"
+msgstr ""
+
msgid "Link Prometheus monitoring to GitLab."
msgstr ""
@@ -16953,6 +17789,9 @@ msgstr ""
msgid "List of all merge commits"
msgstr ""
+msgid "List of users to be excluded from the limit"
+msgstr ""
+
msgid "List options"
msgstr ""
@@ -17106,6 +17945,12 @@ msgstr ""
msgid "MRApprovals|Commented by"
msgstr ""
+msgid "MRDiffFile|Changes are too large to be shown."
+msgstr ""
+
+msgid "MRDiffFile|View file @ %{commitSha}"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -17130,9 +17975,6 @@ msgstr ""
msgid "Make sure you save it - you won't be able to access it again."
msgstr ""
-msgid "Make this epic confidential"
-msgstr ""
-
msgid "Makes this issue confidential."
msgstr ""
@@ -17175,6 +18017,9 @@ msgstr ""
msgid "Manage your license"
msgstr ""
+msgid "Manage your project's triggers"
+msgstr ""
+
msgid "Managed Account"
msgstr ""
@@ -17346,6 +18191,9 @@ msgstr ""
msgid "Max file size is 200 KB."
msgstr ""
+msgid "Max requests per minute per user"
+msgstr ""
+
msgid "Max role"
msgstr ""
@@ -17367,12 +18215,15 @@ msgstr ""
msgid "Maximum PyPI package file size in bytes"
msgstr ""
-msgid "Maximum Users:"
+msgid "Maximum Users"
msgstr ""
msgid "Maximum allowable lifetime for personal access token (days)"
msgstr ""
+msgid "Maximum artifacts size"
+msgstr ""
+
msgid "Maximum artifacts size (MB)"
msgstr ""
@@ -17454,6 +18305,9 @@ msgstr ""
msgid "May"
msgstr ""
+msgid "Mean time to merge"
+msgstr ""
+
msgid "Measured in bytes of code. Excludes generated and vendored code."
msgstr ""
@@ -17595,6 +18449,9 @@ msgstr ""
msgid "Members|Role updated successfully."
msgstr ""
+msgid "Members|Search groups"
+msgstr ""
+
msgid "Members|Search invited"
msgstr ""
@@ -17679,6 +18536,9 @@ msgstr ""
msgid "Merge request (MR) approvals"
msgstr ""
+msgid "Merge request approval settings have been updated."
+msgstr ""
+
msgid "Merge request approvals"
msgstr ""
@@ -18532,6 +19392,9 @@ msgstr ""
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr ""
+msgid "Most relevant"
+msgstr ""
+
msgid "Most stars"
msgstr ""
@@ -18845,6 +19708,9 @@ msgstr ""
msgid "NetworkPolicies|None selected"
msgstr ""
+msgid "NetworkPolicies|Please %{installLinkStart}install%{installLinkEnd} and %{configureLinkStart}configure a Kubernetes Agent for this project%{configureLinkEnd} to enable alerts."
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -19021,6 +19887,9 @@ msgstr ""
msgid "New User"
msgstr ""
+msgid "New application"
+msgstr ""
+
msgid "New branch"
msgstr ""
@@ -19093,7 +19962,7 @@ msgstr ""
msgid "New password"
msgstr ""
-msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgid "New pipelines cause older pending pipelines on the same branch to be cancelled."
msgstr ""
msgid "New project"
@@ -19210,6 +20079,12 @@ msgstr ""
msgid "No commits present here"
msgstr ""
+msgid "No compliance frameworks are in use."
+msgstr ""
+
+msgid "No compliance frameworks are in use. Create one using the GraphQL API."
+msgstr ""
+
msgid "No connection could be made to a Gitaly Server, please check your logs!"
msgstr ""
@@ -19273,6 +20148,9 @@ msgstr ""
msgid "No iteration"
msgstr ""
+msgid "No iterations found"
+msgstr ""
+
msgid "No iterations to show"
msgstr ""
@@ -19303,6 +20181,9 @@ msgstr ""
msgid "No matching results for \"%{query}\""
msgstr ""
+msgid "No matching results..."
+msgstr ""
+
msgid "No members found"
msgstr ""
@@ -19378,9 +20259,6 @@ msgstr ""
msgid "No start date"
msgstr ""
-msgid "No status"
-msgstr ""
-
msgid "No template"
msgstr ""
@@ -19390,6 +20268,9 @@ msgstr ""
msgid "No test coverage"
msgstr ""
+msgid "No triggers exist yet. Use the form above to create one."
+msgstr ""
+
msgid "No vulnerabilities present"
msgstr ""
@@ -19498,13 +20379,19 @@ msgstr ""
msgid "NoteForm|Note"
msgstr ""
+msgid "Notes Rate Limits"
+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"
+msgid "Notes|Confidential comments are only visible to project members"
+msgstr ""
+
+msgid "Notes|Make this comment confidential"
msgstr ""
msgid "Notes|Show all activity"
@@ -19519,6 +20406,9 @@ msgstr ""
msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
msgstr ""
+msgid "Notes|This comment is confidential and only visible to project members"
+msgstr ""
+
msgid "Notes|You're only seeing %{boldStart}other activity%{boldEnd} in the feed. To add a comment, switch to one of the following options."
msgstr ""
@@ -19849,10 +20739,10 @@ msgstr ""
msgid "OnDemandScans|Could not run the scan. Please try again."
msgstr ""
-msgid "OnDemandScans|Create a new scanner profile"
+msgid "OnDemandScans|Create new scanner profile"
msgstr ""
-msgid "OnDemandScans|Create a new site profile"
+msgid "OnDemandScans|Create new site profile"
msgstr ""
msgid "OnDemandScans|Description (optional)"
@@ -19864,9 +20754,18 @@ msgstr ""
msgid "OnDemandScans|For example: Tests the login page for SQL injections"
msgstr ""
+msgid "OnDemandScans|Manage DAST scans"
+msgstr ""
+
msgid "OnDemandScans|Manage profiles"
msgstr ""
+msgid "OnDemandScans|Manage scanner profiles"
+msgstr ""
+
+msgid "OnDemandScans|Manage site profiles"
+msgstr ""
+
msgid "OnDemandScans|My daily scan"
msgstr ""
@@ -19918,10 +20817,10 @@ msgstr ""
msgid "OnDemandScans|You cannot run an active scan against an unvalidated site."
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."
+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."
+msgid "Once a project is permanently deleted, it cannot be recovered. You will lose this project's repository and all related resources, including issues, merge requests etc."
msgstr ""
msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
@@ -19959,7 +20858,7 @@ 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."
+msgid "Only 'Reporter' roles and above on tiers Premium and above can see Value Stream Analytics."
msgstr ""
msgid "Only 1 appearances row can exist"
@@ -19995,7 +20894,7 @@ 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."
+msgid "Only ‘Reporter’ roles and above on tiers Premium and above can see Productivity Analytics."
msgstr ""
msgid "Oops, are you sure?"
@@ -20004,6 +20903,12 @@ msgstr ""
msgid "Open"
msgstr ""
+msgid "Open API"
+msgstr ""
+
+msgid "Open API specification file path"
+msgstr ""
+
msgid "Open Selection"
msgstr ""
@@ -20016,10 +20921,10 @@ msgstr ""
msgid "Open errors"
msgstr ""
-msgid "Open in Xcode"
+msgid "Open in file view"
msgstr ""
-msgid "Open in file view"
+msgid "Open in your IDE"
msgstr ""
msgid "Open issues"
@@ -20103,9 +21008,6 @@ msgstr ""
msgid "Or you can choose one of the suggested colors below"
msgstr ""
-msgid "Origin"
-msgstr ""
-
msgid "Orphaned member"
msgstr ""
@@ -20145,9 +21047,6 @@ msgstr ""
msgid "Outdent"
msgstr ""
-msgid "Overall Activity"
-msgstr ""
-
msgid "Overridden"
msgstr ""
@@ -20202,6 +21101,15 @@ msgstr ""
msgid "Package type must be PyPi"
msgstr ""
+msgid "Package type must be RubyGems"
+msgstr ""
+
+msgid "PackageRegistry|%{boldStart}Allow duplicates%{boldEnd} - Packages with the same name and version are accepted."
+msgstr ""
+
+msgid "PackageRegistry|%{boldStart}Do not allow duplicates%{boldEnd} - Packages with the same name and version are rejected."
+msgstr ""
+
msgid "PackageRegistry|%{name} version %{version} was first created %{datetime}"
msgstr ""
@@ -20214,6 +21122,9 @@ msgstr ""
msgid "PackageRegistry|Add composer registry"
msgstr ""
+msgid "PackageRegistry|An error occurred while saving the settings"
+msgstr ""
+
msgid "PackageRegistry|App group: %{group}"
msgstr ""
@@ -20289,9 +21200,6 @@ 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 ""
@@ -20310,6 +21218,9 @@ msgstr ""
msgid "PackageRegistry|Generic"
msgstr ""
+msgid "PackageRegistry|GitLab Packages allows organizations to utilize GitLab as a private repository for a variety of common package formats. %{linkStart}More Information%{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 ""
@@ -20358,6 +21269,9 @@ msgstr ""
msgid "PackageRegistry|Package updated by commit %{link} on branch %{branch}, built by pipeline %{pipeline}, and published to the registry %{datetime}"
msgstr ""
+msgid "PackageRegistry|Packages can be published if their name or version matches this regex"
+msgstr ""
+
msgid "PackageRegistry|Pip Command"
msgstr ""
@@ -20376,13 +21290,16 @@ msgstr ""
msgid "PackageRegistry|Remove package"
msgstr ""
-msgid "PackageRegistry|Sorry, your filter produced no results"
+msgid "PackageRegistry|Settings for Maven packages"
msgstr ""
-msgid "PackageRegistry|Source project located at %{link}"
+msgid "PackageRegistry|Settings saved successfully"
msgstr ""
-msgid "PackageRegistry|There are no %{packageType} packages yet"
+msgid "PackageRegistry|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "PackageRegistry|Source project located at %{link}"
msgstr ""
msgid "PackageRegistry|There are no other versions of this package."
@@ -20400,6 +21317,9 @@ msgstr ""
msgid "PackageRegistry|To widen your search, change or remove the filters above."
msgstr ""
+msgid "PackageRegistry|Type"
+msgstr ""
+
msgid "PackageRegistry|Unable to fetch package version information."
msgstr ""
@@ -20517,6 +21437,15 @@ msgstr ""
msgid "Parameter \"job_id\" cannot exceed length of %{job_id_max_size}"
msgstr ""
+msgid "Parameter `from` must be specified"
+msgstr ""
+
+msgid "Parameter `interval` must be one of (\"%{valid_intervals}\")"
+msgstr ""
+
+msgid "Parameter `to` is before the `from` date"
+msgstr ""
+
msgid "Parent"
msgstr ""
@@ -20538,6 +21467,9 @@ msgstr ""
msgid "Participants"
msgstr ""
+msgid "Pass job variables"
+msgstr ""
+
msgid "Passed"
msgstr ""
@@ -20571,10 +21503,10 @@ msgstr ""
msgid "Past due"
msgstr ""
-msgid "Paste a machine public key here. Read more about how to generate it"
+msgid "Paste a public key here."
msgstr ""
-msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{link_end}"
+msgid "Paste a public key here. %{link_start}How do I generate it?%{link_end}"
msgstr ""
msgid "Paste confidential epic link"
@@ -20652,6 +21584,9 @@ msgstr ""
msgid "PerformanceBar|Elasticsearch calls"
msgstr ""
+msgid "PerformanceBar|External Http calls"
+msgstr ""
+
msgid "PerformanceBar|Frontend resources"
msgstr ""
@@ -20820,15 +21755,6 @@ 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 ""
@@ -20856,10 +21782,10 @@ 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."
+msgid "Pipelines|Copy trigger token"
msgstr ""
-msgid "Pipelines|Copy trigger token"
+msgid "Pipelines|Could not load merged YAML content"
msgstr ""
msgid "Pipelines|Description"
@@ -20874,9 +21800,6 @@ msgstr ""
msgid "Pipelines|Get started with CI/CD"
msgstr ""
-msgid "Pipelines|Get started with Pipelines"
-msgstr ""
-
msgid "Pipelines|GitLab CI/CD can automatically build, test, and deploy your code. Let GitLab take care of time consuming tasks, so you can spend more time creating."
msgstr ""
@@ -20901,6 +21824,9 @@ msgstr ""
msgid "Pipelines|Loading Pipelines"
msgstr ""
+msgid "Pipelines|Merged YAML is view only"
+msgstr ""
+
msgid "Pipelines|More Information"
msgstr ""
@@ -20973,6 +21899,9 @@ msgstr ""
msgid "Pipelines|Validating GitLab CI configuration…"
msgstr ""
+msgid "Pipelines|View merged YAML"
+msgstr ""
+
msgid "Pipelines|Visualize"
msgstr ""
@@ -21291,12 +22220,18 @@ msgstr ""
msgid "Please select at least one filter to see results"
msgstr ""
+msgid "Please select what should be included in each exported requirement."
+msgstr ""
+
msgid "Please 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 captcha"
+msgstr ""
+
msgid "Please solve the reCAPTCHA"
msgstr ""
@@ -21357,21 +22292,39 @@ 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 Gitpod integration"
+msgstr ""
+
+msgid "Preferences|Enable integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|Failed to save preferences."
+msgstr ""
+
msgid "Preferences|For example: 30 mins ago."
msgstr ""
+msgid "Preferences|Gitpod"
+msgstr ""
+
msgid "Preferences|Homepage content"
msgstr ""
msgid "Preferences|Instead of all the files changed, show only one file at a time. To switch between files, use the file browser."
msgstr ""
+msgid "Preferences|Integrations"
+msgstr ""
+
msgid "Preferences|Layout width"
msgstr ""
@@ -21393,6 +22346,9 @@ msgstr ""
msgid "Preferences|Show whitespace changes in diffs"
msgstr ""
+msgid "Preferences|Sourcegraph"
+msgstr ""
+
msgid "Preferences|Syntax highlighting theme"
msgstr ""
@@ -21501,6 +22457,9 @@ msgstr ""
msgid "Private"
msgstr ""
+msgid "Private - Guest users are not allowed to view detailed release information like title and source code."
+msgstr ""
+
msgid "Private - Project access must be granted explicitly to each user. If this project is part of a group, access will be granted to members of the group."
msgstr ""
@@ -21585,24 +22544,6 @@ msgstr ""
msgid "Profile Settings"
msgstr ""
-msgid "ProfilePreferences|Customize integrations with third party services."
-msgstr ""
-
-msgid "ProfilePreferences|Enable Gitpod integration"
-msgstr ""
-
-msgid "ProfilePreferences|Enable integrated code intelligence on code views"
-msgstr ""
-
-msgid "ProfilePreferences|Gitpod"
-msgstr ""
-
-msgid "ProfilePreferences|Integrations"
-msgstr ""
-
-msgid "ProfilePreferences|Sourcegraph"
-msgstr ""
-
msgid "ProfileSession|on"
msgstr ""
@@ -21726,12 +22667,15 @@ msgstr ""
msgid "Profiles|Full name"
msgstr ""
-msgid "Profiles|GitLab is unable to verify your identity automatically."
+msgid "Profiles|GitLab is unable to verify your identity automatically. For security purposes, you must set a password by %{openingTag}resetting your password%{closingTag} to delete your account."
msgstr ""
msgid "Profiles|Give your individual key a title."
msgstr ""
+msgid "Profiles|If after setting a password, the option to delete your account is still not available, please email %{data_request} to begin the account deletion process."
+msgstr ""
+
msgid "Profiles|Include private contributions on my profile"
msgstr ""
@@ -21777,9 +22721,6 @@ msgstr ""
msgid "Profiles|Path"
msgstr ""
-msgid "Profiles|Please email %{data_request} to begin the account deletion process."
-msgstr ""
-
msgid "Profiles|Position and size your new avatar"
msgstr ""
@@ -22062,6 +23003,9 @@ msgstr ""
msgid "Project name suffix"
msgstr ""
+msgid "Project navigation"
+msgstr ""
+
msgid "Project order will not be saved as local storage is not available."
msgstr ""
@@ -22221,10 +23165,7 @@ msgstr ""
msgid "ProjectSettings|Allow editing commit messages"
msgstr ""
-msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
-msgstr ""
-
-msgid "ProjectSettings|Allow users to request access"
+msgid "ProjectSettings|Always show thumbs-up and thumbs-down award emoji buttons on issues, merge requests, and snippets."
msgstr ""
msgid "ProjectSettings|Analytics"
@@ -22236,7 +23177,7 @@ msgstr ""
msgid "ProjectSettings|Badges"
msgstr ""
-msgid "ProjectSettings|Build, test, and deploy your changes"
+msgid "ProjectSettings|Build, test, and deploy your changes."
msgstr ""
msgid "ProjectSettings|Checkbox is visible and selected by default."
@@ -22251,6 +23192,9 @@ 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|Commit authors can edit commit messages on unprotected branches."
+msgstr ""
+
msgid "ProjectSettings|Contact an admin to change this setting."
msgstr ""
@@ -22278,7 +23222,7 @@ msgstr ""
msgid "ProjectSettings|Encourage"
msgstr ""
-msgid "ProjectSettings|Environments, logs, cluster management, and more"
+msgid "ProjectSettings|Environments, logs, cluster management, and more."
msgstr ""
msgid "ProjectSettings|Every merge creates a merge commit"
@@ -22287,7 +23231,7 @@ 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"
+msgid "ProjectSettings|Every project can have its own space to store its packages."
msgstr ""
msgid "ProjectSettings|Everyone"
@@ -22326,13 +23270,13 @@ msgstr ""
msgid "ProjectSettings|Issues"
msgstr ""
-msgid "ProjectSettings|LFS objects from this repository are still available to forks. %{linkStart}How do I remove them?%{linkEnd}"
+msgid "ProjectSettings|LFS objects from this repository are available to forks. %{linkStart}How do I remove them?%{linkEnd}"
msgstr ""
-msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgid "ProjectSettings|Lightweight issue tracking system."
msgstr ""
-msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files."
msgstr ""
msgid "ProjectSettings|Merge checks"
@@ -22368,13 +23312,16 @@ msgstr ""
msgid "ProjectSettings|Operations"
msgstr ""
+msgid "ProjectSettings|Override user notification preferences for all project members."
+msgstr ""
+
msgid "ProjectSettings|Packages"
msgstr ""
msgid "ProjectSettings|Pages"
msgstr ""
-msgid "ProjectSettings|Pages for project documentation"
+msgid "ProjectSettings|Pages for project documentation."
msgstr ""
msgid "ProjectSettings|Pipelines"
@@ -22401,16 +23348,25 @@ msgstr ""
msgid "ProjectSettings|Require"
msgstr ""
+msgid "ProjectSettings|Require an associated issue from Jira"
+msgstr ""
+
msgid "ProjectSettings|Requirements"
msgstr ""
-msgid "ProjectSettings|Requirements management system for this project"
+msgid "ProjectSettings|Requirements management system."
+msgstr ""
+
+msgid "ProjectSettings|Security & Compliance"
+msgstr ""
+
+msgid "ProjectSettings|Security & Compliance 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 ""
-msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgid "ProjectSettings|Share code with others outside the project."
msgstr ""
msgid "ProjectSettings|Show default award emojis"
@@ -22434,7 +23390,7 @@ msgstr ""
msgid "ProjectSettings|Squashing is never performed and the checkbox is hidden."
msgstr ""
-msgid "ProjectSettings|Submit changes to be merged upstream"
+msgid "ProjectSettings|Submit changes to be merged upstream."
msgstr ""
msgid "ProjectSettings|The commit message used to apply merge request suggestions"
@@ -22458,52 +23414,49 @@ 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."
+msgid "ProjectSettings|Users can copy the repository to a new project."
msgstr ""
-msgid "ProjectSettings|View and edit files in this project"
+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. Non-project members will only have read access"
+msgid "ProjectSettings|Users can request access"
msgstr ""
-msgid "ProjectSettings|View project analytics"
+msgid "ProjectSettings|View and edit files in this project."
msgstr ""
-msgid "ProjectSettings|Visibility options for this fork are limited by the current visibility of the source project."
+msgid "ProjectSettings|View and edit files in this project. Non-project members will only have read access."
msgstr ""
-msgid "ProjectSettings|What are badges?"
+msgid "ProjectSettings|View project analytics."
msgstr ""
-msgid "ProjectSettings|When approved for merge, merge requests are queued and pipelines validate the combined results of the source and target branches before merge."
+msgid "ProjectSettings|Visibility options for this fork are limited by the current visibility of the source project."
msgstr ""
-msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
+msgid "ProjectSettings|Visualize the project's performance metrics."
msgstr ""
-msgid "ProjectSettings|When enabled, commit authors will be able to edit commit messages on unprotected branches."
+msgid "ProjectSettings|What are badges?"
msgstr ""
-msgid "ProjectSettings|When enabled, issues, merge requests, and snippets will always show thumbs-up and thumbs-down award emoji buttons."
+msgid "ProjectSettings|When approved for merge, merge requests are queued and pipelines validate the combined results of the source and target branches before merge."
msgstr ""
-msgid "ProjectSettings|Wiki"
+msgid "ProjectSettings|When conflicts arise the user is given the option to rebase"
msgstr ""
-msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgid "ProjectSettings|Wiki"
msgstr ""
-msgid "ProjectSettings|With Metrics Dashboard you can visualize this project performance metrics"
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab."
msgstr ""
msgid "ProjectTemplates|.NET Core"
@@ -22605,7 +23558,7 @@ msgstr ""
msgid "Projects to index"
msgstr ""
-msgid "Projects will be permanently deleted after a 7-day waiting period."
+msgid "Projects will be permanently deleted after a %{waiting_period}-day waiting period."
msgstr ""
msgid "Projects will be permanently deleted immediately."
@@ -22953,9 +23906,6 @@ msgstr ""
msgid "Promotions|Upgrade plan"
msgstr ""
-msgid "Promotions|Upgrade your plan"
-msgstr ""
-
msgid "Promotions|Upgrade your plan to activate Contribution Analytics."
msgstr ""
@@ -22998,9 +23948,6 @@ msgstr ""
msgid "Protected Environment"
msgstr ""
-msgid "Protected Environments"
-msgstr ""
-
msgid "Protected Paths"
msgstr ""
@@ -23013,6 +23960,9 @@ msgstr ""
msgid "Protected branches"
msgstr ""
+msgid "Protected environments"
+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 ""
@@ -23070,6 +24020,9 @@ msgstr ""
msgid "ProtectedEnvironment|Environment"
msgstr ""
+msgid "ProtectedEnvironment|Only specified users can execute deployments in a protected environment."
+msgstr ""
+
msgid "ProtectedEnvironment|Protect"
msgstr ""
@@ -23079,9 +24032,6 @@ 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 ""
@@ -23091,7 +24041,7 @@ 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."
+msgid "ProtectedEnvironment|There are currently no protected environments. Protect an environment with this form."
msgstr ""
msgid "ProtectedEnvironment|Unprotect"
@@ -23106,7 +24056,7 @@ msgstr ""
msgid "ProtectedEnvironment|Your environment has been unprotected"
msgstr ""
-msgid "Protip:"
+msgid "Protip: %{linkStart}Auto DevOps%{linkEnd} uses Kubernetes clusters to deploy your code!"
msgstr ""
msgid "Protocol"
@@ -23202,7 +24152,49 @@ msgstr ""
msgid "Push to create a project"
msgstr ""
-msgid "PushRule|Committer restriction"
+msgid "PushRules|All branch names must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any branch name is allowed."
+msgstr ""
+
+msgid "PushRules|All commit author's email must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any email is allowed."
+msgstr ""
+
+msgid "PushRules|All commit messages must match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, commit messages are not required to match any expression."
+msgstr ""
+
+msgid "PushRules|All committed filenames cannot match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, any filename is allowed."
+msgstr ""
+
+msgid "PushRules|Commit messages cannot match this %{wiki_syntax_link_start}regular expression%{wiki_syntax_link_end}. If empty, commit messages are not rejected based on any expression."
+msgstr ""
+
+msgid "PushRules|Do not allow users to remove Git tags with %{code_block_start}git push%{code_block_end}"
+msgstr ""
+
+msgid "PushRules|Reject any files likely to contain secrets. %{secret_files_link_start}What secret files are rejected?%{secret_files_link_end}"
+msgstr ""
+
+msgid "PushRules|Reject file sizes equal to or greater than this size. If set to 0, files of any size are allowed. This rule does not apply to files tracked by Git LFS."
+msgstr ""
+
+msgid "PushRules|Restrict commits to existing GitLab users."
+msgstr ""
+
+msgid "PushRules|Restrict push operations for this project."
+msgstr ""
+
+msgid "PushRules|Save Push Rules"
+msgstr ""
+
+msgid "PushRules|Select push rules"
+msgstr ""
+
+msgid "PushRules|Users can still delete tags through the GitLab UI."
+msgstr ""
+
+msgid "PushRule|Push rules"
+msgstr ""
+
+msgid "PushRule|Reject unverified users"
msgstr ""
msgid "Pushed"
@@ -23295,6 +24287,9 @@ msgstr ""
msgid "Re-authentication required"
msgstr ""
+msgid "Re-request review"
+msgstr ""
+
msgid "Re-verification interval"
msgstr ""
@@ -23331,6 +24326,9 @@ msgstr ""
msgid "Receive notifications about your own activity"
msgstr ""
+msgid "Receive product marketing emails"
+msgstr ""
+
msgid "Recent"
msgstr ""
@@ -23894,6 +24892,9 @@ msgstr ""
msgid "Reports|Actions"
msgstr ""
+msgid "Reports|Activity"
+msgstr ""
+
msgid "Reports|An error occured while loading report"
msgstr ""
@@ -23909,6 +24910,11 @@ msgstr ""
msgid "Reports|Execution time"
msgstr ""
+msgid "Reports|Failed %{count} time in %{baseBranch} in the last 14 days"
+msgid_plural "Reports|Failed %{count} times in %{baseBranch} in the last 14 days"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Reports|Failed %{count} time in %{base_branch} in the last 14 days"
msgid_plural "Reports|Failed %{count} times in %{base_branch} in the last 14 days"
msgstr[0] ""
@@ -23968,6 +24974,12 @@ msgstr ""
msgid "RepositoriesAnalytics|Average Coverage by Job"
msgstr ""
+msgid "RepositoriesAnalytics|Average coverage"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Average test coverage last 30 days"
+msgstr ""
+
msgid "RepositoriesAnalytics|Coverage"
msgstr ""
@@ -23995,6 +25007,12 @@ msgstr ""
msgid "RepositoriesAnalytics|Latest test coverage results"
msgstr ""
+msgid "RepositoriesAnalytics|No test coverage to display"
+msgstr ""
+
+msgid "RepositoriesAnalytics|Overall activity"
+msgstr ""
+
msgid "RepositoriesAnalytics|Please select a project or multiple projects to display their most recent test coverage data."
msgstr ""
@@ -24109,6 +25127,9 @@ msgstr ""
msgid "Requested design version does not exist."
msgstr ""
+msgid "Requested review"
+msgstr ""
+
msgid "Requested states are invalid"
msgstr ""
@@ -24221,9 +25242,6 @@ 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 ""
@@ -24516,21 +25534,36 @@ msgstr ""
msgid "Runners|Active"
msgstr ""
+msgid "Runners|An error has occurred fetching instructions"
+msgstr ""
+
msgid "Runners|Architecture"
msgstr ""
msgid "Runners|Can run untagged jobs"
msgstr ""
+msgid "Runners|Copy instructions"
+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|Install a Runner"
+msgstr ""
+
msgid "Runners|Last contact"
msgstr ""
@@ -24552,24 +25585,39 @@ msgstr ""
msgid "Runners|Protected"
msgstr ""
+msgid "Runners|Register Runner"
+msgstr ""
+
msgid "Runners|Revision"
msgstr ""
msgid "Runners|Shared"
msgstr ""
+msgid "Runners|Show Runner installation instructions"
+msgstr ""
+
msgid "Runners|Specific"
msgstr ""
msgid "Runners|Tags"
msgstr ""
+msgid "Runners|To install Runner in Kubernetes follow the instructions described in the GitLab documentation."
+msgstr ""
+
+msgid "Runners|To install Runner in a container follow the instructions described in the GitLab documentation"
+msgstr ""
+
msgid "Runners|Value"
msgstr ""
msgid "Runners|Version"
msgstr ""
+msgid "Runners|View installation instructions"
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
@@ -24660,9 +25708,6 @@ msgstr ""
msgid "Save Changes"
msgstr ""
-msgid "Save Push Rules"
-msgstr ""
-
msgid "Save application"
msgstr ""
@@ -24732,6 +25777,9 @@ msgstr ""
msgid "Scopes"
msgstr ""
+msgid "Scopes [Select 1 or more]"
+msgstr ""
+
msgid "Scopes can't be blank"
msgstr ""
@@ -24991,7 +26039,7 @@ msgstr ""
msgid "Secret Detection"
msgstr ""
-msgid "Secret Token"
+msgid "Secret token"
msgstr ""
msgid "Security"
@@ -25009,6 +26057,9 @@ msgstr ""
msgid "Security dashboard"
msgstr ""
+msgid "Security navigation"
+msgstr ""
+
msgid "Security report is out of date. Please update your branch with the latest changes from the target branch (%{targetBranchName})"
msgstr ""
@@ -25033,12 +26084,18 @@ msgstr ""
msgid "SecurityConfiguration|Available for on-demand DAST"
msgstr ""
+msgid "SecurityConfiguration|Available with %{linkStart}upgrade or free trial%{linkEnd}"
+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|Configure via Merge Request"
+msgstr ""
+
msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
@@ -25078,6 +26135,9 @@ msgstr ""
msgid "SecurityConfiguration|SAST Configuration"
msgstr ""
+msgid "SecurityConfiguration|SAST merge request creation mutation failed"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -25114,6 +26174,9 @@ msgstr ""
msgid "SecurityReports|Add projects to your group"
msgstr ""
+msgid "SecurityReports|All"
+msgstr ""
+
msgid "SecurityReports|Comment added to '%{vulnerabilityName}'"
msgstr ""
@@ -25123,6 +26186,9 @@ msgstr ""
msgid "SecurityReports|Comment edited on '%{vulnerabilityName}'"
msgstr ""
+msgid "SecurityReports|Create Jira issue"
+msgstr ""
+
msgid "SecurityReports|Create issue"
msgstr ""
@@ -25147,6 +26213,9 @@ msgstr ""
msgid "SecurityReports|Download results"
msgstr ""
+msgid "SecurityReports|Download scanned resources"
+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 ""
@@ -25168,9 +26237,6 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Go to the %{linkStart}pipelines tab%{linkEnd} to download the security reports"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
@@ -25195,6 +26261,12 @@ msgstr ""
msgid "SecurityReports|More information"
msgstr ""
+msgid "SecurityReports|No activity"
+msgstr ""
+
+msgid "SecurityReports|No longer detected"
+msgstr ""
+
msgid "SecurityReports|No vulnerabilities found"
msgstr ""
@@ -25234,9 +26306,6 @@ msgstr ""
msgid "SecurityReports|Security scans have run"
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 ""
@@ -25246,13 +26315,13 @@ msgstr ""
msgid "SecurityReports|Severity"
msgstr ""
-msgid "SecurityReports|Sorry, your filter produced no results"
+msgid "SecurityReports|Sometimes a scanner can't determine a finding's severity. Those findings may still be a potential source of risk though. Please review these manually."
msgstr ""
-msgid "SecurityReports|Status"
+msgid "SecurityReports|Sorry, your filter produced no results"
msgstr ""
-msgid "SecurityReports|The rating \"unknown\" indicates that the underlying scanner doesn’t contain or provide a severity rating."
+msgid "SecurityReports|Status"
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."
@@ -25323,6 +26392,9 @@ 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|With issues"
+msgstr ""
+
msgid "SecurityReports|Won't fix / Accept risk"
msgstr ""
@@ -25440,6 +26512,9 @@ msgstr ""
msgid "Select health status"
msgstr ""
+msgid "Select iteration"
+msgstr ""
+
msgid "Select label"
msgstr ""
@@ -25467,7 +26542,7 @@ msgstr ""
msgid "Select projects"
msgstr ""
-msgid "Select required regulatory standard"
+msgid "Select required regulatory standard."
msgstr ""
msgid "Select reviewer(s)"
@@ -25497,9 +26572,6 @@ 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 ""
@@ -25782,6 +26854,9 @@ msgstr ""
msgid "Set target branch to %{branch_name}."
msgstr ""
+msgid "Set the default branch for this project. All merge requests and commits are made against this branch unless you specify a different one."
+msgstr ""
+
msgid "Set the default expiration time for 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 ""
@@ -26278,9 +27353,6 @@ 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 ""
@@ -26686,9 +27758,6 @@ msgstr ""
msgid "SortOptions|Recently starred"
msgstr ""
-msgid "SortOptions|Relevant"
-msgstr ""
-
msgid "SortOptions|Size"
msgstr ""
@@ -26821,9 +27890,6 @@ msgstr ""
msgid "Stage"
msgstr ""
-msgid "Stage & Commit"
-msgstr ""
-
msgid "Stage data updated"
msgstr ""
@@ -26878,7 +27944,7 @@ msgstr ""
msgid "Start a %{new_merge_request} with these changes"
msgstr ""
-msgid "Start a Free Gold Trial"
+msgid "Start a Free Ultimate Trial"
msgstr ""
msgid "Start a new discussion..."
@@ -26920,7 +27986,7 @@ msgstr ""
msgid "Start thread & reopen %{noteable_name}"
msgstr ""
-msgid "Start your Free Gold Trial"
+msgid "Start your Free Ultimate Trial"
msgstr ""
msgid "Start your free trial"
@@ -27133,6 +28199,9 @@ msgstr ""
msgid "Subgroup milestone"
msgstr ""
+msgid "Subgroup navigation"
+msgstr ""
+
msgid "Subgroup overview"
msgstr ""
@@ -27388,67 +28457,67 @@ msgstr ""
msgid "Suggested solutions help link"
msgstr ""
-msgid "SuggestedColors|Bright green"
+msgid "SuggestedColors|Aztec Gold"
msgstr ""
-msgid "SuggestedColors|Dark grayish cyan"
+msgid "SuggestedColors|Blue"
msgstr ""
-msgid "SuggestedColors|Dark moderate blue"
+msgid "SuggestedColors|Blue-gray"
msgstr ""
-msgid "SuggestedColors|Dark moderate orange"
+msgid "SuggestedColors|Carrot orange"
msgstr ""
-msgid "SuggestedColors|Dark moderate pink"
+msgid "SuggestedColors|Champagne"
msgstr ""
-msgid "SuggestedColors|Dark moderate violet"
+msgid "SuggestedColors|Charcoal grey"
msgstr ""
-msgid "SuggestedColors|Feijoa"
+msgid "SuggestedColors|Crimson"
msgstr ""
-msgid "SuggestedColors|Lime green"
+msgid "SuggestedColors|Dark coral"
msgstr ""
-msgid "SuggestedColors|Moderate blue"
+msgid "SuggestedColors|Dark green"
msgstr ""
-msgid "SuggestedColors|Pure red"
+msgid "SuggestedColors|Dark sea green"
msgstr ""
-msgid "SuggestedColors|Slightly desaturated blue"
+msgid "SuggestedColors|Dark violet"
msgstr ""
-msgid "SuggestedColors|Slightly desaturated green"
+msgid "SuggestedColors|Deep violet"
msgstr ""
-msgid "SuggestedColors|Soft orange"
+msgid "SuggestedColors|Gray"
msgstr ""
-msgid "SuggestedColors|Soft red"
+msgid "SuggestedColors|Green screen"
msgstr ""
-msgid "SuggestedColors|Strong pink"
+msgid "SuggestedColors|Green-cyan"
msgstr ""
-msgid "SuggestedColors|Strong red"
+msgid "SuggestedColors|Lavendar"
msgstr ""
-msgid "SuggestedColors|Strong yellow"
+msgid "SuggestedColors|Magenta-pink"
msgstr ""
-msgid "SuggestedColors|UA blue"
+msgid "SuggestedColors|Medium sea green"
msgstr ""
-msgid "SuggestedColors|Very dark desaturated blue"
+msgid "SuggestedColors|Red"
msgstr ""
-msgid "SuggestedColors|Very dark lime green"
+msgid "SuggestedColors|Rose red"
msgstr ""
-msgid "SuggestedColors|Very pale orange"
+msgid "SuggestedColors|Titanium yellow"
msgstr ""
msgid "Suggestion is not applicable as the suggestion was not found."
@@ -27535,6 +28604,12 @@ msgstr ""
msgid "System Info"
msgstr ""
+msgid "System OAuth applications"
+msgstr ""
+
+msgid "System OAuth applications don't belong to any user and can only be managed by admins"
+msgstr ""
+
msgid "System default (%{default})"
msgstr ""
@@ -27544,7 +28619,7 @@ msgstr ""
msgid "System hook was successfully updated."
msgstr ""
-msgid "System hook will be triggered on set of events like creating project or adding ssh key. But you can also enable extra triggers like Push events."
+msgid "System hooks are triggered on sets of events like creating a project or adding an SSH key. You can also enable extra triggers, such as push events."
msgstr ""
msgid "System metrics (Custom)"
@@ -27739,6 +28814,9 @@ msgstr ""
msgid "Terraform"
msgstr ""
+msgid "Terraform|%{name} successfully removed"
+msgstr ""
+
msgid "Terraform|%{number} Terraform report failed to generate"
msgid_plural "Terraform|%{number} Terraform reports failed to generate"
msgstr[0] ""
@@ -27752,15 +28830,18 @@ msgstr[1] ""
msgid "Terraform|%{user} updated %{timeAgo}"
msgstr ""
-msgid "Terraform|A Terraform report failed to generate."
+msgid "Terraform|A report failed to generate."
msgstr ""
-msgid "Terraform|A Terraform report was generated in your pipelines."
+msgid "Terraform|A report was generated in your pipelines."
msgstr ""
msgid "Terraform|Actions"
msgstr ""
+msgid "Terraform|An error occurred while changing the state file"
+msgstr ""
+
msgid "Terraform|An error occurred while loading your Terraform States"
msgstr ""
@@ -27797,6 +28878,9 @@ msgstr ""
msgid "Terraform|Locked by %{user} %{timeAgo}"
msgstr ""
+msgid "Terraform|Locking state"
+msgstr ""
+
msgid "Terraform|Name"
msgstr ""
@@ -27809,16 +28893,19 @@ msgstr ""
msgid "Terraform|Remove state file and versions"
msgstr ""
+msgid "Terraform|Removing"
+msgstr ""
+
msgid "Terraform|Reported Resource Changes: %{addNum} to add, %{changeNum} to change, %{deleteNum} to delete"
msgstr ""
msgid "Terraform|States"
msgstr ""
-msgid "Terraform|The Terraform report %{name} failed to generate."
+msgid "Terraform|The report %{name} failed to generate."
msgstr ""
-msgid "Terraform|The Terraform report %{name} was generated in your pipelines."
+msgid "Terraform|The report %{name} was generated in your pipelines."
msgstr ""
msgid "Terraform|To remove the State file and its versions, type %{name} to confirm:"
@@ -27830,6 +28917,9 @@ msgstr ""
msgid "Terraform|Unlock"
msgstr ""
+msgid "Terraform|Unlocking state"
+msgstr ""
+
msgid "Terraform|You are about to remove the State file %{name}. This will permanently delete all the State versions and history. The infrastructure provisioned previously\twill remain intact, only the state file with all its versions are to be removed. This action is non-revertible."
msgstr ""
@@ -27877,9 +28967,6 @@ 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 ""
@@ -28223,6 +29310,15 @@ msgstr ""
msgid "The maximum file size allowed is %{size}."
msgstr ""
+msgid "The maximum file size in megabytes for individual job artifacts."
+msgstr ""
+
+msgid "The maximum file size is %{size}."
+msgstr ""
+
+msgid "The maximum number of tags that a single worker accepts for cleanup. If the number of tags goes above this limit, the list of tags to delete is truncated to this number. To remove this limit, set it to 0."
+msgstr ""
+
msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
msgstr ""
@@ -28238,7 +29334,10 @@ 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."
+msgid "The name of the CI/CD configuration file. A path relative to the root directory is optional (for example %{code_open}my/path/.myfile.yml%{code_close})."
+msgstr ""
+
+msgid "The number of changes to fetch from GitLab when cloning a repository. Lower values can speed up pipeline execution. Set to %{code_open}0%{code_close} or blank to fetch all branches and tags for each job"
msgstr ""
msgid "The number of merge requests merged by month."
@@ -28256,9 +29355,6 @@ 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 ""
@@ -28304,6 +29400,9 @@ 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 regular expression used to find test coverage output in the job log. For example, use %{regex} for Simplecov (Ruby). Leave blank to disable."
+msgstr ""
+
msgid "The remote mirror took to long to complete."
msgstr ""
@@ -28331,9 +29430,6 @@ 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 ""
@@ -28361,6 +29457,9 @@ 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 subject will be used as the title of the new issue, and the message will be the description. %{quickActionsLinkStart}Quick actions%{quickActionsLinkEnd} and styling with %{markdownLinkStart}Markdown%{markdownLinkEnd} are supported."
+msgstr ""
+
msgid "The tag name can't be changed for an existing release."
msgstr ""
@@ -28388,7 +29487,7 @@ 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"
+msgid "The user you are trying to approve is not pending approval"
msgstr ""
msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
@@ -28445,6 +29544,9 @@ msgstr ""
msgid "There are no charts configured for this page"
msgstr ""
+msgid "There are no closed epics"
+msgstr ""
+
msgid "There are no closed issues"
msgstr ""
@@ -28469,6 +29571,9 @@ msgstr ""
msgid "There are no matching files"
msgstr ""
+msgid "There are no open epics"
+msgstr ""
+
msgid "There are no open issues"
msgstr ""
@@ -28499,10 +29604,10 @@ msgstr ""
msgid "There is a halted Elasticsearch migration"
msgstr ""
-msgid "There is already a To-Do for this design."
+msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is already a repository with that name on disk"
+msgid "There is already a to-do item for this design."
msgstr ""
msgid "There is no chart data available."
@@ -28544,7 +29649,7 @@ msgstr ""
msgid "There was a problem fetching project users."
msgstr ""
-msgid "There was a problem fetching the keep latest artifact setting."
+msgid "There was a problem fetching the keep latest artifacts setting."
msgstr ""
msgid "There was a problem fetching users."
@@ -28559,7 +29664,7 @@ msgstr ""
msgid "There was a problem sending the confirmation email"
msgstr ""
-msgid "There was a problem updating the keep latest artifact setting."
+msgid "There was a problem updating the keep latest artifacts setting."
msgstr ""
msgid "There was an error %{message} todo."
@@ -28631,6 +29736,9 @@ msgstr ""
msgid "There was an error importing the Jira project."
msgstr ""
+msgid "There was an error loading merge request approval settings."
+msgstr ""
+
msgid "There was an error loading users activity calendar."
msgstr ""
@@ -28673,6 +29781,9 @@ msgstr ""
msgid "There was an error trying to validate your query"
msgstr ""
+msgid "There was an error updating merge request approval settings."
+msgstr ""
+
msgid "There was an error updating the Geo Settings"
msgstr ""
@@ -28715,6 +29826,9 @@ msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr ""
+msgid "These examples show how to trigger this project's pipeline for a branch or tag."
+msgstr ""
+
msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
msgstr ""
@@ -28730,7 +29844,10 @@ msgstr ""
msgid "These runners are specific to this project."
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."
+msgid "These variables are inherited from the parent group."
+msgstr ""
+
+msgid "These will be sent to %{email} in an attachment once finished."
msgstr ""
msgid "Third Party Advisory Link"
@@ -28775,34 +29892,22 @@ msgstr ""
msgid "This URL is already used for another link; duplicate URLs are not allowed"
msgstr ""
-msgid "This URL will be triggered for each branch updated to the repository"
-msgstr ""
-
-msgid "This URL will be triggered when a merge request is created/updated/merged"
-msgstr ""
-
-msgid "This URL will be triggered when a new tag is pushed to the repository"
-msgstr ""
-
-msgid "This URL will be triggered when repository is updated"
-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."
+msgid "This action cannot be undone. You will lose this project's repository and all related resources, including 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."
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all related resources, including 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."
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}on %{date}%{strongClose}, including its repositories and all related resources, including issues, merge requests, etc."
msgstr ""
msgid "This also resolves all related threads"
@@ -28904,10 +30009,10 @@ 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."
+msgid "This epic does not exist or you don't have sufficient permission."
msgstr ""
-msgid "This epic does not exist or you don't have sufficient permission."
+msgid "This feature is disabled at the instance level."
msgstr ""
msgid "This feature requires local storage to be enabled"
@@ -28958,6 +30063,12 @@ msgstr ""
msgid "This is a list of devices that have logged into your account. Revoke any sessions that you do not recognize."
msgstr ""
+msgid "This is a merge train pipeline"
+msgstr ""
+
+msgid "This is a private email address %{helpIcon} generated just for you. Anyone who gets ahold of it can create issues or merge requests as if they were you. You should %{resetLinkStart}reset it%{resetLinkEnd} if that ever happens."
+msgstr ""
+
msgid "This is a security log of important events involving your account."
msgstr ""
@@ -29237,9 +30348,6 @@ 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 ""
@@ -29258,6 +30366,9 @@ msgstr ""
msgid "Threat Monitoring"
msgstr ""
+msgid "ThreatMonitoring|Alert Details"
+msgstr ""
+
msgid "ThreatMonitoring|Alerts"
msgstr ""
@@ -29667,7 +30778,7 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To ensure no loss of personal content, an Individual User should create a separate account under their own personal email address, not tied to the Enterprise email domain or name-space."
+msgid "To ensure no loss of personal content, this account should only be used for matters related to %{group_name}."
msgstr ""
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
@@ -29715,6 +30826,9 @@ msgstr ""
msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
msgstr ""
+msgid "To personalize your GitLab experience, we'd like to know a bit more about you. We won't share this information with anyone."
+msgstr ""
+
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
msgstr ""
@@ -29730,7 +30844,7 @@ 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."
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Premium%{linkEnd}. You can also remove the project from the dashboard."
msgstr ""
msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
@@ -29763,18 +30877,12 @@ 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 ""
@@ -29784,6 +30892,9 @@ msgstr ""
msgid "Today"
msgstr ""
+msgid "Toggle GitLab Next"
+msgstr ""
+
msgid "Toggle Markdown preview"
msgstr ""
@@ -29811,6 +30922,9 @@ msgstr ""
msgid "Toggle emoji award"
msgstr ""
+msgid "Toggle focus mode"
+msgstr ""
+
msgid "Toggle navigation"
msgstr ""
@@ -29829,18 +30943,15 @@ 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"
+msgstr ""
+
msgid "Token valid until revoked"
msgstr ""
@@ -29931,6 +31042,9 @@ msgstr ""
msgid "Transfer project"
msgstr ""
+msgid "Transfer your project into another namespace. %{link_start}Learn more.%{link_end}"
+msgstr ""
+
msgid "TransferGroup|Cannot transfer group to one of its subgroup."
msgstr ""
@@ -29987,7 +31101,7 @@ msgid_plural "Trials|%{plan} Trial %{en_dash} %{num} days left"
msgstr[0] ""
msgstr[1] ""
-msgid "Trials|Create a new group to start your GitLab Gold trial."
+msgid "Trials|Create a new group to start your GitLab Ultimate trial."
msgstr ""
msgid "Trials|Go back to GitLab"
@@ -29999,7 +31113,7 @@ 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'"
+msgid "Trials|You can always resume this process by selecting your avatar and choosing 'Start an Ultimate trial'"
msgstr ""
msgid "Trials|You can apply your trial to a new group or an existing group."
@@ -30026,7 +31140,7 @@ msgstr ""
msgid "Trial|Dismiss"
msgstr ""
-msgid "Trial|GitLab Gold trial (optional)"
+msgid "Trial|GitLab Ultimate trial (optional)"
msgstr ""
msgid "Trial|How many employees will use Gitlab?"
@@ -30041,7 +31155,7 @@ msgstr ""
msgid "Trial|Telephone number"
msgstr ""
-msgid "Trial|Upgrade to Gold to keep using GitLab with advanced features."
+msgid "Trial|Upgrade to Ultimate to keep using GitLab with advanced features."
msgstr ""
msgid "Trial|We will activate your trial on your group after you complete this step. After 30 days, you can:"
@@ -30050,6 +31164,9 @@ msgstr ""
msgid "Trigger"
msgstr ""
+msgid "Trigger a pipeline for a branch or tag by generating a trigger token and using it with an API call. The token impersonates a user's project access and permissions."
+msgstr ""
+
msgid "Trigger cluster reindexing"
msgstr ""
@@ -30086,12 +31203,18 @@ msgstr ""
msgid "Triggerer"
msgstr ""
-msgid "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgid "Triggers|In each example, replace %{code_start}TOKEN%{code_end} with the trigger token you generated and replace %{code_start}REF_NAME%{code_end} with the branch or tag name."
+msgstr ""
+
+msgid "Triggers|To pass variables to the triggered pipeline, add %{code_start}variables[VARIABLE]=VALUE%{code_end} to the API request."
msgstr ""
msgid "Troubleshoot and monitor your application with tracing"
msgstr ""
+msgid "Trusted"
+msgstr ""
+
msgid "Try again"
msgstr ""
@@ -30194,6 +31317,21 @@ msgstr ""
msgid "URL is required"
msgstr ""
+msgid "URL is triggered for each branch updated to the repository"
+msgstr ""
+
+msgid "URL is triggered when a merge request is created, updated, or merged"
+msgstr ""
+
+msgid "URL is triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "URL is triggered when repository is updated"
+msgstr ""
+
+msgid "URL must be percent-encoded if neccessary."
+msgstr ""
+
msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}"
msgstr ""
@@ -30302,7 +31440,7 @@ msgstr ""
msgid "Unarchive project"
msgstr ""
-msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgid "Unarchiving the project will restore its members' ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end} %{link_start}Learn more.%{link_end}"
msgstr ""
msgid "Unassign from commenting user"
@@ -30326,6 +31464,9 @@ msgstr ""
msgid "Unexpected error"
msgstr ""
+msgid "Unfollow"
+msgstr ""
+
msgid "Unfortunately, your email message to GitLab could not be processed."
msgstr ""
@@ -30497,9 +31638,6 @@ msgstr ""
msgid "Update failed"
msgstr ""
-msgid "Update failed. Please try again."
-msgstr ""
-
msgid "Update it"
msgstr ""
@@ -30560,6 +31698,9 @@ msgstr ""
msgid "Updating"
msgstr ""
+msgid "Upgrade offers available!"
+msgstr ""
+
msgid "Upgrade your plan"
msgstr ""
@@ -30674,6 +31815,12 @@ msgstr ""
msgid "UsageQuota|LFS Storage"
msgstr ""
+msgid "UsageQuota|Learn more about excess storage usage"
+msgstr ""
+
+msgid "UsageQuota|Learn more about usage quotas"
+msgstr ""
+
msgid "UsageQuota|Packages"
msgstr ""
@@ -30779,12 +31926,18 @@ msgstr ""
msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
msgstr ""
+msgid "Use .gitlab-ci.yml"
+msgstr ""
+
msgid "Use 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 cURL"
+msgstr ""
+
msgid "Use custom color #FF0000"
msgstr ""
@@ -30800,7 +31953,10 @@ msgstr ""
msgid "Use template"
msgstr ""
-msgid "Use this token to validate received payloads"
+msgid "Use this token to validate received payloads."
+msgstr ""
+
+msgid "Use webhook"
msgstr ""
msgid "Use your global notification setting"
@@ -30968,6 +32124,12 @@ msgstr ""
msgid "UserProfile|Explore public groups to find projects to contribute to."
msgstr ""
+msgid "UserProfile|Followers"
+msgstr ""
+
+msgid "UserProfile|Following"
+msgstr ""
+
msgid "UserProfile|Groups"
msgstr ""
@@ -31010,6 +32172,9 @@ msgstr ""
msgid "UserProfile|Subscribe"
msgstr ""
+msgid "UserProfile|This user doesn't have any followers."
+msgstr ""
+
msgid "UserProfile|This user doesn't have any personal projects"
msgstr ""
@@ -31025,6 +32190,9 @@ msgstr ""
msgid "UserProfile|This user is blocked"
msgstr ""
+msgid "UserProfile|This user isn't following other users."
+msgstr ""
+
msgid "UserProfile|Unconfirmed user"
msgstr ""
@@ -31034,9 +32202,15 @@ msgstr ""
msgid "UserProfile|View user in admin area"
msgstr ""
+msgid "UserProfile|You are not following other users."
+msgstr ""
+
msgid "UserProfile|You can create a group for several dependent projects."
msgstr ""
+msgid "UserProfile|You do not have any followers."
+msgstr ""
+
msgid "UserProfile|You haven't created any personal projects."
msgstr ""
@@ -31073,13 +32247,10 @@ 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:"
+msgid "Users over License"
msgstr ""
msgid "Users requesting access to"
@@ -31112,6 +32283,9 @@ msgstr ""
msgid "Using %{code_start}::%{code_end} denotes a %{link_start}scoped label set%{link_end}"
msgstr ""
+msgid "Using additional formats requires starting the companion containers. Make sure that all %{kroki_images} are running."
+msgstr ""
+
msgid "Using required encryption strategy when encrypted field is missing!"
msgstr ""
@@ -31172,6 +32346,15 @@ msgstr ""
msgid "Variables"
msgstr ""
+msgid "Variables can be:"
+msgstr ""
+
+msgid "Variables store information, like passwords and secret keys, that you can use in job scripts."
+msgstr ""
+
+msgid "Variables store information, like passwords and secret keys, that you can use in job scripts. All projects on the instance can use these variables."
+msgstr ""
+
msgid "Various container registry settings."
msgstr ""
@@ -31341,6 +32524,9 @@ msgstr ""
msgid "View users statistics"
msgstr ""
+msgid "Viewed"
+msgstr ""
+
msgid "Viewing commit"
msgstr ""
@@ -31380,6 +32566,9 @@ msgstr ""
msgid "Visit settings page"
msgstr ""
+msgid "Visual Studio Code"
+msgstr ""
+
msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
msgstr ""
@@ -31446,6 +32635,9 @@ msgstr ""
msgid "VulnerabilityChart|Severity"
msgstr ""
+msgid "VulnerabilityManagement, Fetching linked Jira issues"
+msgstr ""
+
msgid "VulnerabilityManagement|%{statusStart}Confirmed%{statusEnd} %{timeago} by %{user}"
msgstr ""
@@ -31467,15 +32659,27 @@ msgstr ""
msgid "VulnerabilityManagement|Could not process %{issueReference}: %{errorMessage}."
msgstr ""
+msgid "VulnerabilityManagement|Create Jira issue"
+msgstr ""
+
msgid "VulnerabilityManagement|Detected"
msgstr ""
msgid "VulnerabilityManagement|Needs triage"
msgstr ""
+msgid "VulnerabilityManagement|Read more about related issues"
+msgstr ""
+
+msgid "VulnerabilityManagement|Related Jira issues"
+msgstr ""
+
msgid "VulnerabilityManagement|Something went wrong while trying to delete the comment. Please try again later."
msgstr ""
+msgid "VulnerabilityManagement|Something went wrong while trying to fetch related Jira issues. Please check the %{linkStart}Jira integration settings%{linkEnd} and try again."
+msgstr ""
+
msgid "VulnerabilityManagement|Something went wrong while trying to refresh the vulnerability. Please try again later."
msgstr ""
@@ -31674,6 +32878,9 @@ msgstr ""
msgid "We heard back from your device. You have been authenticated."
msgstr ""
+msgid "We recommend cloud-based mobile authenticator apps such as Authy, Duo Mobile, and LastPass. They can restore access if you lose your hardware device."
+msgstr ""
+
msgid "We recommend that you buy more Pipeline minutes to avoid any interruption of service."
msgstr ""
@@ -31719,6 +32926,12 @@ msgstr ""
msgid "WebIDE|Merge request"
msgstr ""
+msgid "WebIDE|You need permission to edit files directly in this project."
+msgstr ""
+
+msgid "WebIDE|You need permission to edit files directly in this project. Fork this project to make your changes and submit a merge request."
+msgstr ""
+
msgid "Webhook"
msgstr ""
@@ -31728,6 +32941,9 @@ msgstr ""
msgid "Webhook Settings"
msgstr ""
+msgid "Webhook:"
+msgstr ""
+
msgid "Webhooks"
msgstr ""
@@ -31743,10 +32959,10 @@ msgstr ""
msgid "Webhooks|Comments"
msgstr ""
-msgid "Webhooks|Confidential Comments"
+msgid "Webhooks|Confidential comments"
msgstr ""
-msgid "Webhooks|Confidential Issues events"
+msgid "Webhooks|Confidential issues events"
msgstr ""
msgid "Webhooks|Deployment events"
@@ -31755,7 +32971,7 @@ msgstr ""
msgid "Webhooks|Enable SSL verification"
msgstr ""
-msgid "Webhooks|Feature Flag events"
+msgid "Webhooks|Feature flag events"
msgstr ""
msgid "Webhooks|Issues events"
@@ -31782,64 +32998,73 @@ msgstr ""
msgid "Webhooks|SSL verification"
msgstr ""
-msgid "Webhooks|Secret Token"
+msgid "Webhooks|Secret token"
+msgstr ""
+
+msgid "Webhooks|Subgroup events"
msgstr ""
msgid "Webhooks|Tag push events"
msgstr ""
-msgid "Webhooks|This URL is triggered when a deployment starts, finishes, fails, or is canceled"
+msgid "Webhooks|Trigger"
msgstr ""
-msgid "Webhooks|This URL is triggered when a feature flag is turned on or off"
+msgid "Webhooks|URL"
msgstr ""
-msgid "Webhooks|This URL is triggered when a release is created/updated"
+msgid "Webhooks|URL is triggered by a push to the repository"
msgstr ""
-msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgid "Webhooks|URL is triggered when a confidential issue is created, updated, or merged"
msgstr ""
-msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgid "Webhooks|URL is triggered when a deployment starts, finishes, fails, or is canceled"
msgstr ""
-msgid "Webhooks|This URL will be triggered when a group member is created/updated/removed"
+msgid "Webhooks|URL is triggered when a feature flag is turned on or off"
msgstr ""
-msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgid "Webhooks|URL is triggered when a group member is created, updated, or removed"
msgstr ""
-msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgid "Webhooks|URL is triggered when a merge request is created, updated, or merged"
msgstr ""
-msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgid "Webhooks|URL is triggered when a new tag is pushed to the repository"
msgstr ""
-msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgid "Webhooks|URL is triggered when a release is created or updated"
msgstr ""
-msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgid "Webhooks|URL is triggered when a subgroup is created or removed"
msgstr ""
-msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgid "Webhooks|URL is triggered when a wiki page is created or updated"
msgstr ""
-msgid "Webhooks|This URL will be triggered when the job status changes"
+msgid "Webhooks|URL is triggered when an issue is created, updated, or merged"
msgstr ""
-msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgid "Webhooks|URL is triggered when someone adds a comment"
msgstr ""
-msgid "Webhooks|Trigger"
+msgid "Webhooks|URL is triggered when someone adds a comment on a confidential issue"
msgstr ""
-msgid "Webhooks|URL"
+msgid "Webhooks|URL is triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|URL is triggered when the pipeline status changes"
msgstr ""
-msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgid "Webhooks|URL must be percent-encoded if neccessary."
msgstr ""
-msgid "Webhooks|Wiki Page events"
+msgid "Webhooks|Use this token to validate received payloads. It is sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki page events"
msgstr ""
msgid "Wednesday"
@@ -31863,10 +33088,10 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab%{br_tag}%{name}!"
+msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab, %{first_name}!"
+msgid "Welcome to GitLab,%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to the guided GitLab tour"
@@ -31893,7 +33118,7 @@ msgstr ""
msgid "When Kroki is enabled, GitLab sends diagrams to an instance of Kroki to display them as images. You can use the free public cloud instance %{kroki_public_url} or you can %{install_link} on your own infrastructure. Once you've installed Kroki, make sure to update the server URL to point to your instance."
msgstr ""
-msgid "When a deployment job is successful, skip older deployment jobs that are still pending"
+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"
@@ -31914,6 +33139,9 @@ 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 merge requests and commits in the default branch close, any issues they reference also close."
+msgstr ""
+
msgid "When this merge request is accepted"
msgid_plural "When these merge requests are accepted"
msgstr[0] ""
@@ -32168,9 +33396,6 @@ msgstr ""
msgid "Write a comment…"
msgstr ""
-msgid "Write access allowed"
-msgstr ""
-
msgid "Write milestone description..."
msgstr ""
@@ -32180,6 +33405,9 @@ msgstr ""
msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
msgstr ""
+msgid "Xcode"
+msgstr ""
+
msgid "YYYY-MM-DD"
msgstr ""
@@ -32285,9 +33513,6 @@ 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 ""
@@ -32312,6 +33537,9 @@ msgstr ""
msgid "You can create a new %{link}."
msgstr ""
+msgid "You can create a new %{name} inside this project by sending an email to the following email address:"
+msgstr ""
+
msgid "You can create a new Personal Access Token by visiting %{link}"
msgstr ""
@@ -32459,6 +33687,9 @@ msgstr ""
msgid "You do not have any subscriptions yet"
msgstr ""
+msgid "You do not have permission to access deployment frequencies"
+msgstr ""
+
msgid "You do not have permission to leave this %{namespaceType}."
msgstr ""
@@ -32549,6 +33780,9 @@ msgstr ""
msgid "You have insufficient permissions to create an on-call schedule for this project"
msgstr ""
+msgid "You have insufficient permissions to remove an on-call rotation from this project"
+msgstr ""
+
msgid "You have insufficient permissions to remove an on-call schedule from this project"
msgstr ""
@@ -32573,6 +33807,9 @@ msgstr ""
msgid "You have reached your project limit"
msgstr ""
+msgid "You have set up 2FA for your account! If you lose access to your 2FA device, you can use your recovery codes to access your account. Alternatively, if you upload an SSH key, you can %{anchorOpen}use that key to generate additional recovery codes%{anchorClose}."
+msgstr ""
+
msgid "You have successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
msgstr ""
@@ -32786,13 +34023,13 @@ msgstr ""
msgid "Your GPG keys (%{count})"
msgstr ""
-msgid "Your GitLab account request has been approved!"
+msgid "Your GitLab Ultimate trial will last 30 days after which point you can keep your free GitLab account forever. We just need some additional information to activate your trial."
msgstr ""
-msgid "Your GitLab group"
+msgid "Your GitLab account request has been approved!"
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."
+msgid "Your GitLab group"
msgstr ""
msgid "Your Groups"
@@ -33035,6 +34272,12 @@ msgstr ""
msgid "[No reason]"
msgstr ""
+msgid "`end_time` should not exceed one month after `start_time`"
+msgstr ""
+
+msgid "`start_time` should precede `end_time`"
+msgstr ""
+
msgid "a deleted user"
msgstr ""
@@ -33121,6 +34364,9 @@ msgstr ""
msgid "by"
msgstr ""
+msgid "cURL:"
+msgstr ""
+
msgid "can contain only letters of the Base64 alphabet (RFC4648) with the addition of '@', ':' and '.'"
msgstr ""
@@ -33262,6 +34508,9 @@ msgstr ""
msgid "ciReport|Coverage fuzzing"
msgstr ""
+msgid "ciReport|Create Jira issue"
+msgstr ""
+
msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
msgstr ""
@@ -33437,6 +34686,9 @@ msgid_plural "days"
msgstr[0] ""
msgstr[1] ""
+msgid "days"
+msgstr ""
+
msgid "default branch"
msgstr ""
@@ -33478,8 +34730,10 @@ msgstr ""
msgid "element is not a hierarchy"
msgstr ""
-msgid "email '%{email}' does not match the allowed domains of %{email_domains}"
-msgstr ""
+msgid "email '%{email}' does not match the allowed domain of %{email_domains}"
+msgid_plural "email '%{email}' does not match the allowed domains: %{email_domains}"
+msgstr[0] ""
+msgstr[1] ""
msgid "email '%{email}' is not a verified email."
msgstr ""
@@ -33537,6 +34791,9 @@ msgstr[1] ""
msgid "finding is not found or is already attached to a vulnerability"
msgstr ""
+msgid "following"
+msgstr ""
+
msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
msgstr ""
@@ -33819,6 +35076,12 @@ msgstr ""
msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
msgstr ""
+msgid "mrWidget|%{mergeError}."
+msgstr ""
+
+msgid "mrWidget|%{mergeError}. Try again."
+msgstr ""
+
msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
msgstr ""
@@ -33945,9 +35208,6 @@ msgstr ""
msgid "mrWidget|Merge failed."
msgstr ""
-msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
-msgstr ""
-
msgid "mrWidget|Merge locally"
msgstr ""
@@ -34017,7 +35277,7 @@ 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"
+msgid "mrWidget|The pipeline for this merge request did not complete. Push a new commit to fix the failure, or check the %{linkStart}troubleshooting documentation%{linkEnd} to see other possible actions."
msgstr ""
msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
@@ -34098,6 +35358,9 @@ msgstr ""
msgid "mrWidget|to start a merge train when the pipeline succeeds"
msgstr ""
+msgid "must be a Debian package"
+msgstr ""
+
msgid "must be a boolean value"
msgstr ""
@@ -34447,6 +35710,12 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "this issue cannot be assigned to a confidential epic since it is public"
+msgstr ""
+
+msgid "this issue cannot be made public since it belongs to a confidential epic"
+msgstr ""
+
msgid "time summary"
msgstr ""
@@ -34465,12 +35734,18 @@ msgstr ""
msgid "toggle collapse"
msgstr ""
+msgid "train"
+msgstr ""
+
msgid "triggered"
msgstr ""
msgid "two-factor authentication settings"
msgstr ""
+msgid "type must be Debian"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -34498,9 +35773,6 @@ msgstr ""
msgid "username"
msgstr ""
-msgid "uses Kubernetes clusters to deploy your code!"
-msgstr ""
-
msgid "v%{version} published %{timeAgo}"
msgstr ""