mirror of
https://github.com/kilyabin/psysonic.git
synced 2026-07-22 14:35:41 +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 nowPlayingInfo = {
|
|
tab: '情報',
|
|
empty: '何か再生すると情報が表示されます',
|
|
artist: 'アーティスト',
|
|
songInfo: '曲情報',
|
|
onTour: 'ツアー中',
|
|
noTourEvents: '今後の公演はありません',
|
|
tourLoading: '読み込み中…',
|
|
poweredByBandsintown: 'ツアーデータ提供: Bandsintown',
|
|
bioReadMore: '続きを読む',
|
|
bioReadLess: '折りたたむ',
|
|
showMoreTours_one: 'さらに {{count}} 件表示',
|
|
showMoreTours_other: 'さらに {{count}} 件表示',
|
|
showLessTours: '折りたたむ',
|
|
enableBandsintownPrompt: '今後のツアー日程を表示しますか?',
|
|
enableBandsintownPromptDesc: '任意です。公開 Bandsintown API から現在のアーティストの公演情報を読み込みます。',
|
|
enableBandsintownPrivacy: '有効にすると、ツアー日程取得のため現在再生中のアーティスト名が Bandsintown API に送信されます。アカウント情報や個人データはデバイス外へ送信されません。',
|
|
enableBandsintownAction: '有効化',
|
|
role: {
|
|
artist: 'アーティスト',
|
|
albumArtist: 'アルバムアーティスト',
|
|
composer: '作曲者',
|
|
},
|
|
};
|