Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 | 4x 4x 4x | 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'); |