mirror of
https://github.com/algerkong/AlgerMusicPlayer.git
synced 2026-04-03 14:20:50 +08:00
45 lines
1.4 KiB
TypeScript
45 lines
1.4 KiB
TypeScript
export default {
|
|
title: '再生履歴',
|
|
heatmapTitle: 'ヒートマップ',
|
|
playCount: '{count}',
|
|
getHistoryFailed: '履歴の取得に失敗しました',
|
|
tabs: {
|
|
all: 'すべての記録',
|
|
local: 'ローカル記録',
|
|
cloud: 'クラウド記録'
|
|
},
|
|
categoryTabs: {
|
|
songs: '楽曲',
|
|
playlists: 'プレイリスト',
|
|
albums: 'アルバム'
|
|
},
|
|
noDescription: '説明なし',
|
|
noData: '記録なし',
|
|
getCloudRecordFailed: 'クラウド記録の取得に失敗しました',
|
|
needLogin: 'cookieを使用してログインしてクラウド記録を表示できます',
|
|
merging: '記録を統合中...',
|
|
heatmap: {
|
|
title: '再生ヒートマップ',
|
|
loading: 'データを読み込み中...',
|
|
unit: '回再生',
|
|
footerText: 'ホバーして詳細を表示',
|
|
playCount: '{count} 回再生',
|
|
topSongs: 'その日の人気曲',
|
|
times: '回',
|
|
totalPlays: '総再生回数',
|
|
activeDays: 'アクティブ日数',
|
|
noData: '再生記録がありません',
|
|
colorTheme: 'カラーテーマ',
|
|
colors: {
|
|
green: 'グリーン',
|
|
blue: 'ブルー',
|
|
orange: 'オレンジ',
|
|
purple: 'パープル',
|
|
red: 'レッド'
|
|
},
|
|
mostPlayedSong: '最も再生された曲',
|
|
mostActiveDay: '最もアクティブな日',
|
|
latestNightSong: '深夜に再生した曲'
|
|
}
|
|
};
|