en =
  topBarHeading: 'A Zooniverse project'
  signUpHeading: 'Sign up for a new Zooniverse account'
  signInHeading: 'Sign in to your Zooniverse account'
  signUp: 'Sign up'
  signIn: 'Sign in'
  signOut: 'Sign out'
  username: 'Username'
  password: 'Password'
  email: 'Email'
  realName: 'Real name'
  whyRealName: 'This will be used when we thank contributors, for example, in talks or on posters. If you don\'t want to be mentioned publicly, leave this blank.'
  noAccount: 'Don\'t have an account?'
  agreeToPrivacyPolicy: 'I agree to the <a href="https://www.zooniverse.org/privacy" target="_blank">privacy policy</a>.'
  betaPreference: 'I would like to receive notices with opportunities to test and provide feedback on unreleased Zooniverse projects.'
  forgotPassword: 'Forgot your password?'
  badLogin: 'Incorrect username or password'
  signInFailed: 'Sign in failed.'
  signInForProfile: 'Sign in to see your profile.'
  footerHeading: 'The Zooniverse is a collection of web-based citizen science projects that use the efforts of volunteers to help researchers deal with the flood of data that confronts them.'
  privacyPolicy: 'Privacy policy'
  forkOnGitHub: 'Source & bugs'
  recents: 'Recents'
  favorites: 'Favorites'
  none: 'none'

window.zooniverse ?= {}
window.zooniverse.translations ?= {}
window.zooniverse.translations.en = en
module?.exports = en
