mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
27 lines
1.3 KiB
TypeScript
27 lines
1.3 KiB
TypeScript
export const favorites = {
|
|
title: 'お気に入り',
|
|
empty: 'まだお気に入りは保存されていません。',
|
|
artists: 'アーティスト',
|
|
albums: 'アルバム',
|
|
songs: '曲',
|
|
enqueueAll: 'すべてキューに追加',
|
|
enqueueSelected: '選択をキューに追加',
|
|
playAll: 'すべて再生',
|
|
playSelected: '選択を再生',
|
|
removeSong: 'お気に入りから削除',
|
|
stations: 'ラジオ局',
|
|
showingFiltered: '{{total}} 件中 {{filtered}} 件を表示 ({{artist}})',
|
|
showingCount: '{{total}} 件中 {{filtered}} 件を表示',
|
|
clearArtistFilter: 'アーティストフィルターを解除',
|
|
noFilterResults: '選択したフィルターに一致する結果はありません。',
|
|
allArtists: 'すべてのアーティスト',
|
|
topArtists: 'お気に入り数の多いアーティスト',
|
|
topArtistsSongCount_one: '{{count}} 曲',
|
|
topArtistsSongCount_other: '{{count}} 曲',
|
|
offlineTooltip: 'お気に入りをオフライン再生用に保存',
|
|
offlineJobName: 'お気に入り',
|
|
offlineSemaphoreSyncing: 'お気に入りを同期中… {{saved}} / {{total}}',
|
|
offlineSemaphoreSynced: 'すべてのお気に入りをオフライン再生用に保存しました',
|
|
offlineSemaphoreError: '同期エラーです。一部のトラックを保存できませんでした',
|
|
};
|