-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathth.ts
483 lines (481 loc) · 32.5 KB
/
th.ts
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
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
let th = {
/* add event pop-up start*/
"e.g. Birthday Party": "เช่น. ปาร์ตี้วันเกิด",
Organizer: "Planlegger",
"Location is going to be announced": "สถานที่จะประกาศ",
"Add Event": "เพิ่มเหตุการณ์",
"All Day Event": "กิจกรรมตลอดวัน",
Location: "สถานที่",
"General Info": "ข้อมูลทั่วไป",
Description: "คำอธิบาย",
Next: "ต่อไป",
"Make your contribution by adding your event to the calendar":
"บริจาคเงินของคุณโดยการเพิ่มกิจกรรมของคุณลงในปฏิทิน",
"Event name": "ชื่อเหตุการณ์",
"Start time": "เวลาเริ่มต้น",
"End time": "เวลาสิ้นสุด",
"Physical location": "ตำแหน่งทางกายภาพ",
Online: "ออนไลน์",
"To be announced": "ที่จะประกาศ",
"Add Image": "ใส่รูปภาพ",
"Event color": "สีเหตุการณ์",
"Choose categories": "เลือกหมวดหมู่",
"There are no categories to select": "ไม่มีหมวดหมู่ให้เลือก",
"Location name": "ชื่อสถานที่",
"Location email": "อีเมลสถานที่",
"Location phone": "โทรศัพท์ตำแหน่ง",
"Location website": "เว็บไซต์สถานที่ตั้ง",
"Organizer name": "ชื่อผู้จัดงาน",
"Organizer phone": "โทรศัพท์ผู้จัดงาน",
"Organizer email": "อีเมลผู้จัดงาน",
"Organizer website": "เว็บไซต์ผู้จัดงาน",
"Add meeting link": "เพิ่มลิงค์การประชุม",
"Choose category": "เลือกหมวดหมู่",
Cancel: "ยกเลิก",
Publish: "เผยแพร่",
/* add event pop-up end*/
Categories: "หมวดหมู่",
"Share this event": "แบ่งปันกิจกรรมนี้",
Language: "ภาษา",
"Show Time Zone": "แสดงเขตเวลา",
"Custom Local Settings": "การตั้งค่าท้องถิ่นที่กำหนดเอง",
"Add and showcase events on your site using a beautiful calendar.":
"เพิ่มและแสดงเหตุการณ์ที่เกิดขึ้นในเว็บไซต์ของคุณโดยใช้ปฏิทินที่สวยงาม. ",
"Week Days": "วันในสัปดาห์",
"Manage Events": "จัดการกิจกรรม",
General: "ทั่วไป",
"Layout Picker": "เครื่องมือเลือกเค้าโครง",
Month: "เดือน",
Monthly: "รายเดือน",
Week: "สัปดาห์",
Weekly: "รายสัปดาห์",
Day: "วัน",
Daily: "รายวัน",
Agenda: "วาระ",
"Navigation Buttons": "ปุ่มนำทาง",
"Week numbers": "หมายเลขสัปดาห์",
"Include Weekends": "รวมวันหยุดสุดสัปดาห์",
"All-day": "ทั้งวัน",
"All Day": "ทั้งวัน",
Label: "ฉลาก",
"Fit to Height": "พอดีกับความสูง",
"To set App proportions manully disable this option and resize Calendar in Editor.":
"ในการตั้งค่าสัดส่วนแอพmanully ปิดการใช้งานตัวเลือกนี้และปรับขนาดปฏิทินในเครื่องมือแก้ไข",
"Default Layout": "เค้าโครงเริ่มต้น",
"Monthly view": "มุมมองรายเดือน",
"Weekly and Daily view": "มุมมองรายสัปดาห์และรายวัน",
"You can give visitors a more consistent experience by showing the same number of weeks(6) at a time.":
"คุณสา��ารถมอบประสบการณ์ที่สอดคล้องกันมากขึ้นให้กับผู้เข้าชมด้วยการแสดงจำนวนสัปดาห์ ( 6) ต่อครั้ง",
"Fixed Weekly Layout": "แก้ไขเค้าโครงประจำสัปดาห์",
back: " ย้อนกลับ",
Row: "แถว",
"Hours in Weekly View": "ชั่วโมงในการดูแบบรายสัปดาห์",
"Hours in Daily View": "ชั่วโมงในการดูรายวัน",
Start: "เริ่ม",
End: "จบ",
"At This Hour": "ในเวลานี้",
Button: "ปุ่ม",
Buttons: "ปุ่ม",
Sunday: "อาทิตย์",
Monday: "จันทร์",
Tuesday: "อังคาร",
Wednesday: "พุธ",
Thursday: " วันพฤหัสบดี",
Friday: "ศุกร์",
Saturday: "วันเสาร์",
"Default Date": "วันที่เริ่มต้น",
year: " ปี",
month: " เดือน",
mo: " เดือน",
days: " วัน",
ago: " ที่ผ่านมา",
ahead: " ไปข้างหน้า",
Yesterday: "เมื่อวานนี้",
Today: "วันนี้",
Tomorrow: "วันพรุ่งนี้",
Custom: "กำหนดเอง",
"Set Daily Rows Limit": "ตั้งค่า จำกัด จำนวนแถวต่อวัน",
"Set Proportions": "ตั้งสัดส่วน",
"Allow visitor to add event to local Calnedars: Google, Yahoo, Outlook, ICalendar.":
"อนุญาตให้ผู้เข้าชมเพื่อเพิ่มกิจกรรมท้องถิ่นCalnedars , Google, Yahoo, Outlook, iCalendar . ",
Container: "ตู้คอนเทนเนอร์",
Background: "พื้นหลัง",
"Container Background": "พื้นหลังคอนเทนเนอร์",
"Container Borders": "เส้นขอบคอนเทนเนอร์",
Calendar: "ปฏิทิน",
"Event Info Tooltip": "คำแนะนำเครื่องมือข้อมูลกิจกรรม",
"When people hover over an event they’ll see all the info about it in a tooltip.":
"เมื่อผู้คนเลื่อนเมาส์ไปที่เหตุการณ์พวกเขาจะเห็นข้อมูลทั้งหมดเกี่ยวกับเหตุการณ์ในคำแนะนำเครื่องมือ",
"Event Info Window": "หน้าต่างข้อมูลกิจกรรม",
"This is the full information window that opens when someone clicks on the event.":
"นี่เป็นหน้าต่างข้อมูลเต็มรูปแบบที่เปิดขึ้นเมื่อมีคนคลิกที่เหตุการณ์",
"Use Gradient": "ใช้การไล่ระดับสี",
Vertical: "แนวตั้ง",
Horizontal: "แนวนอน",
First: "ครั้งแรก",
Second: "สอง",
diagonal: " แนวทแยง",
Radial: "รัศมี",
"Select option": "เลือกตัวเลือก",
Solid: "ของแข็ง",
Dotted: "ประ",
Dashed: "ประ",
Double: "ดับเบิล",
"Border Radius": "รัศมีชายแดน",
Padding: "การขยายความ",
"Date Header": "ส่วนหัววันที่",
"Event Default Color": "สีเริ่มต้นของเหตุการณ์",
"Days of Week": "วันในสัปดาห์",
"Days of Week Background": "พื้นหลังของวันในสัปดาห์",
Date: "วันที่",
"Event Title": "ชื่อกิจกรรม",
"Highlight today": "ไฮไลต์วันนี้",
"Highlight Color": "เน้นสี",
Hide: "ซ่อน",
"Calendar Border Color": "สีเส้นขอบปฏิทิน",
"Calendar Border Width": "ความกว้างชายแดนปฏิทิน",
"Calendar Border Style": "สไตล์เส้นขอบปฏิทิน",
"Font Color": "สีตัวอักษร",
"Event Background": "พื้นหลังของเหตุการณ์",
"Card Date Color": "สีของวันที่บัตร",
"Title Font": "แบบอักษรของชื่อ",
"Date Font": "วันที่อักษร",
"Description Font": "คำอธิบายตัวอักษร",
"Button Background": "พื้นหลังปุ่ม",
"Button Text": "ข้อความปุ่ม",
"Border Color": "สีเส้นขอบ",
"Border Width": "ความกว้างชายแดน",
"Border Type": "ประเภทชายแดน",
Title: "หัวข้อ",
"Background Color": "สีพื้นหลัง",
Divider: "ตัวคั่น",
"Event Details Font": "แบบอักษรรายละเอียดกิจกรรม",
"Website Link Color": "สีลิงค์เว็บไซต์",
"Developer Info": "ข้อมูลผู้พัฒนา",
"User Guide": "คู่มือผู้ใช้",
"Support e-mail": "รองรับอีเมล",
"Our Website": "เว็บไซต์ของเรา",
"App Review": "รีวิวแอพ",
"Enjoying App? Leave us a review in the App Market.":
"เพลิดเพลินกับแอพหรือยังปล่อยให้เรารีวิวใน App Market ",
"Review Us": "ตรวจสอบเรา",
"Connect With Us": "เชื่อมต่อกับเรา",
"What's your email?": "อีเมลของคุณคืออะไร",
"Invalid email address!": "ที่อยู่อีเมลไม่ถูกต้อง! ",
Comments: "ความคิดเห็น",
"We'd love to hear from you. Send us a message.":
"เราชอบที่จะได้ยินจากคุณส่งข้อความถึงเรา",
"Message must be at least 5 characters long":
"ข้��ความต้องมีความยาวอย่างน้อย 5 ตัวอักษร",
Send: "ส่ง",
"If you want to allow user to switch between calendar views, enable this option and choose the views you want to show.":
"หากคุณต้องการอนุญาตให้ผู้ใช้สลับระหว่างมุมมองปฏิทินให้เปิดใช้งานตัวเลือกนี้และเลือกมุมมองที่คุณต้องการแสดง",
Main: "หลัก",
Localize: "จำกัด",
Settings: "การตั้งค่า",
Layouts: "เลย์เอาต์",
Advanced: "สูง",
Design: "ออกแบบ",
Support: "สนับสนุน",
"All the local settings are (automatically) based on your language. If your language is on the list, there's no need to customize this section.":
"การตั้งค่าท้องถิ่นทั้งหมด (โดยอัตโนมัติ) ตามภาษาของคุณ หากภาษาของคุณอยู่ในรายการคุณไม่จำเป็นต้องกำหนดหัวข้อนี้เอง",
"Date Format": "รูปแบบวันที่",
"Time Format": "รูปแบบเวลา",
"Text Direction": "ทิศทางข้อความ",
"Left to Right": "จากซ้ายไปขวา",
"Right to Left": "จากขวาไปซ้าย",
"Week Starts On": "สัปดาห์เริ่มต้นใน",
"Agenda Style": "สไตล์กำหนดการ",
Classic: "คลาสสิก",
Modern: "ทันสมัย",
"Agenda Header": "ส่วนหัวของวาระ",
"Upcoming Events": "เหตุการณ์ที่จะเกิดขึ้น",
"Agenda Event Limit": "กำหนดการ จำกัด กิจกรรม",
"Upgrade now and get a lot more features and enjoy your APP in full!":
"อั��เกรดทันทีและรับคุณสมบัติเพิ่มเติมมากมายและสนุกกับแอพของคุณแบบเต็ม!",
"Upgrade Now": "อัพเกรดเดี๋ยวนี้",
"Hosting events that last all day? This lets you show them on your calendar.":
"การโฮสต์กิจกรรมที่ยาวนานตลอดทั้งวันจะให้คุณแสดงในปฏิทินของคุณ",
"24 hours": "24 ชั่วโมง",
Sat: "วันเสาร์",
Sun: "อาทิตย์",
Mon: "จันทร์",
Default: "ค่าเริ่มต้น",
"Select custom design style for your calendar.":
"เลือกสไตล์การออกแบบที่กำหนดเองสำหรับปฏิทินของคุณ",
Style: "สไตล์",
"Styles and Colors": "สไตล์และสี",
"Calendar Name": "ชื่อปฏิทิน",
"Write your Calendar name here": "เขียนชื่อปฏิทินของคุณที่นี่",
"This is not visible to your users. Set names to differentiate your calendars when using the Boom Calendar Sync function.":
"ผู้ใช้ของคุณจะไม่เห็นสิ่งนี้ ตั้งชื่อเพื่อแยกความแตกต่างปฏิทินของคุณเมื่อใช้ฟังก์ชัน Boom Calendar Sync",
Venue: "Spillested",
Search: "ค้นหา",
"Add to": "เพิ่ม",
calendar: "ปฏิทิน",
"Copy event URL": "Kopier URL event",
"Copied!": "Kopiert!",
"Add & Share": "เพิ่มและแบ่งปัน",
Map: "แผนที่",
"Calendar view": "มุมมองปฏิทิน",
Uncategorised: "ไม่มีหมวดหมู่",
More: "มากกว่า",
Less: "น้อยกว่า",
Register: "ลงทะเบียน",
Card: "การ์ด",
Guests: "แขกรับเชิญ",
unlimited: "ไม่ จำกัด",
"Show more": "แสดงมากขึ้น",
"Enable Search": "เปิดใช้งานการค้นหา",
"+ Add Event": "+ เพิ่มกิจกรรม",
"Manage and Sync": "จัดการและซิงค์",
"Show event details as...": "แสดงรายละเอียดกิจกรรมเป็น ...",
Tooltip: "เคล็ดลับ",
Popup: "กล่องข้อมูล",
None: "ไม่มี",
"Show Category": "แสดงหมวด",
"Header Align": "จัดแนวส่วนหัว",
"Show Time": "เวลาแสดง",
"Hours in Weekly/Daily View": "ชั่วโมงในมุมมองรายสัปดาห์ / รายวัน",
"Share Events": "แบ่งปันกิจกรรม",
Shadow: "เงา",
"Inner Padding": "แพ็ดดิ้งภายใน",
Text: "แพ็ดดิ้งภายใน",
"Active Button Border": "เส้นขอบปุ่มที่ใช้งาน",
"Light Mode": "โหมดแสง",
"Event Text Color": "สีข้อความของเหตุการณ์",
Dates: "วันที่",
Skeleton: "โครงกระดูก",
"Skeleton Color": "โครงกระดูกสี",
Width: "ความกว้าง",
"Skeleton Style": "สไตล์โครงกระดูก",
Color: "สี",
"Section Titles": "มาตราชื่อเรื่อง",
"Section Content": "เนื้อหามาตรา",
Header: "หัวข้อ",
Standard: "มาตรฐาน",
Retro: "ย้อนยุค",
Silver: "เงิน",
Night: "กลางคืน",
Dark: "มืด",
Aubergine: "มะเขือม่วง",
"Map Header": "ส่วนหัวของแผนที่",
"Show Title in mobile": "แสดงชื่อในมือถือ",
"Card View": "มุมมองการ์ด",
"Card background color": "สีพื้นหลังการ์ด",
"Title font": "แบบอักษรชื่อเรื่อง",
"Desciption font": "แบบอักษรคำอธิบาย",
"Section font": "ส่วนแบบอักษร",
"Section divider color": "สีของตัวแบ่งส่วน",
"Add event": "เพิ่มเหตุการณ์",
"Choose a category": "เลือกหมวดหมู่",
"Venue name": "ชื่อสถานที่",
"Venue phone": "โทรศัพท์สถานที่",
"Venue email": "อีเมลสถานที่",
"Venue website": "เว็บไซต์สถานที่",
"Personal info": "ข้อมูลส่วนตัว",
"First name": "ชื่อจริง",
"Last name": "นามสกุล",
"Email Address": "ที่อยู่อีเมล",
"Additional Notes": "หมายเหตุเพิ่มเติม",
Back: "กลับ",
Save: "บันทึก",
"Your event has been submitted": "ส่งกิจกรรมของคุณแล้ว",
"Event submittion has been failed": "การส่งกิจกรรมล้มเหลว",
"First Name": "ชื่อจริง",
"Last Name": "นามสกุล",
"Phone Number": "หมายเลขโทรศัพท์",
Address: "ที่อยู่",
"Your comments": "ความเห็นของคุณ",
"How many guests?": "��ขกกี่คน?",
"Anything else we need to know?": "มีอะไรอีกบ้างที่เราต้องรู้?",
"Guests:": "แขกรับเชิญ:",
Submit: "ส่ง",
"Go to Calendar": "Gå til Kalender",
"Registration completed successfully!": "ลงทะเบียนสำเร็จ!",
"Please check your registered email address":
"โปรดตรวจสอบที่อยู่อีเมลที่คุณลงทะเบียน",
"Add to Calendar": "Legg til i kalenderen",
"Share this Event": "Del denne hendelsen",
"Sorry something went wrong": "ขอโทษมีบางอย่างผิดพลาด",
"Back to registration": "กลับไปที่การลงทะเบียน",
"Date & Location": "Dato og beliggenhet",
"Date & Time": "Dato tid",
home: "บ้าน",
"Header align": "จัดแนวส่วนหัว",
Footer: "ส่วนท้าย",
"Categories Filter": "หมวดหมู่ตัวกรอง",
"Show only upcoming": "แสดงเฉพาะรายการที่จะเกิดขึ้น",
"Card(s) in a row": "การ์ดในแถว",
"Space between cards": "ช่องว่างระหว่างการ์ด",
"Shown events limit": "ขีด จำกัด เหตุการณ์ที่แสดง",
"Style 1": "สไตล์ 1",
"Style 2": "สไตล์ 2",
"Style 3": "สไตล์ 3",
"Style 4": "สไตล์ 4",
"Buttons & Links": "ปุ่มและลิงค์",
"Button corner radius": "รัศมีมุมของปุ่ม",
"Buttons font": "แบบอักษรปุ่ม",
"Buttons background": "พื้นหลังปุ่ม",
"Get notified by Email": "รับการแจ้งเตือนทางอีเมล",
"Review events": "ตรวจสอบเหตุการณ์",
"Click on date": "คลิกวันที่",
"Add Event button": "ปุ่มเพิ่มเหตุการณ์",
"Calendar sync allows you to integrate your events and sessions with your Boom Calendar.":
"การซิงค์ปฏิทินช่วยให้คุณสามารถรวมกิจกรรมและเซสชันของคุณเข้ากับ Boom Calendar ของคุณ",
connect: "เชื่อมต่อ",
"Synchronized Calendars": "ปฏิทินที่ซิงโครไนซ์",
"Import events": "นำเข้ากิจกรรม",
Disconnect: "ยกเลิกการเชื่อมต่อ",
"Choose calendar": "เลือกปฏิทิน",
"Monitor your Wix events through the sync feature":
"ตรวจสอบเหตุการณ์ Wix ของคุณผ่านคุณสมบัติการซิงค์",
"Connect all your Boom calendars available on your website":
"เชื่อมต่อปฏิทิน Boom ทั้งหมดของคุณที่มีอยู่ในเว็บไซต์ของคุณ",
"Schedule, join, and manage Zoom meetings right through our Boom Calendar.":
"จัดกำหนดการเข้าร่วมและจัดการการประชุม Zoom ได้โดยตรงผ่าน Boom Calendar ของเรา",
"Monitor your Event Brite events through the Event Brite sync feature":
"ตรวจสอบกิจกรรม Event Brite ของคุณผ่านคุณสมบัติการซิงค์ Event Brite",
Email: "อีเมล์",
"Add-ons": "ส่วนเสริม",
"Receive notification emails as soon as users add events to your calendar.":
"รับอีเมลแจ้งเตือนทันทีที่ผู้ใช้เพิ่มกิจกรรมในปฏิทินของคุณ",
"Enable + button on the calendar header":
"เปิดใช้งานปุ่ม + บนส่วนหัวของปฏิทิน",
"Accept or decline events added by customers before making them public.":
"ยอมรับหรือปฏิเสธเหตุการณ์ที่ลูกค้าเพิ่มขึ้นก่อนที่จะเปิดเผยต่อสาธารณะ",
"Switch Add Event": "สวิทช์เพิ่มกิจกรรม",
"Enable your browser cookies to connect to your account.":
"เปิดใช้งานคุกกี้เบราว์เซอร์ของคุณเพื่อเชื่อมต่อกับบัญชีของคุณ",
"Learn more": "Learn more",
"Print Button": "ปุ่มพิมพ์",
"Permit your users to print your Boom Event Calendar in any date range.":
"อนุญาตให้ผู้ใช้ของคุณพิมพ์ปฏิทินกิจกรรมบูมของคุณในช่วงวันที่ใดก็ได้",
"Show Title on mobile": "แสดงชื่อบนมือถือ",
"Show Skeleton on mobile": "แสดงโครงกระดูกบนมือถือ",
"Start 7-day Business trial": "เริ่มการทดลองใช้ธุรกิจ 7 วันของคุณ",
"Enjoy all the Unlimiited features, such as Sell tickets, Registration, Visitor event add-ons.":
"เพลิดเพลินไปกับคุณสมบัติที่ไม่ จำกัด ทั้งหมดเช่นขายตั๋วการลงทะเบียนโปรแกรมเสริมกิจกรรมผู้เยี่ยมชม",
"Please note: At the end of the trial period, you will be returned to your existing subscription plan.":
"โปรดทราบ: เมื่อสิ้นสุดระยะเวลาทดลองใช้คุณจะถูกส่งกลับไปยังแผนการสมัครสมาชิกที่มีอยู่ของคุณ",
"Not Now": "ไม่ใช่ตอนนี้",
"Start free trial": "เริ่มทดลองใช้ฟรี",
"Congrats!": "ยินดีด้วย!",
"Your 7-day Business trial has been successfully activated.":
"การทดลองใช้งานธุรกิจ 7 วันของคุณได้รับการเปิดใช้งานเรียบร้อยแล้ว",
Done: "เสร็จแล้ว",
"Title font color": "สีชื่อตัวอักษร",
"Desciption font color": "คำอธิบายสีตัวอักษร",
"Section font color": "ส่วนแบบอักษรสี",
"Card Header": "ส่วนหัวของการ์ด",
Category: "หมวดหมู่",
"Display at the": "แสดงที่",
top: "สูงสุด",
bottom: "ล่าง",
"Showcase the category filter at the top or at the bottom of the calendar. The settings applies to Agenda and Card views only":
"แสดงตัวกรองหมวดหมู่ที่ด้านบนหรือด้านล่างของปฏิทินการตั้งค่าใช้กับวาระการประชุมและการดูบัตรเท่านั้น",
"Processing your events": "ประมวลผลกิจกรรมของคุณ",
"Search for events": "ค้นหากิจกรรม",
"There are no events added": "ไม่มีการเพิ่มกิจกรรม",
"Location: To be determined": "สถานที่ตั้ง: จะถูกกำหนด",
"No events for selected date": "ไม่มีกิจกรรมสำหรับวันที่ที่เลือก",
Uncategorized: "ไม่มีหมวดหมู่",
"Edit event": "แก้ไขเหตุการณ์",
"Edit original event": "แก้ไขเหตุการณ์ต้นฉบับ",
"Copy event": "สำเนากิจกรรม",
"Copy as new event": "คัดลอกเป็นกิจกรรมใหม่",
"Delete event": "ลบเหตุการณ์",
"Stop repeating on this date": "หยุดซ้ำในวันนี้",
"Exclude this date": "ไม่รวมวันที่นี้",
"Fill your personal information": "กรอกข้อมูลส่วนบุคคลของคุณ",
"Check Box": "กล่องทำเครื่องหมาย",
"Single Choice": "ตัวเลือกเดียว",
Option: "ตัวเลือก",
"Share Event": "แบ่งปันกิจกรรม",
"Oops! Something went wrong": "อ๊ะ!บางอย่างผิดพลาด",
"We are sorry this event has already taken place":
"เราเสียใจที่มีเหตุการณ์นี้เกิดขึ้นแล้ว",
"Back to calendar": "กลับไปที่ปฏิทิน",
"This field is required": "ต้องการฟิลด์นี้",
Phone: "โทรศัพท์",
"Number field": "ฟิลด์หมายเลข",
"Please provide a valid email": "โปรดระบุอีเมลที่ถูกต้อง",
"Select at least one option": "เลือกตัวเลือกอย่างน้อยหนึ่งตัวเลือก",
"Choose tickets to see total value": "เลือกตั๋วเพื่อดูมูลค่ารวม",
tickets: "ตั๋ว",
"Choose Tickets": "เลือกตั๋ว",
"Choose payment method": "เลือกวิธีการชำระเงิน",
Pay: "จ่าย",
Total: "ทั้งหมด",
Free: "ฟรี",
"Buy tickets": "ซื้อตั๋ว",
"Sold Out": "ขายหมดแล้ว",
"Tickets are available": "มีตั๋ว",
"Sales End": "จุดสิ้นสุดการขาย",
"Availible from": "มีให้จาก",
"Go to Orders": "ไปที่คำสั่งซื้อ",
"Go to Details": "ไปที่รายละเอียด",
"Group ticket": "ตั๋วกลุ่ม",
Name: "ชื่อ",
Price: "ราคา",
"Order by": "สั่งโดย",
"Order ID": "รหัสสั่งซื้อ",
Applied: "สมัครแล้ว",
Fees: "ค่าธรรมเนียม",
"Enter promo code": "ป้อนรหัสโปรโมชั่น",
Apply: "นำมาใช้",
"Promo Code": "รหัสโปรโมชั่น",
Cash: "เงินสด",
"You can find your e-tickets attached to your email or download them":
"คุณสามารถค้นหา e-tickets ของคุณที่แนบมากับอีเมลของคุณหรือดาวน์โหลด",
here: "ที่นี่",
Time: "เวลา",
"Invalid promo code": "รหัสโปรโมชั่นที่ไม่ถูกต้อง",
"Credit card": "บัตรเครดิต",
"You will soon receive a confirmation message of successful registration to your email address.":
"คุณจะได้รับข้อความยืนยันการลงทะเบียนที่ประสบความสำเร็จในที่อยู่อีเมลของคุณ",
"You can also check your order details below.":
"คุณสามารถตรวจสอบรายละเอียดการสั่งซื้อของคุณด้านล่าง",
at: "ที่",
Buy: "ซื้อ",
Donation: "การบริจาค",
"Enter price": "องค์กร",
Choose: "เลือก",
Chosen: "เลือกสรร",
"Choose your plan": "เลือกแผนของคุณ",
week: "สัปดาห์",
wk: "สัปดาห์",
"Choose plan cycle": "เลือกวงจรแผน",
months: "เดือน",
years: "ปี",
weeks: "หลายสัปดาห์",
"Copy Event Url": "คัดลอก URL เหตุการณ์",
"You can find your e-tickets attached to your email or print them":
"คุณสามารถค้นหา e-tickets ของคุณที่แนบมากับอีเมลของคุณหรือพิมพ์",
"Guest Info": "ข้อมูลแขกรับเชิญ",
"Ticket Info": "ข้อมูลตั๋ว",
"Ticket name": "ชื่อตั๋ว",
"Ticket price": "ราคาตั๋ว",
"Ticket ID": "รหัสตั๋ว",
"If you have any questions contact to organizer":
"หากคุณมีคำถามใด ๆ ติดต่อผู้จัดงาน",
"As soon as event ends": "ทันทีที่เหตุการณ์สิ้นสุดลง",
"1 day after event ends": "1 วันหลังจากเหตุการณ์สิ้นสุดลง",
"7 days after event ends": "7 วันหลังจากเหตุการณ์สิ้นสุดลง",
"14 days after event ends": "14 วันหลังจากเหตุการณ์สิ้นสุดลง",
"30 days after event ends": "30 วันหลังจากเหตุการณ์สิ้นสุดลง",
Menu: "เมนู",
"No event for selected date": "ไม่มีเหตุการณ์สำหรับวันที่ที่เลือก",
"All day event": "เหตุการณ์ตลอดทั้งวัน",
"Add location": "เพิ่มสถานที่",
"The field is required": "จำเป็นต้องมีฟิลด์",
"Please provide a valid url": "โปรดระบุ URL ที่ถูกต้อง",
Bold: "ตัวหนา",
Italic: "เป็นตัวเอียง",
Underline: "ขีดเส้นใต้",
Link: "การเชื่อมโยง",
"Bulleted list": "รายการกระสุนปืน",
"Numbered list": "รายการหมายเลข",
Website: "เว็บไซต์",
};
export default th;