From 587fcdabf12201d1d1a3057107cb84bdda1e63a0 Mon Sep 17 00:00:00 2001 From: Marco Crespi Date: Tue, 3 Dec 2019 08:58:35 +0100 Subject: [PATCH] fix(i18n): Add missing english translations --- i18n/bot/en.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/i18n/bot/en.json b/i18n/bot/en.json index 576a7fa6..8dfdf70d 100644 --- a/i18n/bot/en.json +++ b/i18n/bot/en.json @@ -817,7 +817,7 @@ }, "text": "Deleted {{ amount }} messages.\nThis message will be deleted in 5 seconds.", "title": "Delete Messages", - "inProgress": "cmd.purgeUntil.inProgress" + "inProgress": "Purging..." }, "ranks": { "entry": "{{{ role }}}: **{{ numInvites }} invites** {{ description }}", @@ -825,7 +825,7 @@ "self": { "description": "Show all ranks.", "args": { - "page": "cmd.ranks.self.args.page" + "page": "The page of the ranks list to show." } }, "title": "Ranks" @@ -833,11 +833,11 @@ "removeInvites": { "self": { "args": { - "amount": "cmd.removeInvites.self.args.amount", - "reason": "cmd.removeInvites.self.args.reason", - "user": "cmd.removeInvites.self.args.user" + "amount": "The amount of invites to remove.", + "reason": "The reason for removing the invites.", + "user": "The user to remove the invites from." }, - "description": "cmd.removeInvites.self.description" + "description": "Removes a specified amount of invites from a user." } }, "removeRank": { @@ -861,7 +861,7 @@ }, "setup": { "faq": { - "text": "A complete guide on setting up the bot can be found here: https://docs.invitemanager.co/bot/", + "text": "A complete guide on setting up the bot can be found here: https://docs.invitemanager.co/", "title": "FAQs and more" }, "help": { @@ -911,7 +911,7 @@ }, "description": "Ban and then automatically unban a member from the server.", "flags": { - "deleteMessageDays": "cmd.softBan.self.flags.deleteMessageDays" + "deleteMessageDays": "Delete messages from the user this many days back." } }, "unBanError": "The user was but could not be unbanned...\n{{ error }}" @@ -1128,28 +1128,28 @@ "fixRanks": { "done": "Done fixing ranks.", "self": { - "description": "cmd.fixRanks.self.description" + "description": "Deletes any ranks where the role was deleted." } }, "placeholder": { "self": { "flags": { - "edit": "cmd.placeholder.self.flags.edit" + "edit": "The message id of the placeholder to edit." }, "args": { - "message": "cmd.placeholder.self.args.message" + "message": "The message of the placeholder." }, - "description": "cmd.placeholder.self.description" + "description": "Creates a new or edits an existing placeholder message." }, - "noMessageFoundInDatabase": "cmd.placeholder.noMessageFoundInDatabase" + "noMessageFoundInDatabase": "The placeholder message with the specified id could not be found." }, "reactionRole": { - "noMessageFoundInDatabase": "cmd.reactionRole.noMessageFoundInDatabase", + "noMessageFoundInDatabase": "The placeholder message with the specified id could not be found.", "unknownEmoji": "Unknown emoji. The bot must be in the guild where the emoji comes from!" }, "lockdown": { - "channelUnlocked": "cmd.lockdown.channelUnlocked", - "channelLockedDown": "cmd.lockdown.channelLockedDown" + "channelUnlocked": "The lockdown for {{{ channel }}} has ended.", + "channelLockedDown": "The {{{ channel }}} channel is now locked down." } }, "JOIN_LEAVE_EMBEDS_IS_PREMIUM": "Using an embed as your join/leave message is a premium feature. Premium does not seem to be active on this server. Please contact us to learn more about how to purchase premium.", @@ -1210,7 +1210,7 @@ "notFound": "Command not found.", "type": "Command", "validValues": "Use one of the following values: {{{ values }}}", - "typeInfo": "resolvers.command.typeInfo" + "typeInfo": "This argument expects a command of this bot. You can use any of the following methods to provide a command:\n\n- Use the command name: `invites`\n- Use an alias of the command: `p`" }, "enum": { "invalid": "Not a valid value.", @@ -1251,11 +1251,11 @@ }, "date": { "type": "Date", - "typeInfo": "resolvers.date.typeInfo" + "typeInfo": "This argument expects a date. You can use various formats, but we recommend: `YYYY-MM-DD`" }, "duration": { "type": "Duration", - "typeInfo": "resolvers.duration.typeInfo" + "typeInfo": "This argument expects a duration. The following duration types are supported:\n\n- Seconds: `s` (`5s` = 5 seconds)\n- Minutes: `min` (`3min` = 3 minutes)\n- Hours: `h` (`4h` = 4 hours)\n- Days: `d` (`2d` = 2 days)\n- Weeks: `w` (`1w` = 1 week)\n- Months: `mo` (`6mo` = 6 months)\n- Years: `y` (`10y` = 10 years)" }, "invitecode": { "type": "Invite Code",