Skip to content

Commit

Permalink
docs: Update localizations from Crowdin
Browse files Browse the repository at this point in the history
  • Loading branch information
crowdin-bot committed Oct 11, 2024
1 parent 1273941 commit 2c4ffb0
Show file tree
Hide file tree
Showing 44 changed files with 4,116 additions and 4,117 deletions.
Binary file modified docs/build/locales/.doctrees/api/clients.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/api/index.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/api/models.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/api/utils.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/api/voice.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/changelog.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/ext/bridge/api.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/ext/bridge/index.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/ext/commands/api.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/ext/commands/index.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/locales/.doctrees/old_changelog.doctree
Binary file not shown.
5,079 changes: 2,542 additions & 2,537 deletions docs/build/locales/api/models.pot

Large diffs are not rendered by default.

61 changes: 39 additions & 22 deletions docs/build/locales/api/utils.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pycord 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-13 10:18+0000\n"
"POT-Creation-Date: 2024-10-11 09:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -58,9 +58,9 @@ msgstr ""
#: e235bd384d1b429d8285ad37f2d4a591
#: 7a0f3e4603c446ee80192ad6a4c2a275
#: d084c891f79846a089b9181a6952a853
#: 94c84324850542b18825d9ad059adfca
#: 966fc85ec97e4462a08892e3238a8de7
#: b4007756f3b14b119341325d85618f45
#: d084c891f79846a089b9181a6952a853
#: d084c891f79846a089b9181a6952a853
#: d084c891f79846a089b9181a6952a853
msgid "Parameters"
msgstr ""

Expand Down Expand Up @@ -96,9 +96,9 @@ msgstr ""
#: 3c6d52d4b8354e06b6ce0fcf3b086c85
#: eaf3c063f00646c9a476d69b6683b0ac
#: 7b6ea48218734b5d9fdac096eb1869e9
#: cf3a47a3633248deb7dd10cf5aabac09
#: bfc10ea03c514b9788b46e71d6bb66fd
#: b91f8eeb2b9144e8ae6b7ef21d93a779
#: 7b6ea48218734b5d9fdac096eb1869e9
#: 7b6ea48218734b5d9fdac096eb1869e9
#: 7b6ea48218734b5d9fdac096eb1869e9
msgid "Return type"
msgstr ""

Expand Down Expand Up @@ -131,15 +131,19 @@ msgstr ""
msgid "If nothing is found that matches the attributes passed, then ``None`` is returned."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:22
#: ../../../discord/utils.py:docstring of discord.utils.get:16
#: ../../../discord/utils.py:docstring of discord.utils.get_or_fetch:28
#: 3924fb9efa21466e8ad1606af419115d
#: 3521bfb272664038a752ad0c4215b894
#: 38fdef3a74ae45a48840ee240fd21411
msgid "Examples"
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:23
#: ../../../discord/utils.py:docstring of discord.utils.get:17
#: ebf141cbc71a4423aa0f9536eaa183a4
#: d1885e6ec6c245a38d64cff76ad21640
msgid "Basic usage:"
msgstr ""

Expand Down Expand Up @@ -214,7 +218,7 @@ msgstr ""
#: 96d038e7361c4ea69e5d5fb8389f92dd
#: 8035ef1de15d4808923a8f8d047577bc
#: 36f7538b818747bba0d09bfdca701d0c
#: 2518caf557d74fe89605eb9ccea011f7
#: 36f7538b818747bba0d09bfdca701d0c
msgid "Returns"
msgstr ""

Expand Down Expand Up @@ -773,25 +777,33 @@ msgid "Possible values for the option. Accepts an iterable of :class:`str`, a ca
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:12
#: 0c397239f6d1412088717124648a13fa
msgid "An optional callable (sync or async) used to filter the autocomplete options. It accepts two arguments: the :class:`.AutocompleteContext` and an item from ``values`` iteration treated as callback parameters. If ``None`` is provided, a default filter is used that includes items whose string representation starts with the user's input value, case-insensitive. .. versionadded:: 2.7"
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:12
#: e3549332d95f477d8bde640b40304a71
msgid "An optional callable (sync or async) used to filter the autocomplete options. It accepts two arguments: the :class:`.AutocompleteContext` and an item from ``values`` iteration treated as callback parameters. If ``None`` is provided, a default filter is used that includes items whose string representation starts with the user's input value, case-insensitive."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:18
#: 42efe68651a145729d12aa25efb1c936
msgid "A wrapped callback for the autocomplete."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:13
#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:19
#: 62cb574c35064e82b913901dea277846
msgid "Callable[[:class:`.AutocompleteContext`], Awaitable[Union[Iterable[:class:`.OptionChoice`], Iterable[:class:`str`], Iterable[:class:`int`], Iterable[:class:`float`]]]]"
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:15
#: 3701cd6df81947f6b20b79fcfdf29842
msgid "Autocomplete cannot be used for options that have specified choices."
#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:36
#: f60a6436ef564ab2a21c638437807183
msgid "With filter parameter:"
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:18
#: ../../../discord/utils.py:docstring of discord.utils.filter_params:12
#: 38fdef3a74ae45a48840ee240fd21411
#: f0afb50f77a84f8a8f6c19c3c315c4c4
msgid "Example"
#: ../../../discord/utils.py:docstring of discord.utils.basic_autocomplete:44
#: 3701cd6df81947f6b20b79fcfdf29842
msgid "Autocomplete cannot be used for options that have specified choices."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.as_chunks:1
Expand Down Expand Up @@ -839,6 +851,11 @@ msgstr ""
msgid "Key to value pairs where the key's contents would be moved to the value, or if the value is None, remove key's contents (see code example)."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.filter_params:12
#: 38fdef3a74ae45a48840ee240fd21411
msgid "Example"
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:1
#: 8da4e468cec14bc380a9febfd1ecb5f6
msgid "Warn about a deprecated function, with the ability to specify details about the deprecation. Emits a DeprecationWarning."
Expand All @@ -852,35 +869,35 @@ msgstr ""
#: ../../../discord/utils.py:docstring of discord.utils.deprecated:5
#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:8
#: 1aba31edeed24fc0bf925b49f4d01770
#: ed5919ff292b4888b37ac2b10a02a9e3
#: 1aba31edeed24fc0bf925b49f4d01770
msgid "A recommended alternative to the function."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.deprecated:8
#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:11
#: b9b3be6c3207442c804878da48136de5
#: 5b13e7161cf943cab770cdf8f1dbc614
#: b9b3be6c3207442c804878da48136de5
msgid "The version in which the function was deprecated. This should be in the format ``major.minor(.patch)``, where the patch version is optional."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.deprecated:12
#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:15
#: a626227cb070430481695b7033d08037
#: 0d693d37c2264cc7b13fe7d0cfabc551
#: a626227cb070430481695b7033d08037
msgid "The version in which the function is planned to be removed. This should be in the format ``major.minor(.patch)``, where the patch version is optional."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.deprecated:16
#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:19
#: f683b72936684971a741eb6883ee293c
#: 99f204a0f2054cc1ba92951549f7fbb6
#: f683b72936684971a741eb6883ee293c
msgid "A reference that explains the deprecation, typically a URL to a page such as a changelog entry or a GitHub issue/PR."
msgstr ""

#: ../../../discord/utils.py:docstring of discord.utils.deprecated:20
#: ../../../discord/utils.py:docstring of discord.utils.warn_deprecated:23
#: c47d7142272b415fb0e9cc38033dabb9
#: ae34e1033c72447ba27713944dacffcb
#: c47d7142272b415fb0e9cc38033dabb9
msgid "The stacklevel kwarg passed to :func:`warnings.warn`. Defaults to 3."
msgstr ""

Expand Down
20 changes: 10 additions & 10 deletions docs/build/locales/api/voice.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Pycord 0.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-13 10:18+0000\n"
"POT-Creation-Date: 2024-10-11 09:02+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -777,42 +777,42 @@ msgstr ""
msgid "The input that ffmpeg will take and convert to PCM bytes. If ``pipe`` is ``True`` then this is a file-like object that is passed to the stdin of ffmpeg."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:43
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:44
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:16
#: b18d98307af54783b5509b299f373832
#: ee979d778a514578afa221436f337ae6
msgid "The executable name (and path) to use. Defaults to ``ffmpeg``."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:46
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:47
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:19
#: f5acb595a683400e9c9246fb48d1b253
#: 21ce334995aa4931bcc3071260ba9289
msgid "If ``True``, denotes that ``source`` parameter will be passed to the stdin of ffmpeg. Defaults to ``False``."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:50
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:51
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:23
#: ef5575dc64624e11a2c1919f793f55d6
#: 374ca46ede85471e8c4796af9955f286
msgid "A file-like object to pass to the Popen constructor. Could also be an instance of ``subprocess.PIPE``."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:54
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:55
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:27
#: 452e450be3f544b7bbb5e50227089276
#: 66021a8ed46e44e0ad3a8d872261a124
msgid "Extra command line arguments to pass to ffmpeg before the ``-i`` flag."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:57
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:58
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:30
#: b8cd968276cf470896aa34aaa8858222
#: 79971e5fc9e6447cb18c13317097b842
msgid "Extra command line arguments to pass to ffmpeg after the ``-i`` flag."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:60
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:61
#: ../../../discord/player.py:docstring of discord.player.FFmpegPCMAudio:33
#: 732d7e069def4da7a6802b95b9c16ff7
#: cfe616123f1744e89d7e549cdae8baa1
Expand Down Expand Up @@ -841,15 +841,15 @@ msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:30
#: c6bb03f73f714f3696b1d71832aa6dd7
msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, ``opus``, or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``. .. warning:: Do not provide this parameter unless you are certain that the audio input is already Opus encoded. For typical use :meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper value for this parameter."
msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, or ``libopus`` will be considered ``libopus``. ``opus`` will also be considered ``libopus`` since the ``opus`` encoder is still in development. Defaults to ``libopus``. .. warning:: Do not provide this parameter unless you are certain that the audio input is already Opus encoded. For typical use :meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper value for this parameter."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:30
#: c802b41b6d7c4883b9a394014bcc25c0
msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, ``opus``, or ``libopus`` will be considered ``libopus``. Defaults to ``libopus``."
msgid "The codec to use to encode the audio data. Normally this would be just ``libopus``, but is used by :meth:`FFmpegOpusAudio.from_probe` to opportunistically skip pointlessly re-encoding Opus audio data by passing ``copy`` as the codec value. Any values other than ``copy``, or ``libopus`` will be considered ``libopus``. ``opus`` will also be considered ``libopus`` since the ``opus`` encoder is still in development. Defaults to ``libopus``."
msgstr ""

#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:38
#: ../../../discord/player.py:docstring of discord.player.FFmpegOpusAudio:39
#: 09a411b1eaf34bc69f3bfbeb340af7d3
msgid "Do not provide this parameter unless you are certain that the audio input is already Opus encoded. For typical use :meth:`FFmpegOpusAudio.from_probe` should be used to determine the proper value for this parameter."
msgstr ""
Expand Down
Loading

0 comments on commit 2c4ffb0

Please sign in to comment.