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 'confirmation' => 'แน่ใจหรือ?',
8 'confirmation_unsaved' => 'การเปลี่ยนแปลงทั้งหมดจะหายไป คุณแน่หรือไม่',
9 'saved' => 'บันทึกแล้ว',
10
11 'array_and' => [
12 'words_connector' => ' ',
13 'two_words_connector' => ' และ',
14 'last_word_connector' => ' และ',
15 ],
16
17 'badges' => [
18 'new' => 'ใหม่!',
19 ],
20
21 'buttons' => [
22 'admin' => 'ผู้ดูแล',
23 'authorise' => 'อนุญาต',
24 'authorising' => 'กำลังอนุญาต...',
25 'back' => '',
26 'back_to_previous' => 'กลับไปยังตำแหน่งก่อนหน้านี้',
27 'back_to_top' => 'กลับไปด้านบน',
28 'cancel' => 'ยกเลิก',
29 'change' => 'เปลี่ยน',
30 'clear' => 'ล้าง',
31 'click_to_copy' => 'คลิกเพื่อคัดลอกไปยังคลิปบอร์ด',
32 'click_to_copy_copied' => 'คัดลอกไปยังคลิปบอร์ดแล้ว',
33 'close' => 'ปิด',
34 'collapse' => 'ยุบ',
35 'delete' => 'ลบ',
36 'edit' => 'แก้ไข',
37 'expand' => 'ขยาย',
38 'hide' => 'ซ่อน',
39 'permalink' => 'ลิงก์ถาวร',
40 'pin' => 'ปักหมุด',
41 'post' => 'โพสต์',
42 'read_more' => 'อ่านเพิ่มเติม',
43 'refresh' => 'รีเฟรช',
44 'reply' => 'ตอบกลับ',
45 'reply_reopen' => 'ตอบกลับ และเปิดใหม่',
46 'reply_resolve' => 'ตอบกลับ และแก้ไข',
47 'reset' => 'รีเซ็ต',
48 'restore' => 'กู้คืน',
49 'retry' => 'ลองใหม่',
50 'save' => 'บันทึก',
51 'saving' => 'กำลังบันทึก...',
52 'search' => 'ค้นหา',
53 'see_more' => 'ดูเพิ่มเติม',
54 'show' => 'แสดง',
55 'show_deleted' => 'แสดงรายการที่ลบ',
56 'show_less' => 'แสดงน้อยลง',
57 'show_more' => 'แสดงเพิ่มเติม',
58 'show_more_options' => 'แสดงตัวเลือกเพิ่มเติม',
59 'submit' => 'ส่ง',
60 'unpin' => 'ยกเลิกการปักหมุด',
61 'update' => 'อัปเดต',
62 'upload_image' => 'อัปโหลดรูปภาพ',
63
64 'watch' => [
65 'to_0' => 'เลิกติดตาม',
66 'to_1' => 'ติดตาม',
67 ],
68 ],
69
70 'count' => [
71 'badges' => ':count_delimited ตรา|:count_delimited ตรา',
72 'days' => ':count_delimited วัน|:count_delimited วัน',
73 'hour_short_unit' => 'ชั่วโมง|ชั่วโมง',
74 'hours' => ':count ชั่วโมง|:count ชั่วโมง',
75 'item' => ':count อัน|:count อัน',
76 'minute_short_unit' => 'นาที|นาที',
77 'minutes' => ':count_delimited นาที|:count_delimited นาที',
78 'months' => ':count_delimited เดือน|:count_delimited เดือน',
79 'notifications' => ':count_delimited การแจ้งเตือน|:count_delimited การแจ้งเตือนทั้งหมด',
80 'plus_others' => '+ :count_delimited อัน!|+ :count_delimited อัน!',
81 'post' => ':count_delimited โพสต์|:count_delimited โพสต์',
82 'second_short_unit' => 'วินาที|วินาที',
83 'star_priority' => ':count_delimited ดาวความสำคัญ|:count_delimited ดาวความสำคัญ',
84 'update' => ':count_delimited อัพเดต|:count_delimited อัปเดต',
85 'view' => ':count_delimited ดู|:count_delimited ดู',
86 'years' => ':count_delimited ปี|:count_delimited ปี',
87 ],
88
89 'countdown' => [
90 'days' => 'วัน',
91 'hours' => 'ชั่วโมง',
92 'minutes' => 'นาที',
93 'seconds' => 'วินาที',
94 ],
95
96 'datetime' => [
97 'year_month' => [
98 'moment' => 'MMMM YYYY',
99 'php' => 'MMMM y',
100 ],
101 'year_month_short' => [
102 'moment' => 'MMM YYYY',
103 ],
104 ],
105
106 'device' => [
107 'keyboard' => 'แป้นพิมพ์',
108 'mouse' => 'เมาส์',
109 'tablet' => 'แทบเล็ต',
110 'touch' => 'จอสัมผัส',
111 ],
112
113 'dropzone' => [
114 'target' => 'วางที่นี่เพื่ออัปโหลด',
115 ],
116
117 'input' => [
118 'search' => 'ค้นหา...',
119 ],
120
121 'pagination' => [
122 'previous' => 'ก่อนหน้า',
123 'next' => 'ถัดไป',
124 ],
125
126 'score_count' => [
127 'count_100' => '100',
128 'count_300' => '300',
129 'count_50' => '50',
130 'count_geki' => '',
131 'count_katu' => '200',
132 'count_miss' => 'Miss',
133 ],
134
135 'scoreboard_time' => [
136 'd' => '%d วัน',
137 'dd' => '%d วัน',
138 'h' => '%d ชั่วโมง',
139 'hh' => '%d ชั่วโมง',
140 'm' => '%d นาที',
141 'mm' => '%d นาที',
142 'month' => '%d เดือน',
143 'months' => '%d เดือน',
144 'past' => '',
145 's' => '%d วินาที',
146 'y' => '%d ปี',
147 'yy' => '%d ปี',
148 ],
149
150 'time' => [
151 'days_ago' => ':count_delimited วันที่แล้ว|:count_delimited วันที่แล้ว',
152 'hours_ago' => ':count_delimited ชั่วโมงที่แล้ว|:count_delimited ชั่วโมงที่แล้ว',
153 'now' => 'ขณะนี้',
154 'remaining' => 'เวลาที่เหลือ',
155 ],
156
157 'title' => [
158 'notice' => 'แจ้งเตือน',
159 ],
160
161 'wrong_user' => [
162 '_' => 'คุณกำลังเข้าสู่ระบบด้วยชื่อ :user :logout_link',
163 'logout_link' => 'คลิกที่นี่เพื่อเข้าสู่ระบบในฐานะบัญชีผู้ใช้อื่น',
164 ],
165];