Skip to content

Commit

Permalink
docs: Update localizations from Crowdin (Pycord-Development#2559)
Browse files Browse the repository at this point in the history
Co-authored-by: Crowdin Bot <[email protected]>
  • Loading branch information
NyuwBot and crowdin-bot authored Aug 22, 2024
1 parent 7149dcc commit d446cdf
Show file tree
Hide file tree
Showing 48 changed files with 817 additions and 784 deletions.
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/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/index.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.
522 changes: 261 additions & 261 deletions docs/build/locales/changelog.pot

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/locales/de/LC_MESSAGES/api/models.po
Original file line number Diff line number Diff line change
Expand Up @@ -7801,3 +7801,4 @@ msgstr "These are typically given for channel follower webhooks."

msgid "Represents a partial channel for webhooks."
msgstr "Represents a partial channel for webhooks."

8 changes: 4 additions & 4 deletions docs/locales/de/LC_MESSAGES/changelog.po
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ msgstr "Fixed `ScheduledEvent.creator_id` returning `str` instead of `int`. ([#2
msgid "Fixed `_bytes_to_base64_data` not defined. ([#2185](https://github.com/Pycord-Development/pycord/pull/2185))"
msgstr "Fixed `_bytes_to_base64_data` not defined. ([#2185](https://github.com/Pycord-Development/pycord/pull/2185))"

msgid "Fixed inaccurate `Union` type hint of `values` argument of `basic_autocomplete` to include `Iterable[OptionChoice]`. ([#2164](https://github.com/Pycord-Development/pycord/pull/2164))"
msgstr "Fixed inaccurate `Union` type hint of `values` argument of `basic_autocomplete` to include `Iterable[OptionChoice]`. ([#2164](https://github.com/Pycord-Development/pycord/pull/2164))"
msgid "Fixed inaccurate `Union` type hint of `values` argument of `basic_autocomplete` to include `Iterable[OptionChoice]`."
msgstr "Fixed inaccurate `Union` type hint of `values` argument of `basic_autocomplete` to include `Iterable[OptionChoice]`."

msgid "Fixed initial message inside of the create thread payload sending legacy beta payload. ([#2191](https://github.com/Pycord-Development/pycord/pull/2191))"
msgstr "Fixed initial message inside of the create thread payload sending legacy beta payload. ([#2191](https://github.com/Pycord-Development/pycord/pull/2191))"
Expand Down Expand Up @@ -779,8 +779,8 @@ msgstr "`commands.has_permissions()` check now returns `True` in DM channels. ([
msgid "Fix `VoiceChannel`/`CategoryChannel` data being invalidated on `Option._invoke`. ([#1490](https://github.com/Pycord-Development/pycord/pull/1490))"
msgstr "Fix `VoiceChannel`/`CategoryChannel` data being invalidated on `Option._invoke`. ([#1490](https://github.com/Pycord-Development/pycord/pull/1490))"

msgid "Fix type issues in options.py ([#1473](https://github.com/Pycord-Development/pycord/pull/1473))"
msgstr "Fix type issues in options.py ([#1473](https://github.com/Pycord-Development/pycord/pull/1473))"
msgid "Fix type issues in `options.py` ([#1473](https://github.com/Pycord-Development/pycord/pull/1473))"
msgstr "Fix type issues in `options.py` ([#1473](https://github.com/Pycord-Development/pycord/pull/1473))"

msgid "Fix KeyError on AutoModActionExecution when the bot lacks the Message Content Intent. ([#1521](https://github.com/Pycord-Development/pycord/pull/1521))"
msgstr "Fix KeyError on AutoModActionExecution when the bot lacks the Message Content Intent. ([#1521](https://github.com/Pycord-Development/pycord/pull/1521))"
Expand Down
24 changes: 12 additions & 12 deletions docs/locales/de/LC_MESSAGES/ext/commands/commands.po
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ msgid "Essentially, these two are equivalent: ::"
msgstr "Im Wesentlichen sind diese beiden gleichwertig: ::"

msgid "Since the :meth:`.Bot.command` decorator is shorter and easier to comprehend, it will be the one used throughout the documentation here."
msgstr "Since the :meth:`.Bot.command` decorator is shorter and easier to comprehend, it will be the one used throughout the documentation here."
msgstr "Da der :meth:`.Bot.command` Dekorator kürzer und leichter zu verstehen ist, wird dieser in der gesamten Dokumentation verwendet werden."

msgid "Any parameter that is accepted by the :class:`.Command` constructor can be passed into the decorator. For example, to change the name to something other than the function would be as simple as doing this:"
msgstr "Any parameter that is accepted by the :class:`.Command` constructor can be passed into the decorator. For example, to change the name to something other than the function would be as simple as doing this:"
msgstr "Jeder Parameter, der vom :class:`.Command` Konstruktor akzeptiert wird, kann an den Dekorator übergeben werden. Zum Beispiel wäre es so einfach, den Namen in etwas anderes zu ändern als die Funktion zu ändern:"

msgid "Parameters"
msgstr "Parameters"
msgstr "Parametern"

msgid "Since we define commands by making Python functions, we also define the argument passing behaviour by the function parameters."
msgstr "Since we define commands by making Python functions, we also define the argument passing behaviour by the function parameters."
msgstr "Da wir Befehle definieren, indem wir Python-Funktionen erzeugen, definieren wir auch das Argument-Übergabeverhalten durch die Funktionsparameter."

msgid "Certain parameter types do different things in the user side and most forms of parameter types are supported."
msgstr "Certain parameter types do different things in the user side and most forms of parameter types are supported."
msgstr "Bestimmte Parametertypen machen verschiedene Dinge auf der Benutzerseite und die meisten Formen von Parametertypen werden unterstützt."

msgid "Positional"
msgstr "Positional"
Expand Down Expand Up @@ -222,7 +222,7 @@ msgid "A lot of discord models work out of the gate as a parameter:"
msgstr "A lot of discord models work out of the gate as a parameter:"

msgid ":class:`Object` (since v2.0)"
msgstr ":class:`Object` (since v2.0)"
msgstr ":class:`Object` (seit v2.0)"

msgid ":class:`Member`"
msgstr ":class:`Member`"
Expand All @@ -231,13 +231,13 @@ msgid ":class:`User`"
msgstr ":class:`User`"

msgid ":class:`Message` (since v1.1)"
msgstr ":class:`Message` (since v1.1)"
msgstr ":class:`Message` (seit v1.1)"

msgid ":class:`PartialMessage` (since v1.7)"
msgstr ":class:`PartialMessage` (since v1.7)"
msgstr ":class:`PartialMessage` (seit v1.7)"

msgid ":class:`abc.GuildChannel` (since 2.0)"
msgstr ":class:`abc.GuildChannel` (since 2.0)"
msgstr ":class:`abc.GuildChannel` (seit 2.0)"

msgid ":class:`TextChannel`"
msgstr ":class:`TextChannel`"
Expand All @@ -246,7 +246,7 @@ msgid ":class:`VoiceChannel`"
msgstr ":class:`VoiceChannel`"

msgid ":class:`StageChannel` (since v1.7)"
msgstr ":class:`StageChannel` (since v1.7)"
msgstr ":class:`StageChannel` (seit v1.7)"

msgid ":class:`CategoryChannel`"
msgstr ":class:`CategoryChannel`"
Expand All @@ -255,7 +255,7 @@ msgid ":class:`Invite`"
msgstr ":class:`Invite`"

msgid ":class:`Guild` (since v1.7)"
msgstr ":class:`Guild` (since v1.7)"
msgstr ":class:`Guild` (seit v1.7)"

msgid ":class:`Role`"
msgstr ":class:`Role`"
Expand All @@ -273,7 +273,7 @@ msgid ":class:`PartialEmoji`"
msgstr ":class:`PartialEmoji`"

msgid ":class:`Thread` (since v2.0)"
msgstr ":class:`Thread` (since v2.0)"
msgstr ":class:`Thread` (seit v2.0)"

msgid "Having any of these set as the converter will intelligently convert the argument to the appropriate target type you specify."
msgstr "Having any of these set as the converter will intelligently convert the argument to the appropriate target type you specify."
Expand Down
2 changes: 1 addition & 1 deletion docs/locales/de/LC_MESSAGES/migrating_to_v2.po
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ msgid "``VerificationLevel.table_flip`` (alias of ``high``) was removed. ``extre
msgstr "``VerificationLevel.table_flip`` (alias of ``high``) was removed. ``extreme``, ``very_high``, and ``double_table_flip`` attributes were removed and replaced with :attr:`VerificationLevel.highest`."

msgid "The following were renamed:"
msgstr "The following were renamed:"
msgstr "Folgende wurden umbenannt:"

msgid ":attr:`Colour.blurple` is renamed to :attr:`Colour.og_blurple`, and :attr:`Colour.blurple` now returns the newer color."
msgstr ":attr:`Colour.blurple` is renamed to :attr:`Colour.og_blurple`, and :attr:`Colour.blurple` now returns the newer color."
Expand Down
14 changes: 12 additions & 2 deletions docs/locales/en/LC_MESSAGES/api/models.po
Original file line number Diff line number Diff line change
Expand Up @@ -3935,8 +3935,8 @@ msgstr ""
msgid ""
"A list of features that the guild has. The features that a guild can have"
" are subject to arbitrary change by Discord. You can find a catalog of "
"guild features `here <https://github.com/Delitefully/DiscordLists#guild-"
"feature-glossary>`_."
"guild features `here <https://github.com/Delitefully/DiscordLists?tab"
"=readme-ov-file#guild-feature-glossary>`_."
msgstr ""

#: 1062d87a1499437b8d0fad52243a2c42 402fe8591df646adab6f23b2f9d9081b
Expand Down Expand Up @@ -14576,3 +14576,13 @@ msgstr ""
msgid "Represents a partial channel for webhooks."
msgstr ""

#~ msgid ""
#~ "A list of features that the guild"
#~ " has. The features that a guild "
#~ "can have are subject to arbitrary "
#~ "change by Discord. You can find a"
#~ " catalog of guild features `here "
#~ "<https://github.com/Delitefully/DiscordLists#guild-feature-"
#~ "glossary>`_."
#~ msgstr ""

Loading

0 comments on commit d446cdf

Please sign in to comment.