the browser-facing portion of osu!
at master 44 lines 1.5 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];