complete en-US translation
This commit is contained in:
parent
ee37e12b65
commit
cecf86014e
1 changed files with 11 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
"e_interacreate_no_command": "Sorry, the command probably no longer exists...",
|
"e_interacreate_no_command": "Sorry, the command probably no longer exists...",
|
||||||
"e_interacreate_no_modal": "Sorry, the model no longer exists...",
|
"e_interacreate_no_modal": "Sorry, the model no longer exists...",
|
||||||
"e_interacreate_no_button": "Sorry, the button no longer exists...",
|
"e_interacreate_no_button": "Sorry, the button no longer exists...",
|
||||||
|
"e_interacreate_no_autocomplete": "Sorry, no autocomplete is available for this command...",
|
||||||
|
|
||||||
"c_ping_name": "Ping",
|
"c_ping_name": "Ping",
|
||||||
"c_ping_desc": "Pong!",
|
"c_ping_desc": "Pong!",
|
||||||
|
@ -88,6 +89,8 @@
|
||||||
"c_play5": "added to the queue",
|
"c_play5": "added to the queue",
|
||||||
"c_play6": "The bot is not playing anything right now.",
|
"c_play6": "The bot is not playing anything right now.",
|
||||||
"c_play7": "Currently playing",
|
"c_play7": "Currently playing",
|
||||||
|
"c_play8": "Asked by",
|
||||||
|
"c_play9": "No results were found",
|
||||||
|
|
||||||
"c_stop_name": "stop",
|
"c_stop_name": "stop",
|
||||||
"c_stop_desc": "Stop the music",
|
"c_stop_desc": "Stop the music",
|
||||||
|
@ -134,6 +137,10 @@
|
||||||
|
|
||||||
"c_lyrics_name": "lyrics",
|
"c_lyrics_name": "lyrics",
|
||||||
"c_lyrics_desc": "Displays the lyrics of a song",
|
"c_lyrics_desc": "Displays the lyrics of a song",
|
||||||
|
"c_lyrics_sub1_name": "normal",
|
||||||
|
"c_lyrics_sub1_desc": "Lyrics search",
|
||||||
|
"c_lyrics_sub2_name": "romanized",
|
||||||
|
"c_lyrics_sub2_desc": "Search for romanized lyrics (e.g., hangul → Latin)",
|
||||||
"c_lyrics_sub3_name": "synced",
|
"c_lyrics_sub3_name": "synced",
|
||||||
"c_lyrics_sub3_desc": "Synchronized lyrics search (updates in live)",
|
"c_lyrics_sub3_desc": "Synchronized lyrics search (updates in live)",
|
||||||
"c_lyrics_opt1_name": "song",
|
"c_lyrics_opt1_name": "song",
|
||||||
|
@ -158,5 +165,8 @@
|
||||||
"c_repeat3": "Repeating the queue",
|
"c_repeat3": "Repeating the queue",
|
||||||
"c_repeat4": "Automatic playback",
|
"c_repeat4": "Automatic playback",
|
||||||
"c_repeat5": "Repeating the song",
|
"c_repeat5": "Repeating the song",
|
||||||
"c_repeat6": "enabled"
|
"c_repeat6": "enabled",
|
||||||
|
|
||||||
|
"e_trackstart1": "Asked by",
|
||||||
|
"e_trackstart2": "Duration :"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue