@scopieflows/app-microsoft-teams 0.3.3
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 +31 -0
- package/src/i18n/ca.json +35 -0
- package/src/i18n/de.json +84 -0
- package/src/i18n/es.json +84 -0
- package/src/i18n/fr.json +84 -0
- package/src/i18n/hi.json +35 -0
- package/src/i18n/id.json +35 -0
- package/src/i18n/ja.json +84 -0
- package/src/i18n/nl.json +84 -0
- package/src/i18n/pt.json +84 -0
- package/src/i18n/ru.json +35 -0
- package/src/i18n/translation.json +84 -0
- package/src/i18n/vi.json +35 -0
- package/src/i18n/zh.json +84 -0
- package/src/index.d.ts +2 -0
- package/src/index.js +130 -0
- package/src/index.js.map +1 -0
- package/src/lib/actions/create-channel.d.ts +5 -0
- package/src/lib/actions/create-channel.js +41 -0
- package/src/lib/actions/create-channel.js.map +1 -0
- package/src/lib/actions/create-chat-and-send-message.d.ts +6 -0
- package/src/lib/actions/create-chat-and-send-message.js +84 -0
- package/src/lib/actions/create-chat-and-send-message.js.map +1 -0
- package/src/lib/actions/create-private-channel.d.ts +5 -0
- package/src/lib/actions/create-private-channel.js +39 -0
- package/src/lib/actions/create-private-channel.js.map +1 -0
- package/src/lib/actions/delete-chat-message.d.ts +4 -0
- package/src/lib/actions/delete-chat-message.js +36 -0
- package/src/lib/actions/delete-chat-message.js.map +1 -0
- package/src/lib/actions/find-channel.d.ts +4 -0
- package/src/lib/actions/find-channel.js +40 -0
- package/src/lib/actions/find-channel.js.map +1 -0
- package/src/lib/actions/find-team-member.d.ts +5 -0
- package/src/lib/actions/find-team-member.js +54 -0
- package/src/lib/actions/find-team-member.js.map +1 -0
- package/src/lib/actions/get-channel-message.d.ts +6 -0
- package/src/lib/actions/get-channel-message.js +39 -0
- package/src/lib/actions/get-channel-message.js.map +1 -0
- package/src/lib/actions/get-chat-message.d.ts +4 -0
- package/src/lib/actions/get-chat-message.js +31 -0
- package/src/lib/actions/get-chat-message.js.map +1 -0
- package/src/lib/actions/reply-to-channel-message.d.ts +7 -0
- package/src/lib/actions/reply-to-channel-message.js +56 -0
- package/src/lib/actions/reply-to-channel-message.js.map +1 -0
- package/src/lib/actions/request-approval-channel-message.d.ts +5 -0
- package/src/lib/actions/request-approval-channel-message.js +104 -0
- package/src/lib/actions/request-approval-channel-message.js.map +1 -0
- package/src/lib/actions/request-approval-direct-message.d.ts +4 -0
- package/src/lib/actions/request-approval-direct-message.js +102 -0
- package/src/lib/actions/request-approval-direct-message.js.map +1 -0
- package/src/lib/actions/send-channel-message.d.ts +6 -0
- package/src/lib/actions/send-channel-message.js +59 -0
- package/src/lib/actions/send-channel-message.js.map +1 -0
- package/src/lib/actions/send-chat-message.d.ts +5 -0
- package/src/lib/actions/send-chat-message.js +57 -0
- package/src/lib/actions/send-chat-message.js.map +1 -0
- package/src/lib/common/graph.d.ts +10 -0
- package/src/lib/common/graph.js +90 -0
- package/src/lib/common/graph.js.map +1 -0
- package/src/lib/common/index.d.ts +7 -0
- package/src/lib/common/index.js +217 -0
- package/src/lib/common/index.js.map +1 -0
- package/src/lib/triggers/new-channel-message.d.ts +14 -0
- package/src/lib/triggers/new-channel-message.js +137 -0
- package/src/lib/triggers/new-channel-message.js.map +1 -0
- package/src/lib/triggers/new-channel.d.ts +10 -0
- package/src/lib/triggers/new-channel.js +95 -0
- package/src/lib/triggers/new-channel.js.map +1 -0
- package/src/lib/triggers/new-chat-message.d.ts +10 -0
- package/src/lib/triggers/new-chat-message.js +132 -0
- package/src/lib/triggers/new-chat-message.js.map +1 -0
- package/src/lib/triggers/new-chat.d.ts +2 -0
- package/src/lib/triggers/new-chat.js +95 -0
- package/src/lib/triggers/new-chat.js.map +1 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@scopieflows/app-microsoft-teams",
|
|
3
|
+
"version": "0.3.3",
|
|
4
|
+
"dependencies": {
|
|
5
|
+
"@microsoft/microsoft-graph-client": "3.0.7",
|
|
6
|
+
"@microsoft/microsoft-graph-types": "2.40.0",
|
|
7
|
+
"@sinclair/typebox": "0.34.11",
|
|
8
|
+
"ai": "^6.0.0",
|
|
9
|
+
"axios": "1.13.1",
|
|
10
|
+
"axios-retry": "4.4.1",
|
|
11
|
+
"dayjs": "1.11.9",
|
|
12
|
+
"deepmerge-ts": "7.1.0",
|
|
13
|
+
"form-data": "4.0.4",
|
|
14
|
+
"i18next": "23.13.0",
|
|
15
|
+
"mime-types": "2.1.35",
|
|
16
|
+
"nanoid": "3.3.8",
|
|
17
|
+
"semver": "7.6.0",
|
|
18
|
+
"socket.io-client": "4.8.1",
|
|
19
|
+
"zod": "4.1.13",
|
|
20
|
+
"@scopieflows/pieces-common": "0.11.2",
|
|
21
|
+
"@scopieflows/pieces-framework": "0.25.0",
|
|
22
|
+
"@scopieflows/shared": "0.33.0",
|
|
23
|
+
"tslib": "2.6.2"
|
|
24
|
+
},
|
|
25
|
+
"resolutions": {
|
|
26
|
+
"rollup": "npm:@rollup/wasm-node"
|
|
27
|
+
},
|
|
28
|
+
"types": "./src/index.d.ts",
|
|
29
|
+
"main": "./src/index.js",
|
|
30
|
+
"type": "commonjs"
|
|
31
|
+
}
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Teams": "Microsoft Teams",
|
|
3
|
+
"Create Channel": "Create Channel",
|
|
4
|
+
"Send Channel Message": "Send Channel Message",
|
|
5
|
+
"Send Chat Message": "Send Chat Message",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a new channel in Microsoft Teams.": "Create a new channel in Microsoft Teams.",
|
|
8
|
+
"Sends a message to a teams's channel.": "Sends a message to a teams's channel.",
|
|
9
|
+
"Sends a message in an existing chat.": "Sends a message in an existing chat.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"Team ID": "Team ID",
|
|
12
|
+
"Channel Name": "Channel Name",
|
|
13
|
+
"Channel Description": "Channel Description",
|
|
14
|
+
"Channel ID": "Channel ID",
|
|
15
|
+
"Content Type": "Content Type",
|
|
16
|
+
"Message": "Message",
|
|
17
|
+
"Chat ID": "Chat ID",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
25
|
+
"Text": "Text",
|
|
26
|
+
"HTML": "HTML",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
|
+
"PATCH": "PATCH",
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD",
|
|
33
|
+
"New Channel Message": "New Channel Message",
|
|
34
|
+
"Triggers when a new message is posted in a channel.": "Triggers when a new message is posted in a channel."
|
|
35
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Melden Sie sich bei [Microsoft Azure Portal](https://portal.azure.com/).\n. Von der linken Seitenleiste gehen Sie zu **Microsoft Enfra ID**.\n. Unter **Verwalten** klicken Sie auf **App-Registrierungen**.\n4. Klicken Sie auf die **Neue Registrierung** Schaltfläche.\nGib einen **Name** für deine App ein.\nFür **unterstützte Kontotypen**, auswählen:\n - **Konten in jedem Organisationsverzeichnis (jeder Microsoft-Entra-ID-Mieter - Multitenant) und persönlichen Microsoft-Konten**\n - Oder wählen Sie nach Ihren Anforderungen aus.\n7. In **Umleitungs-URI** wählen Sie **Web** und fügen Sie die angegebene URL hinzu.\n8. Klicken Sie auf **Registrieren**.\n9. Nach der Registrierung werden Sie zur Übersichtsseite der App weitergeleitet. Kopieren Sie die **Application (Client) ID**.\n10. Vom linken Menü gehen Sie zu **Zertifikate & Geheimnisse**.\n - Unter **Kundengeheimnis**, klicke **Neues Kundengeheimnis**.\n - Geben Sie eine Beschreibung an, setzen Sie ein Ablaufdatum und klicken Sie auf **Hinzufügen**.\n - Kopieren Sie den **Wert** des Client-Geheimnisses (dies wird nicht wieder angezeigt).\n11. Gehe zu **API-Berechtigungen** vom linken Menü.\n - Klicke auf **Berechtigung hinzufügen**.\n - Wähle **Microsoft Graph** → **Delegierte Berechtigungen**.\n - Fügen Sie folgende Bereiche hinzu:\n\t - Benutzer. ead\n - Channel.Create \n - Channel.ReadBasic. ll\n\t - ChannelMessage.Senden Sie\n\t - Team.ReadBasic.Alle\n\t - Chat.ReadWrite\n\t - ChannelMessage. ead.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - Teammitglied. ead.Alle\n - openid\n - E-Mail\n - Profil \n - offline_access\n - Klicken Sie auf **Berechtigungen hinzufügen**.\n12. Kopieren Sie Ihre **Client-ID** und **Client-Geheimnis**.\n",
|
|
3
|
+
"Create Channel": "Kanal erstellen",
|
|
4
|
+
"Send Channel Message": "Kanalnachricht senden",
|
|
5
|
+
"Send Chat Message": "Chat-Nachricht senden",
|
|
6
|
+
"Reply to Channel Message": "Auf Kanal-Nachricht antworten",
|
|
7
|
+
"Create Chat & Send Message": "Chat erstellen & Nachricht senden",
|
|
8
|
+
"Create Private Channel": "Privaten Kanal erstellen",
|
|
9
|
+
"Get Chat Message": "Chat-Nachricht erhalten",
|
|
10
|
+
"Delete Chat Message": "Chat-Nachricht löschen",
|
|
11
|
+
"Get Channel Message": "Kanalnachricht erhalten",
|
|
12
|
+
"Find Channel": "Kanal finden",
|
|
13
|
+
"Find Team Member": "Teammitglied finden",
|
|
14
|
+
"Request Approval in Channel": "Genehmigung im Kanal anfordern",
|
|
15
|
+
"Request Approval from a User": "Genehmigung eines Benutzers anfordern",
|
|
16
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
17
|
+
"Create a new channel in Microsoft Teams.": "Erstellen Sie einen neuen Kanal in Microsoft Teams.",
|
|
18
|
+
"Sends a message to a teams's channel.": "Sendet eine Nachricht an den Kanal eines Teams.",
|
|
19
|
+
"Sends a message in an existing chat.": "Sendet eine Nachricht in einem bestehenden Chat.",
|
|
20
|
+
"Post a reply to an existing channel message.": "Sende eine Antwort auf eine vorhandene Kanal-Nachricht.",
|
|
21
|
+
"Start a new chat and send an initial message.": "Starten Sie einen neuen Chat und senden Sie eine erste Nachricht.",
|
|
22
|
+
"Create a new private channel in a team.": "Erstelle einen neuen privaten Kanal in einem Team.",
|
|
23
|
+
"Fetch a specific chat message by chat and message ID.": "Holen Sie eine bestimmte Chat-Nachricht per Chat und Nachrichten-ID.",
|
|
24
|
+
"Soft-Deletes a message in chat.You can only delete messages you sent.": "Soft-Löscht eine Nachricht im Chat.Sie können nur Nachrichten löschen, die Sie gesendet haben.",
|
|
25
|
+
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "Rufe eine bestimmte Kanalnachricht per Team, Kanal und Nachrichten-ID ab (optional eine Antwort).",
|
|
26
|
+
"Finds channels by name.": "Findet Kanäle nach Namen.",
|
|
27
|
+
"Finds a team member by email or display name.": "Findet ein Teammitglied per E-Mail oder Anzeigenamen.",
|
|
28
|
+
"Send approval message to a channel and then wait until the message is approved or disapproved": "Senden Sie eine Bestätigungsnachricht an einen Kanal und warten Sie, bis die Nachricht genehmigt oder abgelehnt wurde",
|
|
29
|
+
"Send approval message to a user and then wait until the message is approved or disapproved": "Senden Sie eine Bestätigungsnachricht an einen Benutzer und warten Sie, bis die Nachricht genehmigt oder abgelehnt wurde",
|
|
30
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
31
|
+
"Team ID": "Team-ID",
|
|
32
|
+
"Channel Name": "Kanalname",
|
|
33
|
+
"Channel Description": "Kanalbeschreibung",
|
|
34
|
+
"Channel ID": "Kanal-ID",
|
|
35
|
+
"Content Type": "Inhaltstyp",
|
|
36
|
+
"Message": "Nachricht",
|
|
37
|
+
"Chat ID": "Chat-ID",
|
|
38
|
+
"Message ID": "Nachrichten-ID",
|
|
39
|
+
"Member": "Mitglied",
|
|
40
|
+
"Message Content Type": "Nachrichteninhaltstyp",
|
|
41
|
+
"Initial Message": "Anfangsnachricht",
|
|
42
|
+
"Reply ID (optional)": "Antwort-ID (optional)",
|
|
43
|
+
"Search By": "Suche nach",
|
|
44
|
+
"searchValue": "suchwert",
|
|
45
|
+
"Method": "Methode",
|
|
46
|
+
"Headers": "Kopfzeilen",
|
|
47
|
+
"Query Parameters": "Abfrageparameter",
|
|
48
|
+
"Body Type": "Körpertyp",
|
|
49
|
+
"Body": "Körper",
|
|
50
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
51
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
52
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
53
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
54
|
+
"ID of the parent message to reply to.": "ID der zu antwortenden übergeordneten Nachricht.",
|
|
55
|
+
"The ID of the message to retrieve.": "Die ID der zu holenden Nachricht.",
|
|
56
|
+
"The ID of the message to delete.": "Die ID der zu löschenden Nachricht.",
|
|
57
|
+
"The ID of the channel message to retrieve.": "Die ID der zu ermittelnden Kanalnachricht.",
|
|
58
|
+
"Provide to fetch a specific reply under the message.": "Geben Sie an, eine bestimmte Antwort unter der Nachricht abzurufen.",
|
|
59
|
+
"Email address or name to search for.": "E-Mail-Adresse oder Name, nach dem gesucht werden soll.",
|
|
60
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
61
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
62
|
+
"Text": "Text",
|
|
63
|
+
"HTML": "HTML",
|
|
64
|
+
"Email": "E-Mail",
|
|
65
|
+
"Name": "Name",
|
|
66
|
+
"GET": "ERHALTEN",
|
|
67
|
+
"POST": "POST",
|
|
68
|
+
"PATCH": "PATCH",
|
|
69
|
+
"PUT": "PUT",
|
|
70
|
+
"DELETE": "LÖSCHEN",
|
|
71
|
+
"HEAD": "HEAD",
|
|
72
|
+
"None": "Keine",
|
|
73
|
+
"JSON": "JSON",
|
|
74
|
+
"Form Data": "Formulardaten",
|
|
75
|
+
"Raw": "Rohe",
|
|
76
|
+
"New Channel Message": "Neue Kanal-Nachricht",
|
|
77
|
+
"New Channel": "Neuer Kanal",
|
|
78
|
+
"New Chat": "Neuer Chat",
|
|
79
|
+
"New Chat Message": "Neue Chat-Nachricht",
|
|
80
|
+
"Triggers when a new message is posted in a channel.": "Wird ausgelöst, wenn eine neue Nachricht in einem Kanal veröffentlicht wird.",
|
|
81
|
+
"Triggers when a new channel is created in a team.": "Wird ausgelöst, wenn ein neuer Kanal in einem Team erstellt wird.",
|
|
82
|
+
"Triggers when a new chat is created.": "Wird ausgelöst, wenn ein neuer Chat erstellt wird.",
|
|
83
|
+
"Triggers when a new message is received in a chat.": "Wird ausgelöst, wenn eine neue Nachricht in einem Chat empfangen wird."
|
|
84
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n\t - User.Read\n - Channel.Create\n\t - Channel.ReadBasic.All\n\t - ChannelMessage.Send\n\t - Team.ReadBasic.All\n\t - Chat.ReadWrite\n\t - ChannelMessage.Read.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - TeamMember.Read.All\n - openid\n - email\n - profile\n\t - offline_access\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
+
"Create Channel": "Crear canal",
|
|
4
|
+
"Send Channel Message": "Enviar Mensaje del Canal",
|
|
5
|
+
"Send Chat Message": "Enviar mensaje de chat",
|
|
6
|
+
"Reply to Channel Message": "Responder al mensaje del canal",
|
|
7
|
+
"Create Chat & Send Message": "Crear Mensaje de Chat y Enviar",
|
|
8
|
+
"Create Private Channel": "Crear canal privado",
|
|
9
|
+
"Get Chat Message": "Obtener Mensaje de Chat",
|
|
10
|
+
"Delete Chat Message": "Borrar mensaje de chat",
|
|
11
|
+
"Get Channel Message": "Obtener mensaje de canal",
|
|
12
|
+
"Find Channel": "Buscar canal",
|
|
13
|
+
"Find Team Member": "Buscar miembro del equipo",
|
|
14
|
+
"Request Approval in Channel": "Solicitar aprobación en el canal",
|
|
15
|
+
"Request Approval from a User": "Solicitar aprobación de un usuario",
|
|
16
|
+
"Custom API Call": "Llamada API personalizada",
|
|
17
|
+
"Create a new channel in Microsoft Teams.": "Crear un nuevo canal en equipos de Microsoft.",
|
|
18
|
+
"Sends a message to a teams's channel.": "Envía un mensaje al canal de un equipo.",
|
|
19
|
+
"Sends a message in an existing chat.": "Envía un mensaje en un chat existente.",
|
|
20
|
+
"Post a reply to an existing channel message.": "Publicar una respuesta a un mensaje de canal existente.",
|
|
21
|
+
"Start a new chat and send an initial message.": "Iniciar un nuevo chat y enviar un mensaje inicial.",
|
|
22
|
+
"Create a new private channel in a team.": "Crear un nuevo canal privado en un equipo.",
|
|
23
|
+
"Fetch a specific chat message by chat and message ID.": "Obtener un mensaje de chat específico por el chat y el mensaje ID.",
|
|
24
|
+
"Soft-Deletes a message in chat.You can only delete messages you sent.": "Soft-Elimina un mensaje en el chat.Sólo puede eliminar mensajes enviados.",
|
|
25
|
+
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "Obtener un mensaje específico de canal por equipo, canal e ID de mensaje (opcionalmente una respuesta).",
|
|
26
|
+
"Finds channels by name.": "Encuentra canales por nombre.",
|
|
27
|
+
"Finds a team member by email or display name.": "Encuentra a un miembro del equipo por correo electrónico o por nombre mostrado.",
|
|
28
|
+
"Send approval message to a channel and then wait until the message is approved or disapproved": "Enviar mensaje de aprobación a un canal y luego esperar hasta que el mensaje sea aprobado o desaprobado",
|
|
29
|
+
"Send approval message to a user and then wait until the message is approved or disapproved": "Enviar mensaje de aprobación a un usuario y luego esperar hasta que el mensaje sea aprobado o desaprobado",
|
|
30
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
31
|
+
"Team ID": "ID de equipo",
|
|
32
|
+
"Channel Name": "Nombre del canal",
|
|
33
|
+
"Channel Description": "Descripción del canal",
|
|
34
|
+
"Channel ID": "ID del canal",
|
|
35
|
+
"Content Type": "Tipo de contenido",
|
|
36
|
+
"Message": "Mensaje",
|
|
37
|
+
"Chat ID": "ID de chat",
|
|
38
|
+
"Message ID": "ID del mensaje",
|
|
39
|
+
"Member": "Miembro",
|
|
40
|
+
"Message Content Type": "Tipo de contenido del mensaje",
|
|
41
|
+
"Initial Message": "Mensaje inicial",
|
|
42
|
+
"Reply ID (optional)": "Responder ID (opcional)",
|
|
43
|
+
"Search By": "Buscar por",
|
|
44
|
+
"searchValue": "busquedaValor",
|
|
45
|
+
"Method": "Método",
|
|
46
|
+
"Headers": "Encabezados",
|
|
47
|
+
"Query Parameters": "Parámetros de consulta",
|
|
48
|
+
"Body Type": "Tipo de cuerpo",
|
|
49
|
+
"Body": "Cuerpo",
|
|
50
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
51
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
52
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
53
|
+
"Follow redirects": "Seguir redirecciones",
|
|
54
|
+
"ID of the parent message to reply to.": "ID del mensaje padre al que responder.",
|
|
55
|
+
"The ID of the message to retrieve.": "El ID del mensaje a recuperar.",
|
|
56
|
+
"The ID of the message to delete.": "El ID del mensaje a eliminar.",
|
|
57
|
+
"The ID of the channel message to retrieve.": "El ID del mensaje del canal a recuperar.",
|
|
58
|
+
"Provide to fetch a specific reply under the message.": "Proporcione para obtener una respuesta específica bajo el mensaje.",
|
|
59
|
+
"Email address or name to search for.": "Dirección de correo electrónico o nombre para buscar.",
|
|
60
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
61
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
62
|
+
"Text": "Texto",
|
|
63
|
+
"HTML": "HTML",
|
|
64
|
+
"Email": "E-mail",
|
|
65
|
+
"Name": "Nombre",
|
|
66
|
+
"GET": "RECOGER",
|
|
67
|
+
"POST": "POST",
|
|
68
|
+
"PATCH": "PATCH",
|
|
69
|
+
"PUT": "PUT",
|
|
70
|
+
"DELETE": "BORRAR",
|
|
71
|
+
"HEAD": "LIMPIO",
|
|
72
|
+
"None": "Ninguna",
|
|
73
|
+
"JSON": "JSON",
|
|
74
|
+
"Form Data": "Datos de Formulario",
|
|
75
|
+
"Raw": "Rápido",
|
|
76
|
+
"New Channel Message": "Nuevo mensaje de canal",
|
|
77
|
+
"New Channel": "Nuevo canal",
|
|
78
|
+
"New Chat": "Nuevo chat",
|
|
79
|
+
"New Chat Message": "Nuevo mensaje de chat",
|
|
80
|
+
"Triggers when a new message is posted in a channel.": "Dispara cuando un nuevo mensaje es publicado en un canal.",
|
|
81
|
+
"Triggers when a new channel is created in a team.": "Dispara cuando se crea un nuevo canal en un equipo.",
|
|
82
|
+
"Triggers when a new chat is created.": "Dispara cuando se crea un nuevo chat.",
|
|
83
|
+
"Triggers when a new message is received in a chat.": "Dispara cuando se recibe un nuevo mensaje en un chat."
|
|
84
|
+
}
|
package/src/i18n/fr.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n\t - User.Read\n - Channel.Create\n\t - Channel.ReadBasic.All\n\t - ChannelMessage.Send\n\t - Team.ReadBasic.All\n\t - Chat.ReadWrite\n\t - ChannelMessage.Read.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - TeamMember.Read.All\n - openid\n - email\n - profile\n\t - offline_access\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
+
"Create Channel": "Créer un canal",
|
|
4
|
+
"Send Channel Message": "Envoyer un message dans un channel",
|
|
5
|
+
"Send Chat Message": "Envoyer un message de chat",
|
|
6
|
+
"Reply to Channel Message": "Répondre au message du salon",
|
|
7
|
+
"Create Chat & Send Message": "Créer un chat et envoyer un message",
|
|
8
|
+
"Create Private Channel": "Créer un canal privé",
|
|
9
|
+
"Get Chat Message": "Recevoir un message de chat",
|
|
10
|
+
"Delete Chat Message": "Supprimer le message du chat",
|
|
11
|
+
"Get Channel Message": "Recevoir le message du salon",
|
|
12
|
+
"Find Channel": "Trouver un canal",
|
|
13
|
+
"Find Team Member": "Trouver un membre de l'équipe",
|
|
14
|
+
"Request Approval in Channel": "Demande d'approbation dans le canal",
|
|
15
|
+
"Request Approval from a User": "Demander l'approbation d'un utilisateur",
|
|
16
|
+
"Custom API Call": "Appel API personnalisé",
|
|
17
|
+
"Create a new channel in Microsoft Teams.": "Créer un nouveau canal dans les équipes Microsoft.",
|
|
18
|
+
"Sends a message to a teams's channel.": "Envoie un message au canal d'une équipe.",
|
|
19
|
+
"Sends a message in an existing chat.": "Envoie un message dans un chat existant.",
|
|
20
|
+
"Post a reply to an existing channel message.": "Poster une réponse à un message de canal existant.",
|
|
21
|
+
"Start a new chat and send an initial message.": "Commencez un nouveau chat et envoyez un message initial.",
|
|
22
|
+
"Create a new private channel in a team.": "Créer un nouveau canal privé dans une équipe.",
|
|
23
|
+
"Fetch a specific chat message by chat and message ID.": "Récupère un message de chat spécifique par ID de chat et de message.",
|
|
24
|
+
"Soft-Deletes a message in chat.You can only delete messages you sent.": "Le logiciel supprime un message dans le tchat. Vous ne pouvez supprimer que les messages que vous avez envoyés.",
|
|
25
|
+
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "Récupère un message de canal spécifique par équipe, canal et ID de message (éventuellement une réponse).",
|
|
26
|
+
"Finds channels by name.": "Trouve les salons par nom.",
|
|
27
|
+
"Finds a team member by email or display name.": "Trouve un membre de l'équipe par email ou par nom d'affichage.",
|
|
28
|
+
"Send approval message to a channel and then wait until the message is approved or disapproved": "Envoyer un message d'approbation à un canal puis attendre que le message soit approuvé ou désapprouvé",
|
|
29
|
+
"Send approval message to a user and then wait until the message is approved or disapproved": "Envoyer un message d'approbation à un utilisateur puis attendre que le message soit approuvé ou désapprouvé",
|
|
30
|
+
"Make a custom API call to a specific endpoint": "Passez un appel API personnalisé à un point de terminaison spécifique",
|
|
31
|
+
"Team ID": "ID d'équipe",
|
|
32
|
+
"Channel Name": "Nom du canal",
|
|
33
|
+
"Channel Description": "Description du canal",
|
|
34
|
+
"Channel ID": "ID du canal",
|
|
35
|
+
"Content Type": "Type de contenu",
|
|
36
|
+
"Message": "Message",
|
|
37
|
+
"Chat ID": "ID du chat",
|
|
38
|
+
"Message ID": "ID du message",
|
|
39
|
+
"Member": "Membre",
|
|
40
|
+
"Message Content Type": "Type de contenu du message",
|
|
41
|
+
"Initial Message": "Message initial",
|
|
42
|
+
"Reply ID (optional)": "ID de réponse (facultatif)",
|
|
43
|
+
"Search By": "Rechercher par",
|
|
44
|
+
"searchValue": "Chercher valeur",
|
|
45
|
+
"Method": "Méthode",
|
|
46
|
+
"Headers": "En-têtes",
|
|
47
|
+
"Query Parameters": "Paramètres de requête",
|
|
48
|
+
"Body Type": "Body Type",
|
|
49
|
+
"Body": "Corps",
|
|
50
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
51
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
52
|
+
"Timeout (in seconds)": "Délai d'attente (en secondes)",
|
|
53
|
+
"Follow redirects": "Suivre les redirections",
|
|
54
|
+
"ID of the parent message to reply to.": "ID du message parent auquel répondre.",
|
|
55
|
+
"The ID of the message to retrieve.": "L'ID du message à récupérer.",
|
|
56
|
+
"The ID of the message to delete.": "L'ID du message à supprimer.",
|
|
57
|
+
"The ID of the channel message to retrieve.": "L'ID du message du salon à récupérer.",
|
|
58
|
+
"Provide to fetch a specific reply under the message.": "Fournir pour récupérer une réponse spécifique sous le message.",
|
|
59
|
+
"Email address or name to search for.": "Adresse e-mail ou nom à rechercher.",
|
|
60
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
61
|
+
"Enable for files like PDFs, images, etc.": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
62
|
+
"Text": "Texte du texte",
|
|
63
|
+
"HTML": "HTML",
|
|
64
|
+
"Email": "Courriel",
|
|
65
|
+
"Name": "Nom",
|
|
66
|
+
"GET": "OBTENIR",
|
|
67
|
+
"POST": "POSTER",
|
|
68
|
+
"PATCH": "PATCH",
|
|
69
|
+
"PUT": "PUT",
|
|
70
|
+
"DELETE": "SUPPRIMER",
|
|
71
|
+
"HEAD": "HEAD",
|
|
72
|
+
"None": "Aucun",
|
|
73
|
+
"JSON": "JSON",
|
|
74
|
+
"Form Data": "Données du formulaire",
|
|
75
|
+
"Raw": "Brut",
|
|
76
|
+
"New Channel Message": "Nouveau message dans un channel",
|
|
77
|
+
"New Channel": "Nouveau canal",
|
|
78
|
+
"New Chat": "Nouveau chat",
|
|
79
|
+
"New Chat Message": "Nouveau message de chat",
|
|
80
|
+
"Triggers when a new message is posted in a channel.": "Déclenche lorsqu'un nouveau message est posté dans un canal.",
|
|
81
|
+
"Triggers when a new channel is created in a team.": "Déclenche lorsqu'un nouveau canal est créé dans une équipe.",
|
|
82
|
+
"Triggers when a new chat is created.": "Déclenche quand un nouveau chat est créé.",
|
|
83
|
+
"Triggers when a new message is received in a chat.": "Déclenche lorsqu'un nouveau message est reçu dans un chat."
|
|
84
|
+
}
|
package/src/i18n/hi.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Teams": "Microsoft Teams",
|
|
3
|
+
"Create Channel": "Create Channel",
|
|
4
|
+
"Send Channel Message": "Send Channel Message",
|
|
5
|
+
"Send Chat Message": "Send Chat Message",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a new channel in Microsoft Teams.": "Create a new channel in Microsoft Teams.",
|
|
8
|
+
"Sends a message to a teams's channel.": "Sends a message to a teams's channel.",
|
|
9
|
+
"Sends a message in an existing chat.": "Sends a message in an existing chat.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"Team ID": "Team ID",
|
|
12
|
+
"Channel Name": "Channel Name",
|
|
13
|
+
"Channel Description": "Channel Description",
|
|
14
|
+
"Channel ID": "Channel ID",
|
|
15
|
+
"Content Type": "Content Type",
|
|
16
|
+
"Message": "Message",
|
|
17
|
+
"Chat ID": "Chat ID",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
25
|
+
"Text": "Text",
|
|
26
|
+
"HTML": "HTML",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
|
+
"PATCH": "PATCH",
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD",
|
|
33
|
+
"New Channel Message": "New Channel Message",
|
|
34
|
+
"Triggers when a new message is posted in a channel.": "Triggers when a new message is posted in a channel."
|
|
35
|
+
}
|
package/src/i18n/id.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Microsoft Teams": "Microsoft Teams",
|
|
3
|
+
"Create Channel": "Create Channel",
|
|
4
|
+
"Send Channel Message": "Send Channel Message",
|
|
5
|
+
"Send Chat Message": "Send Chat Message",
|
|
6
|
+
"Custom API Call": "Custom API Call",
|
|
7
|
+
"Create a new channel in Microsoft Teams.": "Create a new channel in Microsoft Teams.",
|
|
8
|
+
"Sends a message to a teams's channel.": "Sends a message to a teams's channel.",
|
|
9
|
+
"Sends a message in an existing chat.": "Sends a message in an existing chat.",
|
|
10
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
11
|
+
"Team ID": "Team ID",
|
|
12
|
+
"Channel Name": "Channel Name",
|
|
13
|
+
"Channel Description": "Channel Description",
|
|
14
|
+
"Channel ID": "Channel ID",
|
|
15
|
+
"Content Type": "Content Type",
|
|
16
|
+
"Message": "Message",
|
|
17
|
+
"Chat ID": "Chat ID",
|
|
18
|
+
"Method": "Method",
|
|
19
|
+
"Headers": "Headers",
|
|
20
|
+
"Query Parameters": "Query Parameters",
|
|
21
|
+
"Body": "Body",
|
|
22
|
+
"No Error on Failure": "No Error on Failure",
|
|
23
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
24
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
25
|
+
"Text": "Text",
|
|
26
|
+
"HTML": "HTML",
|
|
27
|
+
"GET": "GET",
|
|
28
|
+
"POST": "POST",
|
|
29
|
+
"PATCH": "PATCH",
|
|
30
|
+
"PUT": "PUT",
|
|
31
|
+
"DELETE": "DELETE",
|
|
32
|
+
"HEAD": "HEAD",
|
|
33
|
+
"New Channel Message": "New Channel Message",
|
|
34
|
+
"Triggers when a new message is posted in a channel.": "Triggers when a new message is posted in a channel."
|
|
35
|
+
}
|
package/src/i18n/ja.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, you’ll be redirected to the app’s overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n\t - User.Read\n - Channel.Create\n\t - Channel.ReadBasic.All\n\t - ChannelMessage.Send\n\t - Team.ReadBasic.All\n\t - Chat.ReadWrite\n\t - ChannelMessage.Read.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - TeamMember.Read.All\n - openid\n - email\n - profile\n\t - offline_access\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
|
|
3
|
+
"Create Channel": "チャンネルを作成",
|
|
4
|
+
"Send Channel Message": "チャンネルにメッセージを送信",
|
|
5
|
+
"Send Chat Message": "チャットにメッセージを送信",
|
|
6
|
+
"Reply to Channel Message": "チャンネルにメッセージを返信",
|
|
7
|
+
"Create Chat & Send Message": "チャットを作成してメッセージを送信",
|
|
8
|
+
"Create Private Channel": "プライベートチャンネルを作成",
|
|
9
|
+
"Get Chat Message": "チャットメッセージを取得",
|
|
10
|
+
"Delete Chat Message": "チャットメッセージを削除",
|
|
11
|
+
"Get Channel Message": "チャンネルメッセージを取得",
|
|
12
|
+
"Find Channel": "チャンネルを検索",
|
|
13
|
+
"Find Team Member": "チームメンバーを探す",
|
|
14
|
+
"Request Approval in Channel": "チャネルで承認を要求する",
|
|
15
|
+
"Request Approval from a User": "ユーザーからの承認要求",
|
|
16
|
+
"Custom API Call": "カスタムでAPIを設定する",
|
|
17
|
+
"Create a new channel in Microsoft Teams.": "Microsoft Teamsに新しいチャンネルを作成します。",
|
|
18
|
+
"Sends a message to a teams's channel.": "チームのチャンネルにメッセージを送信します。",
|
|
19
|
+
"Sends a message in an existing chat.": "既存のチャットにメッセージを送信します。",
|
|
20
|
+
"Post a reply to an existing channel message.": "既存のチャンネルメッセージに返信を投稿します。",
|
|
21
|
+
"Start a new chat and send an initial message.": "新しいチャットを開始し、最初のメッセージを送信します。",
|
|
22
|
+
"Create a new private channel in a team.": "チームに新しいプライベートチャンネルを作成します。",
|
|
23
|
+
"Fetch a specific chat message by chat and message ID.": "チャットIDとメッセージIDで特定のチャットメッセージを取得します。",
|
|
24
|
+
"Soft-Deletes a message in chat.You can only delete messages you sent.": "format@@0-format@@1は、送信したメッセージのみを削除できます。",
|
|
25
|
+
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "チーム、チャネル、およびメッセージ ID (任意の返信) で特定のチャンネルメッセージを取得します。",
|
|
26
|
+
"Finds channels by name.": "名前でチャンネルを検索します。",
|
|
27
|
+
"Finds a team member by email or display name.": "メールまたは表示名でチームメンバーを検索します。",
|
|
28
|
+
"Send approval message to a channel and then wait until the message is approved or disapproved": "承認メッセージをチャンネルに送信し、メッセージが承認されるか不承認になるまでお待ちください。",
|
|
29
|
+
"Send approval message to a user and then wait until the message is approved or disapproved": "承認メッセージをユーザーに送信し、メッセージが承認されるか不承認になるまでお待ちください。",
|
|
30
|
+
"Make a custom API call to a specific endpoint": "特定のエンドポイントへのカスタム API コールを実行します。",
|
|
31
|
+
"Team ID": "チームID",
|
|
32
|
+
"Channel Name": "チャンネル名",
|
|
33
|
+
"Channel Description": "チャンネルの説明",
|
|
34
|
+
"Channel ID": "チャンネル ID",
|
|
35
|
+
"Content Type": "コンテンツタイプ",
|
|
36
|
+
"Message": "メッセージ",
|
|
37
|
+
"Chat ID": "チャット ID",
|
|
38
|
+
"Message ID": "メッセージID",
|
|
39
|
+
"Member": "メンバー",
|
|
40
|
+
"Message Content Type": "メッセージコンテンツタイプ",
|
|
41
|
+
"Initial Message": "最初のメッセージ",
|
|
42
|
+
"Reply ID (optional)": "返信ID (オプション)",
|
|
43
|
+
"Search By": "検索",
|
|
44
|
+
"searchValue": "searchValue",
|
|
45
|
+
"Method": "方法",
|
|
46
|
+
"Headers": "ヘッダー",
|
|
47
|
+
"Query Parameters": "クエリパラメータ",
|
|
48
|
+
"Body Type": "ボディタイプ",
|
|
49
|
+
"Body": "本文",
|
|
50
|
+
"Response is Binary ?": "応答はバイナリですか?",
|
|
51
|
+
"No Error on Failure": "失敗時にエラーはありません",
|
|
52
|
+
"Timeout (in seconds)": "タイムアウト(秒)",
|
|
53
|
+
"Follow redirects": "リダイレクトをフォローする",
|
|
54
|
+
"ID of the parent message to reply to.": "返信する親メッセージのID。",
|
|
55
|
+
"The ID of the message to retrieve.": "取得するメッセージのID。",
|
|
56
|
+
"The ID of the message to delete.": "削除するメッセージのID。",
|
|
57
|
+
"The ID of the channel message to retrieve.": "取得するチャネルメッセージの ID。",
|
|
58
|
+
"Provide to fetch a specific reply under the message.": "メッセージの下に特定の返信を取得するように指定します。",
|
|
59
|
+
"Email address or name to search for.": "メールアドレスまたは検索する名前。",
|
|
60
|
+
"Authorization headers are injected automatically from your connection.": "認証ヘッダは接続から自動的に注入されます。",
|
|
61
|
+
"Enable for files like PDFs, images, etc.": "PDF、画像などのファイルを有効にする",
|
|
62
|
+
"Text": "テキスト",
|
|
63
|
+
"HTML": "HTML",
|
|
64
|
+
"Email": "Eメールアドレス",
|
|
65
|
+
"Name": "Name",
|
|
66
|
+
"GET": "取得",
|
|
67
|
+
"POST": "POST",
|
|
68
|
+
"PATCH": "PATCH",
|
|
69
|
+
"PUT": "PUT",
|
|
70
|
+
"DELETE": "削除",
|
|
71
|
+
"HEAD": "頭",
|
|
72
|
+
"None": "なし",
|
|
73
|
+
"JSON": "JSON",
|
|
74
|
+
"Form Data": "フォームデータ",
|
|
75
|
+
"Raw": "Raw",
|
|
76
|
+
"New Channel Message": "新しいチャンネルメッセージ",
|
|
77
|
+
"New Channel": "新しいチャンネル",
|
|
78
|
+
"New Chat": "新しいチャット",
|
|
79
|
+
"New Chat Message": "新しいチャットメッセージ",
|
|
80
|
+
"Triggers when a new message is posted in a channel.": "チャンネルに新しいメッセージが投稿されたときにトリガーします。",
|
|
81
|
+
"Triggers when a new channel is created in a team.": "チームで新しいチャンネルが作成されたときにトリガーします。",
|
|
82
|
+
"Triggers when a new chat is created.": "新しいチャットが作成されたときにトリガーします。",
|
|
83
|
+
"Triggers when a new message is received in a chat.": "チャットで新しいメッセージを受信したときにトリガーします。"
|
|
84
|
+
}
|
package/src/i18n/nl.json
ADDED
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
{
|
|
2
|
+
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Meld je aan bij [Microsoft Azure Portal](https://portal.azure.com/).\n. Ga naar **Microsoft Enfra ID**.\n. Klik onder **Beheren**, op **App registraties**.\n4. Klik op de **Nieuwe registratie** knop.\n5. Voer een **naam** in voor uw app.\n6. Voor **Ondersteunde accounttypen**, kies keuze:\n - **Accounts in elke map van de organisatie (Any Microsoft Entra ID-tenant - Multitenant) en persoonlijke Microsoft accounts**\n - Of selecteer gebaseerd op uw vereiste.\n7. In **Redirect URI** selecteer **Web** en voeg de opgegeven URL toe.\n8. Klik op **Register**.\n9. Na registratie wordt u doorverwezen naar de overzichtspagina. Kopieer de **Applicatie (client) ID**.\n10. Vanuit het linkermenu ga naar **Certificaten & geheimen**.\n - Klik onder **Client geheimen** op **Nieuwe client geheim**.\n - Geef een beschrijving, verloop, en klik **Toevoegen**.\n - Kopieer de **waarde** van de client secret (dit zal niet meer worden weergegeven).\n11. Ga naar **API permissies** in het linkermenu.\n - Klik **Een machtiging toevoegen**.\n - Selecteer **Microsoft Graph** → **Toegewezen machtigingen**.\n - Voeg de volgende toepassingsgebieden toe:\n\t - gebruiker. ead\n - Kanaal.Create \n - Channel.ReadBasic. tot\n\t - ChannelMessage.Send\n\t - Team.ReadBasic.All\n\t - Chat.ReadWrite\n\t - ChannelMessage. ead.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - Teamli. ead.Alle\n - openid\n - e-mail\n - profiel \n - offline_access\n - Klik **Rechten toevoegen**.\n12. Kopieer de **Client ID** en **Client Secret**.\n",
|
|
3
|
+
"Create Channel": "Kanaal aanmaken",
|
|
4
|
+
"Send Channel Message": "Zend kanaal bericht",
|
|
5
|
+
"Send Chat Message": "Verstuur chatbericht",
|
|
6
|
+
"Reply to Channel Message": "Antwoord op Kanaalbericht",
|
|
7
|
+
"Create Chat & Send Message": "Chat maken en bericht verzenden",
|
|
8
|
+
"Create Private Channel": "Privékanaal aanmaken",
|
|
9
|
+
"Get Chat Message": "Ontvang chatbericht",
|
|
10
|
+
"Delete Chat Message": "Verwijder chatbericht",
|
|
11
|
+
"Get Channel Message": "Krijg Kanaal Bericht",
|
|
12
|
+
"Find Channel": "Zoek kanaal",
|
|
13
|
+
"Find Team Member": "Vind Team Lid",
|
|
14
|
+
"Request Approval in Channel": "Goedkeuring in kanaal aanvragen",
|
|
15
|
+
"Request Approval from a User": "Vraag goedkeuring aan een gebruiker",
|
|
16
|
+
"Custom API Call": "Custom API Call",
|
|
17
|
+
"Create a new channel in Microsoft Teams.": "Maak een nieuw kanaal aan in Microsoft Teams.",
|
|
18
|
+
"Sends a message to a teams's channel.": "Stuurt een bericht naar het kanaal van een team.",
|
|
19
|
+
"Sends a message in an existing chat.": "Stuurt een bericht in een bestaande chat.",
|
|
20
|
+
"Post a reply to an existing channel message.": "Plaats een antwoord op een bestaand zenderbericht.",
|
|
21
|
+
"Start a new chat and send an initial message.": "Start een nieuwe chat en stuur een eerste bericht.",
|
|
22
|
+
"Create a new private channel in a team.": "Maak een nieuw privékanaal aan in een team.",
|
|
23
|
+
"Fetch a specific chat message by chat and message ID.": "Haal een specifiek chatbericht op via chat en bericht-ID.",
|
|
24
|
+
"Soft-Deletes a message in chat.You can only delete messages you sent.": "Soft-Deletes van een bericht in chat.Je kunt alleen berichten die je hebt verzonden verwijderen.",
|
|
25
|
+
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "Ophalen van een specifiek kanaalbericht door het team, kanaal en bericht-ID (optioneel)",
|
|
26
|
+
"Finds channels by name.": "Zenders op naam gevonden.",
|
|
27
|
+
"Finds a team member by email or display name.": "Vindt een teamlid via e-mail of weergavenaam.",
|
|
28
|
+
"Send approval message to a channel and then wait until the message is approved or disapproved": "Stuur een goedkeuringsbericht naar een kanaal en wacht dan tot het bericht is goedgekeurd of afgekeurd",
|
|
29
|
+
"Send approval message to a user and then wait until the message is approved or disapproved": "Stuur een goedkeuringsbericht naar een gebruiker en wacht dan tot het bericht is goedgekeurd of afgekeurd",
|
|
30
|
+
"Make a custom API call to a specific endpoint": "Maak een aangepaste API call naar een specifiek eindpunt",
|
|
31
|
+
"Team ID": "Team ID",
|
|
32
|
+
"Channel Name": "Kanaal naam",
|
|
33
|
+
"Channel Description": "Kanaal beschrijving",
|
|
34
|
+
"Channel ID": "Kanaal ID",
|
|
35
|
+
"Content Type": "Type inhoud",
|
|
36
|
+
"Message": "bericht",
|
|
37
|
+
"Chat ID": "Chat ID",
|
|
38
|
+
"Message ID": "Bericht ID",
|
|
39
|
+
"Member": "Lid",
|
|
40
|
+
"Message Content Type": "Bericht Content Type",
|
|
41
|
+
"Initial Message": "Eerste bericht",
|
|
42
|
+
"Reply ID (optional)": "Antwoord ID (optioneel)",
|
|
43
|
+
"Search By": "Zoeken op",
|
|
44
|
+
"searchValue": "zoekWaarde",
|
|
45
|
+
"Method": "Methode",
|
|
46
|
+
"Headers": "Kopteksten",
|
|
47
|
+
"Query Parameters": "Query parameters",
|
|
48
|
+
"Body Type": "Type lichaam",
|
|
49
|
+
"Body": "Lichaam",
|
|
50
|
+
"Response is Binary ?": "Antwoord is binair?",
|
|
51
|
+
"No Error on Failure": "Geen fout bij fout",
|
|
52
|
+
"Timeout (in seconds)": "Time-out (in seconden)",
|
|
53
|
+
"Follow redirects": "Volg omleidingen",
|
|
54
|
+
"ID of the parent message to reply to.": "ID van het bovenliggende bericht waarop u wilt reageren.",
|
|
55
|
+
"The ID of the message to retrieve.": "Het ID van het op te halen bericht.",
|
|
56
|
+
"The ID of the message to delete.": "Het ID van het te verwijderen bericht.",
|
|
57
|
+
"The ID of the channel message to retrieve.": "Het op te halen zender-bericht.",
|
|
58
|
+
"Provide to fetch a specific reply under the message.": "Geef aan om een specifiek antwoord op te halen onder het bericht.",
|
|
59
|
+
"Email address or name to search for.": "E-mailadres of naam om naar te zoeken",
|
|
60
|
+
"Authorization headers are injected automatically from your connection.": "Autorisatie headers worden automatisch geïnjecteerd vanuit uw verbinding.",
|
|
61
|
+
"Enable for files like PDFs, images, etc.": "Inschakelen voor bestanden zoals PDF's, afbeeldingen etc.",
|
|
62
|
+
"Text": "Tekstveld",
|
|
63
|
+
"HTML": "HTML",
|
|
64
|
+
"Email": "E-mail",
|
|
65
|
+
"Name": "Naam",
|
|
66
|
+
"GET": "KRIJG",
|
|
67
|
+
"POST": "POSTE",
|
|
68
|
+
"PATCH": "BEKIJK",
|
|
69
|
+
"PUT": "PUT",
|
|
70
|
+
"DELETE": "VERWIJDEREN",
|
|
71
|
+
"HEAD": "HOOFD",
|
|
72
|
+
"None": "geen",
|
|
73
|
+
"JSON": "JSON",
|
|
74
|
+
"Form Data": "Formulieren gegevens",
|
|
75
|
+
"Raw": "Onbewerkte",
|
|
76
|
+
"New Channel Message": "Nieuw kanaalbericht",
|
|
77
|
+
"New Channel": "Nieuw kanaal",
|
|
78
|
+
"New Chat": "Nieuwe chat",
|
|
79
|
+
"New Chat Message": "Nieuw chatbericht",
|
|
80
|
+
"Triggers when a new message is posted in a channel.": "Triggert wanneer een nieuw bericht in een kanaal is geplaatst.",
|
|
81
|
+
"Triggers when a new channel is created in a team.": "Triggert wanneer een nieuw kanaal wordt aangemaakt in een team.",
|
|
82
|
+
"Triggers when a new chat is created.": "Triggert wanneer een nieuwe chat wordt aangemaakt.",
|
|
83
|
+
"Triggers when a new message is received in a chat.": "Triggert wanneer een nieuw bericht wordt ontvangen in een chat."
|
|
84
|
+
}
|