@activepieces/piece-slack 0.10.7 → 0.10.8
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/package.json +2 -2
- package/src/i18n/de.json +149 -149
- package/src/i18n/es.json +151 -151
- package/src/i18n/fr.json +145 -145
- package/src/i18n/ja.json +147 -147
- package/src/i18n/nl.json +154 -154
- package/src/i18n/pt.json +155 -155
- package/src/i18n/zh.json +20 -20
package/src/i18n/fr.json
CHANGED
|
@@ -1,164 +1,164 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Slack": "Slack",
|
|
3
|
-
"Channel-based messaging platform": "
|
|
4
|
-
"Add Reaction to Message": "
|
|
5
|
-
"Send Message To A User": "
|
|
6
|
-
"Send Message To A Channel": "
|
|
7
|
-
"Request Approval from A User": "
|
|
8
|
-
"Request Approval in a Channel": "
|
|
9
|
-
"Request Action from A User": "
|
|
10
|
-
"Request Action in A Channel": "
|
|
11
|
-
"Upload file": "
|
|
12
|
-
"Get File": "
|
|
13
|
-
"Search messages": "
|
|
14
|
-
"Find User by Email": "
|
|
15
|
-
"Find User by Handle": "
|
|
16
|
-
"Find User by ID": "
|
|
17
|
-
"List users": "
|
|
18
|
-
"Update message": "
|
|
19
|
-
"Create Channel": "
|
|
20
|
-
"Update Profile": "
|
|
21
|
-
"Get channel history": "
|
|
22
|
-
"Set User Status": "
|
|
3
|
+
"Channel-based messaging platform": "Plateforme de messagerie basée sur les canaux",
|
|
4
|
+
"Add Reaction to Message": "Ajouter une réaction au message",
|
|
5
|
+
"Send Message To A User": "Envoyer un message à un utilisateur",
|
|
6
|
+
"Send Message To A Channel": "Envoyer un message à un salon",
|
|
7
|
+
"Request Approval from A User": "Demande d'approbation d'un utilisateur",
|
|
8
|
+
"Request Approval in a Channel": "Demander l'approbation dans un canal",
|
|
9
|
+
"Request Action from A User": "Demander une action à un utilisateur",
|
|
10
|
+
"Request Action in A Channel": "Demander une action dans un salon",
|
|
11
|
+
"Upload file": "Charger un fichier",
|
|
12
|
+
"Get File": "Récupérer le fichier",
|
|
13
|
+
"Search messages": "Rechercher des messages",
|
|
14
|
+
"Find User by Email": "Trouver un utilisateur par e-mail",
|
|
15
|
+
"Find User by Handle": "Trouver un utilisateur par utilisateur",
|
|
16
|
+
"Find User by ID": "Trouver un utilisateur par ID",
|
|
17
|
+
"List users": "Liste des utilisateurs",
|
|
18
|
+
"Update message": "Message de mise à jour",
|
|
19
|
+
"Create Channel": "Créer un canal",
|
|
20
|
+
"Update Profile": "Mettre à jour le profil",
|
|
21
|
+
"Get channel history": "Récupérer l'historique des canaux",
|
|
22
|
+
"Set User Status": "Définir le statut de l'utilisateur",
|
|
23
23
|
"Markdown to Slack format": "Markdown to Slack format",
|
|
24
|
-
"Retrieve Thread Messages": "
|
|
25
|
-
"Set Channel Topic": "
|
|
26
|
-
"Get Message by Timestamp": "
|
|
27
|
-
"Invite User to Channel": "
|
|
28
|
-
"Custom API Call": "
|
|
29
|
-
"Add an emoji reaction to a message.": "
|
|
30
|
-
"Send message to a user": "
|
|
31
|
-
"Send message to a channel": "
|
|
32
|
-
"Send approval message to a user and then wait until the message is approved or disapproved": "
|
|
33
|
-
"Send approval message to a channel and then wait until the message is approved or disapproved": "
|
|
34
|
-
"Send a message to a user and wait until the user selects an action": "
|
|
35
|
-
"Send a message in a channel and wait until an action is selected": "
|
|
36
|
-
"Upload file without sharing it to a channel or user": "
|
|
37
|
-
"Return information about a given file ID.": "
|
|
38
|
-
"Searches for messages matching a query": "
|
|
39
|
-
"Finds a user by matching against their email address.": "
|
|
40
|
-
"Finds a user by matching against their Slack handle.": "
|
|
41
|
-
"Finds a user by their ID.": "
|
|
42
|
-
"List all users of the workspace": "
|
|
43
|
-
"Update an existing message": "
|
|
44
|
-
"Creates a new channel.": "
|
|
45
|
-
"Update basic profile field such as name or title.": "
|
|
46
|
-
"Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "
|
|
47
|
-
"Sets a user's custom status": "
|
|
48
|
-
"Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "
|
|
49
|
-
"Retrieves thread messages by channel and thread timestamp.": "
|
|
50
|
-
"Sets the topic on a selected channel.": "
|
|
51
|
-
"Retrieves a specific message from a channel history using the message's timestamp.": "
|
|
52
|
-
"Invites an existing User to an existing channel.": "
|
|
53
|
-
"Make a custom API call to a specific endpoint": "
|
|
24
|
+
"Retrieve Thread Messages": "Récupérer les messages de discussion",
|
|
25
|
+
"Set Channel Topic": "Définir le sujet du salon",
|
|
26
|
+
"Get Message by Timestamp": "Obtenir un message par horodatage",
|
|
27
|
+
"Invite User to Channel": "Inviter un utilisateur dans le salon",
|
|
28
|
+
"Custom API Call": "Appel d'API personnalisé",
|
|
29
|
+
"Add an emoji reaction to a message.": "Ajouter une réaction émoticône à un message.",
|
|
30
|
+
"Send message to a user": "Envoyer un message à un utilisateur",
|
|
31
|
+
"Send message to a channel": "Envoyer un message à un salon",
|
|
32
|
+
"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é",
|
|
33
|
+
"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é",
|
|
34
|
+
"Send a message to a user and wait until the user selects an action": "Envoyer un message à un utilisateur et attendre que l'utilisateur sélectionne une action",
|
|
35
|
+
"Send a message in a channel and wait until an action is selected": "Envoyer un message dans un salon et attendre qu'une action soit sélectionnée",
|
|
36
|
+
"Upload file without sharing it to a channel or user": "Télécharger un fichier sans le partager à un salon ou à un utilisateur",
|
|
37
|
+
"Return information about a given file ID.": "Renvoie des informations sur un ID de fichier donné.",
|
|
38
|
+
"Searches for messages matching a query": "Recherche les messages correspondant à une requête",
|
|
39
|
+
"Finds a user by matching against their email address.": "Trouve un utilisateur en fonction de son adresse e-mail.",
|
|
40
|
+
"Finds a user by matching against their Slack handle.": "Trouve un utilisateur en faisant une correspondance avec son gestionnaire Slack.",
|
|
41
|
+
"Finds a user by their ID.": "Trouve un utilisateur par son ID.",
|
|
42
|
+
"List all users of the workspace": "Lister tous les utilisateurs de l'espace de travail",
|
|
43
|
+
"Update an existing message": "Mettre à jour un message existant",
|
|
44
|
+
"Creates a new channel.": "Crée un nouveau canal.",
|
|
45
|
+
"Update basic profile field such as name or title.": "Mettre à jour le champ de profil de base comme le nom ou le titre.",
|
|
46
|
+
"Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "Récupérer tous les messages d'un canal spécifique (\"conversation\") entre les horodatages spécifiés",
|
|
47
|
+
"Sets a user's custom status": "Définit le statut personnalisé d'un utilisateur",
|
|
48
|
+
"Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "Convertir le texte formaté par Markdown en pseudo de Slack - syntaxe markdown",
|
|
49
|
+
"Retrieves thread messages by channel and thread timestamp.": "Récupère les messages du fil par canal et par timestamp.",
|
|
50
|
+
"Sets the topic on a selected channel.": "Définit le sujet sur un canal sélectionné.",
|
|
51
|
+
"Retrieves a specific message from a channel history using the message's timestamp.": "Récupère un message spécifique à partir de l'historique d'un salon en utilisant l'horodatage du message.",
|
|
52
|
+
"Invites an existing User to an existing channel.": "Invite un utilisateur existant à un salon existant.",
|
|
53
|
+
"Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
|
|
54
54
|
"Markdown": "Markdown",
|
|
55
|
-
"Channel": "
|
|
56
|
-
"Message Timestamp": "
|
|
57
|
-
"Reaction (emoji) name": "
|
|
58
|
-
"User": "
|
|
55
|
+
"Channel": "Chaîne",
|
|
56
|
+
"Message Timestamp": "Horodatage du message",
|
|
57
|
+
"Reaction (emoji) name": "Nom de réaction (emoji)",
|
|
58
|
+
"User": "Utilisateur",
|
|
59
59
|
"Message": "Message",
|
|
60
|
-
"Username": "
|
|
61
|
-
"Profile Picture": "
|
|
62
|
-
"Block Kit blocks": "
|
|
63
|
-
"Attachment": "
|
|
64
|
-
"Thread ts": "
|
|
65
|
-
"Broadcast reply to channel": "
|
|
66
|
-
"Action Buttons": "
|
|
67
|
-
"Title": "
|
|
68
|
-
"Filename": "
|
|
69
|
-
"File ID": "
|
|
70
|
-
"Search query": "
|
|
71
|
-
"Email": "
|
|
72
|
-
"Handle": "
|
|
60
|
+
"Username": "Nom d'utilisateur",
|
|
61
|
+
"Profile Picture": "Photo de profil",
|
|
62
|
+
"Block Kit blocks": "Bloquer les blocs de kit",
|
|
63
|
+
"Attachment": "Pièce jointe",
|
|
64
|
+
"Thread ts": "Fil de discussion",
|
|
65
|
+
"Broadcast reply to channel": "Diffuser la réponse à la chaîne",
|
|
66
|
+
"Action Buttons": "Boutons d'action",
|
|
67
|
+
"Title": "Titre de la page",
|
|
68
|
+
"Filename": "Nom du fichier",
|
|
69
|
+
"File ID": "ID du fichier",
|
|
70
|
+
"Search query": "Requête de recherche",
|
|
71
|
+
"Email": "Courriel",
|
|
72
|
+
"Handle": "Poignée",
|
|
73
73
|
"ID": "ID",
|
|
74
|
-
"Include bots?": "
|
|
75
|
-
"Include disabled users?": "
|
|
76
|
-
"Channel Name": "
|
|
77
|
-
"Is Private?": "
|
|
74
|
+
"Include bots?": "Inclure les robots ?",
|
|
75
|
+
"Include disabled users?": "Inclure les utilisateurs désactivés ?",
|
|
76
|
+
"Channel Name": "Nom du canal",
|
|
77
|
+
"Is Private?": "Est Privé?",
|
|
78
78
|
"First Name": "First Name",
|
|
79
79
|
"Last Name": "Last Name",
|
|
80
|
-
"Oldest": "
|
|
81
|
-
"Latest": "
|
|
82
|
-
"Inclusive": "
|
|
83
|
-
"Include all metadata": "
|
|
84
|
-
"Text": "
|
|
80
|
+
"Oldest": "Plus ancien",
|
|
81
|
+
"Latest": "Dernier",
|
|
82
|
+
"Inclusive": "Inclus",
|
|
83
|
+
"Include all metadata": "Inclure toutes les métadonnées",
|
|
84
|
+
"Text": "Texte du texte",
|
|
85
85
|
"Emoji": "Emoji",
|
|
86
|
-
"Expires at": "
|
|
87
|
-
"Markdown text": "Markdown
|
|
88
|
-
"Topic": "
|
|
89
|
-
"Method": "
|
|
90
|
-
"Headers": "
|
|
91
|
-
"Query Parameters": "
|
|
92
|
-
"Body": "
|
|
93
|
-
"Response is Binary ?": "
|
|
94
|
-
"No Error on Failure": "
|
|
95
|
-
"Timeout (in seconds)": "
|
|
96
|
-
"Use user token": "
|
|
86
|
+
"Expires at": "Expire le",
|
|
87
|
+
"Markdown text": "Texte Markdown",
|
|
88
|
+
"Topic": "Sujet",
|
|
89
|
+
"Method": "Méthode",
|
|
90
|
+
"Headers": "En-têtes",
|
|
91
|
+
"Query Parameters": "Paramètres de requête",
|
|
92
|
+
"Body": "Corps",
|
|
93
|
+
"Response is Binary ?": "La réponse est Binaire ?",
|
|
94
|
+
"No Error on Failure": "Aucune erreur en cas d'échec",
|
|
95
|
+
"Timeout (in seconds)": "Délai d'expiration (en secondes)",
|
|
96
|
+
"Use user token": "Utiliser le jeton utilisateur",
|
|
97
97
|
"\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly.\n ": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly.\n ",
|
|
98
|
-
"You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "
|
|
99
|
-
"Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "
|
|
98
|
+
"You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Vous pouvez obtenir l'ID du canal en cliquant avec le bouton droit sur le canal et en sélectionnant \"Voir les détails de la chaîne\".",
|
|
99
|
+
"Please provide the timestamp of the message you wish to react, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Veuillez fournir l'horodatage du message que vous souhaitez réagir, comme `1710304378.475129`. Alternativement, vous pouvez facilement obtenir le lien du message en cliquant sur les trois points à côté du message et en sélectionnant l'option `Copier le lien`.",
|
|
100
100
|
"e.g.`thumbsup`": "e.g.`thumbsup`",
|
|
101
|
-
"The username of the bot": "
|
|
102
|
-
"The profile picture of the bot": "
|
|
103
|
-
"See https://api.slack.com/block-kit for specs": "
|
|
104
|
-
"The text of your message": "
|
|
105
|
-
"Provide the ts (timestamp) value of the **parent** message to make this message a reply. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "
|
|
106
|
-
"When replying to a thread, also make the message visible to everyone in the channel (only applicable when Thread Timestamp is provided)": "
|
|
107
|
-
"You can pass the file ID from the New Message Trigger payload.": "
|
|
108
|
-
"User handle (display name), without the leading @": "
|
|
109
|
-
"Please provide the timestamp of the message you wish to update, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "
|
|
110
|
-
"The updated text of your message": "
|
|
111
|
-
"Changing a user's email address will send an email to both the old and new addresses, and also post a slackbot message to the user informing them of the change.": "
|
|
112
|
-
"ID of user to change. This argument may only be specified by admins on paid teams.You can use **Find User by Email** action to retrieve ID.": "ID
|
|
113
|
-
"Only messages after this timestamp will be included in results": "
|
|
114
|
-
"Only messages before this timestamp will be included in results. Default is the current time": "
|
|
115
|
-
"Include messages with oldest or latest timestamps in results. Ignored unless either timestamp is specified": "
|
|
116
|
-
"Return all metadata associated with each message": "
|
|
117
|
-
"Emoji shortname (standard or custom), e.g. :tada: or :train:": "
|
|
118
|
-
"Unix timestamp - if not set, the status will not expire": "Unix
|
|
119
|
-
"Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "
|
|
120
|
-
"Please provide the timestamp of the message you wish to retrieve, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "
|
|
121
|
-
"Authorization headers are injected automatically from your connection.": "
|
|
122
|
-
"Enable for files like PDFs, images, etc..": "
|
|
123
|
-
"Use user token instead of bot token": "
|
|
101
|
+
"The username of the bot": "Le nom d'utilisateur du bot",
|
|
102
|
+
"The profile picture of the bot": "La photo de profil du bot",
|
|
103
|
+
"See https://api.slack.com/block-kit for specs": "Voir https://api.slack.com/block-kit pour les spécifications",
|
|
104
|
+
"The text of your message": "Le texte de votre message",
|
|
105
|
+
"Provide the ts (timestamp) value of the **parent** message to make this message a reply. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Fournir la valeur ts (timestamp) du message **parent** pour faire de ce message une réponse. N'utilisez pas la valeur ts de la réponse elle-même ; utilisez son parent à la place. Par exemple `1710304378. 75129`.Alternativement, vous pouvez facilement obtenir le lien de message en cliquant sur les trois points à côté du message parent et en sélectionnant l'option `Copier le lien`.",
|
|
106
|
+
"When replying to a thread, also make the message visible to everyone in the channel (only applicable when Thread Timestamp is provided)": "Lorsque vous répondez à un thread, rendez également le message visible pour tout le monde dans le salon (applicable uniquement lorsque l'horodatage des threads est fourni)",
|
|
107
|
+
"You can pass the file ID from the New Message Trigger payload.": "Vous pouvez passer l'ID du fichier à partir de la charge utile du nouveau déclencheur de message.",
|
|
108
|
+
"User handle (display name), without the leading @": "Identifiant utilisateur (nom affiché) sans le premier @",
|
|
109
|
+
"Please provide the timestamp of the message you wish to update, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Veuillez fournir l'horodatage du message que vous souhaitez mettre à jour, comme `1710304378.475129`. Alternativement, vous pouvez facilement obtenir le lien du message en cliquant sur les trois points à côté du message et en sélectionnant l'option `Copier le lien`.",
|
|
110
|
+
"The updated text of your message": "Le texte mis à jour de votre message",
|
|
111
|
+
"Changing a user's email address will send an email to both the old and new addresses, and also post a slackbot message to the user informing them of the change.": "Changer l'adresse e-mail d'un utilisateur enverra un email à l'ancienne et à la nouvelle adresse, et poster un message de slackbot à l'utilisateur les informant de la modification.",
|
|
112
|
+
"ID of user to change. This argument may only be specified by admins on paid teams.You can use **Find User by Email** action to retrieve ID.": "ID de l'utilisateur à modifier. Cet argument ne peut être spécifié que par les administrateurs des équipes payantes. ou peut utiliser l'action **Trouver un utilisateur par e-mail** pour récupérer l'ID.",
|
|
113
|
+
"Only messages after this timestamp will be included in results": "Seuls les messages après cet horodatage seront inclus dans les résultats",
|
|
114
|
+
"Only messages before this timestamp will be included in results. Default is the current time": "Seuls les messages avant cet horodatage seront inclus dans les résultats. Par défaut, c'est l'heure courante",
|
|
115
|
+
"Include messages with oldest or latest timestamps in results. Ignored unless either timestamp is specified": "Inclure les messages avec les timestamps les plus anciens ou les plus récents dans les résultats. Ignoré sauf si l'un des timestamp est spécifié",
|
|
116
|
+
"Return all metadata associated with each message": "Renvoyer toutes les métadonnées associées à chaque message",
|
|
117
|
+
"Emoji shortname (standard or custom), e.g. :tada: or :train:": "Court-nom de l'émoji (standard ou personnalisé), par exemple :tada: ou :train:",
|
|
118
|
+
"Unix timestamp - if not set, the status will not expire": "Horodatage Unix - si non défini, le statut n'expirera pas",
|
|
119
|
+
"Provide the ts (timestamp) value of the **parent** message to retrieve replies of this message. Do not use the ts value of the reply itself; use its parent instead. For example `1710304378.475129`.Alternatively, you can easily obtain the message link by clicking on the three dots next to the parent message and selecting the `Copy link` option.": "Fournir la valeur ts (horodatage) du message **parent** pour récupérer les réponses de ce message. N'utilisez pas la valeur ts de la réponse elle-même; utilisez son parent à la place. Par exemple `1710304378.475129`. lternativement, vous pouvez facilement obtenir le lien de message en cliquant sur les trois points à côté du message parent et en sélectionnant l'option `Copier le lien`.",
|
|
120
|
+
"Please provide the timestamp of the message you wish to retrieve, such as `1710304378.475129`. Alternatively, you can easily obtain the message link by clicking on the three dots next to the message and selecting the `Copy link` option.": "Veuillez fournir l'horodatage du message que vous souhaitez récupérer, tel que `1710304378.475129`. Alternativement, vous pouvez facilement obtenir le lien du message en cliquant sur les trois points à côté du message et en sélectionnant l'option `Copier le lien`.",
|
|
121
|
+
"Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
|
|
122
|
+
"Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
|
|
123
|
+
"Use user token instead of bot token": "Utiliser le jeton utilisateur au lieu du jeton de bot",
|
|
124
124
|
"GET": "GET",
|
|
125
125
|
"POST": "POST",
|
|
126
126
|
"PATCH": "PATCH",
|
|
127
127
|
"PUT": "PUT",
|
|
128
128
|
"DELETE": "DELETE",
|
|
129
129
|
"HEAD": "HEAD",
|
|
130
|
-
"New Public Message Posted Anywhere": "
|
|
131
|
-
"New Message Posted to Channel": "
|
|
132
|
-
"New Direct Message": "
|
|
133
|
-
"New Mention in Channel": "
|
|
134
|
-
"New Mention in Direct Message": "
|
|
135
|
-
"New Reaction": "
|
|
136
|
-
"Channel created": "
|
|
137
|
-
"New Command in Channel": "
|
|
138
|
-
"New Command in Direct Message": "
|
|
139
|
-
"New User": "
|
|
140
|
-
"New Saved Message": "
|
|
141
|
-
"New Team Custom Emoji": "
|
|
142
|
-
"Triggers when a new message is posted to any channel.": "
|
|
143
|
-
"Triggers when a new message is posted to a specific #channel you choose.": "
|
|
144
|
-
"Triggers when a message was posted in a direct message channel.": "
|
|
145
|
-
"Triggers when a username is mentioned.": "
|
|
146
|
-
"Triggers when a username is mentioned in a direct message channel.": "
|
|
147
|
-
"Triggers when a new reaction is added to a message": "
|
|
148
|
-
"Triggers when a channel is created": "
|
|
149
|
-
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "
|
|
150
|
-
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "
|
|
151
|
-
"Triggers when a new user is created / first joins your org.": "
|
|
152
|
-
"Triggers when you save a message.": "
|
|
153
|
-
"Triggers when a custom emoji has been added to a team.": "
|
|
154
|
-
"Ignore Bot Messages ?": "
|
|
155
|
-
"Ignore Message from Yourself ?": "
|
|
156
|
-
"Channels": "
|
|
157
|
-
"Emojis (E.g fire, smile)": "Emojis (
|
|
158
|
-
"Commands": "
|
|
130
|
+
"New Public Message Posted Anywhere": "Nouveau message public publié n'importe où",
|
|
131
|
+
"New Message Posted to Channel": "Nouveau message posté sur le salon",
|
|
132
|
+
"New Direct Message": "Nouveau message direct",
|
|
133
|
+
"New Mention in Channel": "Nouvelle mention dans le canal",
|
|
134
|
+
"New Mention in Direct Message": "Nouvelle mention dans le message direct",
|
|
135
|
+
"New Reaction": "Nouvelle réaction",
|
|
136
|
+
"Channel created": "Chaîne créée",
|
|
137
|
+
"New Command in Channel": "Nouvelle commande dans le canal",
|
|
138
|
+
"New Command in Direct Message": "Nouvelle commande dans le message direct",
|
|
139
|
+
"New User": "Nouvel utilisateur",
|
|
140
|
+
"New Saved Message": "Nouveau message sauvegardé",
|
|
141
|
+
"New Team Custom Emoji": "Nouvel Emoji personnalisé d'équipe",
|
|
142
|
+
"Triggers when a new message is posted to any channel.": "Déclenche lorsqu'un nouveau message est posté sur n'importe quel canal.",
|
|
143
|
+
"Triggers when a new message is posted to a specific #channel you choose.": "Déclenche lorsqu'un nouveau message est posté sur un canal spécifique que vous choisissez.",
|
|
144
|
+
"Triggers when a message was posted in a direct message channel.": "Déclenche lorsqu'un message a été posté dans un canal de message direct.",
|
|
145
|
+
"Triggers when a username is mentioned.": "Déclenche lorsqu'un nom d'utilisateur est mentionné.",
|
|
146
|
+
"Triggers when a username is mentioned in a direct message channel.": "Déclenche lorsqu'un nom d'utilisateur est mentionné dans un canal de message direct.",
|
|
147
|
+
"Triggers when a new reaction is added to a message": "Déclenche quand une nouvelle réaction est ajoutée à un message",
|
|
148
|
+
"Triggers when a channel is created": "Déclenche quand un canal est créé",
|
|
149
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Déclenche quand une commande spécifique est envoyée au bot (par exemple, la commande @bot arg1 arg2)",
|
|
150
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Déclenche lorsqu'une commande spécifique est envoyée au bot (par exemple, la commande @bot arg1 arg2) via Message Direct.",
|
|
151
|
+
"Triggers when a new user is created / first joins your org.": "Déclenche lorsqu'un nouvel utilisateur est créé / rejoint d'abord votre organisation.",
|
|
152
|
+
"Triggers when you save a message.": "Déclenche lorsque vous enregistrez un message.",
|
|
153
|
+
"Triggers when a custom emoji has been added to a team.": "Déclenche lorsqu'un émoji personnalisé a été ajouté à une équipe.",
|
|
154
|
+
"Ignore Bot Messages ?": "Ignorer les messages du bot ?",
|
|
155
|
+
"Ignore Message from Yourself ?": "Ignorer le message de vous-même ?",
|
|
156
|
+
"Channels": "Canaux",
|
|
157
|
+
"Emojis (E.g fire, smile)": "Emojis (par exemple, feu, sourire)",
|
|
158
|
+
"Commands": "Commandes",
|
|
159
159
|
"\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}": "\n\tPlease make sure add the bot to the channel by following these steps:\n\t 1. Type /invite in the channel's chat.\n\t 2. Click on Add apps to this channel.\n\t 3. Search for and add the bot.\n \n**Note**: If you can't find the channel in the dropdown list (which fetches up to 2000 channels), please click on the **(F)** and type the channel ID directly in an array like this: `{`{ ['your_channel_id_1', 'your_channel_id_2', ...] `}`}",
|
|
160
|
-
"If no channel is selected, the flow will be triggered for username mentions in all channels": "
|
|
161
|
-
"Select emojis to trigger on": "
|
|
162
|
-
"List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "
|
|
163
|
-
"If no channel is selected, the flow will be triggered for commands in all channels": "
|
|
160
|
+
"If no channel is selected, the flow will be triggered for username mentions in all channels": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les mentions d'utilisateur dans tous les canaux",
|
|
161
|
+
"Select emojis to trigger on": "Sélectionnez les émoticônes à activer",
|
|
162
|
+
"List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Liste des commandes valides auxquelles le bot doit répondre (par exemple, aide, ocr, rappel)",
|
|
163
|
+
"If no channel is selected, the flow will be triggered for commands in all channels": "Si aucun canal n'est sélectionné, le flux sera déclenché pour les commandes dans tous les canaux"
|
|
164
164
|
}
|