2021-10-27 15:23:28 +05:30
import { _ _ , s _ _ } from '~/locale' ;
2021-09-30 23:02:18 +05:30
export const BRANCHES _PER _PAGE = 20 ;
export const PROJECTS _PER _PAGE = 20 ;
2021-10-27 15:23:28 +05:30
export const I18N _NEW _BRANCH _LABEL _DROPDOWN = _ _ ( 'Project' ) ;
export const I18N _NEW _BRANCH _LABEL _BRANCH = _ _ ( 'Branch name' ) ;
export const I18N _NEW _BRANCH _LABEL _SOURCE = _ _ ( 'Source branch' ) ;
export const I18N _NEW _BRANCH _SUBMIT _BUTTON _TEXT = _ _ ( 'Create branch' ) ;
export const CREATE _BRANCH _ERROR _GENERIC = s _ _ (
'JiraConnect|Failed to create branch. Please try again.' ,
) ;
export const CREATE _BRANCH _ERROR _WITH _CONTEXT = s _ _ ( 'JiraConnect|Failed to create branch.' ) ;
export const I18N _PAGE _TITLE _WITH _BRANCH _NAME = s _ _ (
'JiraConnect|Create branch for Jira issue %{jiraIssue}' ,
) ;
export const I18N _PAGE _TITLE _DEFAULT = _ _ ( 'New branch' ) ;
export const I18N _NEW _BRANCH _SUCCESS _TITLE = s _ _ (
'JiraConnect|New branch was successfully created.' ,
) ;
export const I18N _NEW _BRANCH _SUCCESS _MESSAGE = s _ _ (
'JiraConnect|You can now close this window and return to Jira.' ,
) ;
2022-04-04 11:22:00 +05:30
export const I18N _NEW _BRANCH _PERMISSION _ALERT = s _ _ (
"JiraConnect|You don't have permission to create branches for this project. Select a different project or contact the project owner for access. %{linkStart}Learn more.%{linkEnd}" ,
) ;