Skip to content

Commit

Permalink
fix(i18n): Add missing english translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Crespi committed Dec 3, 2019
1 parent c60d4bb commit 587fcda
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions i18n/bot/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -817,27 +817,27 @@
},
"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 }}",
"none": "No ranks have been created yet.",
"self": {
"description": "Show all ranks.",
"args": {
"page": "cmd.ranks.self.args.page"
"page": "The page of the ranks list to show."
}
},
"title": "Ranks"
},
"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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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 }}"
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 587fcda

Please sign in to comment.