Skip to content

Commit

Permalink
feat(i18n): Add missing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco (Valandur) committed Dec 11, 2019
1 parent e6a7e49 commit c7c0cae
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions i18n/bot/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,9 @@
"self": {
"args": {
"duration": "The duration period for the chart.",
"type": "The type of chart to display."
"type": "The type of chart to display.",
"from": "cmd.graph.self.args.from",
"to": "cmd.graph.self.args.to"
},
"description": "Shows graphs about various stats on this server."
},
Expand Down Expand Up @@ -690,7 +692,10 @@
"reason": "The reason why this user is muted.",
"user": "The user that should be muted."
},
"description": "Mute a user"
"description": "Mute a user",
"flags": {
"duration": "The duration to mute the user for"
}
}
},
"permissions": {
Expand Down Expand Up @@ -1149,7 +1154,16 @@
},
"lockdown": {
"channelUnlocked": "The lockdown for {{{ channel }}} has ended.",
"channelLockedDown": "The {{{ channel }}} channel is now locked down."
"channelLockedDown": "The {{{ channel }}} channel is now locked down.",
"self": {
"description": "Lockdown a specific channel (Prevents anyone without special roles from sending messages)",
"flags": {
"timeout": "The timeout after which the lockdown automatically ends. Run the command again to end the lockdown manually."
},
"args": {
"channel": "The channel that you want to lock 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 @@ -1462,7 +1476,10 @@
"description": "Rank related settings.",
"title": "Ranks"
},
"title": "Invites"
"title": "Invites",
"general": {
"title": "General"
}
},
"moderation": {
"bannedWords": {
Expand Down Expand Up @@ -1644,6 +1661,10 @@
"disabledMusicPlatforms": {
"title": "Disabled Music Platforms",
"description": "Music platforms that are disabled and cannot be used to play music."
},
"joinRoles": {
"title": "Join Roles",
"description": "Roles that are assigned to all members when joining."
}
},
"music": {
Expand Down

0 comments on commit c7c0cae

Please sign in to comment.