@scopieflows/app-discord 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +29 -0
- package/src/i18n/ca.json +101 -0
- package/src/i18n/de.json +108 -0
- package/src/i18n/es.json +108 -0
- package/src/i18n/fr.json +108 -0
- package/src/i18n/hi.json +101 -0
- package/src/i18n/id.json +101 -0
- package/src/i18n/ja.json +108 -0
- package/src/i18n/nl.json +108 -0
- package/src/i18n/pt.json +108 -0
- package/src/i18n/ru.json +101 -0
- package/src/i18n/translation.json +108 -0
- package/src/i18n/vi.json +101 -0
- package/src/i18n/zh.json +108 -0
- package/src/index.d.ts +2 -0
- package/src/index.js +87 -0
- package/src/index.js.map +1 -0
- package/src/lib/actions/add-role-to-member.d.ts +5 -0
- package/src/lib/actions/add-role-to-member.js +40 -0
- package/src/lib/actions/add-role-to-member.js.map +1 -0
- package/src/lib/actions/ban-a-guild-member.d.ts +5 -0
- package/src/lib/actions/ban-a-guild-member.js +48 -0
- package/src/lib/actions/ban-a-guild-member.js.map +1 -0
- package/src/lib/actions/create-channel.d.ts +4 -0
- package/src/lib/actions/create-channel.js +46 -0
- package/src/lib/actions/create-channel.js.map +1 -0
- package/src/lib/actions/create-guild-role.d.ts +8 -0
- package/src/lib/actions/create-guild-role.js +70 -0
- package/src/lib/actions/create-guild-role.js.map +1 -0
- package/src/lib/actions/delete-channel.d.ts +3 -0
- package/src/lib/actions/delete-channel.js +32 -0
- package/src/lib/actions/delete-channel.js.map +1 -0
- package/src/lib/actions/delete-guild-role.d.ts +5 -0
- package/src/lib/actions/delete-guild-role.js +41 -0
- package/src/lib/actions/delete-guild-role.js.map +1 -0
- package/src/lib/actions/find-channel.d.ts +4 -0
- package/src/lib/actions/find-channel.js +41 -0
- package/src/lib/actions/find-channel.js.map +1 -0
- package/src/lib/actions/find-guild-member.d.ts +4 -0
- package/src/lib/actions/find-guild-member.js +52 -0
- package/src/lib/actions/find-guild-member.js.map +1 -0
- package/src/lib/actions/remove-ban-from-user.d.ts +5 -0
- package/src/lib/actions/remove-ban-from-user.js +48 -0
- package/src/lib/actions/remove-ban-from-user.js.map +1 -0
- package/src/lib/actions/remove-member-from-guild.d.ts +4 -0
- package/src/lib/actions/remove-member-from-guild.js +39 -0
- package/src/lib/actions/remove-member-from-guild.js.map +1 -0
- package/src/lib/actions/remove-role-from-member.d.ts +5 -0
- package/src/lib/actions/remove-role-from-member.js +40 -0
- package/src/lib/actions/remove-role-from-member.js.map +1 -0
- package/src/lib/actions/rename-channel.d.ts +4 -0
- package/src/lib/actions/rename-channel.js +42 -0
- package/src/lib/actions/rename-channel.js.map +1 -0
- package/src/lib/actions/send-approval-message.d.ts +4 -0
- package/src/lib/actions/send-approval-message.js +79 -0
- package/src/lib/actions/send-approval-message.js.map +1 -0
- package/src/lib/actions/send-message-webhook.d.ts +8 -0
- package/src/lib/actions/send-message-webhook.js +59 -0
- package/src/lib/actions/send-message-webhook.js.map +1 -0
- package/src/lib/actions/send-message-with-bot.d.ts +5 -0
- package/src/lib/actions/send-message-with-bot.js +63 -0
- package/src/lib/actions/send-message-with-bot.js.map +1 -0
- package/src/lib/common/index.d.ts +11 -0
- package/src/lib/common/index.js +147 -0
- package/src/lib/common/index.js.map +1 -0
- package/src/lib/common/models.d.ts +39 -0
- package/src/lib/common/models.js +3 -0
- package/src/lib/common/models.js.map +1 -0
- package/src/lib/triggers/new-member.d.ts +14 -0
- package/src/lib/triggers/new-member.js +96 -0
- package/src/lib/triggers/new-member.js.map +1 -0
- package/src/lib/triggers/new-message.d.ts +14 -0
- package/src/lib/triggers/new-message.js +96 -0
- package/src/lib/triggers/new-message.js.map +1 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@scopieflows/app-discord",
|
|
3
|
+
"version": "0.4.1",
|
|
4
|
+
"dependencies": {
|
|
5
|
+
"@sinclair/typebox": "0.34.11",
|
|
6
|
+
"ai": "^6.0.0",
|
|
7
|
+
"axios": "1.13.1",
|
|
8
|
+
"axios-retry": "4.4.1",
|
|
9
|
+
"dayjs": "1.11.9",
|
|
10
|
+
"deepmerge-ts": "7.1.0",
|
|
11
|
+
"form-data": "4.0.4",
|
|
12
|
+
"i18next": "23.13.0",
|
|
13
|
+
"mime-types": "2.1.35",
|
|
14
|
+
"nanoid": "3.3.8",
|
|
15
|
+
"semver": "7.6.0",
|
|
16
|
+
"socket.io-client": "4.8.1",
|
|
17
|
+
"zod": "4.1.13",
|
|
18
|
+
"@scopieflows/pieces-common": "0.11.2",
|
|
19
|
+
"@scopieflows/pieces-framework": "0.25.0",
|
|
20
|
+
"@scopieflows/shared": "0.33.0",
|
|
21
|
+
"tslib": "2.6.2"
|
|
22
|
+
},
|
|
23
|
+
"resolutions": {
|
|
24
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
25
|
+
},
|
|
26
|
+
"types": "./src/index.d.ts",
|
|
27
|
+
"main": "./src/index.js",
|
|
28
|
+
"type": "commonjs"
|
|
29
|
+
}
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Discord": "Discord",
|
|
3
|
+
"Instant messaging and VoIP social platform": "Instant messaging and VoIP social platform",
|
|
4
|
+
"\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n": "\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n",
|
|
5
|
+
"Send Message with Bot": "Send Message with Bot",
|
|
6
|
+
"Send Message Webhook": "Send Message Webhook",
|
|
7
|
+
"Request Approval in a Channel": "Request Approval in a Channel",
|
|
8
|
+
"Add role to member": "Add role to member",
|
|
9
|
+
"Remove role from member": "Remove role from member",
|
|
10
|
+
"Remove member from guild": "Remove member from guild",
|
|
11
|
+
"List guild members": "List guild members",
|
|
12
|
+
"Rename channel": "Rename channel",
|
|
13
|
+
"Create channel": "Create channel",
|
|
14
|
+
"Delete channel": "Delete channel",
|
|
15
|
+
"Find channel": "Find channel",
|
|
16
|
+
"Remove ban from user": "Remove ban from user",
|
|
17
|
+
"Create guild role": "Create guild role",
|
|
18
|
+
"Delete guild role": "Delete guild role",
|
|
19
|
+
"Ban guild member": "Ban guild member",
|
|
20
|
+
"Custom API Call": "Custom API Call",
|
|
21
|
+
"Send messages via bot to any channel or thread you want, with an optional file attachment.": "Send messages via bot to any channel or thread you want, with an optional file attachment.",
|
|
22
|
+
"Send a discord message via webhook": "Send a discord message via webhook",
|
|
23
|
+
"send a message to a channel asking for approval and wait for a response": "send a message to a channel asking for approval and wait for a response",
|
|
24
|
+
"Add Guild Member Role": "Add Guild Member Role",
|
|
25
|
+
"Remove Guild Member Role": "Remove Guild Member Role",
|
|
26
|
+
"Remove Guild Member": "Remove Guild Member",
|
|
27
|
+
"List Guild Members": "List Guild Members",
|
|
28
|
+
"rename a channel": "rename a channel",
|
|
29
|
+
"create a channel": "create a channel",
|
|
30
|
+
"delete a channel": "delete a channel",
|
|
31
|
+
"find a channel by name": "find a channel by name",
|
|
32
|
+
"Removes the guild ban from a user": "Removes the guild ban from a user",
|
|
33
|
+
"Creates a new role on the specified guild": "Creates a new role on the specified guild",
|
|
34
|
+
"Deletes the specified role from the specified guild": "Deletes the specified role from the specified guild",
|
|
35
|
+
"Bans a guild member": "Bans a guild member",
|
|
36
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
37
|
+
"Channel": "Channel",
|
|
38
|
+
"Message": "Message",
|
|
39
|
+
"Attachments": "Attachments",
|
|
40
|
+
"Webhook URL": "Webhook URL",
|
|
41
|
+
"Name": "Name",
|
|
42
|
+
"Avatar URL": "Avatar URL",
|
|
43
|
+
"embeds": "embeds",
|
|
44
|
+
"Text to speech": "Text to speech",
|
|
45
|
+
"Guilds": "Guilds",
|
|
46
|
+
"User ID": "User ID",
|
|
47
|
+
"Roles": "Roles",
|
|
48
|
+
"Search": "Search",
|
|
49
|
+
"Unban Reason": "Unban Reason",
|
|
50
|
+
"Role Name": "Role Name",
|
|
51
|
+
"Role Color": "Role Color",
|
|
52
|
+
"Display Separated": "Display Separated",
|
|
53
|
+
"Mentionable": "Mentionable",
|
|
54
|
+
"Creation Reason": "Creation Reason",
|
|
55
|
+
"Deletion reason": "Deletion reason",
|
|
56
|
+
"Ban Reason": "Ban Reason",
|
|
57
|
+
"Method": "Method",
|
|
58
|
+
"Headers": "Headers",
|
|
59
|
+
"Query Parameters": "Query Parameters",
|
|
60
|
+
"Body": "Body",
|
|
61
|
+
"No Error on Failure": "No Error on Failure",
|
|
62
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
63
|
+
"List of channels": "List of channels",
|
|
64
|
+
"Message content to send.": "Message content to send.",
|
|
65
|
+
"The avatar url for webhook": "The avatar url for webhook",
|
|
66
|
+
"Embeds to send along with the message": "Embeds to send along with the message",
|
|
67
|
+
"Robot reads the message": "Robot reads the message",
|
|
68
|
+
"The message you want to send": "The message you want to send",
|
|
69
|
+
"List of guilds": "List of guilds",
|
|
70
|
+
"The user id of the member": "The user id of the member",
|
|
71
|
+
"List of roles": "List of roles",
|
|
72
|
+
"Search for a member": "Search for a member",
|
|
73
|
+
"The new name of the channel": "The new name of the channel",
|
|
74
|
+
"The name of the new channel": "The name of the new channel",
|
|
75
|
+
"The name of the channel": "The name of the channel",
|
|
76
|
+
"The ID of the user": "The ID of the user",
|
|
77
|
+
"The reason for unbanning the user": "The reason for unbanning the user",
|
|
78
|
+
"The name of the role": "The name of the role",
|
|
79
|
+
"The RGB color of the role (may be better to set manually on the server)": "The RGB color of the role (may be better to set manually on the server)",
|
|
80
|
+
"Whether the role should be displayed separately in the sidebar": "Whether the role should be displayed separately in the sidebar",
|
|
81
|
+
"Whether the role can be mentioned by other users": "Whether the role can be mentioned by other users",
|
|
82
|
+
"The reason for creating the role": "The reason for creating the role",
|
|
83
|
+
"The reason for deleting the role": "The reason for deleting the role",
|
|
84
|
+
"The reason for banning the member": "The reason for banning the member",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
86
|
+
"GET": "GET",
|
|
87
|
+
"POST": "POST",
|
|
88
|
+
"PATCH": "PATCH",
|
|
89
|
+
"PUT": "PUT",
|
|
90
|
+
"DELETE": "DELETE",
|
|
91
|
+
"HEAD": "HEAD",
|
|
92
|
+
"New message": "New message",
|
|
93
|
+
"New Member": "New Member",
|
|
94
|
+
"Triggers when a message is sent in a channel": "Triggers when a message is sent in a channel",
|
|
95
|
+
"Triggers when a new member joins a guild": "Triggers when a new member joins a guild",
|
|
96
|
+
"Limit": "Limit",
|
|
97
|
+
"Guild ID": "Guild ID",
|
|
98
|
+
"The number of messages to fetch": "The number of messages to fetch",
|
|
99
|
+
"The number of members to fetch (max 1000)": "The number of members to fetch (max 1000)",
|
|
100
|
+
"The ID of the Discord guild (server)": "The ID of the Discord guild (server)"
|
|
101
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Instant messaging and VoIP social platform": "Instant Messaging und VoIP soziale Plattform",
|
|
3
|
+
"\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n": "\nUm ein Token zu erhalten, folgen Sie diesen Schritten:\n1. Gehen Sie zu https://discord.com/developers/applications\n2. Klicken Sie auf Anwendung (oder erstellen Sie eine Anwendung, wenn Sie keine haben)\n3. Klicken Sie auf Bot\n4. Kopieren Sie den Token\n",
|
|
4
|
+
"Send Message with Bot": "Nachricht mit Bot senden",
|
|
5
|
+
"Send Message Webhook": "Nachricht Webhook senden",
|
|
6
|
+
"Request Approval in a Channel": "Genehmigung in einem Kanal anfordern",
|
|
7
|
+
"Add role to member": "Rolle zu Mitglied hinzufügen",
|
|
8
|
+
"Remove role from member": "Rolle vom Mitglied entfernen",
|
|
9
|
+
"Remove member from guild": "Mitglied aus Gilde entfernen",
|
|
10
|
+
"List guild members": "Gildenmitglieder auflisten",
|
|
11
|
+
"Rename channel": "Kanal umbenennen",
|
|
12
|
+
"Create channel": "Kanal erstellen",
|
|
13
|
+
"Delete channel": "Kanal löschen",
|
|
14
|
+
"Find channel": "Kanal finden",
|
|
15
|
+
"Remove ban from user": "Sperre vom Benutzer entfernen",
|
|
16
|
+
"Create guild role": "Gildenrolle erstellen",
|
|
17
|
+
"Delete guild role": "Gildenrolle löschen",
|
|
18
|
+
"Ban guild member": "Gildenmitglied bannen",
|
|
19
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
20
|
+
"Send messages via bot to any channel or thread you want, with an optional file attachment.": "Senden Sie Nachrichten per Bot an jeden gewünschten Kanal oder Thread mit einem optionalen Dateianhang.",
|
|
21
|
+
"Send a discord message via webhook": "Sende eine Discord Nachricht über webhook",
|
|
22
|
+
"send a message to a channel asking for approval and wait for a response": "schicke eine Nachricht an einen Kanal, der um Genehmigung bittet und warte auf eine Antwort",
|
|
23
|
+
"Add Guild Member Role": "Gildenmitglieder Rolle hinzufügen",
|
|
24
|
+
"Remove Guild Member Role": "Gildenmitgliedrolle entfernen",
|
|
25
|
+
"Remove Guild Member": "Gildenmitglied entfernen",
|
|
26
|
+
"List Guild Members": "Gildenmitglieder auflisten",
|
|
27
|
+
"rename a channel": "einen Kanal umbenennen",
|
|
28
|
+
"create a channel": "erstelle einen Kanal",
|
|
29
|
+
"delete a channel": "lösche einen Kanal",
|
|
30
|
+
"find a channel by name": "finde einen Kanal nach Namen",
|
|
31
|
+
"Removes the guild ban from a user": "Entfernt den Bann der Gilde von einem Benutzer",
|
|
32
|
+
"Creates a new role on the specified guild": "Erstellt eine neue Rolle auf der angegebenen Gilde",
|
|
33
|
+
"Deletes the specified role from the specified guild": "Löscht die angegebene Rolle aus der angegebenen Gilde",
|
|
34
|
+
"Bans a guild member": "Sperrt ein Gildenmitglied",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
36
|
+
"Channel": "Kanal",
|
|
37
|
+
"Message": "Nachricht",
|
|
38
|
+
"Attachments": "Anhänge",
|
|
39
|
+
"Webhook URL": "Webhook-URL",
|
|
40
|
+
"Name": "Name",
|
|
41
|
+
"Avatar URL": "Avatar-URL",
|
|
42
|
+
"embeds": "embeds",
|
|
43
|
+
"Text to speech": "Text zu Sprache",
|
|
44
|
+
"Guilds": "Gilden",
|
|
45
|
+
"User ID": "Benutzer-ID",
|
|
46
|
+
"Roles": "Rollen",
|
|
47
|
+
"Search": "Suche",
|
|
48
|
+
"Unban Reason": "Entbannungsgrund",
|
|
49
|
+
"Role Name": "Rollenname",
|
|
50
|
+
"Role Color": "Rollenfarbe",
|
|
51
|
+
"Display Separated": "Separierte Anzeige",
|
|
52
|
+
"Mentionable": "Erwähnbar",
|
|
53
|
+
"Creation Reason": "Erstellungsgrund",
|
|
54
|
+
"Deletion reason": "Löschgrund",
|
|
55
|
+
"Ban Reason": "Sperrgrund",
|
|
56
|
+
"Method": "Methode",
|
|
57
|
+
"Headers": "Kopfzeilen",
|
|
58
|
+
"Query Parameters": "Abfrageparameter",
|
|
59
|
+
"Body Type": "Körpertyp",
|
|
60
|
+
"Body": "Körper",
|
|
61
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
62
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
63
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
64
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
65
|
+
"List of channels": "Liste der Kanäle",
|
|
66
|
+
"Message content to send.": "Zu sendende Nachrichteninhalte.",
|
|
67
|
+
"The avatar url for webhook": "Die Avatar-URL für Webhook",
|
|
68
|
+
"Embeds to send along with the message": "Bette, die zusammen mit der Nachricht gesendet werden sollen",
|
|
69
|
+
"Robot reads the message": "Roboter liest die Nachricht",
|
|
70
|
+
"The message you want to send": "Die Nachricht die Sie senden möchten",
|
|
71
|
+
"List of guilds": "Liste der Gilden",
|
|
72
|
+
"The user id of the member": "Die Benutzer-Id des Mitglieds",
|
|
73
|
+
"List of roles": "Liste der Rollen",
|
|
74
|
+
"Search for a member": "Nach einem Mitglied suchen",
|
|
75
|
+
"The new name of the channel": "Der neue Name des Kanals",
|
|
76
|
+
"The name of the new channel": "Der Name des neuen Kanals",
|
|
77
|
+
"The name of the channel": "Der Name des Kanals",
|
|
78
|
+
"The ID of the user": "Die ID des Benutzers",
|
|
79
|
+
"The reason for unbanning the user": "Der Grund für das Entsperren des Benutzers",
|
|
80
|
+
"The name of the role": "Der Name der Rolle",
|
|
81
|
+
"The RGB color of the role (may be better to set manually on the server)": "Die RGB-Farbe der Rolle (sollte besser manuell auf dem Server gesetzt werden)",
|
|
82
|
+
"Whether the role should be displayed separately in the sidebar": "Ob die Rolle separat in der Seitenleiste angezeigt werden soll",
|
|
83
|
+
"Whether the role can be mentioned by other users": "Ob die Rolle von anderen Benutzern erwähnt werden kann",
|
|
84
|
+
"The reason for creating the role": "Der Grund für die Erstellung der Rolle",
|
|
85
|
+
"The reason for deleting the role": "Der Grund für das Löschen der Rolle",
|
|
86
|
+
"The reason for banning the member": "Der Grund für das Verbot des Mitglieds",
|
|
87
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
88
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
89
|
+
"GET": "ERHALTEN",
|
|
90
|
+
"POST": "POST",
|
|
91
|
+
"PATCH": "PATCH",
|
|
92
|
+
"PUT": "PUT",
|
|
93
|
+
"DELETE": "LÖSCHEN",
|
|
94
|
+
"HEAD": "HEAD",
|
|
95
|
+
"None": "Keine",
|
|
96
|
+
"JSON": "JSON",
|
|
97
|
+
"Form Data": "Formulardaten",
|
|
98
|
+
"Raw": "Rohe",
|
|
99
|
+
"New message": "Neue Nachricht",
|
|
100
|
+
"New Member": "Neues Mitglied",
|
|
101
|
+
"Triggers when a message is sent in a channel": "Wird ausgelöst, wenn eine Nachricht in einem Kanal gesendet wird",
|
|
102
|
+
"Triggers when a new member joins a guild": "Löst aus, wenn ein neues Mitglied einer Gilde beitritt",
|
|
103
|
+
"Limit": "Limit",
|
|
104
|
+
"Guild ID": "Gilden-ID",
|
|
105
|
+
"The number of messages to fetch": "Die Anzahl der zu holenden Nachrichten",
|
|
106
|
+
"The number of members to fetch (max 1000)": "Die Anzahl der abzuholenden Mitglieder (max. 1000)",
|
|
107
|
+
"The ID of the Discord guild (server)": "Die ID der Discord Gilde (Server)"
|
|
108
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Instant messaging and VoIP social platform": "Plataforma social de mensajería instantánea y VoIP",
|
|
3
|
+
"\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n": "\nPara obtener un token, sigue estos pasos:\n1. Ve a https://discord.com/developeropers/applications\n2. Haga clic en Aplicación (o cree una si no tiene una)\n3. Haga clic en Bot\n4. Copie el token\n",
|
|
4
|
+
"Send Message with Bot": "Enviar mensaje con boot",
|
|
5
|
+
"Send Message Webhook": "Enviar mensaje Webhook",
|
|
6
|
+
"Request Approval in a Channel": "Solicitar aprobación en un canal",
|
|
7
|
+
"Add role to member": "Añadir rol al miembro",
|
|
8
|
+
"Remove role from member": "Eliminar rol del miembro",
|
|
9
|
+
"Remove member from guild": "Eliminar miembro de la guild",
|
|
10
|
+
"List guild members": "Listar miembros del gremio",
|
|
11
|
+
"Rename channel": "Cambiar el nombre del canal",
|
|
12
|
+
"Create channel": "Crear canal",
|
|
13
|
+
"Delete channel": "Eliminar canal",
|
|
14
|
+
"Find channel": "Buscar canal",
|
|
15
|
+
"Remove ban from user": "Eliminar ban del usuario",
|
|
16
|
+
"Create guild role": "Crear rol de guild",
|
|
17
|
+
"Delete guild role": "Eliminar rol de guild",
|
|
18
|
+
"Ban guild member": "Banear miembro del gremio",
|
|
19
|
+
"Custom API Call": "Llamada API personalizada",
|
|
20
|
+
"Send messages via bot to any channel or thread you want, with an optional file attachment.": "Envía mensajes vía bot a cualquier canal o hilo que quieras, con un archivo adjunto opcional.",
|
|
21
|
+
"Send a discord message via webhook": "Enviar un mensaje de discord a través de webhook",
|
|
22
|
+
"send a message to a channel asking for approval and wait for a response": "enviar un mensaje a un canal pidiendo aprobación y esperar una respuesta",
|
|
23
|
+
"Add Guild Member Role": "Añadir rol de miembro del gremio",
|
|
24
|
+
"Remove Guild Member Role": "Quitar rol de miembro del gremio",
|
|
25
|
+
"Remove Guild Member": "Quitar miembro del gremio",
|
|
26
|
+
"List Guild Members": "Listar miembros del gremio",
|
|
27
|
+
"rename a channel": "renombrar un canal",
|
|
28
|
+
"create a channel": "crear un canal",
|
|
29
|
+
"delete a channel": "borrar un canal",
|
|
30
|
+
"find a channel by name": "encontrar un canal por nombre",
|
|
31
|
+
"Removes the guild ban from a user": "Elimina el ban del gremio de un usuario",
|
|
32
|
+
"Creates a new role on the specified guild": "Crea un nuevo rol en el gremio especificado",
|
|
33
|
+
"Deletes the specified role from the specified guild": "Elimina el rol especificado de la guild especificada",
|
|
34
|
+
"Bans a guild member": "Bloquea a un miembro del gremio",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
36
|
+
"Channel": "Canal",
|
|
37
|
+
"Message": "Mensaje",
|
|
38
|
+
"Attachments": "Adjuntos",
|
|
39
|
+
"Webhook URL": "URL de Webhook",
|
|
40
|
+
"Name": "Nombre",
|
|
41
|
+
"Avatar URL": "URL del avatar",
|
|
42
|
+
"embeds": "embeds",
|
|
43
|
+
"Text to speech": "Texto a voz",
|
|
44
|
+
"Guilds": "Gremios",
|
|
45
|
+
"User ID": "ID Usuario",
|
|
46
|
+
"Roles": "Roles",
|
|
47
|
+
"Search": "Buscar",
|
|
48
|
+
"Unban Reason": "Razón de desbaneo",
|
|
49
|
+
"Role Name": "Nombre del Rol",
|
|
50
|
+
"Role Color": "Color del rol",
|
|
51
|
+
"Display Separated": "Mostrar separados",
|
|
52
|
+
"Mentionable": "Mencionable",
|
|
53
|
+
"Creation Reason": "Razón de Creación",
|
|
54
|
+
"Deletion reason": "Razón de eliminación",
|
|
55
|
+
"Ban Reason": "Razón de ban",
|
|
56
|
+
"Method": "Método",
|
|
57
|
+
"Headers": "Encabezados",
|
|
58
|
+
"Query Parameters": "Parámetros de consulta",
|
|
59
|
+
"Body Type": "Tipo de cuerpo",
|
|
60
|
+
"Body": "Cuerpo",
|
|
61
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
62
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
63
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
64
|
+
"Follow redirects": "Seguir redirecciones",
|
|
65
|
+
"List of channels": "Lista de canales",
|
|
66
|
+
"Message content to send.": "Contenido del mensaje a enviar.",
|
|
67
|
+
"The avatar url for webhook": "La url del avatar para webhook",
|
|
68
|
+
"Embeds to send along with the message": "Incorpora para enviar junto con el mensaje",
|
|
69
|
+
"Robot reads the message": "Robot lee el mensaje",
|
|
70
|
+
"The message you want to send": "El mensaje que desea enviar",
|
|
71
|
+
"List of guilds": "Lista de gremios",
|
|
72
|
+
"The user id of the member": "El id de usuario del miembro",
|
|
73
|
+
"List of roles": "Lista de roles",
|
|
74
|
+
"Search for a member": "Buscar un miembro",
|
|
75
|
+
"The new name of the channel": "El nuevo nombre del canal",
|
|
76
|
+
"The name of the new channel": "El nombre del nuevo canal",
|
|
77
|
+
"The name of the channel": "El nombre del canal",
|
|
78
|
+
"The ID of the user": "El ID del usuario",
|
|
79
|
+
"The reason for unbanning the user": "La razón para desbanear al usuario",
|
|
80
|
+
"The name of the role": "El nombre del rol",
|
|
81
|
+
"The RGB color of the role (may be better to set manually on the server)": "El color RGB del rol (puede ser mejor establecer manualmente en el servidor)",
|
|
82
|
+
"Whether the role should be displayed separately in the sidebar": "Si el rol debe mostrarse por separado en la barra lateral",
|
|
83
|
+
"Whether the role can be mentioned by other users": "Si el rol puede ser mencionado por otros usuarios",
|
|
84
|
+
"The reason for creating the role": "La razón para crear el rol",
|
|
85
|
+
"The reason for deleting the role": "La razón para eliminar el rol",
|
|
86
|
+
"The reason for banning the member": "La razón para prohibir al miembro",
|
|
87
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
88
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
89
|
+
"GET": "RECOGER",
|
|
90
|
+
"POST": "POST",
|
|
91
|
+
"PATCH": "PATCH",
|
|
92
|
+
"PUT": "PUT",
|
|
93
|
+
"DELETE": "BORRAR",
|
|
94
|
+
"HEAD": "LIMPIO",
|
|
95
|
+
"None": "Ninguna",
|
|
96
|
+
"JSON": "JSON",
|
|
97
|
+
"Form Data": "Datos de Formulario",
|
|
98
|
+
"Raw": "Rápido",
|
|
99
|
+
"New message": "Nuevo mensaje",
|
|
100
|
+
"New Member": "Nuevo miembro",
|
|
101
|
+
"Triggers when a message is sent in a channel": "Dispara cuando un mensaje es enviado en un canal",
|
|
102
|
+
"Triggers when a new member joins a guild": "Dispara cuando un nuevo miembro se une a una guild",
|
|
103
|
+
"Limit": "Límite",
|
|
104
|
+
"Guild ID": "ID de Gremio",
|
|
105
|
+
"The number of messages to fetch": "El número de mensajes a buscar",
|
|
106
|
+
"The number of members to fetch (max 1000)": "El número de miembros a buscar (máx. 1000)",
|
|
107
|
+
"The ID of the Discord guild (server)": "El ID de la guild de Discord (servidor)"
|
|
108
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Instant messaging and VoIP social platform": "Messagerie instantanée et plateforme sociale VoIP",
|
|
3
|
+
"\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n": "\nPour obtenir un jeton, suivez ces étapes :\n1. Allez sur https://discord.com/developers/applications\n2. Cliquez sur Application (ou créez une application si vous n'en avez pas une)\n3. Cliquez sur Bot\n4. Copiez le jeton\n",
|
|
4
|
+
"Send Message with Bot": "Envoyer un message avec le Bot",
|
|
5
|
+
"Send Message Webhook": "Envoyer un message Webhook",
|
|
6
|
+
"Request Approval in a Channel": "Demander l'approbation dans un canal",
|
|
7
|
+
"Add role to member": "Ajouter un rôle au membre",
|
|
8
|
+
"Remove role from member": "Retirer le rôle du membre",
|
|
9
|
+
"Remove member from guild": "Retirer un membre de la guilde",
|
|
10
|
+
"List guild members": "Liste des membres de la guilde",
|
|
11
|
+
"Rename channel": "Renommer le canal",
|
|
12
|
+
"Create channel": "Créer un canal",
|
|
13
|
+
"Delete channel": "Supprimer le canal",
|
|
14
|
+
"Find channel": "Trouver un canal",
|
|
15
|
+
"Remove ban from user": "Retirer le ban de l'utilisateur",
|
|
16
|
+
"Create guild role": "Créer un rôle de guilde",
|
|
17
|
+
"Delete guild role": "Supprimer le rôle de guilde",
|
|
18
|
+
"Ban guild member": "Bannir un membre de la guilde",
|
|
19
|
+
"Custom API Call": "Appel API personnalisé",
|
|
20
|
+
"Send messages via bot to any channel or thread you want, with an optional file attachment.": "Envoyez des messages via le bot à n'importe quel canal ou fil de discussion que vous voulez, avec une pièce jointe facultative.",
|
|
21
|
+
"Send a discord message via webhook": "Envoyer un message discord via webhook",
|
|
22
|
+
"send a message to a channel asking for approval and wait for a response": "envoyer un message à un canal demandant son approbation et en attendant une réponse",
|
|
23
|
+
"Add Guild Member Role": "Ajouter un rôle de membre de guilde",
|
|
24
|
+
"Remove Guild Member Role": "Supprimer le rôle de membre de la guilde",
|
|
25
|
+
"Remove Guild Member": "Retirer le membre de la guilde",
|
|
26
|
+
"List Guild Members": "Lister les membres de la guilde",
|
|
27
|
+
"rename a channel": "renommer un canal",
|
|
28
|
+
"create a channel": "créer un canal",
|
|
29
|
+
"delete a channel": "supprimer un canal",
|
|
30
|
+
"find a channel by name": "trouver un canal par nom",
|
|
31
|
+
"Removes the guild ban from a user": "Retire le bannissement de guilde d'un utilisateur",
|
|
32
|
+
"Creates a new role on the specified guild": "Crée un nouveau rôle sur la guilde spécifiée",
|
|
33
|
+
"Deletes the specified role from the specified guild": "Supprime le rôle spécifié de la guilde spécifiée",
|
|
34
|
+
"Bans a guild member": "Bannit un membre de la guilde",
|
|
35
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
36
|
+
"Channel": "Chaîne",
|
|
37
|
+
"Message": "Message",
|
|
38
|
+
"Attachments": "Fichiers joints",
|
|
39
|
+
"Webhook URL": "URL du Webhook",
|
|
40
|
+
"Name": "Nom",
|
|
41
|
+
"Avatar URL": "URL de l'avatar",
|
|
42
|
+
"embeds": "embeds",
|
|
43
|
+
"Text to speech": "Texte de synthèse vocale",
|
|
44
|
+
"Guilds": "Guildes",
|
|
45
|
+
"User ID": "Identifiant de l'utilisateur",
|
|
46
|
+
"Roles": "Rôles",
|
|
47
|
+
"Search": "Rechercher",
|
|
48
|
+
"Unban Reason": "Raison de dé-bannissement",
|
|
49
|
+
"Role Name": "Nom du rôle",
|
|
50
|
+
"Role Color": "Couleur du rôle",
|
|
51
|
+
"Display Separated": "Affichage séparé",
|
|
52
|
+
"Mentionable": "Mentionnable",
|
|
53
|
+
"Creation Reason": "Raison de la création",
|
|
54
|
+
"Deletion reason": "Raison de la suppression",
|
|
55
|
+
"Ban Reason": "Raison du bannissement",
|
|
56
|
+
"Method": "Méthode",
|
|
57
|
+
"Headers": "En-têtes",
|
|
58
|
+
"Query Parameters": "Paramètres de requête",
|
|
59
|
+
"Body Type": "Body Type",
|
|
60
|
+
"Body": "Corps",
|
|
61
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
62
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
63
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
64
|
+
"Follow redirects": "Suivre les redirections",
|
|
65
|
+
"List of channels": "Liste des channels",
|
|
66
|
+
"Message content to send.": "Message à envoyer.",
|
|
67
|
+
"The avatar url for webhook": "L'url de l'avatar pour le webhook",
|
|
68
|
+
"Embeds to send along with the message": "Intégrer à envoyer avec le message",
|
|
69
|
+
"Robot reads the message": "Le robot lit le message",
|
|
70
|
+
"The message you want to send": "Le message que vous souhaitez envoyer",
|
|
71
|
+
"List of guilds": "Liste des guildes",
|
|
72
|
+
"The user id of the member": "L'identifiant de l'utilisateur du membre",
|
|
73
|
+
"List of roles": "Liste des rôles",
|
|
74
|
+
"Search for a member": "Rechercher un membre",
|
|
75
|
+
"The new name of the channel": "Le nouveau nom du canal",
|
|
76
|
+
"The name of the new channel": "Le nom du nouveau canal",
|
|
77
|
+
"The name of the channel": "Le nom du canal",
|
|
78
|
+
"The ID of the user": "L'ID de l'utilisateur",
|
|
79
|
+
"The reason for unbanning the user": "La raison de dé-bannissement de l'utilisateur",
|
|
80
|
+
"The name of the role": "Le nom du rôle",
|
|
81
|
+
"The RGB color of the role (may be better to set manually on the server)": "La couleur RVB du rôle (peut être mieux à définir manuellement sur le serveur)",
|
|
82
|
+
"Whether the role should be displayed separately in the sidebar": "Si le rôle doit être affiché séparément dans la barre latérale",
|
|
83
|
+
"Whether the role can be mentioned by other users": "Si le rôle peut être mentionné par d'autres utilisateurs",
|
|
84
|
+
"The reason for creating the role": "La raison de la création du rôle",
|
|
85
|
+
"The reason for deleting the role": "La raison de la suppression du rôle",
|
|
86
|
+
"The reason for banning the member": "La raison du bannissement du membre",
|
|
87
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
88
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
89
|
+
"GET": "OBTENIR",
|
|
90
|
+
"POST": "POSTER",
|
|
91
|
+
"PATCH": "PATCH",
|
|
92
|
+
"PUT": "EFFACER",
|
|
93
|
+
"DELETE": "SUPPRIMER",
|
|
94
|
+
"HEAD": "TÊTE",
|
|
95
|
+
"None": "Aucun",
|
|
96
|
+
"JSON": "JSON",
|
|
97
|
+
"Form Data": "Données du formulaire",
|
|
98
|
+
"Raw": "Brut",
|
|
99
|
+
"New message": "Nouveau message",
|
|
100
|
+
"New Member": "Nouveau membre",
|
|
101
|
+
"Triggers when a message is sent in a channel": "Déclenche lorsqu'un message est envoyé dans un canal",
|
|
102
|
+
"Triggers when a new member joins a guild": "Déclenche lorsqu'un nouveau membre rejoint une guilde",
|
|
103
|
+
"Limit": "Limite",
|
|
104
|
+
"Guild ID": "ID de guilde",
|
|
105
|
+
"The number of messages to fetch": "Le nombre de messages à récupérer",
|
|
106
|
+
"The number of members to fetch (max 1000)": "Le nombre de membres à récupérer (max 1000)",
|
|
107
|
+
"The ID of the Discord guild (server)": "L'ID de la guilde Discord (serveur)"
|
|
108
|
+
}
|
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Discord": "Discord",
|
|
3
|
+
"Instant messaging and VoIP social platform": "Instant messaging and VoIP social platform",
|
|
4
|
+
"\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n": "\nTo obtain a token, follow these steps:\n1. Go to https://discord.com/developers/applications\n2. Click on Application (or create one if you don't have one)\n3. Click on Bot\n4. Copy the token\n",
|
|
5
|
+
"Send Message with Bot": "Send Message with Bot",
|
|
6
|
+
"Send Message Webhook": "Send Message Webhook",
|
|
7
|
+
"Request Approval in a Channel": "Request Approval in a Channel",
|
|
8
|
+
"Add role to member": "Add role to member",
|
|
9
|
+
"Remove role from member": "Remove role from member",
|
|
10
|
+
"Remove member from guild": "Remove member from guild",
|
|
11
|
+
"List guild members": "List guild members",
|
|
12
|
+
"Rename channel": "Rename channel",
|
|
13
|
+
"Create channel": "Create channel",
|
|
14
|
+
"Delete channel": "Delete channel",
|
|
15
|
+
"Find channel": "Find channel",
|
|
16
|
+
"Remove ban from user": "Remove ban from user",
|
|
17
|
+
"Create guild role": "Create guild role",
|
|
18
|
+
"Delete guild role": "Delete guild role",
|
|
19
|
+
"Ban guild member": "Ban guild member",
|
|
20
|
+
"Custom API Call": "Custom API Call",
|
|
21
|
+
"Send messages via bot to any channel or thread you want, with an optional file attachment.": "Send messages via bot to any channel or thread you want, with an optional file attachment.",
|
|
22
|
+
"Send a discord message via webhook": "Send a discord message via webhook",
|
|
23
|
+
"send a message to a channel asking for approval and wait for a response": "send a message to a channel asking for approval and wait for a response",
|
|
24
|
+
"Add Guild Member Role": "Add Guild Member Role",
|
|
25
|
+
"Remove Guild Member Role": "Remove Guild Member Role",
|
|
26
|
+
"Remove Guild Member": "Remove Guild Member",
|
|
27
|
+
"List Guild Members": "List Guild Members",
|
|
28
|
+
"rename a channel": "rename a channel",
|
|
29
|
+
"create a channel": "create a channel",
|
|
30
|
+
"delete a channel": "delete a channel",
|
|
31
|
+
"find a channel by name": "find a channel by name",
|
|
32
|
+
"Removes the guild ban from a user": "Removes the guild ban from a user",
|
|
33
|
+
"Creates a new role on the specified guild": "Creates a new role on the specified guild",
|
|
34
|
+
"Deletes the specified role from the specified guild": "Deletes the specified role from the specified guild",
|
|
35
|
+
"Bans a guild member": "Bans a guild member",
|
|
36
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
37
|
+
"Channel": "Channel",
|
|
38
|
+
"Message": "Message",
|
|
39
|
+
"Attachments": "Attachments",
|
|
40
|
+
"Webhook URL": "Webhook URL",
|
|
41
|
+
"Name": "Name",
|
|
42
|
+
"Avatar URL": "Avatar URL",
|
|
43
|
+
"embeds": "embeds",
|
|
44
|
+
"Text to speech": "Text to speech",
|
|
45
|
+
"Guilds": "Guilds",
|
|
46
|
+
"User ID": "User ID",
|
|
47
|
+
"Roles": "Roles",
|
|
48
|
+
"Search": "Search",
|
|
49
|
+
"Unban Reason": "Unban Reason",
|
|
50
|
+
"Role Name": "Role Name",
|
|
51
|
+
"Role Color": "Role Color",
|
|
52
|
+
"Display Separated": "Display Separated",
|
|
53
|
+
"Mentionable": "Mentionable",
|
|
54
|
+
"Creation Reason": "Creation Reason",
|
|
55
|
+
"Deletion reason": "Deletion reason",
|
|
56
|
+
"Ban Reason": "Ban Reason",
|
|
57
|
+
"Method": "Method",
|
|
58
|
+
"Headers": "Headers",
|
|
59
|
+
"Query Parameters": "Query Parameters",
|
|
60
|
+
"Body": "Body",
|
|
61
|
+
"No Error on Failure": "No Error on Failure",
|
|
62
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
63
|
+
"List of channels": "List of channels",
|
|
64
|
+
"Message content to send.": "Message content to send.",
|
|
65
|
+
"The avatar url for webhook": "The avatar url for webhook",
|
|
66
|
+
"Embeds to send along with the message": "Embeds to send along with the message",
|
|
67
|
+
"Robot reads the message": "Robot reads the message",
|
|
68
|
+
"The message you want to send": "The message you want to send",
|
|
69
|
+
"List of guilds": "List of guilds",
|
|
70
|
+
"The user id of the member": "The user id of the member",
|
|
71
|
+
"List of roles": "List of roles",
|
|
72
|
+
"Search for a member": "Search for a member",
|
|
73
|
+
"The new name of the channel": "The new name of the channel",
|
|
74
|
+
"The name of the new channel": "The name of the new channel",
|
|
75
|
+
"The name of the channel": "The name of the channel",
|
|
76
|
+
"The ID of the user": "The ID of the user",
|
|
77
|
+
"The reason for unbanning the user": "The reason for unbanning the user",
|
|
78
|
+
"The name of the role": "The name of the role",
|
|
79
|
+
"The RGB color of the role (may be better to set manually on the server)": "The RGB color of the role (may be better to set manually on the server)",
|
|
80
|
+
"Whether the role should be displayed separately in the sidebar": "Whether the role should be displayed separately in the sidebar",
|
|
81
|
+
"Whether the role can be mentioned by other users": "Whether the role can be mentioned by other users",
|
|
82
|
+
"The reason for creating the role": "The reason for creating the role",
|
|
83
|
+
"The reason for deleting the role": "The reason for deleting the role",
|
|
84
|
+
"The reason for banning the member": "The reason for banning the member",
|
|
85
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
86
|
+
"GET": "GET",
|
|
87
|
+
"POST": "POST",
|
|
88
|
+
"PATCH": "PATCH",
|
|
89
|
+
"PUT": "PUT",
|
|
90
|
+
"DELETE": "DELETE",
|
|
91
|
+
"HEAD": "HEAD",
|
|
92
|
+
"New message": "New message",
|
|
93
|
+
"New Member": "New Member",
|
|
94
|
+
"Triggers when a message is sent in a channel": "Triggers when a message is sent in a channel",
|
|
95
|
+
"Triggers when a new member joins a guild": "Triggers when a new member joins a guild",
|
|
96
|
+
"Limit": "Limit",
|
|
97
|
+
"Guild ID": "Guild ID",
|
|
98
|
+
"The number of messages to fetch": "The number of messages to fetch",
|
|
99
|
+
"The number of members to fetch (max 1000)": "The number of members to fetch (max 1000)",
|
|
100
|
+
"The ID of the Discord guild (server)": "The ID of the Discord guild (server)"
|
|
101
|
+
}
|