mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-07-25 07:37:29 +08:00
41 lines
1.4 KiB
TypeScript
41 lines
1.4 KiB
TypeScript
export default {
|
|
podcast: 'ポッドキャスト',
|
|
mySubscriptions: '購読中',
|
|
discover: '発見',
|
|
categories: 'カテゴリー',
|
|
todayPerfered: '今日のおすすめ',
|
|
recommended: 'おすすめ',
|
|
hotRanking: '人気',
|
|
newRanking: '新着',
|
|
subscribeCount: '購読者',
|
|
programCount: 'エピソード',
|
|
subscribe: '購読',
|
|
subscribed: '購読中',
|
|
unsubscribe: '購読解除',
|
|
unsubscribed: '購読を解除しました',
|
|
subscribeSuccess: '購読しました',
|
|
unsubscribeFailed: '購読解除に失敗しました',
|
|
subscribeFailed: '購読に失敗しました',
|
|
radioDetail: 'ラジオ詳細',
|
|
programList: 'エピソード一覧',
|
|
playProgram: '再生',
|
|
recentPlayed: '最近再生',
|
|
listeners: 'リスナー',
|
|
noSubscriptions: '購読なし',
|
|
goDiscover: 'ポッドキャストを探す',
|
|
searchPodcast: 'ポッドキャスト検索',
|
|
category: 'カテゴリー',
|
|
all: 'すべて',
|
|
dj: 'パーソナリティ',
|
|
episodes: '話',
|
|
playAll: 'すべて再生',
|
|
popularCategories: '人気カテゴリー',
|
|
allCategories: 'すべてのカテゴリー',
|
|
categoryRadios: 'カテゴリーラジオ',
|
|
exploreCategoryRadios: 'もっと素晴らしいラジオを探す',
|
|
hotRadios: '人気ラジオ',
|
|
noCategoryRadios: 'このカテゴリーにはラジオがありません',
|
|
searchPlaceholder: 'ポッドキャスト、エピソードを検索...',
|
|
searchResults: '検索結果'
|
|
};
|