Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 1 addition & 49 deletions docs/locale/de/LC_MESSAGES/api.cache.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down Expand Up @@ -114,51 +114,3 @@ msgid ""
"A dictionary denoting the Type and the objects that correspond to the "
"Type."
msgstr ""

#~ msgid "A class representing the defined item in a stored dataset."
#~ msgstr ""

#~ msgid "The item itself."
#~ msgstr ""

#~ msgid "The ID type representation."
#~ msgstr ""

#~ msgid "The new storage."
#~ msgstr ""

#~ msgid "Updates an item from the storage."
#~ msgstr ""

#~ msgid "The item to update."
#~ msgstr ""

#~ msgid "The updated item, if stored."
#~ msgstr ""

#~ msgid "The cached Direct Messages."
#~ msgstr ""

#~ msgid "The cached guilds upon gateway connection."
#~ msgstr ""

#~ msgid "The cached guilds after ready."
#~ msgstr ""

#~ msgid "The cached channels of guilds."
#~ msgstr ""

#~ msgid "The cached roles of guilds."
#~ msgstr ""

#~ msgid "The cached members of guilds and threads."
#~ msgstr ""

#~ msgid "The cached messages of DMs and channels."
#~ msgstr ""

#~ msgid "The cached interactions upon interaction."
#~ msgstr ""

#~ msgid ":return The items stored. :rtype: List[dict]"
#~ msgstr ""
6 changes: 3 additions & 3 deletions docs/locale/de/LC_MESSAGES/api.dispatch.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
"POT-Creation-Date: 2022-07-17 16:00-0400\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 @@ -38,7 +38,7 @@ msgstr ""
msgid "A list of events being dispatched."
msgstr ""

#: interactions.api.dispatch.Listener.__init__
#: interactions.api.dispatch.Listener
#: interactions.api.dispatch.Listener.dispatch
#: interactions.api.dispatch.Listener.register of
msgid "Return type"
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/de/LC_MESSAGES/api.enums.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
74 changes: 8 additions & 66 deletions docs/locale/de/LC_MESSAGES/api.error.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
"POT-Creation-Date: 2022-07-17 16:00-0400\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 All @@ -28,18 +28,18 @@ msgid ""
"what a specific code means, use `e.lookup(code)`"
msgstr ""

#: interactions.api.error.LibraryException
#: interactions.api.error.LibraryException._parse
#: interactions.api.error.LibraryException.log of
msgid "Parameters"
msgstr ""

#: interactions.api.error.LibraryException._parse:1 of
msgid ""
"Internal function that should not be executed externally. Parse the error"
" data and set the code and message."
msgstr ""

#: interactions.api.error.LibraryException.__init__
#: interactions.api.error.LibraryException._parse
#: interactions.api.error.LibraryException.log of
msgid "Parameters"
msgstr ""

#: interactions.api.error.LibraryException._parse:4 of
msgid "The error data to parse."
msgstr ""
Expand All @@ -59,61 +59,3 @@ msgstr ""
#: interactions.api.error.LibraryException.log:1 of
msgid "Log the error message."
msgstr ""

#~ msgid "A customized error formatting script to return specific errors."
#~ msgstr ""

#~ msgid "An exception class for interactions."
#~ msgstr ""

#~ msgid ""
#~ "This is a WIP. This isn't meant"
#~ " to be used yet, this is a "
#~ "baseline, and for extensive testing/review "
#~ "before integration. Likewise, this will "
#~ "show the concepts before use, and "
#~ "will be refined when time goes on."
#~ msgstr ""

#~ msgid "Variables"
#~ msgstr ""

#~ msgid "The built-in formatter."
#~ msgstr ""

#~ msgid "A dictionary containing the values from the built-in Enum."
#~ msgstr ""

#~ msgid ""
#~ "From the default error enum integer "
#~ "declaration, generate a dictionary containing"
#~ " the phrases used for the errors."
#~ msgstr ""

#~ msgid ""
#~ "Grabs the type attribute. Primarily "
#~ "useful to use it in conditions for"
#~ " integral v4 (potential) logic."
#~ msgstr ""

#~ msgid "This calls the exception."
#~ msgstr ""

#~ msgid ""
#~ "This is a derivation of "
#~ "InteractionException in that this is "
#~ "used to represent Gateway closing OP "
#~ "codes."
#~ msgstr ""

#~ msgid ""
#~ "This is a derivation of "
#~ "InteractionException in that this is "
#~ "used to represent HTTP Exceptions."
#~ msgstr ""

#~ msgid ""
#~ "This is a derivation of "
#~ "InteractionException in that this is "
#~ "used to represent JSON API Exceptions."
#~ msgstr ""
17 changes: 1 addition & 16 deletions docs/locale/de/LC_MESSAGES/api.gateway.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down Expand Up @@ -314,18 +314,3 @@ msgstr ""
#: interactions.api.gateway.heartbeat._Heartbeat:1 of
msgid "An internal class representing the heartbeat in a WebSocket connection."
msgstr ""

#~ msgid "The token of the application for connecting to the Gateway."
#~ msgstr ""

#~ msgid "The Gateway intents of the application for event dispatch."
#~ msgstr ""

#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``."
#~ msgstr ""

#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``."
#~ msgstr ""

#~ msgid "The event loop to base the asynchronous manager."
#~ msgstr ""
20 changes: 1 addition & 19 deletions docs/locale/de/LC_MESSAGES/api.http.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down Expand Up @@ -2743,21 +2743,3 @@ msgstr ""
#: of
msgid "Deletes the original message object sent."
msgstr ""

#~ msgid "The HTTP request method."
#~ msgstr ""

#~ msgid "The path of the HTTP/URL."
#~ msgstr ""

#~ msgid "Optional keyword-only arguments to pass as information in the route."
#~ msgstr ""

#~ msgid "The asynchronous lock to control limits for."
#~ msgstr ""

#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``."
#~ msgstr ""

#~ msgid "The application token used for authorizing."
#~ msgstr ""
60 changes: 32 additions & 28 deletions docs/locale/de/LC_MESSAGES/api.models.channel.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
"POT-Creation-Date: 2022-07-17 16:00-0400\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 @@ -48,6 +48,36 @@ msgid ""
"event."
msgstr ""

#: interactions.api.models.channel.Channel
#: interactions.api.models.channel.Channel.add_member
#: interactions.api.models.channel.Channel.archive
#: interactions.api.models.channel.Channel.create_invite
#: interactions.api.models.channel.Channel.create_thread
#: interactions.api.models.channel.Channel.get_history
#: interactions.api.models.channel.Channel.get_message
#: interactions.api.models.channel.Channel.lock
#: interactions.api.models.channel.Channel.modify
#: interactions.api.models.channel.Channel.pin_message
#: interactions.api.models.channel.Channel.publish_message
#: interactions.api.models.channel.Channel.purge
#: interactions.api.models.channel.Channel.remove_member
#: interactions.api.models.channel.Channel.send
#: interactions.api.models.channel.Channel.set_auto_archive_duration
#: interactions.api.models.channel.Channel.set_bitrate
#: interactions.api.models.channel.Channel.set_name
#: interactions.api.models.channel.Channel.set_nsfw
#: interactions.api.models.channel.Channel.set_parent_id
#: interactions.api.models.channel.Channel.set_position
#: interactions.api.models.channel.Channel.set_rate_limit_per_user
#: interactions.api.models.channel.Channel.set_topic
#: interactions.api.models.channel.Channel.set_user_limit
#: interactions.api.models.channel.Channel.unpin_message
#: interactions.api.models.channel.Thread
#: interactions.api.models.channel.ThreadMember
#: interactions.api.models.channel.ThreadMetadata of
msgid "Parameters"
msgstr ""

#: interactions.api.models.channel.Channel:1 of
msgid "A class object representing all types of channels."
msgstr ""
Expand Down Expand Up @@ -239,32 +269,6 @@ msgstr ""
msgid "Sends a message in the channel."
msgstr ""

#: interactions.api.models.channel.Channel.add_member
#: interactions.api.models.channel.Channel.archive
#: interactions.api.models.channel.Channel.create_invite
#: interactions.api.models.channel.Channel.create_thread
#: interactions.api.models.channel.Channel.get_history
#: interactions.api.models.channel.Channel.get_message
#: interactions.api.models.channel.Channel.lock
#: interactions.api.models.channel.Channel.modify
#: interactions.api.models.channel.Channel.pin_message
#: interactions.api.models.channel.Channel.publish_message
#: interactions.api.models.channel.Channel.purge
#: interactions.api.models.channel.Channel.remove_member
#: interactions.api.models.channel.Channel.send
#: interactions.api.models.channel.Channel.set_auto_archive_duration
#: interactions.api.models.channel.Channel.set_bitrate
#: interactions.api.models.channel.Channel.set_name
#: interactions.api.models.channel.Channel.set_nsfw
#: interactions.api.models.channel.Channel.set_parent_id
#: interactions.api.models.channel.Channel.set_position
#: interactions.api.models.channel.Channel.set_rate_limit_per_user
#: interactions.api.models.channel.Channel.set_topic
#: interactions.api.models.channel.Channel.set_user_limit
#: interactions.api.models.channel.Channel.unpin_message of
msgid "Parameters"
msgstr ""

#: interactions.api.models.channel.Channel.send:3 of
msgid "The contents of the message as a string or string-converted value."
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/de/LC_MESSAGES/api.models.flags.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: interactions.py 4.2\n"
"Project-Id-Version: interactions.py 4.3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
Expand Down
Loading