module.exports =
  home: 'Главная'
  classify: 'Классификация'
  profile: 'Профиль'
  science: 'Наука'
  team: 'Team'

  getStarted: 'Начать!'
  thankYou: 'Thank you. Your classification has been recorded.'
  yes: 'Да'
  no: 'No'
  talkQuestion: 'Do you want to talk about this image?'
  existingComments: 'There are already <span class="readymade-existing-comments-count">&mdash;</span> comments.'
  share: 'Share this image:'
  next: 'Next'
  previous: 'Previous'
  finished: 'Завершить'
  back: 'Back'

  favorite: 'Favorite'
  favoriteIcon: '<i class="fa fa-heart-o readymade-clickable-not-checked"></i>'
  favoriteIconChecked: '<i class="fa fa-heart readymade-clickable-checked" style="color: orangered;"></i>'
  hideOldMarks: 'Hide old marks'
  hideOldMarksIcon: '<i class="fa fa-eye-slash readymade-clickable-not-checked"></i>'
  hideOldMarksIconChecked: '<i class="fa fa-eye-slash readymade-clickable-checked" style="color: orangered;"></i>'
  restartTutorial: 'Restart tutorial'
  tutorialIcon: '<i class="fa fa-graduation-cap"></i>'
