INTEGRATION_NOT_AN_ASSIGNEE: i18n()

in src/components/activity-stream/activity__stream-vcs-helper.ts [47:93]


  INTEGRATION_NOT_AN_ASSIGNEE: i18n(
    'The commit author is not an assignee in the project.',
  ),
  BITBUCKET_NO_USER_INFO_PROVIDED: i18n(
    'YouTrack did not receive user data for this commit author from Bitbucket.',
  ),
  BITBUCKET_NO_USER_FOUND_IN_YOUTRACK: i18n(
    'YouTrack did not find a user that matches the user account in Bitbucket.',
  ),
  BITBUCKET_USER_NOT_UNIQUE: i18n(
    'YouTrack found multiple users with email addresses that match the registered email in Bitbucket.',
  ),
  BITBUCKET_NO_USER_BY_EMAIL: i18n(
    'YouTrack did not receive an email address for the commit author from Bitbucket.',
  ),
  BITBUCKET_NO_RAW_EMAIL: i18n(
    'The commit author has not specified an email address.',
  ),
  BITBUCKET_AUTHORS_DO_NOT_MATCH_DEPRECATED: i18n(
    'The commit author has specified an email address that is associated with a different user account.',
  ),
  GITLAB_NO_USER_INFO_PROVIDED: i18n(
    'YouTrack did not receive user data for this commit author from GitLab.',
  ),
  GITLAB_NO_USER_FOUND_IN_YOUTRACK: i18n(
    'YouTrack did not find a user that matches the user account in GitLab.',
  ),
  GITLAB_USER_NOT_UNIQUE: i18n(
    'YouTrack found multiple users with email addresses that match the registered email in GitLab.',
  ),
  GITLAB_NO_EMAIL: i18n(
    'YouTrack did not receive an email address for the commit author from GitLab.',
  ),
  GITHUB_NO_USER_INFO_PROVIDED: i18n(
    'YouTrack did not receive user data for this commit author from GitHub.',
  ),
  GITHUB_NO_USER_FOUND_IN_YOUTRACK: i18n(
    'YouTrack did not find a user that matches the user account in GitHub.',
  ),
  GITHUB_USER_NOT_UNIQUE: i18n(
    'YouTrack found multiple users with email addresses that match the registered email in GitHub.',
  ),
  GITHUB_NO_EMAIL: i18n(
    'YouTrack did not receive an email address for the commit author from GitHub.',
  ),
};
export const pullRequestState = {