9 |
14 | {{ '@' + data.username }}
13 |{{ data }}
22 |{{ $t('ui.loading') }}
25 |{{ props.hashtag }}
18 |{{ $t('explore.trending.tab') }}
19 |18 | {{ errorMessage }} 19 |
20 |{{ $t('dm.empty.description') }}
15 | 18 |18 | {{ t('profile.not-logged-in.description') }} 19 |
20 |20 | {{ $t('setting.content-you-see.description') }} 21 |
22 |20 | {{ $t('setting.mute-and-block.description') }} 21 |
22 |22 | {{ 23 | $t('explore.hashtag', { 24 | category: props.hashtag.category, 25 | rank: props.rank + 1, 26 | }) 27 | }} 28 |
29 |{{ props.hashtag.hashtag }}
30 |31 | {{ $n(props.hashtag.tweetsCount, { notation: 'compact' }) }} {{ $t('posts') }} 32 |
33 |