Welcome to mirror list, hosted at ThFree Co, Russian Federation.

messages.js « store « security_reports « vue_shared « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c25e252a76868bb025c6f78735b59aa8d9c01537 (plain)
1
2
3
4
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');