@scopieflows/app-discord 0.4.1 → 0.5.0

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.
Files changed (98) hide show
  1. package/package.json +8 -23
  2. package/src/index.d.ts +2 -2
  3. package/src/index.d.ts.map +1 -0
  4. package/src/index.js +8 -12
  5. package/src/index.js.map +1 -1
  6. package/src/lib/actions/add-role-to-member.d.ts +5 -4
  7. package/src/lib/actions/add-role-to-member.d.ts.map +1 -0
  8. package/src/lib/actions/add-role-to-member.js +4 -4
  9. package/src/lib/actions/add-role-to-member.js.map +1 -1
  10. package/src/lib/actions/ban-a-guild-member.d.ts +5 -4
  11. package/src/lib/actions/ban-a-guild-member.d.ts.map +1 -0
  12. package/src/lib/actions/ban-a-guild-member.js +4 -4
  13. package/src/lib/actions/ban-a-guild-member.js.map +1 -1
  14. package/src/lib/actions/create-channel.d.ts +4 -3
  15. package/src/lib/actions/create-channel.d.ts.map +1 -0
  16. package/src/lib/actions/create-channel.js +4 -4
  17. package/src/lib/actions/create-channel.js.map +1 -1
  18. package/src/lib/actions/create-guild-role.d.ts +8 -7
  19. package/src/lib/actions/create-guild-role.d.ts.map +1 -0
  20. package/src/lib/actions/create-guild-role.js +4 -4
  21. package/src/lib/actions/create-guild-role.js.map +1 -1
  22. package/src/lib/actions/delete-channel.d.ts +3 -2
  23. package/src/lib/actions/delete-channel.d.ts.map +1 -0
  24. package/src/lib/actions/delete-channel.js +4 -4
  25. package/src/lib/actions/delete-channel.js.map +1 -1
  26. package/src/lib/actions/delete-guild-role.d.ts +5 -4
  27. package/src/lib/actions/delete-guild-role.d.ts.map +1 -0
  28. package/src/lib/actions/delete-guild-role.js +4 -4
  29. package/src/lib/actions/delete-guild-role.js.map +1 -1
  30. package/src/lib/actions/find-channel.d.ts +4 -3
  31. package/src/lib/actions/find-channel.d.ts.map +1 -0
  32. package/src/lib/actions/find-channel.js +4 -4
  33. package/src/lib/actions/find-channel.js.map +1 -1
  34. package/src/lib/actions/find-guild-member.d.ts +4 -3
  35. package/src/lib/actions/find-guild-member.d.ts.map +1 -0
  36. package/src/lib/actions/find-guild-member.js +4 -4
  37. package/src/lib/actions/find-guild-member.js.map +1 -1
  38. package/src/lib/actions/remove-ban-from-user.d.ts +5 -4
  39. package/src/lib/actions/remove-ban-from-user.d.ts.map +1 -0
  40. package/src/lib/actions/remove-ban-from-user.js +4 -4
  41. package/src/lib/actions/remove-ban-from-user.js.map +1 -1
  42. package/src/lib/actions/remove-member-from-guild.d.ts +4 -3
  43. package/src/lib/actions/remove-member-from-guild.d.ts.map +1 -0
  44. package/src/lib/actions/remove-member-from-guild.js +4 -4
  45. package/src/lib/actions/remove-member-from-guild.js.map +1 -1
  46. package/src/lib/actions/remove-role-from-member.d.ts +5 -4
  47. package/src/lib/actions/remove-role-from-member.d.ts.map +1 -0
  48. package/src/lib/actions/remove-role-from-member.js +4 -4
  49. package/src/lib/actions/remove-role-from-member.js.map +1 -1
  50. package/src/lib/actions/rename-channel.d.ts +4 -3
  51. package/src/lib/actions/rename-channel.d.ts.map +1 -0
  52. package/src/lib/actions/rename-channel.js +4 -4
  53. package/src/lib/actions/rename-channel.js.map +1 -1
  54. package/src/lib/actions/send-approval-message.d.ts +4 -3
  55. package/src/lib/actions/send-approval-message.d.ts.map +1 -0
  56. package/src/lib/actions/send-approval-message.js +9 -11
  57. package/src/lib/actions/send-approval-message.js.map +1 -1
  58. package/src/lib/actions/send-message-webhook.d.ts +8 -7
  59. package/src/lib/actions/send-message-webhook.d.ts.map +1 -0
  60. package/src/lib/actions/send-message-webhook.js +2 -2
  61. package/src/lib/actions/send-message-webhook.js.map +1 -1
  62. package/src/lib/actions/send-message-with-bot.d.ts +5 -4
  63. package/src/lib/actions/send-message-with-bot.d.ts.map +1 -0
  64. package/src/lib/actions/send-message-with-bot.js +4 -4
  65. package/src/lib/actions/send-message-with-bot.js.map +1 -1
  66. package/src/lib/auth.d.ts +2 -0
  67. package/src/lib/auth.d.ts.map +1 -0
  68. package/src/lib/auth.js +17 -0
  69. package/src/lib/auth.js.map +1 -0
  70. package/src/lib/common/index.d.ts +4 -3
  71. package/src/lib/common/index.d.ts.map +1 -0
  72. package/src/lib/common/index.js +6 -6
  73. package/src/lib/common/index.js.map +1 -1
  74. package/src/lib/common/models.d.ts +1 -0
  75. package/src/lib/common/models.d.ts.map +1 -0
  76. package/src/lib/common/models.js.map +1 -1
  77. package/src/lib/triggers/new-member.d.ts +14 -13
  78. package/src/lib/triggers/new-member.d.ts.map +1 -0
  79. package/src/lib/triggers/new-member.js +4 -4
  80. package/src/lib/triggers/new-member.js.map +1 -1
  81. package/src/lib/triggers/new-message.d.ts +14 -13
  82. package/src/lib/triggers/new-message.d.ts.map +1 -0
  83. package/src/lib/triggers/new-message.js +4 -4
  84. package/src/lib/triggers/new-message.js.map +1 -1
  85. package/README.md +0 -7
  86. package/src/i18n/ca.json +0 -101
  87. package/src/i18n/de.json +0 -108
  88. package/src/i18n/es.json +0 -108
  89. package/src/i18n/fr.json +0 -108
  90. package/src/i18n/hi.json +0 -101
  91. package/src/i18n/id.json +0 -101
  92. package/src/i18n/ja.json +0 -108
  93. package/src/i18n/nl.json +0 -108
  94. package/src/i18n/pt.json +0 -108
  95. package/src/i18n/ru.json +0 -101
  96. package/src/i18n/translation.json +0 -108
  97. package/src/i18n/vi.json +0 -101
  98. package/src/i18n/zh.json +0 -108
package/src/i18n/ja.json DELETED
@@ -1,108 +0,0 @@
1
- {
2
- "Instant messaging and VoIP social platform": "インスタントメッセージングと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": "\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",
4
- "Send Message with Bot": "ボットでメッセージを送信",
5
- "Send Message Webhook": "メッセージ Webhook を送信",
6
- "Request Approval in a Channel": "チャネルで承認を要求する",
7
- "Add role to member": "役割をメンバーに追加",
8
- "Remove role from member": "メンバーからロールを削除",
9
- "Remove member from guild": "ギルドからメンバーを削除する",
10
- "List guild members": "ギルドメンバーの一覧",
11
- "Rename channel": "チャンネル名の変更",
12
- "Create channel": "チャンネルを作成",
13
- "Delete channel": "チャンネルを削除",
14
- "Find channel": "チャンネルを検索",
15
- "Remove ban from user": "ユーザーからBANを解除する",
16
- "Create guild role": "ギルドの役割を作成",
17
- "Delete guild role": "ギルドの役割を削除",
18
- "Ban guild member": "BANギルドメンバー",
19
- "Custom API Call": "カスタムAPI通話",
20
- "Send messages via bot to any channel or thread you want, with an optional file attachment.": "任意の添付ファイルを含む任意のチャンネルまたはスレッドにボットを介してメッセージを送信します。",
21
- "Send a discord message via webhook": "Webhook経由でDiscordメッセージを送信する",
22
- "send a message to a channel asking for approval and wait for a response": "承認を求めるチャンネルにメッセージを送信し、応答を待つ",
23
- "Add Guild Member Role": "ギルドメンバーの役割を追加",
24
- "Remove Guild Member Role": "ギルドメンバーの役割を削除",
25
- "Remove Guild Member": "ギルドメンバーを削除",
26
- "List Guild Members": "ギルドメンバー一覧",
27
- "rename a channel": "チャンネル名を変更する",
28
- "create a channel": "チャンネルを作成",
29
- "delete a channel": "チャンネルの削除",
30
- "find a channel by name": "名前でチャンネルを検索",
31
- "Removes the guild ban from a user": "ギルドBANをユーザーから削除します。",
32
- "Creates a new role on the specified guild": "指定されたギルドの上に新しい役割を作成します",
33
- "Deletes the specified role from the specified guild": "指定されたギルドから指定されたロールを削除します",
34
- "Bans a guild member": "ギルドメンバーをBANしました",
35
- "Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
36
- "Channel": "チャンネル",
37
- "Message": "メッセージ",
38
- "Attachments": "添付ファイル",
39
- "Webhook URL": "Webhook URL",
40
- "Name": "Name",
41
- "Avatar URL": "アバター URL",
42
- "embeds": "embeds",
43
- "Text to speech": "テキストから発話する",
44
- "Guilds": "Guild",
45
- "User ID": "ユーザー ID",
46
- "Roles": "ロール",
47
- "Search": "検索",
48
- "Unban Reason": "BANの理由を解除",
49
- "Role Name": "役割名",
50
- "Role Color": "ロールの色",
51
- "Display Separated": "別々の表示",
52
- "Mentionable": "メンション可能",
53
- "Creation Reason": "作成の理由",
54
- "Deletion reason": "削除の理由",
55
- "Ban Reason": "禁止の理由",
56
- "Method": "方法",
57
- "Headers": "ヘッダー",
58
- "Query Parameters": "クエリパラメータ",
59
- "Body Type": "ボディタイプ",
60
- "Body": "本文",
61
- "Response is Binary ?": "応答はバイナリですか?",
62
- "No Error on Failure": "失敗時にエラーはありません",
63
- "Timeout (in seconds)": "タイムアウト(秒)",
64
- "Follow redirects": "リダイレクトをフォローする",
65
- "List of channels": "チャンネル一覧",
66
- "Message content to send.": "送信するコンテンツにメッセージを送信します。",
67
- "The avatar url for webhook": "WebhookのアバターURL",
68
- "Embeds to send along with the message": "メッセージと一緒に送信する埋め込み",
69
- "Robot reads the message": "ロボットはメッセージを読み込みます",
70
- "The message you want to send": "送信したいメッセージ",
71
- "List of guilds": "ギルド一覧",
72
- "The user id of the member": "メンバーのユーザー ID",
73
- "List of roles": "ロールのリスト",
74
- "Search for a member": "メンバーを検索",
75
- "The new name of the channel": "チャンネルの新しい名前",
76
- "The name of the new channel": "新しいチャンネルの名前",
77
- "The name of the channel": "チャンネル名",
78
- "The ID of the user": "利用者のID",
79
- "The reason for unbanning the user": "ユーザーのBANを解除する理由",
80
- "The name of the role": "役割の名前",
81
- "The RGB color of the role (may be better to set manually on the server)": "ロールの RGB 色(サーバー上で手動で設定する方が良い場合があります)",
82
- "Whether the role should be displayed separately in the sidebar": "ロールをサイドバーに個別に表示するかどうか",
83
- "Whether the role can be mentioned by other users": "ロールが他のユーザーによって言及されるかどうか",
84
- "The reason for creating the role": "役割を作成する理由",
85
- "The reason for deleting the role": "ロールを削除する理由",
86
- "The reason for banning the member": "メンバーを禁止する理由",
87
- "Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
88
- "Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
89
- "GET": "取得",
90
- "POST": "POST",
91
- "PATCH": "PATCH",
92
- "PUT": "PUT",
93
- "DELETE": "削除",
94
- "HEAD": "頭",
95
- "None": "なし",
96
- "JSON": "JSON",
97
- "Form Data": "フォームデータ",
98
- "Raw": "Raw",
99
- "New message": "新しいメッセージ",
100
- "New Member": "新規メンバー",
101
- "Triggers when a message is sent in a channel": "チャンネルでメッセージが送信されたときにトリガーします",
102
- "Triggers when a new member joins a guild": "新しいメンバーがギルドに参加したときにトリガーします",
103
- "Limit": "制限",
104
- "Guild ID": "ギルドID",
105
- "The number of messages to fetch": "取得するメッセージ数",
106
- "The number of members to fetch (max 1000)": "フェッチするメンバーの数 (最大 1000)",
107
- "The ID of the Discord guild (server)": "DiscordギルドのID(サーバー)"
108
- }
package/src/i18n/nl.json DELETED
@@ -1,108 +0,0 @@
1
- {
2
- "Instant messaging and VoIP social platform": "Directe berichten en een VoIP social platform",
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": "\nOm een token te verkrijgen, volg deze stappen:\n1. Ga naar https://discord.com/developers/applications\n2. Klik op Toepassing (of maak er een aan als je er geen hebt)\n3. Klik op Bot\n4. Kopieer de token\n",
4
- "Send Message with Bot": "Stuur een bericht met bot",
5
- "Send Message Webhook": "Verstuur bericht webhook",
6
- "Request Approval in a Channel": "Verzoek om goedkeuring in een Kanaal",
7
- "Add role to member": "Rol toevoegen aan lid",
8
- "Remove role from member": "Rol van lid verwijderen",
9
- "Remove member from guild": "Verwijder lid uit de gilde",
10
- "List guild members": "Lijst van gilde leden",
11
- "Rename channel": "Kanaal hernoemen",
12
- "Create channel": "Kanaal aanmaken",
13
- "Delete channel": "Kanaal verwijderen",
14
- "Find channel": "Zender zoeken",
15
- "Remove ban from user": "Verwijder ban van gebruiker",
16
- "Create guild role": "Gilde rol aanmaken",
17
- "Delete guild role": "Gilde rol verwijderen",
18
- "Ban guild member": "Blokkeer gilde lid",
19
- "Custom API Call": "Custom API Call",
20
- "Send messages via bot to any channel or thread you want, with an optional file attachment.": "Stuur berichten via bot naar elk kanaal of thread die je wilt, met een optionele bestandsbijlage.",
21
- "Send a discord message via webhook": "Stuur een discord bericht via webhook",
22
- "send a message to a channel asking for approval and wait for a response": "stuur een bericht naar een kanaal om goedkeuring te vragen en wacht op een reactie",
23
- "Add Guild Member Role": "Gilde Lid Rol toevoegen",
24
- "Remove Guild Member Role": "Verwijder Gilde Lid Rol",
25
- "Remove Guild Member": "Gilde Lid Verwijderen",
26
- "List Guild Members": "Lijst van Guild Leden",
27
- "rename a channel": "een kanaal hernoemen",
28
- "create a channel": "kanaal aanmaken",
29
- "delete a channel": "verwijder een kanaal",
30
- "find a channel by name": "zoek een kanaal op naam",
31
- "Removes the guild ban from a user": "Verwijdert de gilde ban van een gebruiker",
32
- "Creates a new role on the specified guild": "Maakt een nieuwe rol aan op de opgegeven gilde",
33
- "Deletes the specified role from the specified guild": "Verwijdert een specifieke rol van de opgegeven gilde",
34
- "Bans a guild member": "Verban een gilde lid",
35
- "Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
36
- "Channel": "Kanaal",
37
- "Message": "bericht",
38
- "Attachments": "Bijlagen",
39
- "Webhook URL": "Webhook URL",
40
- "Name": "Naam",
41
- "Avatar URL": "Avatar URL",
42
- "embeds": "embeds",
43
- "Text to speech": "Tekst naar spraak",
44
- "Guilds": "Gildes",
45
- "User ID": "Gebruiker ID",
46
- "Roles": "Rollen",
47
- "Search": "Zoeken",
48
- "Unban Reason": "De-ban reden",
49
- "Role Name": "Rol naam",
50
- "Role Color": "Rol kleur",
51
- "Display Separated": "Weergave gescheiden",
52
- "Mentionable": "Vermeldbaar",
53
- "Creation Reason": "Creatie reden",
54
- "Deletion reason": "Reden voor verwijdering",
55
- "Ban Reason": "Ban reden",
56
- "Method": "Methode",
57
- "Headers": "Kopteksten",
58
- "Query Parameters": "Query parameters",
59
- "Body Type": "Type lichaam",
60
- "Body": "Lichaam",
61
- "Response is Binary ?": "Antwoord is binair?",
62
- "No Error on Failure": "Geen fout bij fout",
63
- "Timeout (in seconds)": "Time-out (in seconden)",
64
- "Follow redirects": "Volg omleidingen",
65
- "List of channels": "Lijst van kanalen",
66
- "Message content to send.": "Bericht inhoud om te verzenden.",
67
- "The avatar url for webhook": "De avatar url voor webhook",
68
- "Embeds to send along with the message": "Embeds voor verzenden met het bericht",
69
- "Robot reads the message": "Robot leest het bericht",
70
- "The message you want to send": "Het bericht dat u wilt verzenden",
71
- "List of guilds": "Lijst van gilden",
72
- "The user id of the member": "De gebruikers-id van het lid",
73
- "List of roles": "Lijst met rollen",
74
- "Search for a member": "Een lid zoeken",
75
- "The new name of the channel": "De nieuwe naam van het kanaal",
76
- "The name of the new channel": "De naam van het nieuwe kanaal",
77
- "The name of the channel": "De naam van het kanaal",
78
- "The ID of the user": "Het ID van de gebruiker",
79
- "The reason for unbanning the user": "De reden voor het opheffen van de gebruiker",
80
- "The name of the role": "De naam van de rol",
81
- "The RGB color of the role (may be better to set manually on the server)": "De RGB kleur van de rol (kan beter zijn om handmatig in te stellen op de server)",
82
- "Whether the role should be displayed separately in the sidebar": "Of de rol apart in de zijbalk moet worden weergegeven",
83
- "Whether the role can be mentioned by other users": "Of de rol kan worden vermeld door andere gebruikers",
84
- "The reason for creating the role": "De reden voor het creëren van de rol",
85
- "The reason for deleting the role": "De reden voor het verwijderen van de rol",
86
- "The reason for banning the member": "De reden om het lid te verbieden",
87
- "Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
88
- "Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
89
- "GET": "KRIJG",
90
- "POST": "POSTE",
91
- "PATCH": "BEKIJK",
92
- "PUT": "PUT",
93
- "DELETE": "VERWIJDEREN",
94
- "HEAD": "HOOFD",
95
- "None": "geen",
96
- "JSON": "JSON",
97
- "Form Data": "Formulieren gegevens",
98
- "Raw": "Onbewerkte",
99
- "New message": "Nieuw bericht",
100
- "New Member": "Nieuw lid",
101
- "Triggers when a message is sent in a channel": "Triggert wanneer een bericht wordt verzonden in een kanaal",
102
- "Triggers when a new member joins a guild": "Activeert wanneer een nieuw lid toetreedt tot een gilde",
103
- "Limit": "Limiet",
104
- "Guild ID": "Gilde ID",
105
- "The number of messages to fetch": "Het aantal berichten dat moet worden opgehaald",
106
- "The number of members to fetch (max 1000)": "Het aantal leden om op te halen (max 1000)",
107
- "The ID of the Discord guild (server)": "Het ID van de Discord guild (server)"
108
- }
package/src/i18n/pt.json DELETED
@@ -1,108 +0,0 @@
1
- {
2
- "Instant messaging and VoIP social platform": "Mensagens instantâneas e plataforma social 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": "\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",
4
- "Send Message with Bot": "Enviar mensagem com o Bot",
5
- "Send Message Webhook": "Enviar Mensagem Webhook",
6
- "Request Approval in a Channel": "Solicitação de aprovação em um canal",
7
- "Add role to member": "Adicionar função ao membro",
8
- "Remove role from member": "Remover função do membro",
9
- "Remove member from guild": "Remover membro da guilda",
10
- "List guild members": "Listar membros da guild",
11
- "Rename channel": "Renomear canal",
12
- "Create channel": "Criar canal",
13
- "Delete channel": "Excluir canal",
14
- "Find channel": "Procurar canal",
15
- "Remove ban from user": "Remover banimento do usuário",
16
- "Create guild role": "Criar cargo da guilda",
17
- "Delete guild role": "Excluir cargo de guilda",
18
- "Ban guild member": "Banir membro da guilda",
19
- "Custom API Call": "Chamada de API personalizada",
20
- "Send messages via bot to any channel or thread you want, with an optional file attachment.": "Envie mensagens via bot para qualquer canal ou tópico que queira, com um anexo de arquivo opcional.",
21
- "Send a discord message via webhook": "Enviar uma mensagem discord via webhook",
22
- "send a message to a channel asking for approval and wait for a response": "enviar uma mensagem para um canal pedindo aprovação e aguarde uma resposta",
23
- "Add Guild Member Role": "Adicionar Função de Membro da Guilda",
24
- "Remove Guild Member Role": "Remover Função de Membro da Guilda",
25
- "Remove Guild Member": "Remover Membro da Guilda",
26
- "List Guild Members": "Listar Membros da Guilda",
27
- "rename a channel": "renomeie um canal",
28
- "create a channel": "criar um canal",
29
- "delete a channel": "excluir um canal",
30
- "find a channel by name": "encontrar um canal por nome",
31
- "Removes the guild ban from a user": "Remove o banimento de guilda de um usuário",
32
- "Creates a new role on the specified guild": "Cria um novo cargo na guild especificada",
33
- "Deletes the specified role from the specified guild": "Exclui o cargo especificado da guild especificada",
34
- "Bans a guild member": "Bane um membro da guild",
35
- "Make a custom API call to a specific endpoint": "Faça uma chamada de API personalizada para um ponto de extremidade específico",
36
- "Channel": "Canal",
37
- "Message": "mensagem",
38
- "Attachments": "Anexos",
39
- "Webhook URL": "URL do webhook",
40
- "Name": "Nome",
41
- "Avatar URL": "URL do avatar",
42
- "embeds": "embeds",
43
- "Text to speech": "Texto para fala",
44
- "Guilds": "Guildas",
45
- "User ID": "ID de usuário",
46
- "Roles": "Papéis",
47
- "Search": "Pesquisar",
48
- "Unban Reason": "Razão de desbloqueio",
49
- "Role Name": "Nome da Função",
50
- "Role Color": "Cor do cargo",
51
- "Display Separated": "Exibir Separados",
52
- "Mentionable": "Mencionável",
53
- "Creation Reason": "Motivo da criação",
54
- "Deletion reason": "Motivo da exclusão",
55
- "Ban Reason": "Motivo do banimento",
56
- "Method": "Método",
57
- "Headers": "Cabeçalhos",
58
- "Query Parameters": "Parâmetros da consulta",
59
- "Body Type": "Tipo de Corpo",
60
- "Body": "Conteúdo",
61
- "Response is Binary ?": "A resposta é binária ?",
62
- "No Error on Failure": "Nenhum erro no Failure",
63
- "Timeout (in seconds)": "Tempo limite (em segundos)",
64
- "Follow redirects": "Seguir redirecionamentos",
65
- "List of channels": "Lista de canais",
66
- "Message content to send.": "Conteúdo da mensagem a enviar.",
67
- "The avatar url for webhook": "A url do avatar para o webhook",
68
- "Embeds to send along with the message": "Incorpore para enviar junto com a mensagem",
69
- "Robot reads the message": "O robô lê a mensagem",
70
- "The message you want to send": "A mensagem que você deseja enviar",
71
- "List of guilds": "Lista de guildas",
72
- "The user id of the member": "A identificação do usuário do membro",
73
- "List of roles": "Lista de funções",
74
- "Search for a member": "Buscar um membro",
75
- "The new name of the channel": "O novo nome do canal",
76
- "The name of the new channel": "O nome do novo canal",
77
- "The name of the channel": "O nome do canal",
78
- "The ID of the user": "A ID do usuário",
79
- "The reason for unbanning the user": "O motivo para desbanir o usuário",
80
- "The name of the role": "O nome da função",
81
- "The RGB color of the role (may be better to set manually on the server)": "A cor RGB do cargo (pode ser melhor configurar manualmente no servidor)",
82
- "Whether the role should be displayed separately in the sidebar": "Se o papel deve ser exibido separadamente na barra lateral",
83
- "Whether the role can be mentioned by other users": "Se o papel pode ser mencionado por outros usuários",
84
- "The reason for creating the role": "O motivo para criar o papel",
85
- "The reason for deleting the role": "A razão para excluir a função",
86
- "The reason for banning the member": "O motivo para banir o membro",
87
- "Authorization headers are injected automatically from your connection.": "Os cabeçalhos de autorização são inseridos automaticamente a partir da sua conexão.",
88
- "Enable for files like PDFs, images, etc.": "Habilitar para arquivos como PDFs, imagens, etc.",
89
- "GET": "OBTER",
90
- "POST": "POSTAR",
91
- "PATCH": "COMPRAR",
92
- "PUT": "COLOCAR",
93
- "DELETE": "EXCLUIR",
94
- "HEAD": "CABEÇA",
95
- "None": "Nenhuma",
96
- "JSON": "JSON",
97
- "Form Data": "Dados de Formulário",
98
- "Raw": "RAW",
99
- "New message": "Nova mensagem",
100
- "New Member": "Novo Membro",
101
- "Triggers when a message is sent in a channel": "Dispara quando uma mensagem é enviada em um canal",
102
- "Triggers when a new member joins a guild": "Aciona quando um novo membro entra em uma guild",
103
- "Limit": "Limitar",
104
- "Guild ID": "ID da Guilda",
105
- "The number of messages to fetch": "O número de mensagens a buscar",
106
- "The number of members to fetch (max 1000)": "O número de membros para buscar (máximo 1000)",
107
- "The ID of the Discord guild (server)": "A ID da guilda do Discord (servidor)"
108
- }
package/src/i18n/ru.json DELETED
@@ -1,101 +0,0 @@
1
- {
2
- "Discord": "Discord",
3
- "Instant messaging and VoIP social platform": "Обмен мгновенными сообщениями и VoIP социальная платформа",
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": "Отправить сообщение с ботом",
6
- "Send Message Webhook": "Отправить сообщение Webhook",
7
- "Request Approval in a Channel": "Запрос одобрения в канале",
8
- "Add role to member": "Добавить роль участнику",
9
- "Remove role from member": "Удалить роль из участника",
10
- "Remove member from guild": "Удалить участника из гильдии",
11
- "List guild members": "Список участников гильдии",
12
- "Rename channel": "Переименовать канал",
13
- "Create channel": "Создать канал",
14
- "Delete channel": "Удалить канал",
15
- "Find channel": "Найти канал",
16
- "Remove ban from user": "Удалить бан из пользователя",
17
- "Create guild role": "Создать роль гильдии",
18
- "Delete guild role": "Удалить роль гильдии",
19
- "Ban guild member": "Заблокировать участника гильдии",
20
- "Custom API Call": "Пользовательский вызов API",
21
- "Send messages via bot to any channel or thread you want, with an optional file attachment.": "Отправлять сообщения через бота любому каналу или потоку с дополнительным вложением файла.",
22
- "Send a discord message via webhook": "Отправить сообщение discord через webhook",
23
- "send a message to a channel asking for approval and wait for a response": "отправить сообщение в канал, запрашивающий одобрение и ожидающий ответа",
24
- "Add Guild Member Role": "Добавить роль участника гильдии",
25
- "Remove Guild Member Role": "Удалить роль участника гильдии",
26
- "Remove Guild Member": "Удалить участника гильдии",
27
- "List Guild Members": "Список участников гильдии",
28
- "rename a channel": "переименовать канал",
29
- "create a channel": "создать канал",
30
- "delete a channel": "удалить канал",
31
- "find a channel by name": "найти канал по имени",
32
- "Removes the guild ban from a user": "Удаляет бан гильдии с пользователя",
33
- "Creates a new role on the specified guild": "Создать новую роль в указанной гильдии",
34
- "Deletes the specified role from the specified guild": "Удаляет указанную роль из указанной гильдии",
35
- "Bans a guild member": "Банирует участника гильдии",
36
- "Make a custom API call to a specific endpoint": "Сделать пользовательский API вызов к определенной конечной точке",
37
- "Channel": "Канал",
38
- "Message": "Сообщение",
39
- "Attachments": "Вложения",
40
- "Webhook URL": "URL вебхука",
41
- "Name": "Наименование",
42
- "Avatar URL": "URL аватара",
43
- "embeds": "embeds",
44
- "Text to speech": "Текст в речь",
45
- "Guilds": "Гильдии",
46
- "User ID": "ID пользователя",
47
- "Roles": "Роли",
48
- "Search": "Search",
49
- "Unban Reason": "Причина Разбана",
50
- "Role Name": "Название роли",
51
- "Role Color": "Цвет роли",
52
- "Display Separated": "Показать разделенные",
53
- "Mentionable": "Упоминаемый",
54
- "Creation Reason": "Причина создания",
55
- "Deletion reason": "Причина удаления",
56
- "Ban Reason": "Причина бана",
57
- "Method": "Метод",
58
- "Headers": "Заголовки",
59
- "Query Parameters": "Параметры запроса",
60
- "Body": "Тело",
61
- "No Error on Failure": "Нет ошибок при ошибке",
62
- "Timeout (in seconds)": "Таймаут (в секундах)",
63
- "List of channels": "Список каналов",
64
- "Message content to send.": "Содержание сообщения для отправки.",
65
- "The avatar url for webhook": "URL-адрес аватара для вебхука",
66
- "Embeds to send along with the message": "Встраивает отправку вместе с сообщением",
67
- "Robot reads the message": "Робот читает сообщение",
68
- "The message you want to send": "Сообщение, которое вы хотите отправить",
69
- "List of guilds": "Список гильдий",
70
- "The user id of the member": "Идентификатор пользователя участника",
71
- "List of roles": "Список ролей",
72
- "Search for a member": "Поиск участника",
73
- "The new name of the channel": "Новое имя канала",
74
- "The name of the new channel": "Название нового канала",
75
- "The name of the channel": "Название канала",
76
- "The ID of the user": "ID пользователя",
77
- "The reason for unbanning the user": "Причина разблокировки пользователя",
78
- "The name of the role": "Название роли",
79
- "The RGB color of the role (may be better to set manually on the server)": "Цвет роли RGB (лучше вручную установить на сервере)",
80
- "Whether the role should be displayed separately in the sidebar": "Должна ли роль отображаться отдельно в боковой панели",
81
- "Whether the role can be mentioned by other users": "Можно ли упомянуть роль другими пользователями",
82
- "The reason for creating the role": "Причина создания роли",
83
- "The reason for deleting the role": "Причина удаления роли",
84
- "The reason for banning the member": "Причина блокировки участника",
85
- "Authorization headers are injected automatically from your connection.": "Заголовки авторизации включаются автоматически из вашего соединения.",
86
- "GET": "ПОЛУЧИТЬ",
87
- "POST": "ПОСТ",
88
- "PATCH": "ПАТЧ",
89
- "PUT": "ПОКУПИТЬ",
90
- "DELETE": "УДАЛИТЬ",
91
- "HEAD": "HEAD",
92
- "New message": "Новое сообщение",
93
- "New Member": "Новый участник",
94
- "Triggers when a message is sent in a channel": "Включает при отправке сообщения в канале",
95
- "Triggers when a new member joins a guild": "Срабатывать, когда новый участник присоединяется к гильдии",
96
- "Limit": "Лимит",
97
- "Guild ID": "ID гильдии",
98
- "The number of messages to fetch": "Количество сообщений для получения",
99
- "The number of members to fetch (max 1000)": "Количество членов для получения (максимум 1000)",
100
- "The ID of the Discord guild (server)": "ID гильдии Discord (сервер)"
101
- }
@@ -1,108 +0,0 @@
1
- {
2
- "Instant messaging and VoIP social platform": "Instant messaging and VoIP social platform",
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": "\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",
4
- "Send Message with Bot": "Send Message with Bot",
5
- "Send Message Webhook": "Send Message Webhook",
6
- "Request Approval in a Channel": "Request Approval in a Channel",
7
- "Add role to member": "Add role to member",
8
- "Remove role from member": "Remove role from member",
9
- "Remove member from guild": "Remove member from guild",
10
- "List guild members": "List guild members",
11
- "Rename channel": "Rename channel",
12
- "Create channel": "Create channel",
13
- "Delete channel": "Delete channel",
14
- "Find channel": "Find channel",
15
- "Remove ban from user": "Remove ban from user",
16
- "Create guild role": "Create guild role",
17
- "Delete guild role": "Delete guild role",
18
- "Ban guild member": "Ban guild member",
19
- "Custom API Call": "Custom API Call",
20
- "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.",
21
- "Send a discord message via webhook": "Send a discord message via webhook",
22
- "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",
23
- "Add Guild Member Role": "Add Guild Member Role",
24
- "Remove Guild Member Role": "Remove Guild Member Role",
25
- "Remove Guild Member": "Remove Guild Member",
26
- "List Guild Members": "List Guild Members",
27
- "rename a channel": "rename a channel",
28
- "create a channel": "create a channel",
29
- "delete a channel": "delete a channel",
30
- "find a channel by name": "find a channel by name",
31
- "Removes the guild ban from a user": "Removes the guild ban from a user",
32
- "Creates a new role on the specified guild": "Creates a new role on the specified guild",
33
- "Deletes the specified role from the specified guild": "Deletes the specified role from the specified guild",
34
- "Bans a guild member": "Bans a guild member",
35
- "Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
36
- "Channel": "Channel",
37
- "Message": "Message",
38
- "Attachments": "Attachments",
39
- "Webhook URL": "Webhook URL",
40
- "Name": "Name",
41
- "Avatar URL": "Avatar URL",
42
- "embeds": "embeds",
43
- "Text to speech": "Text to speech",
44
- "Guilds": "Guilds",
45
- "User ID": "User ID",
46
- "Roles": "Roles",
47
- "Search": "Search",
48
- "Unban Reason": "Unban Reason",
49
- "Role Name": "Role Name",
50
- "Role Color": "Role Color",
51
- "Display Separated": "Display Separated",
52
- "Mentionable": "Mentionable",
53
- "Creation Reason": "Creation Reason",
54
- "Deletion reason": "Deletion reason",
55
- "Ban Reason": "Ban Reason",
56
- "Method": "Method",
57
- "Headers": "Headers",
58
- "Query Parameters": "Query Parameters",
59
- "Body Type": "Body Type",
60
- "Body": "Body",
61
- "Response is Binary ?": "Response is Binary ?",
62
- "No Error on Failure": "No Error on Failure",
63
- "Timeout (in seconds)": "Timeout (in seconds)",
64
- "Follow redirects": "Follow redirects",
65
- "List of channels": "List of channels",
66
- "Message content to send.": "Message content to send.",
67
- "The avatar url for webhook": "The avatar url for webhook",
68
- "Embeds to send along with the message": "Embeds to send along with the message",
69
- "Robot reads the message": "Robot reads the message",
70
- "The message you want to send": "The message you want to send",
71
- "List of guilds": "List of guilds",
72
- "The user id of the member": "The user id of the member",
73
- "List of roles": "List of roles",
74
- "Search for a member": "Search for a member",
75
- "The new name of the channel": "The new name of the channel",
76
- "The name of the new channel": "The name of the new channel",
77
- "The name of the channel": "The name of the channel",
78
- "The ID of the user": "The ID of the user",
79
- "The reason for unbanning the user": "The reason for unbanning the user",
80
- "The name of the role": "The name of the role",
81
- "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)",
82
- "Whether the role should be displayed separately in the sidebar": "Whether the role should be displayed separately in the sidebar",
83
- "Whether the role can be mentioned by other users": "Whether the role can be mentioned by other users",
84
- "The reason for creating the role": "The reason for creating the role",
85
- "The reason for deleting the role": "The reason for deleting the role",
86
- "The reason for banning the member": "The reason for banning the member",
87
- "Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
88
- "Enable for files like PDFs, images, etc.": "Enable for files like PDFs, images, etc.",
89
- "GET": "GET",
90
- "POST": "POST",
91
- "PATCH": "PATCH",
92
- "PUT": "PUT",
93
- "DELETE": "DELETE",
94
- "HEAD": "HEAD",
95
- "None": "None",
96
- "JSON": "JSON",
97
- "Form Data": "Form Data",
98
- "Raw": "Raw",
99
- "New message": "New message",
100
- "New Member": "New Member",
101
- "Triggers when a message is sent in a channel": "Triggers when a message is sent in a channel",
102
- "Triggers when a new member joins a guild": "Triggers when a new member joins a guild",
103
- "Limit": "Limit",
104
- "Guild ID": "Guild ID",
105
- "The number of messages to fetch": "The number of messages to fetch",
106
- "The number of members to fetch (max 1000)": "The number of members to fetch (max 1000)",
107
- "The ID of the Discord guild (server)": "The ID of the Discord guild (server)"
108
- }