. 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' => '이름', ], ];