some minor changes in few things
This commit is contained in:
parent
d187177908
commit
b7ed8ffae7
24 changed files with 156 additions and 211 deletions
utils
functions
locales
|
@ -5,8 +5,6 @@ class commandsPlus(commands.Command):
|
|||
def __init__(self, func, **kwargs):
|
||||
super().__init__(func, **kwargs)
|
||||
self.category = kwargs.get("category", 'other')
|
||||
self.help = kwargs.get("help", 'No Help Provided')
|
||||
self.usage = kwargs.get("usage", 'No Usage Provided')
|
||||
|
||||
|
||||
def commandExtra(*args, **kwargs):
|
||||
|
@ -17,9 +15,6 @@ class GroupPlus(commands.Group):
|
|||
def __init__(self, func, **kwargs):
|
||||
super().__init__(func, **kwargs)
|
||||
self.category = kwargs.get("category", 'other')
|
||||
self.help = kwargs.get("help", 'No Help Provided')
|
||||
self.usage = kwargs.get("usage", 'No Usage Provided')
|
||||
|
||||
|
||||
def groupExtra(*args, **kwargs):
|
||||
return commands.group(*args, **kwargs, cls=GroupPlus)
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
|
||||
|
||||
msgid 'main_page.description'
|
||||
msgstr "Made by {}\nWhen using commands, <> means a required argument and [] means an optional argument.\n***(These symbols shouldn't be written)***"
|
||||
msgstr "When using commands, **<>** means a **required argument** and **[]** means an **optional** argument.\n***(Don't type these symbols!)***"
|
||||
|
||||
msgid 'main_page.commands'
|
||||
msgstr 'Commands'
|
||||
|
|
|
@ -19,7 +19,7 @@ msgstr ""
|
|||
###########################################################################
|
||||
|
||||
msgid '_say'
|
||||
msgstr 'Permet de faire en sorte que le TuxBot envoi votre message'
|
||||
msgstr 'Permet de faire en sorte que le TuxBot envoie votre message'
|
||||
|
||||
msgid '_say__short'
|
||||
msgstr 'Faire parler TuxBot'
|
||||
|
@ -161,13 +161,13 @@ msgstr '[sous-commande]'
|
|||
|
||||
###########################################################################
|
||||
|
||||
msgid '_warn_new'
|
||||
msgid '_warn_add'
|
||||
msgstr "Permet d'ajouter un avertissement à un membre en donnant une raison"
|
||||
|
||||
msgid '_warn_new__short'
|
||||
msgid '_warn_add__short'
|
||||
msgstr 'Ajouter un avertissement a un membre'
|
||||
|
||||
msgid '_warn_new__usage'
|
||||
msgid '_warn_add__usage'
|
||||
msgstr '<ID/Pseudo/Mention du membre> <raison>'
|
||||
|
||||
###########################################################################
|
||||
|
@ -257,7 +257,7 @@ msgid '_prefix_list'
|
|||
msgstr "Permet d'afficher tous les prefixes définis pour ce serveur"
|
||||
|
||||
msgid '_prefix_list__short'
|
||||
msgstr 'Lister les prefixes pour ce servuer'
|
||||
msgstr 'Lister les prefixes pour ce serveur'
|
||||
|
||||
msgid '_prefix_list__usage'
|
||||
msgstr '⠀'
|
||||
|
|
|
@ -16,7 +16,7 @@ msgstr ""
|
|||
|
||||
|
||||
msgid 'main_page.description'
|
||||
msgstr "Créé par {}\nLorsque vous utilisez les commandes, <> correspond à un argument obligatoire et [] à un argument optionnel.\n***(Vous ne devez pas écrire ces symboles)***"
|
||||
msgstr "Lorsque vous utilisez les commandes, **<>** correspond à un argument **obligatoire** et **[]** à un argument **optionnel**.\n***(N'écrivez pas ces symboles!)***"
|
||||
|
||||
msgid 'main_page.commands'
|
||||
msgstr 'Commandes'
|
||||
|
|
|
@ -16,4 +16,4 @@ msgstr ""
|
|||
|
||||
|
||||
msgid "_uptime__short"
|
||||
msgstr "Retourne depuis quand le bot est en ligne."
|
||||
msgstr "Retourne depuis quand TuxBot est en ligne."
|
|
@ -15,3 +15,26 @@ msgstr ""
|
|||
"Generated-By: pygettext.py 1.5\n"
|
||||
|
||||
|
||||
###########################################################################
|
||||
########################## POLLS #####################################
|
||||
###########################################################################
|
||||
|
||||
msgid '_poll'
|
||||
msgstr "Affiche l'aide relative a la commande `sondage`"
|
||||
|
||||
msgid '_poll__short'
|
||||
msgstr "Afficher l'aide pour `sondage`"
|
||||
|
||||
msgid '_poll__usage'
|
||||
msgstr '[sous-commande]'
|
||||
|
||||
###########################################################################
|
||||
|
||||
msgid '_poll_create'
|
||||
msgstr "Créez un sondage basé sur les réactions ! *(**BETA!** ajoutez `--anonyme` pour rendre les réponses anonymes)*"
|
||||
|
||||
msgid '_poll_create__short'
|
||||
msgstr 'Créer un sondage'
|
||||
|
||||
msgid '_poll_create__usage'
|
||||
msgstr '<question> | <réponse A> | <réponse B> | [réponse C] | [réponse D] | [...]'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue