import { s__ } from '~/locale'; export const TRANSLATION_IS_LOADING = s__('ciReport|%{reportType} is loading'); export const TRANSLATION_HAS_ERROR = s__('ciReport|%{reportType}: Loading resulted in an error');