Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7e3c2e3b
Commit
7e3c2e3b
authored
Mar 24, 2022
by
Miguel Rincon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update "locked" tooltips and text
Changelog: changed
parent
0a6ec0fe
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
app/assets/javascripts/runner/components/runner_update_form.vue
...sets/javascripts/runner/components/runner_update_form.vue
+5
-1
app/assets/javascripts/runner/constants.js
app/assets/javascripts/runner/constants.js
+3
-1
locale/gitlab.pot
locale/gitlab.pot
+4
-4
No files found.
app/assets/javascripts/runner/components/runner_update_form.vue
View file @
7e3c2e3b
...
...
@@ -138,7 +138,11 @@ export default {
>
{{ __('Lock to current projects') }}
<
template
#help
>
{{
s__
(
'
Runners|Use the runner for the currently assigned projects only.
'
)
}}
{{
s__
(
'
Runners|Use the runner for the currently assigned projects only. Only administrators can change the assigned projects.
'
,
)
}}
</
template
>
</gl-form-checkbox>
...
...
app/assets/javascripts/runner/constants.js
View file @
7e3c2e3b
...
...
@@ -55,7 +55,9 @@ export const I18N_DELETE_DISABLED_UNKNOWN_REASON = s__(
);
export
const
I18N_DELETED_TOAST
=
s__
(
'
Runners|Runner %{name} was deleted
'
);
export
const
I18N_LOCKED_RUNNER_DESCRIPTION
=
s__
(
'
Runners|You cannot assign to other projects
'
);
export
const
I18N_LOCKED_RUNNER_DESCRIPTION
=
s__
(
'
Runners|Runner is locked and available for currently assigned projects only. Only administrators can change the assigned projects.
'
,
);
// Runner details
...
...
locale/gitlab.pot
View file @
7e3c2e3b
...
...
@@ -32394,6 +32394,9 @@ msgstr ""
msgid "Runners|Runner has never contacted this instance"
msgstr ""
msgid "Runners|Runner is locked and available for currently assigned projects only. Only administrators can change the assigned projects."
msgstr ""
msgid "Runners|Runner is offline; last contact was %{runner_contact} ago"
msgstr ""
...
...
@@ -32484,7 +32487,7 @@ msgstr ""
msgid "Runners|Use the runner for jobs without tags, in addition to tagged jobs."
msgstr ""
msgid "Runners|Use the runner for the currently assigned projects only."
msgid "Runners|Use the runner for the currently assigned projects only.
Only administrators can change the assigned projects.
"
msgstr ""
msgid "Runners|Use the runner on pipelines for protected branches only."
...
...
@@ -32511,9 +32514,6 @@ msgstr ""
msgid "Runners|You can set up a specific runner to be used by multiple projects but you cannot make this a shared runner."
msgstr ""
msgid "Runners|You cannot assign to other projects"
msgstr ""
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment