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

messages.js « terminal_sync « modules « stores « ide « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e50e1a1406bde6d223dc07db6c75c68378215eb1 (plain)
1
2
3
4
5
import { __ } from '~/locale';

export const MSG_TERMINAL_SYNC_CONNECTING = __('Connecting to terminal sync service');
export const MSG_TERMINAL_SYNC_UPLOADING = __('Uploading changes to terminal');
export const MSG_TERMINAL_SYNC_RUNNING = __('Terminal sync service is running');