mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
27 lines
1.1 KiB
TypeScript
27 lines
1.1 KiB
TypeScript
export const favorites = {
|
|
title: 'Favoriten',
|
|
empty: 'Du hast noch keine Favoriten gespeichert.',
|
|
artists: 'Künstler',
|
|
albums: 'Alben',
|
|
songs: 'Songs',
|
|
enqueueAll: 'Alle in die Warteschlange',
|
|
enqueueSelected: 'Auswahl in die Warteschlange',
|
|
playAll: 'Alle abspielen',
|
|
playSelected: 'Auswahl abspielen',
|
|
removeSong: 'Aus Favoriten entfernen',
|
|
stations: 'Radiosender',
|
|
showingFiltered: 'Zeige {{filtered}} von {{total}} ({{artist}})',
|
|
showingCount: 'Zeige {{filtered}} von {{total}}',
|
|
clearArtistFilter: 'Künstlerfilter zurücksetzen',
|
|
noFilterResults: 'Keine Ergebnisse mit den ausgewählten Filtern.',
|
|
allArtists: 'Alle Künstler',
|
|
topArtists: 'Top-Künstler nach Favoriten',
|
|
topArtistsSongCount_one: '{{count}} Song',
|
|
topArtistsSongCount_other: '{{count}} Songs',
|
|
offlineTooltip: 'Favoriten für Offline-Wiedergabe speichern',
|
|
offlineJobName: 'Favoriten',
|
|
offlineSemaphoreSyncing: 'Synchronisiere Favoriten… {{saved}} von {{total}}',
|
|
offlineSemaphoreSynced: 'Alle Favoriten für Offline gespeichert',
|
|
offlineSemaphoreError: 'Sync-Fehler — einige Titel konnten nicht gespeichert werden',
|
|
};
|