@activepieces/piece-slack 0.10.6 → 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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-slack",
3
- "version": "0.10.6",
3
+ "version": "0.10.8",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "@slack/web-api": "7.9.0",
@@ -15,7 +15,7 @@
15
15
  "zod": "3.25.76",
16
16
  "@activepieces/pieces-common": "0.7.0",
17
17
  "@activepieces/pieces-framework": "0.18.4",
18
- "@activepieces/shared": "0.19.0",
18
+ "@activepieces/shared": "0.20.0",
19
19
  "tslib": "2.8.1"
20
20
  },
21
21
  "overrides": {
package/src/i18n/fr.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "Set Channel Topic": "Définir le sujet du salon",
26
26
  "Get Message by Timestamp": "Obtenir un message par horodatage",
27
27
  "Invite User to Channel": "Inviter un utilisateur dans le salon",
28
- "Custom API Call": "Appel API personnalisé",
28
+ "Custom API Call": "Appel d'API personnalisé",
29
29
  "Add an emoji reaction to a message.": "Ajouter une réaction émoticône à un message.",
30
30
  "Send message to a user": "Envoyer un message à un utilisateur",
31
31
  "Send message to a channel": "Envoyer un message à un salon",
@@ -50,7 +50,7 @@
50
50
  "Sets the topic on a selected channel.": "Définit le sujet sur un canal sélectionné.",
51
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
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": "Passez un appel API personnalisé à un point de terminaison spécifique",
53
+ "Make a custom API call to a specific endpoint": "Passer un appel API personnalisé à un endpoint spécifique",
54
54
  "Markdown": "Markdown",
55
55
  "Channel": "Chaîne",
56
56
  "Message Timestamp": "Horodatage du message",
@@ -92,7 +92,7 @@
92
92
  "Body": "Corps",
93
93
  "Response is Binary ?": "La réponse est Binaire ?",
94
94
  "No Error on Failure": "Aucune erreur en cas d'échec",
95
- "Timeout (in seconds)": "Délai d'attente (en secondes)",
95
+ "Timeout (in seconds)": "Délai d'expiration (en secondes)",
96
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
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\".",
@@ -121,12 +121,12 @@
121
121
  "Authorization headers are injected automatically from your connection.": "Les en-têtes d'autorisation sont injectés automatiquement à partir de votre connexion.",
122
122
  "Enable for files like PDFs, images, etc..": "Activer pour les fichiers comme les PDFs, les images, etc.",
123
123
  "Use user token instead of bot token": "Utiliser le jeton utilisateur au lieu du jeton de bot",
124
- "GET": "OBTENIR",
125
- "POST": "POSTER",
124
+ "GET": "GET",
125
+ "POST": "POST",
126
126
  "PATCH": "PATCH",
127
- "PUT": "EFFACER",
128
- "DELETE": "SUPPRIMER",
129
- "HEAD": "TÊTE",
127
+ "PUT": "PUT",
128
+ "DELETE": "DELETE",
129
+ "HEAD": "HEAD",
130
130
  "New Public Message Posted Anywhere": "Nouveau message public publié n'importe où",
131
131
  "New Message Posted to Channel": "Nouveau message posté sur le salon",
132
132
  "New Direct Message": "Nouveau message direct",
package/src/i18n/zh.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": "通過ID查找用戶",
3
+ "Channel-based messaging platform": "Channel-based messaging platform",
4
+ "Add Reaction to Message": "Add Reaction to Message",
5
+ "Send Message To A User": "Send Message To A User",
6
+ "Send Message To A Channel": "Send Message To A Channel",
7
+ "Request Approval from A User": "Request Approval from A User",
8
+ "Request Approval in a Channel": "Request Approval in a Channel",
9
+ "Request Action from A User": "Request Action from A User",
10
+ "Request Action in A Channel": "Request Action in A Channel",
11
+ "Upload file": "Upload file",
12
+ "Get File": "Get File",
13
+ "Search messages": "Search messages",
14
+ "Find User by Email": "Find User by Email",
15
+ "Find User by Handle": "Find User by Handle",
16
+ "Find User by ID": "Find User by ID",
17
17
  "List users": "List users",
18
- "Update message": "更新消息",
19
- "Create Channel": "創建頻道",
20
- "Update Profile": "更新個人資料",
21
- "Get channel history": "獲取頻道歷史",
22
- "Set User Status": "設置用戶狀態",
23
- "Markdown to Slack format": "Markdown 轉換為 Slack 格式",
24
- "Retrieve Thread Messages": "檢索線程消息",
25
- "Set Channel Topic": "設置頻道主題",
26
- "Get Message by Timestamp": "通過時間戳獲取消息",
27
- "Invite User to Channel": "邀請用戶進入頻道",
18
+ "Update message": "Update message",
19
+ "Create Channel": "Create Channel",
20
+ "Update Profile": "Update Profile",
21
+ "Get channel history": "Get channel history",
22
+ "Set User Status": "Set User Status",
23
+ "Markdown to Slack format": "Markdown to Slack format",
24
+ "Retrieve Thread Messages": "Retrieve Thread Messages",
25
+ "Set Channel Topic": "Set Channel Topic",
26
+ "Get Message by Timestamp": "Get Message by Timestamp",
27
+ "Invite User to Channel": "Invite User to Channel",
28
28
  "Custom API Call": "自定义 API 呼叫",
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.": "返回給定文件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.": "根據 Slack 名稱查找用戶。",
41
- "Finds a user by their ID.": "通過ID查找用戶。",
29
+ "Add an emoji reaction to a message.": "Add an emoji reaction to a message.",
30
+ "Send message to a user": "Send message to a user",
31
+ "Send message to a channel": "Send message to a channel",
32
+ "Send approval message to a user and then wait until the message is approved or disapproved": "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": "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": "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": "Send a message in a channel and wait until an action is selected",
36
+ "Upload file without sharing it to a channel or user": "Upload file without sharing it to a channel or user",
37
+ "Return information about a given file ID.": "Return information about a given file ID.",
38
+ "Searches for messages matching a query": "Searches for messages matching a query",
39
+ "Finds a user by matching against their email address.": "Finds a user by matching against their email address.",
40
+ "Finds a user by matching against their Slack handle.": "Finds a user by matching against their Slack handle.",
41
+ "Finds a user by their ID.": "Finds a user by their ID.",
42
42
  "List all users of the workspace": "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": " Markdown 格式的文字轉換為 Slack 的偽 Markdown 語法",
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": "將一個自定義 API 調用到一個特定的終點",
43
+ "Update an existing message": "Update an existing message",
44
+ "Creates a new channel.": "Creates a new channel.",
45
+ "Update basic profile field such as name or title.": "Update basic profile field such as name or title.",
46
+ "Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "Retrieve all messages from a specific channel (\"conversation\") between specified timestamps",
47
+ "Sets a user's custom status": "Sets a user's custom status",
48
+ "Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "Convert Markdown-formatted text to Slack's pseudo - markdown syntax",
49
+ "Retrieves thread messages by channel and thread timestamp.": "Retrieves thread messages by channel and thread timestamp.",
50
+ "Sets the topic on a selected channel.": "Sets the topic on a selected channel.",
51
+ "Retrieves a specific message from a channel history using the message's timestamp.": "Retrieves a specific message from a channel history using the message's timestamp.",
52
+ "Invites an existing User to an existing channel.": "Invites an existing User to an existing channel.",
53
+ "Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
54
54
  "Markdown": "Markdown",
55
- "Channel": "頻道",
56
- "Message Timestamp": "消息時間戳",
57
- "Reaction (emoji) name": "反應表情名稱",
58
- "User": "用戶",
59
- "Message": "消息",
60
- "Username": "用戶名",
61
- "Profile Picture": "個人資料照片",
62
- "Block Kit blocks": "Block Kit 模塊",
63
- "Attachment": "附件",
64
- "Thread ts": "線程 ts",
55
+ "Channel": "Channel",
56
+ "Message Timestamp": "Message Timestamp",
57
+ "Reaction (emoji) name": "Reaction (emoji) name",
58
+ "User": "用户",
59
+ "Message": "Message",
60
+ "Username": "用户名",
61
+ "Profile Picture": "Profile Picture",
62
+ "Block Kit blocks": "Block Kit blocks",
63
+ "Attachment": "Attachment",
64
+ "Thread ts": "Thread ts",
65
65
  "Broadcast reply to channel": "Broadcast reply to channel",
66
- "Action Buttons": "動作按鈕",
67
- "Title": "標題",
68
- "Filename": "文件名",
69
- "File ID": "文件ID",
70
- "Search query": "搜索查詢",
71
- "Email": "電子郵件",
72
- "Handle": "處理",
66
+ "Action Buttons": "Action Buttons",
67
+ "Title": "标题",
68
+ "Filename": "Filename",
69
+ "File ID": "File ID",
70
+ "Search query": "Search query",
71
+ "Email": "电子邮件地址",
72
+ "Handle": "Handle",
73
73
  "ID": "ID",
74
74
  "Include bots?": "Include bots?",
75
75
  "Include disabled users?": "Include disabled users?",
76
- "Channel Name": "頻道名稱",
77
- "Is Private?": "是私密的嗎?",
78
- "First Name": "名字",
79
- "Last Name": "姓氏",
80
- "Oldest": "最早",
81
- "Latest": "最新",
82
- "Inclusive": "包含",
83
- "Include all metadata": "包含所有元數據",
76
+ "Channel Name": "Channel Name",
77
+ "Is Private?": "Is Private?",
78
+ "First Name": "First Name",
79
+ "Last Name": "名字",
80
+ "Oldest": "Oldest",
81
+ "Latest": "Latest",
82
+ "Inclusive": "Inclusive",
83
+ "Include all metadata": "Include all metadata",
84
84
  "Text": "文本",
85
- "Emoji": "表情",
86
- "Expires at": "過期時間",
87
- "Markdown text": "Markdown 文本",
88
- "Topic": "主題",
85
+ "Emoji": "Emoji",
86
+ "Expires at": "Expires at",
87
+ "Markdown text": "Markdown text",
88
+ "Topic": "Topic",
89
89
  "Method": "方法",
90
- "Headers": "信頭",
91
- "Query Parameters": "查詢參數",
92
- "Body": "正文內容",
90
+ "Headers": "信头",
91
+ "Query Parameters": "查询参数",
92
+ "Body": "正文内容",
93
93
  "Response is Binary ?": "Response is Binary ?",
94
- "No Error on Failure": "失敗時沒有錯誤",
95
- "Timeout (in seconds)": "超時(秒)",
96
- "Use user token": "使用用戶令牌",
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\t請確保通過以下步驟將機器人添加到頻道:\n\t 1. 在頻道的聊天中輸入 /invite。\n\t 2. 點擊將應用添加到此頻道。\n\t 3. 搜索並添加機器人。\n \n**注意**:如果您在下拉列表中找不到頻道(該列表最多可獲取 2000 個頻道),請單擊 **(F)** 並直接輸入頻道 ID。\n ",
98
- "You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "您可以通過右鍵單擊頻道並選擇 '查看頻道詳情' 獲取頻道 ID。",
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.": "請提供您希望反應的消息的時間戳,例如 `1710304378.475129`。或者,您可以通過單擊消息旁邊的三個點並選擇 `複製鏈接` 選項來輕鬆獲取消息鏈接。",
100
- "e.g.`thumbsup`": "例如`thumbsup`",
101
- "The username of the bot": "機器人的用戶名",
102
- "The profile picture of the bot": "機器人的個人資料圖片",
103
- "See https://api.slack.com/block-kit for specs": "查看 https://api.slack.com/block-kit 以了解規格",
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.": "提供**父**消息的 ts (時間戳) 值以使此消息成為回覆。不要使用回覆本身的 ts 值;請使用其父值。例如 `1710304378.475129`。或者,您可以通過單擊父消息旁邊的三個點並選擇 `複製鏈接` 選項來輕鬆獲取消息鏈接。",
94
+ "No Error on Failure": "失败时没有错误",
95
+ "Timeout (in seconds)": "超时(秒)",
96
+ "Use user token": "Use user token",
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.'": "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.": "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.",
100
+ "e.g.`thumbsup`": "e.g.`thumbsup`",
101
+ "The username of the bot": "The username of the bot",
102
+ "The profile picture of the bot": "The profile picture of the bot",
103
+ "See https://api.slack.com/block-kit for specs": "See https://api.slack.com/block-kit for specs",
104
+ "The text of your message": "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.": "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
106
  "When replying to a thread, also make the message visible to everyone in the channel (only applicable when Thread Timestamp is provided)": "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.": "您可以從新消息觸發器有效負載中傳遞文件 ID",
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.": "請提供您希望更新的消息的時間戳,例如 `1710304378.475129`。或者,您可以通過單擊消息旁邊的三個點並選擇 `複製鏈接` 選項來輕鬆獲取消息鏈接。",
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.": "更改用戶的郵件地址會向舊地址和新地址發送郵件,並通過 slackbot 向用戶發送郵件提醒他們變更。",
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。此參數僅可由付費團隊的管理員指定。您可以使用 **通過郵件查找用戶** 操作來檢索 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": "\"\u001d只有在此時間戳之前的消息才會被包括在結果中。默認值是當前時間\"",
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:": "\"\u001d表情簡稱(標準或自定義),例如 :tada: :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.": "提供**父**消息的 ts (時間戳) 值以檢索這個消息的回覆。不要使用回覆本身的 ts 值;請使用其父值。例如 `1710304378.475129`。或者,您可以通過單擊父消息旁邊的三個點並選擇 `複製鏈接` 選項來輕鬆獲取消息鏈接。",
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.": "請提供您希望檢索的消息的時間戳,例如 `1710304378.475129`。或者,您可以通過單擊消息旁邊的三個點並選擇 `複製鏈接` 選項來輕鬆獲取消息鏈接。",
121
- "Authorization headers are injected automatically from your connection.": "授權頭自動從您的連接中注入。",
107
+ "You can pass the file ID from the New Message Trigger payload.": "You can pass the file ID from the New Message Trigger payload.",
108
+ "User handle (display name), without the leading @": "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.": "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": "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.": "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 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.",
113
+ "Only messages after this timestamp will be included in results": "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": "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": "Include messages with oldest or latest timestamps in results. Ignored unless either timestamp is specified",
116
+ "Return all metadata associated with each message": "Return all metadata associated with each message",
117
+ "Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standard or custom), e.g. :tada: or :train:",
118
+ "Unix timestamp - if not set, the status will not expire": "Unix timestamp - if not set, the status will not expire",
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.": "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.": "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
122
  "Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
123
- "Use user token instead of bot token": "使用用戶令牌而不是機器人令牌",
124
- "GET": "GET",
125
- "POST": "POST",
123
+ "Use user token instead of bot token": "Use user token instead of bot token",
124
+ "GET": "获取",
125
+ "POST": "帖子",
126
126
  "PATCH": "PATCH",
127
- "PUT": "PUT",
128
- "DELETE": "DELETE",
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)": "\"在向機器人發送特定命令時觸發(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.": "\"當向機器人發送特定命令時觸發(e.g., @bot command arg1 arg2) 通過直接消息。\"",
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)": "表情(例如火,微笑)",
158
- "Commands": "命令",
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\t請確保通過以下步驟將機器人添加到頻道:\n\t 1. 在頻道的聊天中輸入 /invite。\n\t 2. 點擊將應用添加到此頻道。\n\t 3. 搜索並添加機器人。\n \n**注意**:如果您在下拉列表中找不到頻道(該列表最多可獲取 2000 個頻道),請單擊 **(F)** 並直接在如下陣列中鍵入頻道 ID `{`{ ['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)": "\"列出機器人應響應的有效命令(例如,幫助, ocr ,提醒)\"",
163
- "If no channel is selected, the flow will be triggered for commands in all channels": "如果未選擇頻道,則會為所有頻道中的命令觸發流程"
127
+ "PUT": "弹出",
128
+ "DELETE": "删除",
129
+ "HEAD": "黑色",
130
+ "New Public Message Posted Anywhere": "New Public Message Posted Anywhere",
131
+ "New Message Posted to Channel": "New Message Posted to Channel",
132
+ "New Direct Message": "New Direct Message",
133
+ "New Mention in Channel": "New Mention in Channel",
134
+ "New Mention in Direct Message": "New Mention in Direct Message",
135
+ "New Reaction": "New Reaction",
136
+ "Channel created": "Channel created",
137
+ "New Command in Channel": "New Command in Channel",
138
+ "New Command in Direct Message": "New Command in Direct Message",
139
+ "New User": "New User",
140
+ "New Saved Message": "New Saved Message",
141
+ "New Team Custom Emoji": "New Team Custom Emoji",
142
+ "Triggers when a new message is posted to any channel.": "Triggers when a new message is posted to any channel.",
143
+ "Triggers when a new message is posted to a specific #channel you choose.": "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.": "Triggers when a message was posted in a direct message channel.",
145
+ "Triggers when a username is mentioned.": "Triggers when a username is mentioned.",
146
+ "Triggers when a username is mentioned in a direct message channel.": "Triggers when a username is mentioned in a direct message channel.",
147
+ "Triggers when a new reaction is added to a message": "Triggers when a new reaction is added to a message",
148
+ "Triggers when a channel is created": "Triggers when a channel is created",
149
+ "Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "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.": "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.": "Triggers when a new user is created / first joins your org.",
152
+ "Triggers when you save a message.": "Triggers when you save a message.",
153
+ "Triggers when a custom emoji has been added to a team.": "Triggers when a custom emoji has been added to a team.",
154
+ "Ignore Bot Messages ?": "Ignore Bot Messages ?",
155
+ "Ignore Message from Yourself ?": "Ignore Message from Yourself ?",
156
+ "Channels": "Channels",
157
+ "Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
158
+ "Commands": "Commands",
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": "If no channel is selected, the flow will be triggered for username mentions in all channels",
161
+ "Select emojis to trigger on": "Select emojis to trigger on",
162
+ "List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "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": "If no channel is selected, the flow will be triggered for commands in all channels"
164
164
  }