You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/locales/ru/LC_MESSAGES/api/application_commands.po
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ msgid "Shortcut Decorators"
57
57
msgstr"Короткие декораторы"
58
58
59
59
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`` также по-умолчанию принимает значение неизменного названия функции."
61
61
62
62
msgid"The class to construct with. By default, this is :class:`.SlashCommand`. You usually do not change this."
63
63
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,
204
204
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``."
205
205
206
206
msgid"Retrieves the fully qualified command ID."
207
-
msgstr"Retrieves the fully qualified command ID."
207
+
msgstr"Извлекает полный ID команды."
208
208
209
209
msgid"This is the root parent ID. For example, in ``/one two three`` the qualified ID would return ``one.id``."
210
210
msgstr"This is the root parent ID. For example, in ``/one two three`` the qualified ID would return ``one.id``."
0 commit comments