the browser-facing portion of osu!
at master 44 lines 1.1 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 '_' => '並び替え', 8 9 'all' => '全て', 10 'friends' => 'フレンド', 11 'last_visit' => '最近の活動', 12 'new' => '最近', 13 'old' => '古い', 14 'rank' => '順位', 15 'top' => 'トップ', 16 'username' => 'ユーザー名', 17 18 'artist_tracks' => [ 19 'album' => 'アルバム', 20 'artist' => 'アーティスト', 21 'bpm' => 'BPM', 22 'genre' => 'ジャンル', 23 'length' => '長さ', 24 'relevance' => '関連', 25 'title' => '曲名', 26 'update' => '更新', 27 ], 28 29 'forum_posts' => [ 30 'created' => '投稿時間', 31 'relevance' => '関連', 32 ], 33 34 'forum_topics' => [ 35 'created' => '作成日', 36 'feature_votes' => 'スターの優先度', 37 'new' => '最後の返信', 38 ], 39 40 'users' => [ 41 'relevance' => '関連性', 42 'username' => '名前', 43 ], 44];