fix(commands|Utils>info): i18n
This commit is contained in:
parent
dd09a53c0e
commit
f88adec45b
2 changed files with 9 additions and 9 deletions
|
@ -19,7 +19,7 @@ msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:40
|
#: tuxbot/cogs/Utils/utils.py:40
|
||||||
msgid "Information about TuxBot"
|
msgid "Information about TuxBot"
|
||||||
msgstr "Information sur TuxBot"
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:46
|
#: tuxbot/cogs/Utils/utils.py:46
|
||||||
msgid "__:busts_in_silhouette: Development__"
|
msgid "__:busts_in_silhouette: Development__"
|
||||||
|
@ -28,12 +28,13 @@ msgstr ""
|
||||||
#: tuxbot/cogs/Utils/utils.py:63
|
#: tuxbot/cogs/Utils/utils.py:63
|
||||||
msgid ""
|
msgid ""
|
||||||
"**{}** physical memory\n"
|
"**{}** physical memory\n"
|
||||||
"**{}** virtual memory"
|
"**{}** virtual memory\n"
|
||||||
|
"**{:.2f}**% CPU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:77
|
#: tuxbot/cogs/Utils/utils.py:77
|
||||||
msgid "__Servers count__"
|
msgid "__Servers count__"
|
||||||
msgstr "__Nombre de serveurs__"
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:82
|
#: tuxbot/cogs/Utils/utils.py:82
|
||||||
msgid "__Channels count__"
|
msgid "__Channels count__"
|
||||||
|
@ -92,9 +93,7 @@ msgid "Minimal"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:206
|
#: tuxbot/cogs/Utils/utils.py:206
|
||||||
msgid ""
|
msgid "The minimum permissions include the strict requirements for the proper functioning of all basics commands.\n"
|
||||||
"The minimum permissions include the strict requirements for the proper "
|
|
||||||
"functioning of all basics commands.\n"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:211 tuxbot/cogs/Utils/utils.py:223
|
#: tuxbot/cogs/Utils/utils.py:211 tuxbot/cogs/Utils/utils.py:223
|
||||||
|
@ -106,9 +105,7 @@ msgid "Admin"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:218
|
#: tuxbot/cogs/Utils/utils.py:218
|
||||||
msgid ""
|
msgid "All minimal permissions + extra permissions for admin commands such as kick and ban\n"
|
||||||
"All minimal permissions + extra permissions for admin commands such as kick "
|
|
||||||
"and ban\n"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:246
|
#: tuxbot/cogs/Utils/utils.py:246
|
||||||
|
|
|
@ -32,6 +32,9 @@ msgid ""
|
||||||
"**{}** virtual memory\n"
|
"**{}** virtual memory\n"
|
||||||
"**{}**% CPU"
|
"**{}**% CPU"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"**{}** mémoire physique\n"
|
||||||
|
"**{}** mémoire virtuelle\n"
|
||||||
|
"**{}**% CPU"
|
||||||
|
|
||||||
#: tuxbot/cogs/Utils/utils.py:77
|
#: tuxbot/cogs/Utils/utils.py:77
|
||||||
msgid "__Servers count__"
|
msgid "__Servers count__"
|
||||||
|
|
Loading…
Reference in a new issue