exportconstKEEP_N_LABEL=s__('ContainerRegistry|Number of tags to retain:');
exportconstNAME_REGEX_LABEL=s__(
'ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}expire:%{italicEnd}',
);
exportconstNAME_REGEX_PLACEHOLDER='.*';
exportconstNAME_REGEX_DESCRIPTION=s__(
'ContainerRegistry|Regular expressions such as %{codeStart}.*-test%{codeEnd} or %{codeStart}dev-.*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}',
);
exportconstNAME_REGEX_KEEP_LABEL=s__(
'ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}be preserved:%{italicEnd}',
);
exportconstNAME_REGEX_KEEP_PLACEHOLDER='';
exportconstNAME_REGEX_KEEP_DESCRIPTION=s__(
'ContainerRegistry|Regular expressions such as %{codeStart}.*-master%{codeEnd} or %{codeStart}release-.*%{codeEnd} are supported',