export default { content: { header: { prefix: '搜索', placeholder: '什么呢' }, empty: { general: '输入关键词搜索$t(sharedSearch:content.sections.accounts)$t(sharedSearch:content.sections.hashtags)或者$t(sharedSearch:content.sections.statuses)', advanced: { header: '高级搜索格式', 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: '用户', hashtags: '话题标签', statuses: '嘟文' }, notFound: '找不到 {{searchTerm}} 相关的 {{type}}' } }