Skip to content
代码片段 群组 项目
提交 72970154 编辑于 作者: Vladimir Shushlin's avatar Vladimir Shushlin
浏览文件

Merge branch '433106-warning-when-disabling-shared-runners-in-group' into 'master'

Update warning when disabling group shared runners

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/138948



Merged-by: default avatarVladimir Shushlin <vshushlin@gitlab.com>
Approved-by: default avatarVladimir Shushlin <vshushlin@gitlab.com>
Co-authored-by: default avatarMiguel Rincon <mrincon@gitlab.com>
No related branches found
No related tags found
无相关合并请求
import { __, s__ } from '~/locale';
export const I18N_CONFIRM_MESSAGE = s__(
'Runners|Shared runners will be disabled for all projects and subgroups in this group. If you proceed, you must manually re-enable shared runners in the settings of each project and subgroup.',
'Runners|Shared runners will be disabled for all projects and subgroups in this group.',
);
export const I18N_CONFIRM_OK = s__('Runners|Yes, disable shared runners');
export const I18N_CONFIRM_CANCEL = s__('Runners|No, keep shared runners enabled');
......
......@@ -41826,7 +41826,7 @@ msgstr ""
msgid "Runners|Shared runners are disabled."
msgstr ""
 
msgid "Runners|Shared runners will be disabled for all projects and subgroups in this group. If you proceed, you must manually re-enable shared runners in the settings of each project and subgroup."
msgid "Runners|Shared runners will be disabled for all projects and subgroups in this group."
msgstr ""
 
msgid "Runners|Show only inherited"
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册