. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ '_' => '並び替え', 'all' => '全て', 'friends' => 'フレンド', 'last_visit' => '最近の活動', 'new' => '最近', 'old' => '古い', 'rank' => '順位', 'top' => 'トップ', 'username' => 'ユーザー名', 'artist_tracks' => [ 'album' => 'アルバム', 'artist' => 'アーティスト', 'bpm' => 'BPM', 'genre' => 'ジャンル', 'length' => '長さ', 'relevance' => '関連', 'title' => '曲名', 'update' => '更新', ], 'forum_posts' => [ 'created' => '投稿時間', 'relevance' => '関連', ], 'forum_topics' => [ 'created' => '作成日', 'feature_votes' => 'スターの優先度', 'new' => '最後の返信', ], 'users' => [ 'relevance' => '関連性', 'username' => '名前', ], ];