fix us typos
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 9s
All checks were successful
Lint and Format Check / lint-and-format (pull_request) Successful in 9s
This commit is contained in:
parent
cecf86014e
commit
144635bd76
1 changed files with 11 additions and 11 deletions
|
@ -1,16 +1,16 @@
|
|||
{
|
||||
"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 template 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!",
|
||||
"c_ping1": "Roundtrip latency",
|
||||
"c_ping2": "Websocket heartbeat",
|
||||
"c_ping2": "Web socket heartbeat",
|
||||
|
||||
"c_help_name": "Help",
|
||||
"c_help_desc": "Informations about commands",
|
||||
"c_help_desc": "Information about commands",
|
||||
"c_help_opt1_name": "command",
|
||||
"c_help_opt1_desc": "Command wanted in depth.",
|
||||
"c_help1": "List of categories and associated commands",
|
||||
|
@ -18,7 +18,7 @@
|
|||
"c_help3": "Can't find :",
|
||||
|
||||
"c_archive_name": "clean",
|
||||
"c_archive_desc": "Clean category for new year",
|
||||
"c_archive_desc": "Clean category for the new year",
|
||||
"c_archive_opt1_name": "category",
|
||||
"c_archive_opt1_desc": "Name of the category to be cleaned",
|
||||
"c_archive1": "List of categories subject to cleaning",
|
||||
|
@ -38,7 +38,7 @@
|
|||
"c_prep3": "Unable to find/clean the channel:",
|
||||
"c_prep4": "Lists of prepared channels `",
|
||||
"c_prep5": "created",
|
||||
"c_prep6": "No preparation required",
|
||||
"c_prep6": "No preparation is required",
|
||||
|
||||
"u_time_at": "at",
|
||||
|
||||
|
@ -47,11 +47,11 @@
|
|||
"c_reminder_sub1_name": "new",
|
||||
"c_reminder_sub1_desc": "Sets up a reminder",
|
||||
"c_reminder_sub1_opt1_name": "time",
|
||||
"c_reminder_sub1_opt1_desc": "Desired time before the reminder, append an @ to activate the mention or a p to send in DM",
|
||||
"c_reminder_sub1_opt1_desc": "Desired time before the reminder, append an @ to activate the mention or a p to send in a DM",
|
||||
"c_reminder_sub1_opt2_name": "message",
|
||||
"c_reminder_sub1_opt2_desc": "Reminder message",
|
||||
"c_reminder_sub2_name": "list",
|
||||
"c_reminder_sub2_desc": "Displays the list of reminders of a user",
|
||||
"c_reminder_sub2_desc": "Displays the list of reminders for a user",
|
||||
"c_reminder_sub2_opt1_name": "user",
|
||||
"c_reminder_sub2_opt1_desc": "Displays the list of this user",
|
||||
"c_reminder_sub2_opt2_name": "page",
|
||||
|
@ -62,7 +62,7 @@
|
|||
"c_reminder_sub3_opt1_desc": "Reminder to be deleted",
|
||||
"c_reminder1": "A reminder has been set up for in",
|
||||
"c_reminder2": "The ID entered is not valid.",
|
||||
"c_reminder3": "Reminder not found, not on the right guild or not belonging to you.",
|
||||
"c_reminder3": "Reminder not found, not in the right guild, or not belonging to you.",
|
||||
"c_reminder4": "Unknown user.",
|
||||
"c_reminder5": "Reminders of",
|
||||
"c_reminder6": "Page",
|
||||
|
@ -82,7 +82,7 @@
|
|||
"c_play_desc": "Plays a song/playlist, no query displays the now playing song",
|
||||
"c_play_opt1_name": "query",
|
||||
"c_play_opt1_desc": "What you want to listen to",
|
||||
"c_play1": "You're not in any vocal channel.",
|
||||
"c_play1": "You're not on any vocal channels.",
|
||||
"c_play2": "You are in the wrong voice channel, I am in",
|
||||
"c_play3": "Unable to join the voice channel.",
|
||||
"c_play4": "not found",
|
||||
|
@ -145,9 +145,9 @@
|
|||
"c_lyrics_sub3_desc": "Synchronized lyrics search (updates in live)",
|
||||
"c_lyrics_opt1_name": "song",
|
||||
"c_lyrics_opt1_desc": "Wanted song",
|
||||
"c_lyrics1": "The bot is not playing anything at the moment and no songs are specified.",
|
||||
"c_lyrics1": "The bot is not playing anything at the moment, and no songs are specified.",
|
||||
"c_lyrics2": "Unable to find the lyrics for",
|
||||
"c_lyrics3": "Impossible to find synchronized lyrics for",
|
||||
"c_lyrics3": "Unable to find synchronized lyrics for",
|
||||
"c_lyrics4": "It's karaoke time!",
|
||||
|
||||
"c_repeat_name": "repeat",
|
||||
|
|
Loading…
Reference in a new issue