mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
14 lines
730 B
TypeScript
14 lines
730 B
TypeScript
export const mostPlayed = {
|
|
title: 'Най-слушани',
|
|
topArtists: 'Топ изпълнители',
|
|
topAlbums: 'Топ албуми',
|
|
plays: '{{n}} пускания',
|
|
sortMost: 'Най-много пускания първо',
|
|
sortLeast: 'Най-малко пускания първо',
|
|
loadMore: 'Зареди още албуми',
|
|
noData: 'Все още няма данни за пускания. Започнете да слушате!',
|
|
noArtists: 'Всички изпълнители са филтрирани.',
|
|
filterCompilations: 'Скрий изпълнители на компилации (Various Artists, Soundtracks и др.)',
|
|
filterCompilationsShort: 'Скрий компилации',
|
|
};
|