throw(:error,error(_(%q(You can't commit to this project)),:forbidden))unlesspush_authorized?
throw(:error,error(_(%q(You are not allowed to push into this branch. Create another branch or open a merge request.)),:forbidden))unlesspush_authorized?
throw(:error,error(_(%q(You can't commit to this project)),:forbidden))unlesspush_authorized?
throw(:error,error(_(%q(You are not allowed to push into this branch. Create another branch or open a merge request.)),:forbidden))unlesspush_authorized?
=f.text_field:file_name,placeholder: s_("Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"),class: 'form-control snippet-file-name qa-snippet-file-name'
=f.text_field:file_name,placeholder: s_("Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"),class: 'form-control js-snippet-file-name qa-snippet-file-name'
msgid "Add header and footer to emails. Please note that color settings will only be applied within the application interface"
msgstr ""
...
...
@@ -2453,6 +2456,9 @@ msgstr ""
msgid "At least one of group_id or project_id must be specified"
msgstr ""
msgid "At risk"
msgstr ""
msgid "Attach a file"
msgstr ""
...
...
@@ -3133,9 +3139,6 @@ msgstr ""
msgid "CI / CD"
msgstr ""
msgid "CI / CD Analytics"
msgstr ""
msgid "CI / CD Charts"
msgstr ""
...
...
@@ -5612,6 +5615,9 @@ msgstr ""
msgid "Create"
msgstr ""
msgid "Create %{environment}"
msgstr ""
msgid "Create %{type} token"
msgstr ""
...
...
@@ -7432,6 +7438,9 @@ msgstr ""
msgid "Enter a number"
msgstr ""
msgid "Enter a whole number between 0 and 100"
msgstr ""
msgid "Enter at least three characters to search"
msgstr ""
...
...
@@ -7456,6 +7465,9 @@ msgstr ""
msgid "Enter number of issues"
msgstr ""
msgid "Enter one or more user ID separated by commas"
msgstr ""
msgid "Enter the issue description"
msgstr ""
...
...
@@ -8554,6 +8566,18 @@ msgstr ""
msgid "FeatureFlags|User IDs"
msgstr ""
msgid "FeatureFlag|Delete strategy"
msgstr ""
msgid "FeatureFlag|Percentage"
msgstr ""
msgid "FeatureFlag|Type"
msgstr ""
msgid "FeatureFlag|User IDs"
msgstr ""
msgid "Feb"
msgstr ""
...
...
@@ -12790,6 +12814,9 @@ msgstr ""
msgid "Need help?"
msgstr ""
msgid "Needs attention"
msgstr ""
msgid "Network"
msgstr ""
...
...
@@ -13398,6 +13425,9 @@ msgstr ""
msgid "Omnibus Protected Paths throttle is active. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
msgstr ""
msgid "On track"
msgstr ""
msgid "Onboarding"
msgstr ""
...
...
@@ -13901,6 +13931,9 @@ msgstr ""
msgid "People without permission will never get a notification."
msgstr ""
msgid "Percent rollout (logged in users)"
msgstr ""
msgid "Percentage"
msgstr ""
...
...
@@ -14552,6 +14585,9 @@ msgstr ""
msgid "Proceed"
msgstr ""
msgid "Productivity"
msgstr ""
msgid "Productivity Analytics"
msgstr ""
...
...
@@ -16431,9 +16467,6 @@ msgstr ""
msgid "Repository"
msgstr ""
msgid "Repository Analytics"
msgstr ""
msgid "Repository Graph"
msgstr ""
...
...
@@ -17425,6 +17458,9 @@ msgstr ""
msgid "Select source branch"
msgstr ""
msgid "Select strategy activation method"
msgstr ""
msgid "Select target branch"
msgstr ""
...
...
@@ -17913,6 +17949,9 @@ msgstr ""
msgid "Sidebar|Only numeral characters allowed"
msgstr ""
msgid "Sidebar|Status"
msgstr ""
msgid "Sidebar|Weight"
msgstr ""
...
...
@@ -21383,6 +21422,9 @@ msgstr ""
msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
msgstr ""
msgid "User IDs"
msgstr ""
msgid "User OAuth applications"
msgstr ""
...
...
@@ -21740,6 +21782,9 @@ msgstr ""
msgid "Value"
msgstr ""
msgid "Value Stream"
msgstr ""
msgid "Value Stream Analytics"
msgstr ""
...
...
@@ -22449,6 +22494,9 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr ""
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
msgid "You are not allowed to unlink your primary login account"
msgstr ""
...
...
@@ -22569,9 +22617,6 @@ msgstr ""
msgid "You can try again using %{begin_link}basic search%{end_link}"
msgstr ""
msgid "You can't commit to this project"
msgstr ""
msgid "You cannot access the raw file. Please wait a minute."
msgstr ""
...
...
@@ -23512,6 +23557,9 @@ msgstr ""
msgid "is not an email you own"
msgstr ""
msgid "is not in the group enforcing Group Managed Account"
msgstr ""
msgid "is too long (%{current_value}). The maximum size is %{max_size}."
context'user does not have push right to repository'do
it_behaves_like'misconfigured dashboard service response',:forbidden,%q(You can't commit to this project)
it_behaves_like'misconfigured dashboard service response',:forbidden,%q(You are not allowed to push into this branch. Create another branch or open a merge request.)
context'user does not have push right to repository'do
it_behaves_like'misconfigured dashboard service response',:forbidden,"You can't commit to this project"
it_behaves_like'misconfigured dashboard service response',:forbidden,"You are not allowed to push into this branch. Create another branch or open a merge request."