fix(projects): fix breadcrumb showing i18n key instead of translated text (#931)
Fixes #929. The breadcrumb in ProjectDetailPage used the non-existent key
`navigation.projects`. Changed to the correct key `nav.projects` which is
defined in all locale files and resolves to e.g. 'Projects' in English.