about summary refs log tree commit diff
path: root/app/javascript/mastodon/locales/th.json
blob: aeeebb0908a9efc418f7079570c7a8a41d327528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
{
  "account.add_or_remove_from_list": "เพิ่มหรือเอาออกจากรายการ",
  "account.badges.bot": "บอต",
  "account.block": "ปิดกั้น @{name}",
  "account.block_domain": "ซ่อนทุกอย่างจาก {domain}",
  "account.blocked": "ปิดกั้นอยู่",
  "account.cancel_follow_request": "ยกเลิกคำขอติดตาม",
  "account.direct": "ส่งข้อความโดยตรงถึง @{name}",
  "account.domain_blocked": "ซ่อนโดเมนอยู่",
  "account.edit_profile": "แก้ไขโปรไฟล์",
  "account.endorse": "แสดงให้เห็นในโปรไฟล์",
  "account.follow": "ติดตาม",
  "account.followers": "ผู้ติดตาม",
  "account.followers.empty": "ยังไม่มีใครติดตามผู้ใช้นี้",
  "account.follows": "การติดตาม",
  "account.follows.empty": "ผู้ใช้นี้ยังไม่ได้ติดตามใคร",
  "account.follows_you": "ติดตามคุณ",
  "account.hide_reblogs": "ซ่อนการดันจาก @{name}",
  "account.last_status": "ใช้งานล่าสุด",
  "account.link_verified_on": "ตรวจสอบความเป็นเจ้าของของลิงก์นี้เมื่อ {date}",
  "account.locked_info": "มีการตั้งสถานะความเป็นส่วนตัวของบัญชีนี้เป็นล็อคอยู่ เจ้าของตรวจทานผู้ที่สามารถติดตามเขาด้วยตนเอง",
  "account.media": "สื่อ",
  "account.mention": "กล่าวถึง @{name}",
  "account.moved_to": "{name} ได้ย้ายไปยัง:",
  "account.mute": "ปิดเสียง @{name}",
  "account.mute_notifications": "ปิดเสียงการแจ้งเตือนจาก @{name}",
  "account.muted": "ปิดเสียงอยู่",
  "account.never_active": "ไม่เลย",
  "account.posts": "โพสต์",
  "account.posts_with_replies": "โพสต์และการตอบกลับ",
  "account.report": "รายงาน @{name}",
  "account.requested": "กำลังรอการอนุมัติ คลิกเพื่อยกเลิกคำขอติดตาม",
  "account.share": "แบ่งปันโปรไฟล์ของ @{name}",
  "account.show_reblogs": "แสดงการดันจาก @{name}",
  "account.unblock": "เลิกปิดกั้น @{name}",
  "account.unblock_domain": "เลิกซ่อน {domain}",
  "account.unendorse": "ไม่แสดงให้เห็นในโปรไฟล์",
  "account.unfollow": "เลิกติดตาม",
  "account.unmute": "เลิกปิดเสียง @{name}",
  "account.unmute_notifications": "เลิกปิดเสียงการแจ้งเตือนจาก @{name}",
  "alert.rate_limited.message": "Please retry after {retry_time, time, medium}.",
  "alert.rate_limited.title": "Rate limited",
  "alert.unexpected.message": "เกิดข้อผิดพลาดที่ไม่คาดคิด",
  "alert.unexpected.title": "อุปส์!",
  "autosuggest_hashtag.per_week": "{count} ต่อสัปดาห์",
  "boost_modal.combo": "คุณสามารถกด {combo} เพื่อข้ามสิ่งนี้ในครั้งถัดไป",
  "bundle_column_error.body": "มีบางอย่างผิดพลาดขณะโหลดส่วนประกอบนี้",
  "bundle_column_error.retry": "ลองอีกครั้ง",
  "bundle_column_error.title": "ข้อผิดพลาดเครือข่าย",
  "bundle_modal_error.close": "ปิด",
  "bundle_modal_error.message": "มีบางอย่างผิดพลาดขณะโหลดส่วนประกอบนี้",
  "bundle_modal_error.retry": "ลองอีกครั้ง",
  "column.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
  "column.community": "เส้นเวลาในเว็บ",
  "column.direct": "ข้อความโดยตรง",
  "column.directory": "เรียกดูโปรไฟล์",
  "column.domain_blocks": "โดเมนที่ซ่อนอยู่",
  "column.favourites": "รายการโปรด",
  "column.follow_requests": "คำขอติดตาม",
  "column.home": "หน้าแรก",
  "column.lists": "รายการ",
  "column.mutes": "ผู้ใช้ที่ปิดเสียงอยู่",
  "column.notifications": "การแจ้งเตือน",
  "column.pins": "โพสต์ที่ปักหมุด",
  "column.public": "เส้นเวลาที่ติดต่อกับภายนอก",
  "column_back_button.label": "ย้อนกลับ",
  "column_header.hide_settings": "ซ่อนการตั้งค่า",
  "column_header.moveLeft_settings": "ย้ายคอลัมน์ไปทางซ้าย",
  "column_header.moveRight_settings": "ย้ายคอลัมน์ไปทางขวา",
  "column_header.pin": "ปักหมุด",
  "column_header.show_settings": "แสดงการตั้งค่า",
  "column_header.unpin": "ถอนหมุด",
  "column_subheading.settings": "การตั้งค่า",
  "community.column_settings.media_only": "สื่อเท่านั้น",
  "compose_form.direct_message_warning": "จะส่งโพสต์นี้ไปยังผู้ใช้ที่กล่าวถึงเท่านั้น",
  "compose_form.direct_message_warning_learn_more": "เรียนรู้เพิ่มเติม",
  "compose_form.hashtag_warning": "จะไม่แสดงรายการโพสต์นี้ภายใต้แฮชแท็กใด ๆ เนื่องจากไม่อยู่ในรายการ เฉพาะโพสต์สาธารณะเท่านั้นที่สามารถค้นหาโดยแฮชแท็ก",
  "compose_form.lock_disclaimer": "บัญชีของคุณไม่ได้ {locked} ใครก็ตามสามารถติดตามคุณเพื่อดูโพสต์สำหรับผู้ติดตามเท่านั้นของคุณ",
  "compose_form.lock_disclaimer.lock": "ล็อคอยู่",
  "compose_form.placeholder": "คุณกำลังคิดอะไรอยู่?",
  "compose_form.poll.add_option": "เพิ่มทางเลือก",
  "compose_form.poll.duration": "ระยะเวลาโพล",
  "compose_form.poll.option_placeholder": "ทางเลือก {number}",
  "compose_form.poll.remove_option": "เอาทางเลือกนี้ออก",
  "compose_form.publish": "โพสต์",
  "compose_form.publish_loud": "{publish}!",
  "compose_form.sensitive.hide": "ทำเครื่องหมายสื่อว่าละเอียดอ่อน",
  "compose_form.sensitive.marked": "มีการทำเครื่องหมายสื่อว่าละเอียดอ่อน",
  "compose_form.sensitive.unmarked": "ไม่มีการทำเครื่องหมายสื่อว่าละเอียดอ่อน",
  "compose_form.spoiler.marked": "มีการซ่อนข้อความอยู่หลังคำเตือน",
  "compose_form.spoiler.unmarked": "ไม่มีการซ่อนข้อความ",
  "compose_form.spoiler_placeholder": "เขียนคำเตือนของคุณที่นี่",
  "confirmation_modal.cancel": "ยกเลิก",
  "confirmations.block.block_and_report": "ปิดกั้นแล้วรายงาน",
  "confirmations.block.confirm": "ปิดกั้น",
  "confirmations.block.message": "คุณแน่ใจหรือไม่ว่าต้องการปิดกั้น {name}?",
  "confirmations.delete.confirm": "ลบ",
  "confirmations.delete.message": "คุณแน่ใจหรือไม่ว่าต้องการลบสถานะนี้?",
  "confirmations.delete_list.confirm": "ลบ",
  "confirmations.delete_list.message": "คุณแน่ใจหรือไม่ว่าต้องการลบรายการนี้อย่างถาวร?",
  "confirmations.domain_block.confirm": "ซ่อนทั้งโดเมน",
  "confirmations.domain_block.message": "Are you really, really sure you want to block the entire {domain}? In most cases a few targeted blocks or mutes are sufficient and preferable.",
  "confirmations.logout.confirm": "ออกจากระบบ",
  "confirmations.logout.message": "คุณแน่ใจหรือไม่ว่าต้องการออกจากระบบ?",
  "confirmations.mute.confirm": "ปิดเสียง",
  "confirmations.mute.explanation": "This will hide posts from them and posts mentioning them, but it will still allow them to see your posts and follow you.",
  "confirmations.mute.message": "คุณแน่ใจหรือไม่ว่าต้องการปิดเสียง {name}?",
  "confirmations.redraft.confirm": "ลบแล้วร่างใหม่",
  "confirmations.redraft.message": "คุณแน่ใจหรือไม่ว่าต้องการลบสถานะนี้แล้วร่างใหม่? รายการโปรดและการดันจะหายไป และการตอบกลับโพสต์ดั้งเดิมจะไม่มีความเกี่ยวพัน",
  "confirmations.reply.confirm": "ตอบกลับ",
  "confirmations.reply.message": "การตอบกลับตอนนี้จะเขียนทับข้อความที่คุณกำลังเขียน คุณแน่ใจหรือไม่ว่าต้องการดำเนินการต่อ?",
  "confirmations.unfollow.confirm": "เลิกติดตาม",
  "confirmations.unfollow.message": "คุณแน่ใจหรือไม่ว่าต้องการเลิกติดตาม {name}?",
  "conversation.delete": "ลบการสนทนา",
  "conversation.mark_as_read": "ทำเครื่องหมายว่าอ่านแล้ว",
  "conversation.open": "ดูการสนทนา",
  "conversation.with": "กับ {names}",
  "directory.federated": "จากเฟดิเวิร์สที่รู้จัก",
  "directory.local": "จาก {domain} เท่านั้น",
  "directory.new_arrivals": "New arrivals",
  "directory.recently_active": "Recently active",
  "embed.instructions": "ฝังสถานะนี้ในเว็บไซต์ของคุณโดยคัดลอกโค้ดด้านล่าง",
  "embed.preview": "นี่คือลักษณะที่จะปรากฏ:",
  "emoji_button.activity": "กิจกรรม",
  "emoji_button.custom": "กำหนดเอง",
  "emoji_button.flags": "ธง",
  "emoji_button.food": "อาหารและเครื่องดื่ม",
  "emoji_button.label": "แทรกอีโมจิ",
  "emoji_button.nature": "ธรรมชาติ",
  "emoji_button.not_found": "ไม่มีอีโมโจ!! (╯°□°)╯︵ ┻━┻",
  "emoji_button.objects": "วัตถุ",
  "emoji_button.people": "ผู้คน",
  "emoji_button.recent": "ที่ใช้บ่อย",
  "emoji_button.search": "ค้นหา...",
  "emoji_button.search_results": "ผลลัพธ์การค้นหา",
  "emoji_button.symbols": "สัญลักษณ์",
  "emoji_button.travel": "การเดินทางและสถานที่",
  "empty_column.account_timeline": "ไม่มีโพสต์ที่นี่!",
  "empty_column.account_unavailable": "ไม่มีโปรไฟล์",
  "empty_column.blocks": "คุณยังไม่ได้ปิดกั้นผู้ใช้ใด ๆ",
  "empty_column.community": "เส้นเวลาในเว็บว่างเปล่า เขียนบางอย่างเป็นสาธารณะเพื่อเริ่มต้น!",
  "empty_column.direct": "คุณยังไม่มีข้อความโดยตรงใด ๆ เมื่อคุณส่งหรือรับข้อความ ข้อความจะปรากฏที่นี่",
  "empty_column.domain_blocks": "ยังไม่มีโดเมนที่ซ่อนอยู่",
  "empty_column.favourited_statuses": "คุณยังไม่มีโพสต์ที่ชื่นชอบใด ๆ เมื่อคุณชื่นชอบโพสต์ โพสต์จะปรากฏที่นี่",
  "empty_column.favourites": "ยังไม่มีใครชื่นชอบโพสต์นี้ เมื่อใครสักคนชื่นชอบ เขาจะปรากฏที่นี่",
  "empty_column.follow_requests": "คุณยังไม่มีคำขอติดตามใด ๆ เมื่อคุณได้รับคำขอ คำขอจะปรากฏที่นี่",
  "empty_column.hashtag": "ยังไม่มีสิ่งใดในแฮชแท็กนี้",
  "empty_column.home": "เส้นเวลาหน้าแรกของคุณว่างเปล่า! เยี่ยมชม {public} หรือใช้การค้นหาเพื่อเริ่มต้นใช้งานและพบปะผู้ใช้อื่น ๆ",
  "empty_column.home.public_timeline": "เส้นเวลาสาธารณะ",
  "empty_column.list": "ยังไม่มีสิ่งใดในรายการนี้ เมื่อสมาชิกของรายการนี้โพสต์สถานะใหม่ สถานะจะปรากฏที่นี่",
  "empty_column.lists": "คุณยังไม่มีรายการใด ๆ เมื่อคุณสร้างรายการ รายการจะปรากฏที่นี่",
  "empty_column.mutes": "คุณยังไม่ได้ปิดเสียงผู้ใช้ใด ๆ",
  "empty_column.notifications": "คุณยังไม่มีการแจ้งเตือนใด ๆ โต้ตอบกับผู้อื่นเพื่อเริ่มการสนทนา",
  "empty_column.public": "ไม่มีสิ่งใดที่นี่! เขียนบางอย่างเป็นสาธารณะ หรือติดตามผู้ใช้จากเซิร์ฟเวอร์อื่น ๆ ด้วยตนเองเพื่อเติมให้เต็ม",
  "error.unexpected_crash.explanation": "Due to a bug in our code or a browser compatibility issue, this page could not be displayed correctly.",
  "error.unexpected_crash.next_steps": "Try refreshing the page. If that does not help, you may still be able to use Mastodon through a different browser or native app.",
  "errors.unexpected_crash.copy_stacktrace": "Copy stacktrace to clipboard",
  "errors.unexpected_crash.report_issue": "Report issue",
  "follow_request.authorize": "อนุญาต",
  "follow_request.reject": "ปฏิเสธ",
  "getting_started.developers": "นักพัฒนา",
  "getting_started.directory": "ไดเรกทอรีโปรไฟล์",
  "getting_started.documentation": "เอกสารประกอบ",
  "getting_started.heading": "เริ่มต้นใช้งาน",
  "getting_started.invite": "เชิญผู้คน",
  "getting_started.open_source_notice": "Mastodon เป็นซอฟต์แวร์เปิดต้นฉบับ คุณสามารถมีส่วนร่วมหรือรายงานปัญหาใน GitHub ที่ {github}",
  "getting_started.security": "ความปลอดภัย",
  "getting_started.terms": "เงื่อนไขการให้บริการ",
  "hashtag.column_header.tag_mode.all": "และ {additional}",
  "hashtag.column_header.tag_mode.any": "หรือ {additional}",
  "hashtag.column_header.tag_mode.none": "โดยไม่มี {additional}",
  "hashtag.column_settings.select.no_options_message": "ไม่พบข้อเสนอแนะ",
  "hashtag.column_settings.select.placeholder": "ป้อนแฮชแท็ก…",
  "hashtag.column_settings.tag_mode.all": "ทั้งหมดนี้",
  "hashtag.column_settings.tag_mode.any": "ใดก็ตามนี้",
  "hashtag.column_settings.tag_mode.none": "ไม่ใช่ทั้งหมดนี้",
  "hashtag.column_settings.tag_toggle": "รวมแท็กเพิ่มเติมสำหรับคอลัมน์นี้",
  "home.column_settings.basic": "พื้นฐาน",
  "home.column_settings.show_reblogs": "แสดงการดัน",
  "home.column_settings.show_replies": "แสดงการตอบกลับ",
  "home.column_settings.update_live": "Update in real-time",
  "intervals.full.days": "{number, plural, other {# วัน}}",
  "intervals.full.hours": "{number, plural, other {# ชั่วโมง}}",
  "intervals.full.minutes": "{number, plural, other {# นาที}}",
  "introduction.federation.action": "ถัดไป",
  "introduction.federation.federated.headline": "ที่ติดต่อกับภายนอก",
  "introduction.federation.federated.text": "โพสต์สาธารณะจากเซิร์ฟเวอร์อื่น ๆ ของเฟดิเวิร์สจะปรากฏในเส้นเวลาที่ติดต่อกับภายนอก",
  "introduction.federation.home.headline": "หน้าแรก",
  "introduction.federation.home.text": "โพสต์จากผู้คนที่คุณติดตามจะปรากฏในฟีดหน้าแรกของคุณ คุณสามารถติดตามใครก็ตามในเซิร์ฟเวอร์ใดก็ตาม!",
  "introduction.federation.local.headline": "ในเว็บ",
  "introduction.federation.local.text": "โพสต์สาธารณะจากผู้คนในเซิร์ฟเวอร์เดียวกันกับคุณจะปรากฏในเส้นเวลาในเว็บ",
  "introduction.interactions.action": "เสร็จสิ้นบทช่วยสอน!",
  "introduction.interactions.favourite.headline": "ชื่นชอบ",
  "introduction.interactions.favourite.text": "You can save a toot for later, and let the author know that you liked it, by favouriting it.",
  "introduction.interactions.reblog.headline": "ดัน",
  "introduction.interactions.reblog.text": "You can share other people's toots with your followers by boosting them.",
  "introduction.interactions.reply.headline": "ตอบกลับ",
  "introduction.interactions.reply.text": "You can reply to other people's and your own toots, which will chain them together in a conversation.",
  "introduction.welcome.action": "ไปกันเลย!",
  "introduction.welcome.headline": "ขั้นตอนแรก",
  "introduction.welcome.text": "Welcome to the fediverse! In a few moments, you'll be able to broadcast messages and talk to your friends across a wide variety of servers. But this server, {domain}, is special—it hosts your profile, so remember its name.",
  "keyboard_shortcuts.back": "เพื่อนำทางย้อนกลับ",
  "keyboard_shortcuts.blocked": "เพื่อเปิดรายการผู้ใช้ที่ปิดกั้นอยู่",
  "keyboard_shortcuts.boost": "เพื่อดัน",
  "keyboard_shortcuts.column": "เพื่อโฟกัสสถานะในหนึ่งในคอลัมน์",
  "keyboard_shortcuts.compose": "เพื่อโฟกัสพื้นที่เขียนข้อความ",
  "keyboard_shortcuts.description": "คำอธิบาย",
  "keyboard_shortcuts.direct": "เพื่อเปิดคอลัมน์ข้อความโดยตรง",
  "keyboard_shortcuts.down": "เพื่อย้ายลงในรายการ",
  "keyboard_shortcuts.enter": "เพื่อเปิดสถานะ",
  "keyboard_shortcuts.favourite": "เพื่อชื่นชอบ",
  "keyboard_shortcuts.favourites": "เพื่อเปิดรายการโปรด",
  "keyboard_shortcuts.federated": "เพื่อเปิดเส้นเวลาที่ติดต่อกับภายนอก",
  "keyboard_shortcuts.heading": "แป้นพิมพ์ลัด",
  "keyboard_shortcuts.home": "เพื่อเปิดเส้นเวลาหน้าแรก",
  "keyboard_shortcuts.hotkey": "ปุ่มลัด",
  "keyboard_shortcuts.legend": "เพื่อแสดงคำอธิบายนี้",
  "keyboard_shortcuts.local": "เพื่อเปิดเส้นเวลาในเว็บ",
  "keyboard_shortcuts.mention": "เพื่อกล่าวถึงผู้สร้าง",
  "keyboard_shortcuts.muted": "เพื่อเปิดรายการผู้ใช้ที่ปิดเสียงอยู่",
  "keyboard_shortcuts.my_profile": "เพื่อเปิดโปรไฟล์ของคุณ",
  "keyboard_shortcuts.notifications": "เพื่อเปิดคอลัมน์การแจ้งเตือน",
  "keyboard_shortcuts.pinned": "เพื่อเปิดรายการโพสต์ที่ปักหมุด",
  "keyboard_shortcuts.profile": "เพื่อเปิดโปรไฟล์ของผู้สร้าง",
  "keyboard_shortcuts.reply": "เพื่อตอบกลับ",
  "keyboard_shortcuts.requests": "เพื่อเปิดรายการคำขอติดตาม",
  "keyboard_shortcuts.search": "เพื่อโฟกัสการค้นหา",
  "keyboard_shortcuts.start": "เพื่อเปิดคอลัมน์ \"เริ่มต้นใช้งาน\"",
  "keyboard_shortcuts.toggle_hidden": "เพื่อแสดง/ซ่อนข้อความที่อยู่หลังคำเตือนเนื้อหา",
  "keyboard_shortcuts.toggle_sensitivity": "เพื่อแสดง/ซ่อนสื่อ",
  "keyboard_shortcuts.toot": "เพื่อเริ่มโพสต์ใหม่",
  "keyboard_shortcuts.unfocus": "เพื่อเลิกโฟกัสพื้นที่เขียนข้อความ/การค้นหา",
  "keyboard_shortcuts.up": "เพื่อย้ายขึ้นในรายการ",
  "lightbox.close": "ปิด",
  "lightbox.next": "ถัดไป",
  "lightbox.previous": "ก่อนหน้า",
  "lightbox.view_context": "ดูบริบท",
  "lists.account.add": "เพิ่มไปยังรายการ",
  "lists.account.remove": "เอาออกจากรายการ",
  "lists.delete": "ลบรายการ",
  "lists.edit": "แก้ไขรายการ",
  "lists.edit.submit": "เปลี่ยนชื่อเรื่อง",
  "lists.new.create": "เพิ่มรายการ",
  "lists.new.title_placeholder": "ชื่อเรื่องรายการใหม่",
  "lists.search": "ค้นหาในหมู่ผู้คนที่คุณติดตาม",
  "lists.subheading": "รายการของคุณ",
  "load_pending": "{count, plural, other {# รายการใหม่}}",
  "loading_indicator.label": "กำลังโหลด...",
  "media_gallery.toggle_visible": "เปิด/ปิดการมองเห็น",
  "missing_indicator.label": "ไม่พบ",
  "missing_indicator.sublabel": "ไม่พบทรัพยากรนี้",
  "mute_modal.hide_notifications": "ซ่อนการแจ้งเตือนจากผู้ใช้นี้?",
  "navigation_bar.apps": "แอปสำหรับมือถือ",
  "navigation_bar.blocks": "ผู้ใช้ที่ปิดกั้นอยู่",
  "navigation_bar.community_timeline": "เส้นเวลาในเว็บ",
  "navigation_bar.compose": "เขียนโพสต์ใหม่",
  "navigation_bar.direct": "ข้อความโดยตรง",
  "navigation_bar.discover": "ค้นพบ",
  "navigation_bar.domain_blocks": "โดเมนที่ซ่อนอยู่",
  "navigation_bar.edit_profile": "แก้ไขโปรไฟล์",
  "navigation_bar.favourites": "รายการโปรด",
  "navigation_bar.filters": "คำที่ปิดเสียงอยู่",
  "navigation_bar.follow_requests": "คำขอติดตาม",
  "navigation_bar.follows_and_followers": "การติดตามและผู้ติดตาม",
  "navigation_bar.info": "เกี่ยวกับเซิร์ฟเวอร์นี้",
  "navigation_bar.keyboard_shortcuts": "ปุ่มลัด",
  "navigation_bar.lists": "รายการ",
  "navigation_bar.logout": "ออกจากระบบ",
  "navigation_bar.mutes": "ผู้ใช้ที่ปิดเสียงอยู่",
  "navigation_bar.personal": "ส่วนบุคคล",
  "navigation_bar.pins": "โพสต์ที่ปักหมุด",
  "navigation_bar.preferences": "การกำหนดลักษณะ",
  "navigation_bar.public_timeline": "เส้นเวลาที่ติดต่อกับภายนอก",
  "navigation_bar.security": "ความปลอดภัย",
  "notification.and_n_others": "and {count, plural, one {# other} other {# others}}",
  "notification.favourite": "{name} ได้ชื่นชอบสถานะของคุณ",
  "notification.follow": "{name} ได้ติดตามคุณ",
  "notification.mention": "{name} ได้กล่าวถึงคุณ",
  "notification.poll": "โพลที่คุณได้ลงคะแนนได้สิ้นสุดแล้ว",
  "notification.reblog": "{name} ได้ดันสถานะของคุณ",
  "notifications.clear": "ล้างการแจ้งเตือน",
  "notifications.clear_confirmation": "คุณแน่ใจหรือไม่ว่าต้องการล้างการแจ้งเตือนทั้งหมดของคุณอย่างถาวร?",
  "notifications.column_settings.alert": "การแจ้งเตือนบนเดสก์ท็อป",
  "notifications.column_settings.favourite": "รายการโปรด:",
  "notifications.column_settings.filter_bar.advanced": "แสดงหมวดหมู่ทั้งหมด",
  "notifications.column_settings.filter_bar.category": "แถบตัวกรองด่วน",
  "notifications.column_settings.filter_bar.show": "แสดง",
  "notifications.column_settings.follow": "ผู้ติดตามใหม่:",
  "notifications.column_settings.mention": "การกล่าวถึง:",
  "notifications.column_settings.poll": "ผลลัพธ์โพล:",
  "notifications.column_settings.push": "การแจ้งเตือนแบบผลัก",
  "notifications.column_settings.reblog": "การดัน:",
  "notifications.column_settings.show": "แสดงในคอลัมน์",
  "notifications.column_settings.sound": "เล่นเสียง",
  "notifications.filter.all": "ทั้งหมด",
  "notifications.filter.boosts": "การดัน",
  "notifications.filter.favourites": "รายการโปรด",
  "notifications.filter.follows": "การติดตาม",
  "notifications.filter.mentions": "การกล่าวถึง",
  "notifications.filter.polls": "ผลลัพธ์โพล",
  "notifications.group": "{count} การแจ้งเตือน",
  "poll.closed": "ปิดแล้ว",
  "poll.refresh": "รีเฟรช",
  "poll.total_people": "{count, plural, one {# person} other {# people}}",
  "poll.total_votes": "{count, plural, other {# การลงคะแนน}}",
  "poll.vote": "ลงคะแนน",
  "poll.voted": "You voted for this answer",
  "poll_button.add_poll": "เพิ่มโพล",
  "poll_button.remove_poll": "เอาโพลออก",
  "privacy.change": "ปรับเปลี่ยนความเป็นส่วนตัวของสถานะ",
  "privacy.direct.long": "โพสต์ไปยังผู้ใช้ที่กล่าวถึงเท่านั้น",
  "privacy.direct.short": "โดยตรง",
  "privacy.private.long": "โพสต์ไปยังผู้ติดตามเท่านั้น",
  "privacy.private.short": "ผู้ติดตามเท่านั้น",
  "privacy.public.long": "โพสต์ไปยังเส้นเวลาสาธารณะ",
  "privacy.public.short": "สาธารณะ",
  "privacy.unlisted.long": "ไม่โพสต์ไปยังเส้นเวลาสาธารณะ",
  "privacy.unlisted.short": "ไม่อยู่ในรายการ",
  "refresh": "Refresh",
  "regeneration_indicator.label": "กำลังโหลด…",
  "regeneration_indicator.sublabel": "กำลังเตรียมฟีดหน้าแรกของคุณ!",
  "relative_time.days": "{number} วัน",
  "relative_time.hours": "{number} ชั่วโมง",
  "relative_time.just_now": "ตอนนี้",
  "relative_time.minutes": "{number} นาที",
  "relative_time.seconds": "{number} วินาที",
  "reply_indicator.cancel": "ยกเลิก",
  "report.forward": "ส่งต่อไปยัง {target}",
  "report.forward_hint": "บัญชีมาจากเซิร์ฟเวอร์อื่น ส่งสำเนาของรายงานที่ไม่ระบุตัวตนไปที่นั่นด้วย?",
  "report.hint": "จะส่งรายงานไปยังผู้ควบคุมเซิร์ฟเวอร์ของคุณ คุณสามารถให้คำอธิบายเหตุผลที่คุณรายงานบัญชีนี้ด้านล่าง:",
  "report.placeholder": "ความคิดเห็นเพิ่มเติม",
  "report.submit": "ส่ง",
  "report.target": "กำลังรายงาน {target}",
  "search.placeholder": "ค้นหา",
  "search_popout.search_format": "รูปแบบการค้นหาขั้นสูง",
  "search_popout.tips.full_text": "ข้อความแบบง่ายส่งคืนสถานะที่คุณได้เขียน ชื่นชอบ ดัน หรือได้รับการกล่าวถึง ตลอดจนชื่อผู้ใช้, ชื่อที่แสดง และแฮชแท็กที่ตรงกัน",
  "search_popout.tips.hashtag": "แฮชแท็ก",
  "search_popout.tips.status": "สถานะ",
  "search_popout.tips.text": "ข้อความแบบง่ายส่งคืนชื่อที่แสดง, ชื่อผู้ใช้ และแฮชแท็กที่ตรงกัน",
  "search_popout.tips.user": "ผู้ใช้",
  "search_results.accounts": "ผู้คน",
  "search_results.hashtags": "แฮชแท็ก",
  "search_results.statuses": "โพสต์",
  "search_results.statuses_fts_disabled": "Searching toots by their content is not enabled on this Mastodon server.",
  "search_results.total": "{count, number} {count, plural, other {ผลลัพธ์}}",
  "status.admin_account": "เปิดส่วนติดต่อการควบคุมสำหรับ @{name}",
  "status.admin_status": "เปิดสถานะนี้ในส่วนติดต่อการควบคุม",
  "status.block": "ปิดกั้น @{name}",
  "status.cancel_reblog_private": "เลิกดัน",
  "status.cannot_reblog": "ไม่สามารถดันโพสต์นี้",
  "status.copy": "คัดลอกลิงก์ไปยังสถานะ",
  "status.delete": "ลบ",
  "status.detailed_status": "มุมมองการสนทนาโดยละเอียด",
  "status.direct": "ส่งข้อความโดยตรงถึง @{name}",
  "status.embed": "ฝัง",
  "status.favourite": "ชื่นชอบ",
  "status.filtered": "กรองอยู่",
  "status.load_more": "โหลดเพิ่มเติม",
  "status.media_hidden": "ซ่อนสื่ออยู่",
  "status.mention": "กล่าวถึง @{name}",
  "status.more": "เพิ่มเติม",
  "status.mute": "ปิดเสียง @{name}",
  "status.mute_conversation": "ปิดเสียงการสนทนา",
  "status.open": "ขยายสถานะนี้",
  "status.pin": "ปักหมุดในโปรไฟล์",
  "status.pinned": "โพสต์ที่ปักหมุด",
  "status.read_more": "อ่านเพิ่มเติม",
  "status.reblog": "ดัน",
  "status.reblog_private": "ดันไปยังผู้ชมดั้งเดิม",
  "status.reblogged_by": "{name} ได้ดัน",
  "status.reblogs.empty": "ยังไม่มีใครดันโพสต์นี้ เมื่อใครสักคนดัน เขาจะปรากฏที่นี่",
  "status.redraft": "ลบแล้วร่างใหม่",
  "status.reply": "ตอบกลับ",
  "status.replyAll": "ตอบกลับกระทู้",
  "status.report": "รายงาน @{name}",
  "status.sensitive_warning": "เนื้อหาที่ละเอียดอ่อน",
  "status.share": "แบ่งปัน",
  "status.show_less": "แสดงน้อยลง",
  "status.show_less_all": "แสดงน้อยลงทั้งหมด",
  "status.show_more": "แสดงเพิ่มเติม",
  "status.show_more_all": "แสดงเพิ่มเติมทั้งหมด",
  "status.show_thread": "แสดงกระทู้",
  "status.uncached_media_warning": "Not available",
  "status.unmute_conversation": "เลิกปิดเสียงการสนทนา",
  "status.unpin": "ถอนหมุดจากโปรไฟล์",
  "suggestions.dismiss": "ยกเลิกข้อเสนอแนะ",
  "suggestions.header": "คุณอาจสนใจ…",
  "tabs_bar.federated_timeline": "ที่ติดต่อกับภายนอก",
  "tabs_bar.home": "หน้าแรก",
  "tabs_bar.local_timeline": "ในเว็บ",
  "tabs_bar.notifications": "การแจ้งเตือน",
  "tabs_bar.search": "ค้นหา",
  "time_remaining.days": "เหลืออีก {number, plural, other {# วัน}}",
  "time_remaining.hours": "เหลืออีก {number, plural, other {# ชั่วโมง}}",
  "time_remaining.minutes": "เหลืออีก {number, plural, other {# นาที}}",
  "time_remaining.moments": "ช่วงเวลาที่เหลือ",
  "time_remaining.seconds": "เหลืออีก {number, plural, other {# วินาที}}",
  "trends.count_by_accounts": "{count} {rawCount, plural, other {คน}}กำลังคุย",
  "trends.trending_now": "แนวโน้มตอนนี้",
  "ui.beforeunload": "แบบร่างของคุณจะหายไปหากคุณออกจาก Mastodon",
  "upload_area.title": "ลากแล้วปล่อยเพื่ออัปโหลด",
  "upload_button.label": "เพิ่มสื่อ (JPEG, PNG, GIF, WebM, MP4, MOV)",
  "upload_error.limit": "เกินขีดจำกัดการอัปโหลดไฟล์",
  "upload_error.poll": "ไม่อนุญาตให้อัปโหลดไฟล์กับการลงคะแนน",
  "upload_form.description": "อธิบายสำหรับผู้บกพร่องทางการมองเห็น",
  "upload_form.edit": "แก้ไข",
  "upload_form.undo": "ลบ",
  "upload_modal.analyzing_picture": "กำลังวิเคราะห์รูปภาพ…",
  "upload_modal.apply": "นำไปใช้",
  "upload_modal.description_placeholder": "A quick brown fox jumps over the lazy dog",
  "upload_modal.detect_text": "Detect text from picture",
  "upload_modal.edit_media": "แก้ไขสื่อ",
  "upload_modal.hint": "Click or drag the circle on the preview to choose the focal point which will always be in view on all thumbnails.",
  "upload_modal.preview_label": "ตัวอย่าง ({ratio})",
  "upload_progress.label": "กำลังอัปโหลด...",
  "video.close": "ปิดวิดีโอ",
  "video.exit_fullscreen": "ออกจากเต็มหน้าจอ",
  "video.expand": "ขยายวิดีโอ",
  "video.fullscreen": "เต็มหน้าจอ",
  "video.hide": "ซ่อนวิดีโอ",
  "video.mute": "ปิดเสียง",
  "video.pause": "หยุดชั่วคราว",
  "video.play": "เล่น",
  "video.unmute": "เลิกปิดเสียง"
}