mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
d8e5d4eed4
* feat(i18n): add Japanese translation Signed-off-by: Soli0222 <github@str08.net> * docs: changelog, what's new and credit for Japanese translation --------- Signed-off-by: Soli0222 <github@str08.net> Co-authored-by: Psychotoxical <171614930+Psychotoxical@users.noreply.github.com>
25 lines
1.2 KiB
TypeScript
25 lines
1.2 KiB
TypeScript
export const favorites = {
|
|
title: 'お気に入り',
|
|
empty: 'まだお気に入りは保存されていません。',
|
|
artists: 'アーティスト',
|
|
albums: 'アルバム',
|
|
songs: '曲',
|
|
enqueueAll: 'すべてキューに追加',
|
|
playAll: 'すべて再生',
|
|
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: '同期エラーです。一部のトラックを保存できませんでした',
|
|
};
|