mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b2e7458353 | ||
|
|
6adb7e6de7 | ||
|
|
1756593785 | ||
|
|
c3b96b7a9e | ||
|
|
a26b9d6d3a | ||
|
|
76c2c75f2c | ||
|
|
afabc4769d |
23
CHANGES.rst
23
CHANGES.rst
@@ -1,5 +1,24 @@
|
||||
.. Red changelogs
|
||||
|
||||
Redbot 3.5.7 (2024-03-24)
|
||||
=========================
|
||||
|
||||
| Thanks to all these amazing people that contributed to this release:
|
||||
| :ghuser:`aikaterna`, :ghuser:`Flame442`, :ghuser:`karlsbjorn`, :ghuser:`Jackenmen`
|
||||
|
||||
This is a hotfix release fixing a bug with Red's reaction-based menus introduced in the previous release.
|
||||
|
||||
End-user changelog
|
||||
------------------
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
- **Core** - Fixed an issue with Red's reaction-based menus *with custom controls* not working properly (:issue:`6324`)
|
||||
- **Core - Bot Commands** - Updated supported image formats in ``[p]set bot avatar``'s error messages to include GIFs (:issue:`6323`)
|
||||
|
||||
----
|
||||
|
||||
Redbot 3.5.6 (2024-03-22)
|
||||
=========================
|
||||
|
||||
@@ -63,12 +82,12 @@ Changes
|
||||
- **Core - Utils Package** - The `menu()` utility function received a new `provisional <developer-guarantees-exclusions>` ``user`` parameter for defining who can interact with the menu (instead of the default ``ctx.author``) (:issue:`4913`)
|
||||
|
||||
If no issues arise, we plan on including this parameter under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
- **Core - Utils Package** - The `SimpleMenu.start()` method received a new `provisional <developer-guarantees-exclusions>` ``user`` parameter for defining who can interact with the menu (instead of the default ``ctx.author``) (:issue:`4913`)
|
||||
|
||||
If no issues arise, we plan on including this parameter under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
Fixes
|
||||
*****
|
||||
|
||||
@@ -339,7 +339,7 @@ def _early_init():
|
||||
|
||||
|
||||
# This is bumped automatically by release workflow (`.github/workflows/scripts/bump_version.py`)
|
||||
_VERSION = "3.5.6"
|
||||
_VERSION = "3.5.7"
|
||||
|
||||
__version__, version_info = VersionInfo._get_version()
|
||||
|
||||
|
||||
@@ -2889,11 +2889,11 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
||||
_(
|
||||
"Failed. Remember that you can edit my avatar "
|
||||
"up to two times a hour. The URL or attachment "
|
||||
"must be a valid image in either JPG or PNG format."
|
||||
"must be a valid image in either JPG, PNG, or GIF format."
|
||||
)
|
||||
)
|
||||
except ValueError:
|
||||
await ctx.send(_("JPG / PNG format only."))
|
||||
await ctx.send(_("JPG / PNG / GIF format only."))
|
||||
else:
|
||||
await ctx.send(_("Done."))
|
||||
|
||||
|
||||
8
redbot/core/locales/ar-SA.po
generated
8
redbot/core/locales/ar-SA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2228,12 +2228,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "صيغة JPG / PNG فقط."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/bg-BG.po
generated
8
redbot/core/locales/bg-BG.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2174,12 +2174,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Поддържа се JPG / PNG формат само."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/cs-CZ.po
generated
8
redbot/core/locales/cs-CZ.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2202,12 +2202,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Pouze formát JPG / PNG."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/da-DK.po
generated
6
redbot/core/locales/da-DK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2169,11 +2169,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
10
redbot/core/locales/de-DE.po
generated
10
redbot/core/locales/de-DE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2402,12 +2402,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Beim Abrufen des Bilds ist etwas schiefgegangen."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Fehlgeschlagen. Denke daran, dass du meinen Avatar bis zu zwei Mal pro Stunde bearbeiten kannst. Die URL oder der Anhang muss ein gültiges Bild im JPG oder PNG-Format sein."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Nur JPG oder PNG Format."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
10
redbot/core/locales/es-ES.po
generated
10
redbot/core/locales/es-ES.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Spanish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2433,12 +2433,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Algo salió mal al intentar obtener la imagen."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Error. Recuerda que puedes editar mi avatar hasta dos veces por hora. La URL o el archivo adjunto deben ser una imagen válida en formato JPG o PNG."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Únicamente formatos JPG o PNG."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/fi-FI.po
generated
8
redbot/core/locales/fi-FI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,12 +2158,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Vain JPG / PNG muotoja."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
10
redbot/core/locales/fr-FR.po
generated
10
redbot/core/locales/fr-FR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2281,12 +2281,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Quelque chose s'est mal passé au moment de récupérer l'image."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Échec. N'oubliez pas que vous pouvez éditer mon avatar que 2 fois par heure. L'URL et la pièce jointe doit être une image valide au format JPG ou PNG."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Format JPG/PNG uniquement."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/hi-IN.po
generated
6
redbot/core/locales/hi-IN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,11 +2158,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
6
redbot/core/locales/hr-HR.po
generated
6
redbot/core/locales/hr-HR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Croatian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2199,11 +2199,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
8
redbot/core/locales/hu-HU.po
generated
8
redbot/core/locales/hu-HU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2170,12 +2170,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "JPG / PNG formátum az elfogadott."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/id-ID.po
generated
8
redbot/core/locales/id-ID.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2166,12 +2166,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Format JPG / PNG saja."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/it-IT.po
generated
8
redbot/core/locales/it-IT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2222,12 +2222,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "I formati file permessi sono JPG / PNG."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/ja-JP.po
generated
6
redbot/core/locales/ja-JP.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2165,11 +2165,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
8
redbot/core/locales/ko-KR.po
generated
8
redbot/core/locales/ko-KR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,12 +2158,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "JPG / PNG 형식만 가능해요."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
10
redbot/core/locales/nb-NO.po
generated
10
redbot/core/locales/nb-NO.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian Bokmal\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2279,12 +2279,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Noe gikk galt under forsøket på å hente bildet."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Mislyktes. Husk at du kan redigere avataren din til to ganger i timen. Feil URL-adresse eller vedlegg må være gyldig bilde enten i JPG eller PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Bare JPG / PNG format."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/nl-NL.po
generated
8
redbot/core/locales/nl-NL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2166,12 +2166,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Je kan alleen het JPG / PNG formaat gebruiken."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/pl-PL.po
generated
8
redbot/core/locales/pl-PL.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Polish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2220,12 +2220,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Tylko formaty JPG / PNG."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
8
redbot/core/locales/pt-BR.po
generated
8
redbot/core/locales/pt-BR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2205,12 +2205,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Apenas formatos JPG, PNG."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/pt-PT.po
generated
6
redbot/core/locales/pt-PT.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2171,11 +2171,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
10
redbot/core/locales/ru-RU.po
generated
10
redbot/core/locales/ru-RU.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Russian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2273,12 +2273,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Что-то пошло не так при попытке получить изображение."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Ошибка. Помните, что мой аватар можно редактировать до двух раз в час. Ссылка или вложение должны быть корректным изображением в формате JPG или PNG."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "JPG / PNG формат только."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/sk-SK.po
generated
6
redbot/core/locales/sk-SK.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovak\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,11 +2158,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
6
redbot/core/locales/sl-SI.po
generated
6
redbot/core/locales/sl-SI.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Slovenian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2194,11 +2194,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
8
redbot/core/locales/sv-SE.po
generated
8
redbot/core/locales/sv-SE.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Swedish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2182,12 +2182,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Endast JPG / PNG format."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
10
redbot/core/locales/tr-TR.po
generated
10
redbot/core/locales/tr-TR.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Turkish\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2275,12 +2275,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "Resime ulaşmaya çalışırken bir şey ters gitti."
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "Başarısız. Avatarımı saatte sadece iki kere değiştirebileceğinizi unutmayın. Kullanılan URL ya da mesaj eki JPG veya PNG formatında olmak zorundadır."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "Sadece JPG / PNG formatında."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
6
redbot/core/locales/uk-UA.po
generated
6
redbot/core/locales/uk-UA.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,11 +2158,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
6
redbot/core/locales/vi-VN.po
generated
6
redbot/core/locales/vi-VN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2158,11 +2158,11 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
|
||||
10
redbot/core/locales/zh-CN.po
generated
10
redbot/core/locales/zh-CN.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2232,12 +2232,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "尝试获取图片时出了错"
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "失败。。请记住,你可以编辑我的头像,但每小时最多两次。 URL或附件必须是有效的图像,格式为JPG或PNG格式"
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "支持 JPG/PNG 格式。"
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
10
redbot/core/locales/zh-TW.po
generated
10
redbot/core/locales/zh-TW.po
generated
@@ -1,7 +1,7 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: red-discordbot\n"
|
||||
"POT-Creation-Date: 2024-02-27 15:18+0000\n"
|
||||
"POT-Creation-Date: 2024-03-23 23:21+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -2270,12 +2270,12 @@ msgid "Something went wrong while trying to get the image."
|
||||
msgstr "嘗試取得圖片時發生錯誤"
|
||||
|
||||
#: redbot/core/core_commands.py:2889
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG or PNG format."
|
||||
msgstr "失敗的。請記住,您每小時最多可以編輯我的頭像兩次。 URL 或附件必須是 JPG 或 PNG 格式的有效圖像。"
|
||||
msgid "Failed. Remember that you can edit my avatar up to two times a hour. The URL or attachment must be a valid image in either JPG, PNG, or GIF format."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2896
|
||||
msgid "JPG / PNG format only."
|
||||
msgstr "僅限 JPG / PNG 格式。zaphkiel翻譯"
|
||||
msgid "JPG / PNG / GIF format only."
|
||||
msgstr ""
|
||||
|
||||
#: redbot/core/core_commands.py:2898 redbot/core/core_commands.py:2967
|
||||
#: redbot/core/core_commands.py:2991 redbot/core/core_commands.py:3073
|
||||
|
||||
@@ -80,7 +80,7 @@ async def menu(
|
||||
|
||||
The ``user`` parameter is considered `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
.. warning::
|
||||
|
||||
@@ -168,7 +168,7 @@ async def menu(
|
||||
|
||||
This parameter is `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
Raises
|
||||
------
|
||||
@@ -287,7 +287,7 @@ async def menu(
|
||||
|
||||
if len(done) == 0:
|
||||
raise asyncio.TimeoutError()
|
||||
react, user = done.pop().result()
|
||||
react, __ = done.pop().result()
|
||||
except asyncio.TimeoutError:
|
||||
if not ctx.me:
|
||||
return
|
||||
|
||||
@@ -249,7 +249,7 @@ class SimpleMenu(discord.ui.View):
|
||||
|
||||
The ``user`` parameter is considered `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
@@ -263,7 +263,7 @@ class SimpleMenu(discord.ui.View):
|
||||
|
||||
This parameter is `provisional <developer-guarantees-exclusions>`.
|
||||
If no issues arise, we plan on including it under developer guarantees
|
||||
in the first release made after 2024-05-18.
|
||||
in the first release made after 2024-05-24.
|
||||
ephemeral: `bool`
|
||||
Send the message ephemerally. This only works
|
||||
if the context is from a slash command interaction.
|
||||
|
||||
@@ -753,7 +753,15 @@ def run_prepare_release_workflow(release_type: ReleaseType, version: str) -> Non
|
||||
break
|
||||
time.sleep(5)
|
||||
|
||||
subprocess.check_call(("gh", "run", "watch", str(run_id)))
|
||||
try:
|
||||
subprocess.check_call(("gh", "run", "watch", "--exit-status", str(run_id)))
|
||||
except subprocess.CalledProcessError:
|
||||
set_release_stage(ReleaseStage.CHANGELOG_REVIEWED)
|
||||
raise click.ClickException(
|
||||
"Github Actions workflow failed, run this command again"
|
||||
" once you're ready to try running the 'Prepare Release' workflow again."
|
||||
)
|
||||
|
||||
rich.print("The automated pull requests have been created.\n")
|
||||
set_release_stage(ReleaseStage.PREPARE_RELEASE_RAN)
|
||||
rich.print(Markdown("# Step 6: Merge the automatically created PRs"))
|
||||
|
||||
Reference in New Issue
Block a user