@if (action === 0) {
{{ 'Starting' | translate }}
} @else {
{{ 'Stopping' | translate }}
}
@if (action === 0) {
{{
'Please wait while the pipeline is starting'
| translate
}}
} @else {
{{
'Please wait while the pipeline is stopping'
| translate
}}
}
done
{{
'Forced stop successful' | translate
}}