export default { content: { header: { prefix: 'Search', placeholder: 'for...' }, empty: { general: 'Enter keyword to search for $t(sharedSearch:content.sections.accounts)$t(sharedSearch:content.sections.hashtags) or $t(sharedSearch:content.sections.statuses)', advanced: { header: 'Advanced search', example: { account: '$t(sharedSearch:content.header.prefix)$t(sharedSearch:content.sections.accounts)', hashtag: '$t(sharedSearch:content.header.prefix)$t(sharedSearch:content.sections.hashtags)', statusLink: '$t(sharedSearch:content.header.prefix)$t(sharedSearch:content.sections.statuses)', accountLink: '$t(sharedSearch:content.header.prefix)$t(sharedSearch:content.sections.accounts)' } } }, sections: { accounts: 'User', hashtags: 'Hashtag', statuses: 'Toot' }, notFound: 'Cannot find {{searchTerm}} related {{type}}' } }