Skip to content

Commit 7e6b189

Browse files
NyuwBotcrowdin-bot
andauthored
docs: Update localizations from Crowdin (#2560)
Co-authored-by: Crowdin Bot <[email protected]>
1 parent d446cdf commit 7e6b189

File tree

7 files changed

+3
-3
lines changed

7 files changed

+3
-3
lines changed
0 Bytes
Binary file not shown.
8 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

docs/locales/fr/LC_MESSAGES/quickstart.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ msgid "Let's make a bot that responds to a specific message and walk you through
2424
msgstr "Faisons, ensemble, un Bot qui répond à un message en particulier."
2525

2626
msgid "It looks something like this:"
27-
msgstr "Cela ressemble à quelque chose comme ça :"
27+
msgstr "Cela devrait ressembler à ça :"
2828

2929
msgid "Because this example utilizes message content, it requires the :attr:`Intents.message_content` privileged intent."
3030
msgstr "Parce que cet exemple utilise le contenu des messages, nous avons besoin de l'intention particulière : :attr:`Intents.message_content`."

docs/locales/ru/LC_MESSAGES/api/application_commands.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ msgid "Shortcut Decorators"
5757
msgstr "Короткие декораторы"
5858

5959
msgid "A decorator that transforms a function into an :class:`.ApplicationCommand`. More specifically, usually one of :class:`.SlashCommand`, :class:`.UserCommand`, or :class:`.MessageCommand`. The exact class depends on the ``cls`` parameter. By default, the ``description`` attribute is received automatically from the docstring of the function and is cleaned up with the use of ``inspect.cleandoc``. If the docstring is ``bytes``, then it is decoded into :class:`str` using utf-8 encoding. The ``name`` attribute also defaults to the function name unchanged."
60-
msgstr "Идентификатор (ключ): Декоратор, которые превращает функцию в класс :class:`.ApplicationCommand`. Если быть более конкретным, то обычно в один из классов :class:`.SlashCommand`, :class:`.UserCommand`, or :class:`.MessageCommand`. Точный класс зависит от ``cls`` параметра. По-умолчанию, атрибут ``description`` принимается автоматически с docsting функции и \"очищается\" через ``inspect.cleandoc``. Если docstring является ``bytes``, то он перекодируется в :class:`str` с помощью UTF-8 кодирования. Атрибут ``name`` также по-умолчанию принимает значение неименного названия функции."
60+
msgstr "Декоратор, которые превращает функцию в класс :class:`.ApplicationCommand`. Если быть более конкретным, то обычно в один из классов :class:`.SlashCommand`, :class:`.UserCommand`, or :class:`.MessageCommand`. Точный класс зависит от ``cls`` параметра. По-умолчанию, атрибут ``description`` принимается автоматически с docsting функции и \"очищается\" через ``inspect.cleandoc``. Если docstring является ``bytes``, то он перекодируется в :class:`str` с помощью UTF-8 кодирования. Атрибут ``name`` также по-умолчанию принимает значение неизменного названия функции."
6161

6262
msgid "The class to construct with. By default, this is :class:`.SlashCommand`. You usually do not change this."
6363
msgstr "The class to construct with. By default, this is :class:`.SlashCommand`. You usually do not change this."
@@ -204,7 +204,7 @@ msgid "This is the full parent name with the command name as well. For example,
204204
msgstr "This is the full parent name with the command name as well. For example, in ``/one two three`` the qualified name would be ``one two three``."
205205

206206
msgid "Retrieves the fully qualified command ID."
207-
msgstr "Retrieves the fully qualified command ID."
207+
msgstr "Извлекает полный ID команды."
208208

209209
msgid "This is the root parent ID. For example, in ``/one two three`` the qualified ID would return ``one.id``."
210210
msgstr "This is the root parent ID. For example, in ``/one two three`` the qualified ID would return ``one.id``."

0 commit comments

Comments
 (0)