fix(commands|Utils>info): i18n

This commit is contained in:
Romain J 2021-01-26 15:45:44 +01:00
parent dd09a53c0e
commit f88adec45b
2 changed files with 9 additions and 9 deletions

View file

@ -19,7 +19,7 @@ msgstr ""
#: tuxbot/cogs/Utils/utils.py:40
msgid "Information about TuxBot"
msgstr "Information sur TuxBot"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:46
msgid "__:busts_in_silhouette: Development__"
@ -28,12 +28,13 @@ msgstr ""
#: tuxbot/cogs/Utils/utils.py:63
msgid ""
"**{}** physical memory\n"
"**{}** virtual memory"
"**{}** virtual memory\n"
"**{:.2f}**% CPU"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:77
msgid "__Servers count__"
msgstr "__Nombre de serveurs__"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:82
msgid "__Channels count__"
@ -92,9 +93,7 @@ msgid "Minimal"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:206
msgid ""
"The minimum permissions include the strict requirements for the proper "
"functioning of all basics commands.\n"
msgid "The minimum permissions include the strict requirements for the proper functioning of all basics commands.\n"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:211 tuxbot/cogs/Utils/utils.py:223
@ -106,9 +105,7 @@ msgid "Admin"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:218
msgid ""
"All minimal permissions + extra permissions for admin commands such as kick "
"and ban\n"
msgid "All minimal permissions + extra permissions for admin commands such as kick and ban\n"
msgstr ""
#: tuxbot/cogs/Utils/utils.py:246

View file

@ -32,6 +32,9 @@ msgid ""
"**{}** virtual memory\n"
"**{}**% CPU"
msgstr ""
"**{}** mémoire physique\n"
"**{}** mémoire virtuelle\n"
"**{}**% CPU"
#: tuxbot/cogs/Utils/utils.py:77
msgid "__Servers count__"