. 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' => '名称', ], ];