TEAMCITY_NO_USER_IN_YOUTRACK_BY_EMAIL: i18n()

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


  TEAMCITY_NO_USER_IN_YOUTRACK_BY_EMAIL: i18n(
    // eslint-disable-next-line quotes
    "The author of this commit has not been identified because they haven't specified their email address in their YouTrack profile.",
  ),
  TEAMCITY_USER_IS_NOT_UNIQUE_BY_EMAIL: i18n(
    // eslint-disable-next-line quotes
    "When integrating TeamCity and YouTrack, the users are matched by their email addresses. There are two or more different YouTrack users that have the same email address as the commit's author has in TeamCity.",
  ),
  TEAMCITY_ERROR_RETRIEVING_USER: i18n(
    // eslint-disable-next-line quotes
    "There was an error retrieving information about the change's author from TeamCity. The most probable reason is that TeamCity user that integration runs on behalf of does not have the required permissions.",
  ),
  UPSOURCE_NO_USER: i18n('No user information provided by Upsource.'),
  HUB_ERROR_RING_INTEGRATION: i18n(
    'YouTrack was unable to match the VCS user name to a Hub account for an unknown reason. Check your server logs for details.',
  ),
  HUB_ERROR_FORCE_SYNC: i18n(
    'YouTrack was unable to match the VCS user name to a Hub account for an unknown reason. Check your server logs for details.',
  ),
  HUB_NULL_USER: i18n(
    'The VCS user name does not match any user in YouTrack. To link future commits, add the VCS user name to the Hub account for this user.',
  ),
  HUB_MULTIPLE_USERS: i18n(
    'The VCS user name matches more than one user in YouTrack. To link future commits, remove the duplicate VCS user names from one or more Hub accounts or merge the duplicates into a single user account.',
  ),
  VCS_NOT_IN_COMMITTERS_GROUP: i18n(
    'The commit author does not belong to the committers group.',
  ),
  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 = {