- {{ $t('global.player') }} - | -- {{ $t('global.rank') }} - | -- {{ $t('global.mods') }} - | -- {{ $t(localeKey.rankingSystem(Rank.Score)) }} - | -- {{ $t(localeKey.rankingSystem(rankingSystem)) }} - | -- {{ $t('global.played-at') }} - | -- {{ t('actions') }} - | -||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
-
-
-
-
-
- |
- - #{{ index + 1 }} - | -
- |
- - {{ comma(item.score.score) }} - | -- {{ pp(item.score[Rank.PPv2] || 0) }} - | -- {{ pp(item.score[Rank.PPv2] || 0) }} - | -- {{ item.score.playedAt.toLocaleDateString() }} - {{ item.score.playedAt.toLocaleTimeString() }} - | -
-
-
- Replay
- |
-
-
- {{ t('no-score') }}
-
+ | + {{ $t('global.rank') }} + | ++ {{ $t('global.player') }} + | ++ {{ $t('global.mods') }} + | ++ {{ $t(localeKey.rankingSystem(Rank.Score)) }} + | ++ {{ $t(localeKey.rankingSystem(rankingSystem)) }} + | ++ {{ $t('global.played-at') }} + | ++ {{ t('actions') }} |
---|