Skip to content

Commit 49f6d23

Browse files
authored
docs: Completely rebuild translation backend. (#943)
* docs: Update language translation backend. * docs: Completely redo locale translations by reducing the amount of blank messages. * chore: (missed file of last commit)
1 parent 490adef commit 49f6d23

File tree

223 files changed

+1940
-3656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

223 files changed

+1940
-3656
lines changed

docs/locale/de/LC_MESSAGES/api.cache.po

Lines changed: 1 addition & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@@ -114,51 +114,3 @@ msgid ""
114114
"A dictionary denoting the Type and the objects that correspond to the "
115115
"Type."
116116
msgstr ""
117-
118-
#~ msgid "A class representing the defined item in a stored dataset."
119-
#~ msgstr ""
120-
121-
#~ msgid "The item itself."
122-
#~ msgstr ""
123-
124-
#~ msgid "The ID type representation."
125-
#~ msgstr ""
126-
127-
#~ msgid "The new storage."
128-
#~ msgstr ""
129-
130-
#~ msgid "Updates an item from the storage."
131-
#~ msgstr ""
132-
133-
#~ msgid "The item to update."
134-
#~ msgstr ""
135-
136-
#~ msgid "The updated item, if stored."
137-
#~ msgstr ""
138-
139-
#~ msgid "The cached Direct Messages."
140-
#~ msgstr ""
141-
142-
#~ msgid "The cached guilds upon gateway connection."
143-
#~ msgstr ""
144-
145-
#~ msgid "The cached guilds after ready."
146-
#~ msgstr ""
147-
148-
#~ msgid "The cached channels of guilds."
149-
#~ msgstr ""
150-
151-
#~ msgid "The cached roles of guilds."
152-
#~ msgstr ""
153-
154-
#~ msgid "The cached members of guilds and threads."
155-
#~ msgstr ""
156-
157-
#~ msgid "The cached messages of DMs and channels."
158-
#~ msgstr ""
159-
160-
#~ msgid "The cached interactions upon interaction."
161-
#~ msgstr ""
162-
163-
#~ msgid ":return The items stored. :rtype: List[dict]"
164-
#~ msgstr ""

docs/locale/de/LC_MESSAGES/api.dispatch.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
12+
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -38,7 +38,7 @@ msgstr ""
3838
msgid "A list of events being dispatched."
3939
msgstr ""
4040

41-
#: interactions.api.dispatch.Listener.__init__
41+
#: interactions.api.dispatch.Listener
4242
#: interactions.api.dispatch.Listener.dispatch
4343
#: interactions.api.dispatch.Listener.register of
4444
msgid "Return type"

docs/locale/de/LC_MESSAGES/api.enums.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

docs/locale/de/LC_MESSAGES/api.error.po

Lines changed: 8 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
12+
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -28,18 +28,18 @@ msgid ""
2828
"what a specific code means, use `e.lookup(code)`"
2929
msgstr ""
3030

31+
#: interactions.api.error.LibraryException
32+
#: interactions.api.error.LibraryException._parse
33+
#: interactions.api.error.LibraryException.log of
34+
msgid "Parameters"
35+
msgstr ""
36+
3137
#: interactions.api.error.LibraryException._parse:1 of
3238
msgid ""
3339
"Internal function that should not be executed externally. Parse the error"
3440
" data and set the code and message."
3541
msgstr ""
3642

37-
#: interactions.api.error.LibraryException.__init__
38-
#: interactions.api.error.LibraryException._parse
39-
#: interactions.api.error.LibraryException.log of
40-
msgid "Parameters"
41-
msgstr ""
42-
4343
#: interactions.api.error.LibraryException._parse:4 of
4444
msgid "The error data to parse."
4545
msgstr ""
@@ -59,61 +59,3 @@ msgstr ""
5959
#: interactions.api.error.LibraryException.log:1 of
6060
msgid "Log the error message."
6161
msgstr ""
62-
63-
#~ msgid "A customized error formatting script to return specific errors."
64-
#~ msgstr ""
65-
66-
#~ msgid "An exception class for interactions."
67-
#~ msgstr ""
68-
69-
#~ msgid ""
70-
#~ "This is a WIP. This isn't meant"
71-
#~ " to be used yet, this is a "
72-
#~ "baseline, and for extensive testing/review "
73-
#~ "before integration. Likewise, this will "
74-
#~ "show the concepts before use, and "
75-
#~ "will be refined when time goes on."
76-
#~ msgstr ""
77-
78-
#~ msgid "Variables"
79-
#~ msgstr ""
80-
81-
#~ msgid "The built-in formatter."
82-
#~ msgstr ""
83-
84-
#~ msgid "A dictionary containing the values from the built-in Enum."
85-
#~ msgstr ""
86-
87-
#~ msgid ""
88-
#~ "From the default error enum integer "
89-
#~ "declaration, generate a dictionary containing"
90-
#~ " the phrases used for the errors."
91-
#~ msgstr ""
92-
93-
#~ msgid ""
94-
#~ "Grabs the type attribute. Primarily "
95-
#~ "useful to use it in conditions for"
96-
#~ " integral v4 (potential) logic."
97-
#~ msgstr ""
98-
99-
#~ msgid "This calls the exception."
100-
#~ msgstr ""
101-
102-
#~ msgid ""
103-
#~ "This is a derivation of "
104-
#~ "InteractionException in that this is "
105-
#~ "used to represent Gateway closing OP "
106-
#~ "codes."
107-
#~ msgstr ""
108-
109-
#~ msgid ""
110-
#~ "This is a derivation of "
111-
#~ "InteractionException in that this is "
112-
#~ "used to represent HTTP Exceptions."
113-
#~ msgstr ""
114-
115-
#~ msgid ""
116-
#~ "This is a derivation of "
117-
#~ "InteractionException in that this is "
118-
#~ "used to represent JSON API Exceptions."
119-
#~ msgstr ""

docs/locale/de/LC_MESSAGES/api.gateway.po

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@@ -314,18 +314,3 @@ msgstr ""
314314
#: interactions.api.gateway.heartbeat._Heartbeat:1 of
315315
msgid "An internal class representing the heartbeat in a WebSocket connection."
316316
msgstr ""
317-
318-
#~ msgid "The token of the application for connecting to the Gateway."
319-
#~ msgstr ""
320-
321-
#~ msgid "The Gateway intents of the application for event dispatch."
322-
#~ msgstr ""
323-
324-
#~ msgid "The ID of the session if trying to reconnect. Defaults to ``None``."
325-
#~ msgstr ""
326-
327-
#~ msgid "The identifier sequence if trying to reconnect. Defaults to ``None``."
328-
#~ msgstr ""
329-
330-
#~ msgid "The event loop to base the asynchronous manager."
331-
#~ msgstr ""

docs/locale/de/LC_MESSAGES/api.http.po

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
@@ -2743,21 +2743,3 @@ msgstr ""
27432743
#: of
27442744
msgid "Deletes the original message object sent."
27452745
msgstr ""
2746-
2747-
#~ msgid "The HTTP request method."
2748-
#~ msgstr ""
2749-
2750-
#~ msgid "The path of the HTTP/URL."
2751-
#~ msgstr ""
2752-
2753-
#~ msgid "Optional keyword-only arguments to pass as information in the route."
2754-
#~ msgstr ""
2755-
2756-
#~ msgid "The asynchronous lock to control limits for."
2757-
#~ msgstr ""
2758-
2759-
#~ msgid "The remaining time to run the limited lock on. Defaults to ``0``."
2760-
#~ msgstr ""
2761-
2762-
#~ msgid "The application token used for authorizing."
2763-
#~ msgstr ""

docs/locale/de/LC_MESSAGES/api.models.channel.po

Lines changed: 32 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
12+
"POT-Creation-Date: 2022-07-17 16:00-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1515
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -48,6 +48,36 @@ msgid ""
4848
"event."
4949
msgstr ""
5050

51+
#: interactions.api.models.channel.Channel
52+
#: interactions.api.models.channel.Channel.add_member
53+
#: interactions.api.models.channel.Channel.archive
54+
#: interactions.api.models.channel.Channel.create_invite
55+
#: interactions.api.models.channel.Channel.create_thread
56+
#: interactions.api.models.channel.Channel.get_history
57+
#: interactions.api.models.channel.Channel.get_message
58+
#: interactions.api.models.channel.Channel.lock
59+
#: interactions.api.models.channel.Channel.modify
60+
#: interactions.api.models.channel.Channel.pin_message
61+
#: interactions.api.models.channel.Channel.publish_message
62+
#: interactions.api.models.channel.Channel.purge
63+
#: interactions.api.models.channel.Channel.remove_member
64+
#: interactions.api.models.channel.Channel.send
65+
#: interactions.api.models.channel.Channel.set_auto_archive_duration
66+
#: interactions.api.models.channel.Channel.set_bitrate
67+
#: interactions.api.models.channel.Channel.set_name
68+
#: interactions.api.models.channel.Channel.set_nsfw
69+
#: interactions.api.models.channel.Channel.set_parent_id
70+
#: interactions.api.models.channel.Channel.set_position
71+
#: interactions.api.models.channel.Channel.set_rate_limit_per_user
72+
#: interactions.api.models.channel.Channel.set_topic
73+
#: interactions.api.models.channel.Channel.set_user_limit
74+
#: interactions.api.models.channel.Channel.unpin_message
75+
#: interactions.api.models.channel.Thread
76+
#: interactions.api.models.channel.ThreadMember
77+
#: interactions.api.models.channel.ThreadMetadata of
78+
msgid "Parameters"
79+
msgstr ""
80+
5181
#: interactions.api.models.channel.Channel:1 of
5282
msgid "A class object representing all types of channels."
5383
msgstr ""
@@ -239,32 +269,6 @@ msgstr ""
239269
msgid "Sends a message in the channel."
240270
msgstr ""
241271

242-
#: interactions.api.models.channel.Channel.add_member
243-
#: interactions.api.models.channel.Channel.archive
244-
#: interactions.api.models.channel.Channel.create_invite
245-
#: interactions.api.models.channel.Channel.create_thread
246-
#: interactions.api.models.channel.Channel.get_history
247-
#: interactions.api.models.channel.Channel.get_message
248-
#: interactions.api.models.channel.Channel.lock
249-
#: interactions.api.models.channel.Channel.modify
250-
#: interactions.api.models.channel.Channel.pin_message
251-
#: interactions.api.models.channel.Channel.publish_message
252-
#: interactions.api.models.channel.Channel.purge
253-
#: interactions.api.models.channel.Channel.remove_member
254-
#: interactions.api.models.channel.Channel.send
255-
#: interactions.api.models.channel.Channel.set_auto_archive_duration
256-
#: interactions.api.models.channel.Channel.set_bitrate
257-
#: interactions.api.models.channel.Channel.set_name
258-
#: interactions.api.models.channel.Channel.set_nsfw
259-
#: interactions.api.models.channel.Channel.set_parent_id
260-
#: interactions.api.models.channel.Channel.set_position
261-
#: interactions.api.models.channel.Channel.set_rate_limit_per_user
262-
#: interactions.api.models.channel.Channel.set_topic
263-
#: interactions.api.models.channel.Channel.set_user_limit
264-
#: interactions.api.models.channel.Channel.unpin_message of
265-
msgid "Parameters"
266-
msgstr ""
267-
268272
#: interactions.api.models.channel.Channel.send:3 of
269273
msgid "The contents of the message as a string or string-converted value."
270274
msgstr ""

docs/locale/de/LC_MESSAGES/api.models.flags.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#, fuzzy
88
msgid ""
99
msgstr ""
10-
"Project-Id-Version: interactions.py 4.2\n"
10+
"Project-Id-Version: interactions.py 4.3\n"
1111
"Report-Msgid-Bugs-To: \n"
1212
"POT-Creation-Date: 2022-07-16 17:02-0400\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

0 commit comments

Comments
 (0)