the browser-facing portion of osu!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 68 lines 3.6 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 'page_description' => 'ศิลปินที่โดดเด่นบน osu!', 8 'title' => 'ศิลปินโดดเด่น', 9 10 'admin' => [ 11 'hidden' => 'ข้อมูลศิลปินคนนี้ถูกซ่อนอยู่', 12 ], 13 14 'beatmaps' => [ 15 '_' => 'บีทแมพ', 16 'download' => 'ดาวน์โหลดตัวอย่างบีตแม็ป', 17 'download-na' => 'ตัวอย่างบีทแมพนี้ยังไม่สามารถให้ใช้งานได้', 18 ], 19 20 'index' => [ 21 'description' => 'ศิลปินโดดเด่นคือศิลปินที่ทำงานร่วมกันกับเราเพื่อสร้างเพลงใหม่ และเพลงออริจินัลบน osu! ศิลปินและเพลงของเขาเหล่านี้ได้ถูกคัดเลือกมาอย่างดีจากทีมงาน osu! เพื่อความเจ๋งและความเหมาะสมต่อการแมพ ศิลปินที่โดดเด่นบางคนในกลุ่มนี้ยังสร้างเพลงใหม่ไว้เฉพาะกับ osu! ด้วย<br><br>เพลงเหล่านี้ได้กำหนดจังหวะไว้แล้วในไฟล์ .osz และได้ถูกจดลิขลิทธิ์เพื่อใช้งานกับ osu! และเนื้อหาที่เกี่ยวข้องแล้ว', 22 ], 23 24 'links' => [ 25 'beatmaps' => 'osu! บีทแมพ', 26 'osu' => 'โปรไฟล์ osu!', 27 'site' => 'เว็บไซต์อย่างเป็นทางการ', 28 ], 29 30 'songs' => [ 31 '_' => 'เพลง', 32 'count' => ':count_delimited เพลง|:count_delimited เพลง', 33 'original' => 'osu! ต้นฉบับ', 34 'original_badge' => 'ต้นฉบับ', 35 ], 36 37 'tracklist' => [ 38 'title' => 'ชื่อ', 39 'length' => 'ระยะเวลา', 40 'bpm' => 'bpm', 41 'genre' => 'ประเภท', 42 ], 43 44 'tracks' => [ 45 'index' => [ 46 '_' => 'ค้นหาแทร็ก', 47 48 'exclusive_only' => [ 49 'all' => 'ทั้งหมด', 50 'exclusive_only' => 'osu! ต้นฉบับ', 51 ], 52 53 'form' => [ 54 'advanced' => 'การค้นหาขั้นสูง', 55 'album' => 'อัลบั้ม', 56 'artist' => 'ศิลปิน', 57 'bpm_gte' => 'BPM ต่ำสุด', 58 'bpm_lte' => 'BPM สูงสุด', 59 'empty' => 'ไม่พบแทร็กที่ตรงกับเกณฑ์การค้นหา', 60 'exclusive_only' => 'ประเภท', 61 'genre' => 'ประเภท', 62 'genre_all' => 'ทั้งหมด', 63 'length_gte' => 'ความยาวต่ำสุด', 64 'length_lte' => 'ความยาวสูงสุด', 65 ], 66 ], 67 ], 68];