This repository has been archived by the owner on Sep 27, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Public playlist soon..... (people can play your playlist!)
- Loading branch information
Showing
11 changed files
with
434 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
##### All Filter command! | ||
filter_loading: "กำลังเปิด ฟิลเตอร์ **%{name}**. จะใช้เวลาสักครู่..." | ||
filter_on: "`🔩` | *เปิดฟิลเตอร์:* `%{name}`" | ||
filter_number: "โปรดใส่ตัวเลข" | ||
|
||
filter_greater: "ตัวเลขต้องเยอะกว่า 0" | ||
filter_less: "ตัวเลขต้องน้อยกว่า 10" | ||
|
||
# Bassboost commaand! | ||
bassboost_loading: "ตั้งค่า **Bassboost** เป็น **%{amount}dB**. จะใช้เวลาสักครู่..." | ||
bassboost_set: "`🔩` | *Bassboost เปลี่ยนเป็น:* `%{amount}`" | ||
bassboost_limit: "โปรดใส่ตัวเลข -10 ถึง 10 เท่านั้น" | ||
|
||
# Equalizer command! | ||
eq_author: "ฟิลเตอร์ กำหนดเอง" | ||
eq_icon: "https://cdn.discordapp.com/emojis/758423098885275748.gif" | ||
eq_desc: "มี 14 แบนด์ ที่สามารถตั้งค่าได้ตั้งแต่ -10 ถึง 10 ไม่จำเป็นต้องกรอกทุกแบนด์" | ||
eq_field_title: "ตัวอย่าง:" | ||
eq_field_value: "%{prefix}eq 2 3 0 8 0 5 0 -5 0 0" | ||
eq_number: "แบนด์ #%{num} ไม่ใช่ตัวเลขที่ถูกต้อง" | ||
eq_than: "แบนด์ #%{num} ต้องน้อยกว่า 10" | ||
eq_footer: "รีเซ็ต ฟิลเตอร์: %{prefix}eq reset" | ||
|
||
eq_loading: "ตั้งค่า **Equalizer** เป็น... **`%{bands}`** จะใช้เวลาสักครู่..." | ||
eq_on: "`🔩` | *Equalizer เปลี่ยนเป็น:* `%{bands}`" | ||
|
||
# Pitch command! | ||
pitch_loading: "ตั้งค่า **Pitch** เป็น **%{amount}**. จะใช้เวลาสักครู่..." | ||
pitch_on: "`🔩` | *Pitch เปลี่ยนเป็น:* `%{amount}`" | ||
|
||
# Rate command! | ||
rate_loading: "ตั้งค่า **Rate** เป็น **%{amount}x**. จะใช้เวลาสักครู่..." | ||
rate_on: "`🔩` | *Rate เปลี่ยนเป็น:* `%{amount}x`" | ||
|
||
# Reset command! | ||
reset_loading: "กำลังปิด **ฟิลเตอร์** จะใช้เวลาสักครู่..." | ||
reset_on: "`🔩` | *ปิด:* `ฟิลเตอร์`" | ||
|
||
# Speed command! | ||
speed_loading: "ตั้งค่า **Speed** เป็น **%{amount}x**. จะใช้เวลาสักครู่..." | ||
speed_on: "`🔩` | *Speed เปลี่ยนเป็น:* `%{amount}x`" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
##### InteractionCreate Event ##### | ||
|
||
# On settings/config.js in DEV_ID | ||
dev_only: "บอทอยู่ในระหว่างการพัฒนา (กรุณากลับมาใหม่ภายหลัง)" | ||
|
||
# No permission to use command (this for bot!) | ||
no_perms: "ฉันไม่มีสิทธิ์ดำเนินการคำสั่ง!" | ||
|
||
# Bot getting error something! | ||
error: "อะไรบางอย่างผิดปกติ." | ||
|
||
# You are not the client owner of this bot! | ||
owner_only: "คุณไม่ใช่เจ้าของบอท" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
##### MessageCraete Event ##### | ||
|
||
# On @mention bot get ping back! | ||
my_prefix: "`🤖` | *คำนำหน้าของฉันคือ:* `%{prefix}`" | ||
|
||
# On put id to settings/config.js in DEV_ID | ||
dev_only: "บอทอยู่ในระหว่างการพัฒนา (กรุณากลับมาใหม่ภายหลัง)" | ||
|
||
# No permission to use command (this for bot!) | ||
no_perms: "ฉันไม่มีสิทธิ์ดำเนินการคำสั่ง!" | ||
|
||
# Bot getting error something! | ||
error: "อะไรบางอย่างผิดปกติ." | ||
|
||
# You are not the client owner of this bot! | ||
owner_only: "คุณไม่ใช่เจ้าของบอท" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,173 @@ | ||
### 247 command | ||
247_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
247_off: "`🌙` | *โหมด 24/7 ได้ถูก:* `ปิดการใช้งาน`" | ||
247_on: "`🌕` | *โหมด 24/7 ได้ถูก:* `เปิดการใช้งาน`" | ||
|
||
### Autoplay command! | ||
autoplay_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
autoplay_off: "`📻` | *เล่นอัตโนมัติ ได้ถูก:* `ปิดการใช้งาน`" | ||
autoplay_on: "`📻` | *เล่นอัตโนมัติ ได้ถูก:* `เปิดการใช้งาน`" | ||
|
||
### Clearqueue command! | ||
clearqueue_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
clearqueue_msg: "`📛` | *คิวได้ถูก:* `เคลียร์`" | ||
|
||
### Forward command! | ||
forward_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
forward_msg: "`⏭` | *ข้ามไปยัง:* `%{duration}`" | ||
forward_beyond: "ไม่สามารถ ข้าม เกินระยะเวลาของเพลง" | ||
forward_invalid: "โปรดใช้ตัวเลข\nการใช้งานที่ถูกต้อง: `%{prefix}forward <วินาที>`" | ||
|
||
### Join command! | ||
join_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
join_voice: "คุณต้องอยู่ในห้องเสียงเพื่อใช้คำสั่ง" | ||
join_msg: "`🔊` | *เข้าห้อง:* `%{channel}`" | ||
|
||
### Leave command! | ||
leave_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
leave_msg: "`🚫` | *ออกห้อง:* | `%{channel}`" | ||
|
||
### Loop command! | ||
loop_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
loop_current: "`🔁` | *ลูปเพลง:* `ปัจจุบัน`" | ||
unloop_current: "`🔁` | *ยกเลิก ลูปเพลง:* `ปัจจุบัน`" | ||
loop_all: "`🔁` | *ลูปเพลง:* `ทั้งหมด`" | ||
unloop_all: "`🔁` | *ยกเลิก ลูปเพลง:* `ทั้งหมด`" | ||
|
||
### Loopall command! | ||
loopall_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
loopall: "`🔁` | *ลูปเพลง:* `ทั้งหมด`" | ||
unloopall: "`🔁` | *ยกเลิก ลูปเพลง:* `ทั้งหมด`" | ||
|
||
### Lyrics command! | ||
lyrics_loading: "กำลังค้นหาเนื้อเพลง..." | ||
lyrics_notfound: "ไม่พบเนื้อเพลงสำหรับเพลงนี้!" | ||
lyrics_title: "เนื้อเพลง %{song}" | ||
lyrics_toolong: "เนื้อเพลงยาวเกินไปที่จะแสดง!" | ||
|
||
### Nowplaying command! | ||
np_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
|
||
np_title: "กำลังเล่น เพลง..." | ||
np_title_pause: "เพลงถูกหยุด..." | ||
np_icon: "https://cdn.discordapp.com/emojis/741605543046807626.gif" | ||
|
||
# Embed Field | ||
np_author: "ช่อง:" | ||
np_request: "ผู้ร้องขอ:" | ||
np_volume: "ระดับเสียง:" | ||
np_view: "ยอดวิว:" | ||
np_upload: "อัปโหลด:" | ||
np_download: "ดาวน์โหลด:" | ||
np_current_duration: "ระยะเวลาปัจจุบัน: `[%{current_duration} / %{total_duration}]`" | ||
|
||
# Need in voice to use button | ||
np_invoice: "คุณต้องอยู่ใน ห้องเสียง/เดียวกัน เพื่อจะใช้ปุ่มนี้" | ||
|
||
# Message Button | ||
np_switch_pause: "หยุดชั่วคราว" | ||
np_switch_resume: "ดำเนินการต่อ" | ||
np_pause_msg: "`⏯` | *เพลงได้ถูก:* `%{pause}`" | ||
|
||
np_replay_msg: "`⏮` | *เพลงได้ถูก:* `เล่นซ้ำ`" | ||
|
||
np_stop_msg: "`🚫` | *เพลงได้ถูก:* `ปิด`" | ||
|
||
np_skip_msg: "`⏭` | *เพลงได้ถูก:* `ข้าม`" | ||
|
||
np_switch_enable: "เปิดการใช้งาน" | ||
np_switch_disable: "ปิดการใช้งาน" | ||
np_repeat_msg: "`🔁` | *ลูปได้ถูก:* `%{loop}`" | ||
|
||
### Pause command! | ||
pause_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
pause_switch_pause: "หยุดชั่วคราว" | ||
pause_switch_resume: "ดำเนินการต่อ" | ||
pause_msg: "`⏯` | *เพลงได้ถูก:* `%{pause}`" | ||
|
||
### Play command! | ||
play_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
play_invoice: "คุณต้องอยู่ใน ห้องเสียง เพื่อใช้คำสั่ง" | ||
play_join: "ฉันไม่ได้รับอนุญาตให้เข้าร่วม ห้องเสียง ของคุณ" | ||
play_speak: "ฉันไม่ได้รับอนุญาตให้พูดใน ห้องเสียง ของคุณ" | ||
play_arg: "กรุณาระบุชื่อเพลงหรือลิงค์เพื่อค้นหา" | ||
|
||
play_track: "**เพิ่มเพลง • [%{title}](%{url})** `%{duration}` • %{request}" | ||
play_playlist: "**เพิ่มเพลง • [%{title}](%{url})** `%{duration}` (%{songs} เพลง) • %{request}" | ||
play_result: "**เพิ่มเพลง • [%{title}](%{url})** `%{duration}` • %{request}" | ||
|
||
play_fail: "เกิดข้อผิดพลาดในการค้นหาเพลง" | ||
play_match: "เพลงผิดพลาดไม่ตรงกัน" | ||
|
||
### Previous command! | ||
previous_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
previous_notfound: "ไม่พบเพลง/เพลงก่อนหน้า" | ||
previous_msg: "`⏮` | *เพลงได้ถูก:* `ย้อนกลับ`" | ||
|
||
### Queue command! | ||
queue_author: "คิว - %{guild}" | ||
queue_description: "**เพลงที่กำลังเล่น**\n**[%{title}](%{url})** `[%{duration}]` • %{request}\n\n**คิวที่เหลือ**:%{rest}" | ||
queue_footer: "หน้าที่ • %{page}/%{pages} | %{queue_lang} • เพลง | ระยะเวลาทั้งหมด • %{duration}" | ||
queue_notnumber: "หน้า ต้องเป็นตัวเลข" | ||
queue_page_notfound: "มีเพียง %{page} หน้าใช้ได้" | ||
|
||
### Replay command! | ||
replay_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
replay_msg: "`⏮` | *เพลงได้ถูก:* `เล่นซ้ำ`" | ||
|
||
### Resume command! | ||
resume_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
resume_switch_pause: "หยุดชั่วคราว" | ||
resume_switch_resume: "ดำเนินการต่อ" | ||
resume_msg: "`⏯` | *เพลงได้ถูก:* `%{resume}`" | ||
|
||
### Rewind command! | ||
rewind_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
rewind_msg: "`⏮` | *ย้อนไปยัง:* `%{duration}`" | ||
rewind_beyond: "ไม่สามารถ ย้อน เกินระยะเวลาของเพลง" | ||
rewind_invalid: "โปรดใช้ตัวเลข\nการใช้งานที่ถูกต้อง: `%{prefix}rewind <วินาที>`" | ||
|
||
### Search command! | ||
search_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
search_invoice: "คุณต้องอยู่ในห้องเสียงเพื่อใช้คำสั่" | ||
search_join: "ฉันไม่ได้รับอนุญาตให้เข้าร่วม ห้องเสียง ของคุณ" | ||
search_speak: "ฉันไม่ได้รับอนุญาตให้พูดใน ห้องเสียง ของคุณ" | ||
search_arg: "กรุณาระบุชื่อเพลงเพื่อค้นหา" | ||
|
||
search_title: "เลือกเพลง..." | ||
search_select: "**(%{num}.) [%{title}](%{url})** `%{duration}` ช่อง: `%{author}`" | ||
search_footer: "กรุณาเลือกเพลงใน 30 วินาที" | ||
search_no_response: "ไม่มีการตอบสนอง" | ||
|
||
search_result: "**เพิ่มเพลง • [%{title}](%{url})** `%{duration}` • %{request}" | ||
search_playlist: "**เพิ่มเพลง • [%{title}](%{url})** `%{duration}` (%{songs} เพลง) • %{request}" | ||
|
||
search_fail: "เกิดข้อผิดพลาดในการค้นหาเพลง" | ||
search_match: "เพลงผิดพลาดไม่ตรงกัน" | ||
|
||
### Seek command! | ||
seek_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
seek_invalid: "โปรดใช้ตัวเลข\nการใช้งานที่ถูกต้อง: `%{prefix}seek <วินาที>`" | ||
seek_beyond: "ไม่สามารถ ข้าม/ย้อน เกินความยาวของเพลง" | ||
seek_msg: "`⏭` | *ข้ามไปที่:* `%{duration}`" | ||
|
||
### Shuffle command! | ||
shuffle_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
shuffle_msg: "`🔀` | *คิวได้ถูก:* `สุ่ม`" | ||
|
||
### Skip command! | ||
skip_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
skip_msg: "`⏭` | *เพลงได้ถูก:* `ข้าม`" | ||
|
||
### Skipto command! | ||
skipto_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
skipto_invalid_position: "หมายเลขไม่ถูกต้อง" | ||
skipto_arg: "ไม่สามารถข้ามไปยังเพลงที่เล่นอยู่ ถ้าจะข้ามเพลงที่กำลังเล่นอยู่ พิมพ์: `%{prefix}skip`" | ||
skipto_invalid: "หมายเลขเพลงไม่ถูกต้อง" | ||
skipto_msg: "`⏭` | *เพลงได้ถูก:* `ข้ามไปคิวที่ %{position}`" | ||
|
||
### Volume command! | ||
volume_loading: "กำลังโหลด โปรดรอสักครู่..." | ||
volume_usage: "*ระดับเสียงปัจจุบัน:* `%{volume}%`" | ||
volume_invalid: "คุณสามารถตั้งค่าระดับเสียง 1% ถึง 100% เท่านั้น" | ||
volume_msg: "`🔊` | *เปลี่ยนระดับเสียงเป็น:* `%{volume}%`" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
##### Need to join voice channel to use command! ##### | ||
|
||
# No song playing in guild! | ||
no_player: "ไม่มีเพลงที่กำลังเล่นอยู่ในกิลด์นี้" | ||
|
||
# Need to join voice & same voice to use command! | ||
no_voice: "คุณต้องอยู่ใน ห้องเสียง/เดียวกัน" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
##### No premium Event ##### | ||
|
||
# No premium sending msg! | ||
premium_author: "พรีเมี่ยมเท่านั้น!" | ||
premium_desc: "*คุณต้องเป็นพรีเมี่ยมเพื่อใช้คำสั่งนี้*" | ||
premium_error: "เกิดข้อผิดพลาด โปรดลองอีกครั้งในภายหลัง" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
##### On track start playing! Event ##### | ||
track_title: "กำลังเล่น เพลง..." | ||
track_icon: "https://cdn.discordapp.com/emojis/741605543046807626.gif" | ||
|
||
# Embed Field | ||
author_title: "ช่อง:" | ||
request_title: "ผู้ร้องขอ:" | ||
volume_title: "เสียงปัจจุบัน:" | ||
queue_title: "ความยาวคิว:" | ||
duration_title: "ระยะเวลา:" | ||
total_duration_title: "ระยะเวลาทั้งหมด:" | ||
current_duration_title: "ระยะเวลาปัจจุบัน: `[0:00 / %{current_duration}]`" | ||
|
||
# Need in voice to use button! | ||
join_voice: "คุณต้องอยู่ใน ห้องเสียง/เดียวกัน เพื่อจะใช้ปุ่มนี้" | ||
|
||
# Message Button | ||
switch_pause: "หยุดชั่วคราว" | ||
switch_resume: "ดำเนินการต่อ" | ||
pause_msg: "`⏯` | *เพลงได้ถูก:* `%{pause}`" | ||
|
||
skip_msg: "`⏭` | *เพลงได้ถูก:* `ข้าม`" | ||
|
||
stop_msg: "`🚫` | *เพลงได้ถูก:* `ปิด`" | ||
|
||
shuffle_msg: "`🔀` | *คิวได้ถูก:* `สุ่ม`" | ||
|
||
switch_enable: "เปิดใช้งาน" | ||
switch_disable: "ปิดใช้งาน" | ||
repeat_msg: "`🔁` | *ลูปได้ถูก:* `%{loop}`" | ||
|
||
volup_msg: "`🔊` | *เปลี่ยนระดับเสียงเป็น:* `%{volume}%`" | ||
voldown_msg: "`🔈` | *เปลี่ยนระดับเสียงเป็น:* `%{volume}%`" | ||
|
||
replay_msg: "`⏮` | *เพลงได้ถูก:* `เล่นซ้ำ`" | ||
|
||
queue_author: "คิว - %{guild}" | ||
queue_description: "**เพลงที่กำลังเล่น**\n**[%{track}](%{track_url})** `[%{duration}]` • %{requester}\n\n**คิวที่เหลือ**:%{list_song}" | ||
queue_footer: "หน้า • %{page}/%{pages} | %{queue_lang} • เพลง | ระยะเวลาทั้งหมด • %{total_duration}" | ||
|
||
clear_msg: "`📛` | *คิวได้ถูก:* `เคลียร์`" | ||
|
||
|
||
##### On QueueEnd Event ##### | ||
queue_end_desc: "`📛` | *เพลงได้:* `จบลงแล้ว`" | ||
|
||
|
||
##### On Track get error!! Event ##### | ||
error_desc: "`❌` | *เพลงมีข้อผิดพลาด:* `ข้ามอัตโนมัติ`" | ||
|
||
|
||
##### On Track get stuck!! Event ##### | ||
stuck_desc: "`❌` | *เพลงติด:* `ข้ามอัตโนมัติ`" | ||
|
||
|
||
##### On Bot get move Event ##### | ||
|
||
# On player get discoconnect | ||
dis_title: "ตัดการเชื่อมต่อ" | ||
dis_desc: "*ฉันถูกตัดการเชื่อมต่อจาก <#%{voice}>*" | ||
|
||
# On player get move! = (detroy player) | ||
leave_title: "ย้าย" | ||
leave_desc: "*ฉันถูกย้าย ตัดการเชื่อมต่ออัตโนมัติ*" |
Oops, something went wrong.