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 'index' => [
8 'description' => 'แพ็คคอลเล็คชั่นของเพลงที่อยู่ในประเภทเดียวกัน',
9 'empty' => 'เร็วๆ นี้!',
10 'nav_title' => 'รายการ',
11 'title' => 'แพ็คบีทแมพ',
12
13 'blurb' => [
14 'important' => 'กรุณาอ่านก่อนทำการดาวน์โหลด',
15 'install_instruction' => 'การติดตั้ง: หลังจากที่แพ็คเกจดาวน์โหลดเสร็จแล้ว แยกเนื้อหาในแพ็กเกจไปที่โฟลเดอร์ Songs ของ osu! และ osu! จะจัดการที่เหลือ',
16 ],
17 ],
18
19 'show' => [
20 'download' => 'ดาวน์โหลด',
21 'item' => [
22 'cleared' => 'ผ่านแล้ว',
23 'not_cleared' => 'ยังไม่ผ่าน',
24 ],
25 'no_diff_reduction' => [
26 '_' => ':link ไม่สามารถใช้เคลียร์แพ็คนี้ได้',
27 'link' => 'ม็อดที่ลดความยาก',
28 ],
29 ],
30
31 'mode' => [
32 'artist' => 'ศิลปิน/ผู้แต่ง',
33 'chart' => 'โดดเด่น',
34 'featured' => 'ศิลปินโดดเด่น',
35 'loved' => 'โครงการที่ชื่นชอบ',
36 'standard' => 'ทั่วไป',
37 'theme' => 'ธีม',
38 'tournament' => 'การแข่งขัน',
39 ],
40
41 'require_login' => [
42 '_' => 'คุณต้องทำการ :link เพื่อดาวน์โหลด',
43 'link_text' => 'ลงชื่อเข้าใช้แล้ว',
44 ],
45];