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

common.js « constants « explorer « container_registry « packages_and_registries « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17adaec7a7d1cc90221e59f3397cd8d73056aa63 (plain)
1
2
3
4
5
6
import { s__, __ } from '~/locale';

export const ROOT_IMAGE_TEXT = s__('ContainerRegistry|Root image');
export const MORE_ACTIONS_TEXT = __('More actions');

export const NAME_SORT_FIELD = { orderBy: 'NAME', label: __('Name') };