Compare commits

..

7 Commits
3.5.6 ... 3.5.7

Author SHA1 Message Date
github-actions[bot]
b2e7458353 Version bump to 3.5.7 (#6326)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-24 00:33:29 +01:00
github-actions[bot]
6adb7e6de7 Automated Crowdin downstream (#6327)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-23 23:31:24 +00:00
Jakub Kuczys
1756593785 Red 3.5.7 - Changelog (#6325) 2024-03-23 19:27:42 -04:00
Karlo Prikratki
c3b96b7a9e Update image formats listed as supported by set bot avatar (#6323)
Co-authored-by: Jakub Kuczys <me@jacken.men>
2024-03-24 00:21:30 +01:00
Jakub Kuczys
a26b9d6d3a Fix behavior of the menu() function calls without user param (#6324) 2024-03-23 16:16:44 -07:00
Jakub Kuczys
76c2c75f2c Fix release helper not considering workflow status (#6320) 2024-03-24 00:14:31 +01:00
github-actions[bot]
afabc4769d Version bump to 3.5.7.dev1 (#6319)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-03-22 01:06:06 +00:00
35 changed files with 153 additions and 126 deletions

View File

@@ -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
*****

View File

@@ -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()

View File

@@ -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."))

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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.

View File

@@ -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"))