Files
psysonic/src/locales/ja/statistics.ts
T
Soli d8e5d4eed4 feat(i18n): add Japanese translation (#1134)
* 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>
2026-06-20 13:52:10 +02:00

94 lines
4.2 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export const statistics = {
title: '統計',
recentlyPlayed: '最近再生',
mostPlayed: 'よく再生したアルバム',
highestRated: '高評価アルバム',
genreDistribution: 'ジャンル分布 (上位 20)',
loadMore: 'さらに読み込む',
statArtists: 'アーティスト',
statArtistsTooltip: 'アルバムアーティストのみ。自分のアルバムがなく、トラック単位のアーティスト (フィーチャリング、ゲストなど) としてのみ登場するアーティストは含まれません。',
statAlbums: 'アルバム',
statSongs: '曲',
statGenres: 'ジャンル',
statPlaytime: '総再生時間',
genreInsights: 'ジャンル分析',
formatDistribution: '形式分布',
formatSample: '{{n}} 曲のサンプル',
computing: '計算中…',
genreSongs: '{{count}} 曲',
genreAlbums: '{{count}} 枚のアルバム',
recentlyAdded: '最近追加',
decadeDistribution: '年代別アルバム',
decadeAlbums_one: '{{count}} 枚のアルバム',
decadeAlbums_other: '{{count}} 枚のアルバム',
decadeUnknown: '不明',
lfmTitle: '{{provider}} 統計',
lfmTopArtists: 'トップアーティスト',
lfmTopAlbums: 'トップアルバム',
lfmTopTracks: 'トップトラック',
lfmPlays: '{{count}} 回再生',
lfmPeriodOverall: '全期間',
lfmPeriod7day: '7 日',
lfmPeriod1month: '1 か月',
lfmPeriod3month: '3 か月',
lfmPeriod6month: '6 か月',
lfmPeriod12month: '12 か月',
lfmRecentTracks: '最近の scrobble',
lfmNowPlaying: '再生中',
lfmJustNow: 'たった今',
lfmMinutesAgo: '{{n}} 分前',
lfmHoursAgo: '{{n}} 時間前',
lfmDaysAgo: '{{n}} 日前',
topRatedSongs: '高評価の曲',
topRatedArtists: '高評価のアーティスト',
noRatedSongs: '評価済みの曲はまだありません。アルバムまたはプレイリスト表示で曲を評価してください。',
noRatedArtists: '評価済みのアーティストはまだありません。',
exportShare: '共有',
exportTitle: 'トップアルバムを共有',
exportSubtitle: 'よく再生したアルバムの共有用画像を生成します。',
exportFormat: '形式',
exportFormatStory: 'ストーリー',
exportFormatSquare: '正方形',
exportFormatTwitter: 'Twitter カード',
exportGrid: 'グリッド',
exportGridLabel: '{{n}}×{{n}}',
exportPreview: 'プレビュー',
exportGenerate: '生成',
exportSave: '画像を保存…',
exportCancel: 'キャンセル',
exportFooterLabel: 'トップアルバム',
exportNotEnough: '{{n}}×{{n}} グリッドにはライブラリ内に少なくとも {{count}} 枚のアルバムが必要です。',
exportSaving: '保存中…',
exportSaved: '保存しました。',
exportSaveFailed: '画像を保存できませんでした。',
tabServer: 'サーバー統計',
tabPlayer: 'プレイヤー統計',
playerEmpty: '聴き始めると、ローカルの再生履歴がここに表示されます。',
playerSummaryTime: 'リスニング時間',
playerListeningDayShort: '{{count}}日',
playerListeningHourShort: '{{count}}時間',
playerListeningMinuteShort: '{{count}}分',
playerSummarySessions: 'セッション',
playerSummaryTracks: 'トラック再生',
playerSummaryUniqueTracks: 'ユニークトラック',
playerSummaryDays: '日数',
playerIndexRequired: 'プレイヤー統計には少なくとも 1 つの設定済みサーバーが必要です。',
playerPartialIndexSettings: 'サーバー設定',
playerSummaryCompletion: '完了 / 部分',
playerYearPrev: '前年',
playerYearNext: '翌年',
playerHeatmapLegend: '色が濃いセルほど、その日に再生したトラックが多いことを示します。',
playerHeatmapLess: '少ない',
playerHeatmapMore: '多い',
playerDaySessions: '{{count}} セッション',
playerDayTrackPlays: '{{count}} 曲',
playerDayFullPartial: '{{full}} 完了 · {{partial}} 部分',
playerRecentDaysTitle: '最近の日',
playerDayToday: '今日',
playerDayYesterday: '昨日',
playerListenedSecShort: '{{seconds}}秒',
playerListenedMinDecimal: '{{minutes}} 分',
completionFull: '最後まで再生',
completionPartial: '部分再生',
};