the browser-facing portion of osu!
at master 44 lines 1.2 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 '_' => 'Sắp xếp theo', 8 9 'all' => 'Tất cả', 10 'friends' => 'Bạn bè', 11 'last_visit' => 'Hoạt động gần nhất', 12 'new' => 'Gần đây', 13 'old' => 'Cũ', 14 'rank' => 'Xếp hạng', 15 'top' => 'Hàng đầu', 16 'username' => 'Tên người chơi', 17 18 'artist_tracks' => [ 19 'album' => 'Album', 20 'artist' => 'Nghệ sĩ', 21 'bpm' => 'BPM', 22 'genre' => 'Thể loại', 23 'length' => 'Độ dài', 24 'relevance' => 'Mức độ liên quan', 25 'title' => 'Tiêu đề', 26 'update' => 'Cập nhật', 27 ], 28 29 'forum_posts' => [ 30 'created' => 'Thời gian đăng', 31 'relevance' => 'Mức độ liên quan', 32 ], 33 34 'forum_topics' => [ 35 'created' => 'Ngày tạo', 36 'feature_votes' => 'Ưu tiên sao', 37 'new' => 'Trả lời cuối', 38 ], 39 40 'users' => [ 41 'relevance' => 'Mức độ liên quan', 42 'username' => 'Tên', 43 ], 44];