From cecf86014ee2cc9f7bbe8516720b44820afbe31a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Tue, 17 Sep 2024 19:32:14 +0200 Subject: [PATCH] complete en-US translation --- src/locales/en-US.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 69a1a9b..2b97e29 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -2,6 +2,7 @@ "e_interacreate_no_command": "Sorry, the command probably 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_autocomplete": "Sorry, no autocomplete is available for this command...", "c_ping_name": "Ping", "c_ping_desc": "Pong!", @@ -88,6 +89,8 @@ "c_play5": "added to the queue", "c_play6": "The bot is not playing anything right now.", "c_play7": "Currently playing", + "c_play8": "Asked by", + "c_play9": "No results were found", "c_stop_name": "stop", "c_stop_desc": "Stop the music", @@ -134,6 +137,10 @@ "c_lyrics_name": "lyrics", "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_desc": "Synchronized lyrics search (updates in live)", "c_lyrics_opt1_name": "song", @@ -158,5 +165,8 @@ "c_repeat3": "Repeating the queue", "c_repeat4": "Automatic playback", "c_repeat5": "Repeating the song", - "c_repeat6": "enabled" + "c_repeat6": "enabled", + + "e_trackstart1": "Asked by", + "e_trackstart2": "Duration :" }