'An unexpected error occurred while checking the project runners.',
);
exportconstUNEXPECTED_ERROR_STATUS=__(
'An unexpected error occurred while communicating with the Web Terminal.',
);
exportconstUNEXPECTED_ERROR_STARTING=__(
'An unexpected error occurred while starting the Web Terminal.',
);
exportconstUNEXPECTED_ERROR_STOPPING=__(
'An unexpected error occurred while stopping the Web Terminal.',
);
exportconstEMPTY_RUNNERS=__(
'Configure GitLab runners to start using Web Terminal. %{helpStart}Learn more.%{helpEnd}',
'Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}',
);
exportconstERROR_CONFIG=__(
'Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}',