@activepieces/piece-slack 0.12.5 → 0.12.7
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 +5 -5
- package/src/i18n/ca.json +158 -0
- package/src/i18n/de.json +186 -0
- package/src/i18n/es.json +186 -0
- package/src/i18n/fr.json +186 -0
- package/src/i18n/hi.json +158 -0
- package/src/i18n/id.json +158 -0
- package/src/i18n/ja.json +186 -0
- package/src/i18n/nl.json +186 -0
- package/src/i18n/pt.json +186 -0
- package/src/i18n/ru.json +164 -0
- package/src/i18n/translation.json +186 -0
- package/src/i18n/vi.json +162 -0
- package/src/i18n/zh.json +186 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -0
- package/src/lib/actions/add-reaction-to-message.d.ts +1 -0
- package/src/lib/actions/add-reaction-to-message.d.ts.map +1 -0
- package/src/lib/actions/create-channel.d.ts +1 -0
- package/src/lib/actions/create-channel.d.ts.map +1 -0
- package/src/lib/actions/delete-message.d.ts +1 -0
- package/src/lib/actions/delete-message.d.ts.map +1 -0
- package/src/lib/actions/find-user-by-email.d.ts +1 -0
- package/src/lib/actions/find-user-by-email.d.ts.map +1 -0
- package/src/lib/actions/find-user-by-handle.d.ts +1 -0
- package/src/lib/actions/find-user-by-handle.d.ts.map +1 -0
- package/src/lib/actions/find-user-by-id.d.ts +1 -0
- package/src/lib/actions/find-user-by-id.d.ts.map +1 -0
- package/src/lib/actions/get-channel-history.d.ts +1 -0
- package/src/lib/actions/get-channel-history.d.ts.map +1 -0
- package/src/lib/actions/get-file.d.ts +1 -0
- package/src/lib/actions/get-file.d.ts.map +1 -0
- package/src/lib/actions/get-message.d.ts +1 -0
- package/src/lib/actions/get-message.d.ts.map +1 -0
- package/src/lib/actions/invite-user-to-channel.d.ts +1 -0
- package/src/lib/actions/invite-user-to-channel.d.ts.map +1 -0
- package/src/lib/actions/list-users.d.ts +1 -0
- package/src/lib/actions/list-users.d.ts.map +1 -0
- package/src/lib/actions/markdown-to-slack-format.d.ts +1 -0
- package/src/lib/actions/markdown-to-slack-format.d.ts.map +1 -0
- package/src/lib/actions/request-action-direct-message.d.ts +1 -0
- package/src/lib/actions/request-action-direct-message.d.ts.map +1 -0
- package/src/lib/actions/request-action-message.d.ts +1 -0
- package/src/lib/actions/request-action-message.d.ts.map +1 -0
- package/src/lib/actions/request-approval-direct-message.d.ts +1 -0
- package/src/lib/actions/request-approval-direct-message.d.ts.map +1 -0
- package/src/lib/actions/request-approval-message.d.ts +1 -0
- package/src/lib/actions/request-approval-message.d.ts.map +1 -0
- package/src/lib/actions/retrieve-thread-messages.d.ts +1 -0
- package/src/lib/actions/retrieve-thread-messages.d.ts.map +1 -0
- package/src/lib/actions/search-messages.d.ts +1 -0
- package/src/lib/actions/search-messages.d.ts.map +1 -0
- package/src/lib/actions/send-direct-message-action.d.ts +1 -0
- package/src/lib/actions/send-direct-message-action.d.ts.map +1 -0
- package/src/lib/actions/send-message-action.d.ts +1 -0
- package/src/lib/actions/send-message-action.d.ts.map +1 -0
- package/src/lib/actions/set-channel-topic.d.ts +1 -0
- package/src/lib/actions/set-channel-topic.d.ts.map +1 -0
- package/src/lib/actions/set-user-status.d.ts +1 -0
- package/src/lib/actions/set-user-status.d.ts.map +1 -0
- package/src/lib/actions/update-message.d.ts +1 -0
- package/src/lib/actions/update-message.d.ts.map +1 -0
- package/src/lib/actions/update-profile.d.ts +1 -0
- package/src/lib/actions/update-profile.d.ts.map +1 -0
- package/src/lib/actions/upload-file.d.ts +1 -0
- package/src/lib/actions/upload-file.d.ts.map +1 -0
- package/src/lib/auth.d.ts +1 -0
- package/src/lib/auth.d.ts.map +1 -0
- package/src/lib/common/props.d.ts +1 -0
- package/src/lib/common/props.d.ts.map +1 -0
- package/src/lib/common/request-action.d.ts +1 -0
- package/src/lib/common/request-action.d.ts.map +1 -0
- package/src/lib/common/types.d.ts +1 -0
- package/src/lib/common/types.d.ts.map +1 -0
- package/src/lib/common/utils.d.ts +1 -0
- package/src/lib/common/utils.d.ts.map +1 -0
- package/src/lib/triggers/new-channel.d.ts +1 -0
- package/src/lib/triggers/new-channel.d.ts.map +1 -0
- package/src/lib/triggers/new-command-in-direct-message.d.ts +1 -0
- package/src/lib/triggers/new-command-in-direct-message.d.ts.map +1 -0
- package/src/lib/triggers/new-command.d.ts +1 -0
- package/src/lib/triggers/new-command.d.ts.map +1 -0
- package/src/lib/triggers/new-direct-message.d.ts +1 -0
- package/src/lib/triggers/new-direct-message.d.ts.map +1 -0
- package/src/lib/triggers/new-mention-in-direct-message.d.ts +1 -0
- package/src/lib/triggers/new-mention-in-direct-message.d.ts.map +1 -0
- package/src/lib/triggers/new-mention.d.ts +5 -0
- package/src/lib/triggers/new-mention.d.ts.map +1 -0
- package/src/lib/triggers/new-mention.js +14 -1
- package/src/lib/triggers/new-mention.js.map +1 -1
- package/src/lib/triggers/new-message-in-channel.d.ts +1 -0
- package/src/lib/triggers/new-message-in-channel.d.ts.map +1 -0
- package/src/lib/triggers/new-message.d.ts +1 -0
- package/src/lib/triggers/new-message.d.ts.map +1 -0
- package/src/lib/triggers/new-modal-interaction.d.ts +1 -0
- package/src/lib/triggers/new-modal-interaction.d.ts.map +1 -0
- package/src/lib/triggers/new-reaction-added.d.ts +1 -0
- package/src/lib/triggers/new-reaction-added.d.ts.map +1 -0
- package/src/lib/triggers/new-saved-message.d.ts +1 -0
- package/src/lib/triggers/new-saved-message.d.ts.map +1 -0
- package/src/lib/triggers/new-team-custom-emoji.d.ts +1 -0
- package/src/lib/triggers/new-team-custom-emoji.d.ts.map +1 -0
- package/src/lib/triggers/new-user.d.ts +1 -0
- package/src/lib/triggers/new-user.d.ts.map +1 -0
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/piece-slack",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.7",
|
|
4
4
|
"main": "./src/index.js",
|
|
5
5
|
"types": "./src/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
7
|
-
"@activepieces/pieces-common": "0.
|
|
8
|
-
"@activepieces/pieces-framework": "0.
|
|
9
|
-
"@activepieces/shared": "0.
|
|
7
|
+
"@activepieces/pieces-common": "0.12.0",
|
|
8
|
+
"@activepieces/pieces-framework": "0.26.0",
|
|
9
|
+
"@activepieces/shared": "0.43.0",
|
|
10
10
|
"@slack/web-api": "7.9.0",
|
|
11
11
|
"slackify-markdown": "4.4.0",
|
|
12
|
-
"zod": "4.
|
|
12
|
+
"zod": "4.3.6",
|
|
13
13
|
"tslib": "2.6.2"
|
|
14
14
|
},
|
|
15
15
|
"scripts": {
|
package/src/i18n/ca.json
ADDED
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Slack": "Slack",
|
|
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
|
+
"Update message": "Update message",
|
|
18
|
+
"Create Channel": "Create Channel",
|
|
19
|
+
"Update Profile": "Update Profile",
|
|
20
|
+
"Get channel history": "Get channel history",
|
|
21
|
+
"Set User Status": "Set User Status",
|
|
22
|
+
"Markdown to Slack format": "Markdown to Slack format",
|
|
23
|
+
"Retrieve Thread Messages": "Retrieve Thread Messages",
|
|
24
|
+
"Set Channel Topic": "Set Channel Topic",
|
|
25
|
+
"Get Message by Timestamp": "Get Message by Timestamp",
|
|
26
|
+
"Invite User to Channel": "Invite User to Channel",
|
|
27
|
+
"Custom API Call": "Custom API Call",
|
|
28
|
+
"Add an emoji reaction to a message.": "Add an emoji reaction to a message.",
|
|
29
|
+
"Send message to a user": "Send message to a user",
|
|
30
|
+
"Send message to a channel": "Send message to a channel",
|
|
31
|
+
"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",
|
|
32
|
+
"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",
|
|
33
|
+
"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",
|
|
34
|
+
"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",
|
|
35
|
+
"Upload file without sharing it to a channel or user": "Upload file without sharing it to a channel or user",
|
|
36
|
+
"Return information about a given file ID.": "Return information about a given file ID.",
|
|
37
|
+
"Searches for messages matching a query": "Searches for messages matching a query",
|
|
38
|
+
"Finds a user by matching against their email address.": "Finds a user by matching against their email address.",
|
|
39
|
+
"Finds a user by matching against their Slack handle.": "Finds a user by matching against their Slack handle.",
|
|
40
|
+
"Finds a user by their ID.": "Finds a user by their ID.",
|
|
41
|
+
"Update an existing message": "Update an existing message",
|
|
42
|
+
"Creates a new channel.": "Creates a new channel.",
|
|
43
|
+
"Update basic profile field such as name or title.": "Update basic profile field such as name or title.",
|
|
44
|
+
"Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "Retrieve all messages from a specific channel (\"conversation\") between specified timestamps",
|
|
45
|
+
"Sets a user's custom status": "Sets a user's custom status",
|
|
46
|
+
"Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "Convert Markdown-formatted text to Slack's pseudo - markdown syntax",
|
|
47
|
+
"Retrieves thread messages by channel and thread timestamp.": "Retrieves thread messages by channel and thread timestamp.",
|
|
48
|
+
"Sets the topic on a selected channel.": "Sets the topic on a selected channel.",
|
|
49
|
+
"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.",
|
|
50
|
+
"Invites an existing User to an existing channel.": "Invites an existing User to an existing channel.",
|
|
51
|
+
"Make a custom API call to a specific endpoint": "Make a custom API call to a specific endpoint",
|
|
52
|
+
"Markdown": "Markdown",
|
|
53
|
+
"Channel": "Channel",
|
|
54
|
+
"Message Timestamp": "Message Timestamp",
|
|
55
|
+
"Reaction (emoji) name": "Reaction (emoji) name",
|
|
56
|
+
"User": "User",
|
|
57
|
+
"Message": "Message",
|
|
58
|
+
"Username": "Username",
|
|
59
|
+
"Profile Picture": "Profile Picture",
|
|
60
|
+
"Block Kit blocks": "Block Kit blocks",
|
|
61
|
+
"Attachment": "Attachment",
|
|
62
|
+
"Thread ts": "Thread ts",
|
|
63
|
+
"Unfurl Links": "Unfurl Links",
|
|
64
|
+
"Action Buttons": "Action Buttons",
|
|
65
|
+
"Title": "Title",
|
|
66
|
+
"Filename": "Filename",
|
|
67
|
+
"File ID": "File ID",
|
|
68
|
+
"Search query": "Search query",
|
|
69
|
+
"Email": "Email",
|
|
70
|
+
"Handle": "Handle",
|
|
71
|
+
"ID": "ID",
|
|
72
|
+
"Channel Name": "Channel Name",
|
|
73
|
+
"Is Private?": "Is Private?",
|
|
74
|
+
"First Name": "First Name",
|
|
75
|
+
"Last Name": "Last Name",
|
|
76
|
+
"Oldest": "Oldest",
|
|
77
|
+
"Latest": "Latest",
|
|
78
|
+
"Inclusive": "Inclusive",
|
|
79
|
+
"Include all metadata": "Include all metadata",
|
|
80
|
+
"Text": "Text",
|
|
81
|
+
"Emoji": "Emoji",
|
|
82
|
+
"Expires at": "Expires at",
|
|
83
|
+
"Markdown text": "Markdown text",
|
|
84
|
+
"Topic": "Topic",
|
|
85
|
+
"Method": "Method",
|
|
86
|
+
"Headers": "Headers",
|
|
87
|
+
"Query Parameters": "Query Parameters",
|
|
88
|
+
"Body": "Body",
|
|
89
|
+
"No Error on Failure": "No Error on Failure",
|
|
90
|
+
"Timeout (in seconds)": "Timeout (in seconds)",
|
|
91
|
+
"Use user token": "Use user token",
|
|
92
|
+
"\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 ",
|
|
93
|
+
"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.'",
|
|
94
|
+
"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.",
|
|
95
|
+
"e.g.`thumbsup`": "e.g.`thumbsup`",
|
|
96
|
+
"The username of the bot": "The username of the bot",
|
|
97
|
+
"The profile picture of the bot": "The profile picture of the bot",
|
|
98
|
+
"See https://api.slack.com/block-kit for specs": "See https://api.slack.com/block-kit for specs",
|
|
99
|
+
"The text of your message": "The text of your message",
|
|
100
|
+
"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.",
|
|
101
|
+
"You can pass the file ID from the New Message Trigger payload.": "You can pass the file ID from the New Message Trigger payload.",
|
|
102
|
+
"User handle (display name), without the leading @": "User handle (display name), without the leading @",
|
|
103
|
+
"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.",
|
|
104
|
+
"The updated text of your message": "The updated text of your message",
|
|
105
|
+
"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.",
|
|
106
|
+
"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.",
|
|
107
|
+
"Only messages after this timestamp will be included in results": "Only messages after this timestamp will be included in results",
|
|
108
|
+
"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",
|
|
109
|
+
"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",
|
|
110
|
+
"Return all metadata associated with each message": "Return all metadata associated with each message",
|
|
111
|
+
"Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji shortname (standard or custom), e.g. :tada: or :train:",
|
|
112
|
+
"Unix timestamp - if not set, the status will not expire": "Unix timestamp - if not set, the status will not expire",
|
|
113
|
+
"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.",
|
|
114
|
+
"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.",
|
|
115
|
+
"Authorization headers are injected automatically from your connection.": "Authorization headers are injected automatically from your connection.",
|
|
116
|
+
"Use user token instead of bot token": "Use user token instead of bot token",
|
|
117
|
+
"GET": "GET",
|
|
118
|
+
"POST": "POST",
|
|
119
|
+
"PATCH": "PATCH",
|
|
120
|
+
"PUT": "PUT",
|
|
121
|
+
"DELETE": "DELETE",
|
|
122
|
+
"HEAD": "HEAD",
|
|
123
|
+
"New Public Message Posted Anywhere": "New Public Message Posted Anywhere",
|
|
124
|
+
"New Message Posted to Channel": "New Message Posted to Channel",
|
|
125
|
+
"New Direct Message": "New Direct Message",
|
|
126
|
+
"New Mention in Channel": "New Mention in Channel",
|
|
127
|
+
"New Mention in Direct Message": "New Mention in Direct Message",
|
|
128
|
+
"New Reaction": "New Reaction",
|
|
129
|
+
"Channel created": "Channel created",
|
|
130
|
+
"New Command in Channel": "New Command in Channel",
|
|
131
|
+
"New Command in Direct Message": "New Command in Direct Message",
|
|
132
|
+
"New User": "New User",
|
|
133
|
+
"New Saved Message": "New Saved Message",
|
|
134
|
+
"New Team Custom Emoji": "New Team Custom Emoji",
|
|
135
|
+
"Triggers when a new message is posted to any channel.": "Triggers when a new message is posted to any channel.",
|
|
136
|
+
"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.",
|
|
137
|
+
"Triggers when a message was posted in a direct message channel.": "Triggers when a message was posted in a direct message channel.",
|
|
138
|
+
"Triggers when a username is mentioned.": "Triggers when a username is mentioned.",
|
|
139
|
+
"Triggers when a username is mentioned in a direct message channel.": "Triggers when a username is mentioned in a direct message channel.",
|
|
140
|
+
"Triggers when a new reaction is added to a message": "Triggers when a new reaction is added to a message",
|
|
141
|
+
"Triggers when a channel is created": "Triggers when a channel is created",
|
|
142
|
+
"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)",
|
|
143
|
+
"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.",
|
|
144
|
+
"Triggers when a new user is created / first joins your org.": "Triggers when a new user is created / first joins your org.",
|
|
145
|
+
"Triggers when you save a message.": "Triggers when you save a message.",
|
|
146
|
+
"Triggers when a custom emoji has been added to a team.": "Triggers when a custom emoji has been added to a team.",
|
|
147
|
+
"Ignore Bot Messages ?": "Ignore Bot Messages ?",
|
|
148
|
+
"Ignore Message from Yourself ?": "Ignore Message from Yourself ?",
|
|
149
|
+
"Channels": "Channels",
|
|
150
|
+
"Emojis (E.g fire, smile)": "Emojis (E.g fire, smile)",
|
|
151
|
+
"Commands": "Commands",
|
|
152
|
+
"\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', ...] `}`}",
|
|
153
|
+
"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",
|
|
154
|
+
"Select emojis to trigger on": "Select emojis to trigger on",
|
|
155
|
+
"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)",
|
|
156
|
+
"Enable link unfurling for this message": "Enable link unfurling for this message",
|
|
157
|
+
"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"
|
|
158
|
+
}
|
package/src/i18n/de.json
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Channel-based messaging platform": "Channel-basierte Messaging-Plattform",
|
|
3
|
+
"Add Reaction to Message": "Antwort zur Nachricht hinzufügen",
|
|
4
|
+
"Send Message To A User": "Nachricht an einen Benutzer senden",
|
|
5
|
+
"Send Message To A Channel": "Nachricht an einen Kanal senden",
|
|
6
|
+
"Request Approval from A User": "Genehmigung von einem Benutzer anfordern",
|
|
7
|
+
"Request Approval in a Channel": "Genehmigung in einem Kanal anfordern",
|
|
8
|
+
"Request Action from A User": "Anfrage-Aktion von einem Benutzer",
|
|
9
|
+
"Request Action in A Channel": "Aktion in einem Kanal anfordern",
|
|
10
|
+
"Upload file": "Datei hochladen",
|
|
11
|
+
"Get File": "Datei abrufen",
|
|
12
|
+
"Search messages": "Nachrichten durchsuchen",
|
|
13
|
+
"Find User by Email": "Benutzer per E-Mail finden",
|
|
14
|
+
"Find User by Handle": "Benutzer nach Handle suchen",
|
|
15
|
+
"Find User by ID": "Benutzer über ID finden",
|
|
16
|
+
"List users": "Benutzer auflisten",
|
|
17
|
+
"Update message": "Nachricht aktualisieren",
|
|
18
|
+
"Delete Message": "Nachricht löschen",
|
|
19
|
+
"Create Channel": "Kanal erstellen",
|
|
20
|
+
"Update Profile": "Profil aktualisieren",
|
|
21
|
+
"Get channel history": "Senderverlauf erhalten",
|
|
22
|
+
"Set User Status": "Benutzerstatus festlegen",
|
|
23
|
+
"Markdown to Slack format": "Markdown to Slack format",
|
|
24
|
+
"Retrieve Thread Messages": "Thread-Nachrichten abrufen",
|
|
25
|
+
"Set Channel Topic": "Kanalthema festlegen",
|
|
26
|
+
"Get Message by Timestamp": "Nachricht nach Zeitstempel holen",
|
|
27
|
+
"Invite User to Channel": "Benutzer in Kanal einladen",
|
|
28
|
+
"Custom API Call": "Eigener API-Aufruf",
|
|
29
|
+
"Add an emoji reaction to a message.": "Füge eine Emoji-Reaktion zu einer Nachricht hinzu.",
|
|
30
|
+
"Send message to a user": "Nachricht an einen Benutzer senden",
|
|
31
|
+
"Send message to a channel": "Nachricht an einen Kanal senden",
|
|
32
|
+
"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",
|
|
33
|
+
"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",
|
|
34
|
+
"Send a message to a user and wait until the user selects an action": "Senden Sie eine Nachricht an einen Benutzer und warten Sie, bis der Benutzer eine Aktion ausgewählt hat",
|
|
35
|
+
"Send a message in a channel and wait until an action is selected": "Sende eine Nachricht in einem Kanal und warte, bis eine Aktion ausgewählt ist",
|
|
36
|
+
"Upload file without sharing it to a channel or user": "Datei hochladen, ohne sie in einen Kanal oder Benutzer zu teilen",
|
|
37
|
+
"Return information about a given file ID.": "Gibt Informationen über eine angegebene Datei-ID zurück.",
|
|
38
|
+
"Searches for messages matching a query": "Sucht nach Nachrichten, die einer Abfrage entsprechen",
|
|
39
|
+
"Finds a user by matching against their email address.": "Findet einen Benutzer, indem er mit seiner E-Mail-Adresse übereinstimmt.",
|
|
40
|
+
"Finds a user by matching against their Slack handle.": "Findet einen Benutzer, indem er mit seinem Slack Handle übereinstimmt.",
|
|
41
|
+
"Finds a user by their ID.": "Findet einen Benutzer nach seiner ID.",
|
|
42
|
+
"List all users of the workspace": "Alle Benutzer des Arbeitsbereichs auflisten",
|
|
43
|
+
"Update an existing message": "Vorhandene Nachricht aktualisieren",
|
|
44
|
+
"Deletes a specific message from a channel using the message's timestamp.": "Löscht eine bestimmte Nachricht aus einem Kanal mit dem Zeitstempel der Nachricht.",
|
|
45
|
+
"Creates a new channel.": "Erstellt einen neuen Kanal.",
|
|
46
|
+
"Update basic profile field such as name or title.": "Grundlegendes Profilfeld wie Name oder Titel aktualisieren.",
|
|
47
|
+
"Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "Alle Nachrichten von einem bestimmten Kanal (\"Konversation\") zwischen angegebenen Zeitstempel abrufen",
|
|
48
|
+
"Sets a user's custom status": "Setzt den benutzerdefinierten Status eines Benutzers",
|
|
49
|
+
"Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "Markdown-formatierter Text in Slack's Pseudo - Markdown-Syntax umwandeln",
|
|
50
|
+
"Retrieves thread messages by channel and thread timestamp.": "Ruft Thread-Nachrichten nach Kanal und Thread-Zeitstempel ab.",
|
|
51
|
+
"Sets the topic on a selected channel.": "Setzt das Thema in einem ausgewählten Kanal.",
|
|
52
|
+
"Retrieves a specific message from a channel history using the message's timestamp.": "Ruft eine bestimmte Nachricht aus einem Kanalverlauf mit dem Zeitstempel der Nachricht ab.",
|
|
53
|
+
"Invites an existing User to an existing channel.": "Lädt einen existierenden Benutzer in einen existierenden Channel.",
|
|
54
|
+
"Make a custom API call to a specific endpoint": "Einen benutzerdefinierten API-Aufruf an einen bestimmten Endpunkt machen",
|
|
55
|
+
"Markdown": "Markdown",
|
|
56
|
+
"Channel": "Kanal",
|
|
57
|
+
"Message Timestamp": "Nachrichtenzeitstempel",
|
|
58
|
+
"Reaction (emoji) name": "Reaktionsname (Emoji)",
|
|
59
|
+
"User": "Benutzer",
|
|
60
|
+
"Message": "Nachricht",
|
|
61
|
+
"Username": "Benutzername",
|
|
62
|
+
"Profile Picture": "Profilbild",
|
|
63
|
+
"Icon Emoji": "Icon Emoji",
|
|
64
|
+
"Mention flow of origin?": "Herkunftsfluss?",
|
|
65
|
+
"Block Kit blocks": "Block Kit Blöcke",
|
|
66
|
+
"Unfurl Links": "Links entsperren",
|
|
67
|
+
"Send as a bot?": "Als Bot senden?",
|
|
68
|
+
"Reply to Thread (Thread Message Link/Timestamp)": "Auf Thread antworten (Thread Nachricht Link/Zeitstempel)",
|
|
69
|
+
"Attachment": "Anhang",
|
|
70
|
+
"Broadcast reply to channel": "Antwort an den Kanal senden",
|
|
71
|
+
"Action Buttons": "Aktionstasten",
|
|
72
|
+
"Title": "Titel",
|
|
73
|
+
"Filename": "Dateiname",
|
|
74
|
+
"File ID": "Datei-ID",
|
|
75
|
+
"Search query": "Suchanfrage",
|
|
76
|
+
"Email": "E-Mail",
|
|
77
|
+
"Handle": "Handle",
|
|
78
|
+
"ID": "ID",
|
|
79
|
+
"Include bots?": "Bots einbeziehen?",
|
|
80
|
+
"Include disabled users?": "Deaktivierte Benutzer einbeziehen?",
|
|
81
|
+
"Channel Name": "Kanalname",
|
|
82
|
+
"Is Private?": "Ist privat?",
|
|
83
|
+
"First Name": "Vorname",
|
|
84
|
+
"Last Name": "Nachname",
|
|
85
|
+
"Oldest": "Älteste",
|
|
86
|
+
"Latest": "Neueste",
|
|
87
|
+
"Inclusive": "Inklusiv",
|
|
88
|
+
"Include all metadata": "Alle Metadaten einbeziehen",
|
|
89
|
+
"Text": "Text",
|
|
90
|
+
"Emoji": "Emoji",
|
|
91
|
+
"Expires at": "Gültig bis",
|
|
92
|
+
"Markdown text": "Markdown Text",
|
|
93
|
+
"Thread ts": "Thread ts",
|
|
94
|
+
"Topic": "Thema",
|
|
95
|
+
"Method": "Methode",
|
|
96
|
+
"Headers": "Kopfzeilen",
|
|
97
|
+
"Query Parameters": "Abfrageparameter",
|
|
98
|
+
"Body Type": "Körpertyp",
|
|
99
|
+
"Body": "Körper",
|
|
100
|
+
"Response is Binary ?": "Antwort ist binär?",
|
|
101
|
+
"No Error on Failure": "Kein Fehler bei Fehler",
|
|
102
|
+
"Timeout (in seconds)": "Timeout (in Sekunden)",
|
|
103
|
+
"Follow redirects": "Weiterleitungen folgen",
|
|
104
|
+
"Use user token": "Benutzer-Token verwenden",
|
|
105
|
+
"\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\tBitte stelle sicher, dass du den Bot zum Kanal hinzufügst, indem du folgende Schritte folgst:\n\t 1. Geben Sie /invite in den Chat des Kanals ein.\n\t 2. Klicken Sie auf Apps zu diesem Kanal hinzufügen.\n\t 3. Suche und füge den Bot hinzu.\n \n**Notiz**: Wenn du den Kanal in der Dropdown-Liste nicht finden kannst (welche bis zu 2000 Kanäle abruft) Bitte klicken Sie auf das **(F)** und geben Sie die Kanal-ID direkt ein.\n ",
|
|
106
|
+
"You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Sie können die Kanal-ID erhalten, indem Sie mit der rechten Maustaste auf den Kanal klicken und \"Kanaldetails anzeigen\" auswählen.",
|
|
107
|
+
"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.": "Bitte geben Sie den Zeitstempel der Nachricht an, die Sie reagieren möchten, wie zum Beispiel `1710304378.475129`. Alternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der Nachricht klickst und die Option `Link kopieren` auswählst.",
|
|
108
|
+
"e.g.`thumbsup`": "e.g.`thumbsup`",
|
|
109
|
+
"The username of the bot": "Der Benutzername des Bots",
|
|
110
|
+
"The profile picture of the bot": "Das Profilbild des Bots",
|
|
111
|
+
"The icon emoji of the bot": "Das Emoji des Bots Symbol",
|
|
112
|
+
"If checked, adds a mention at the end of the Slack message to indicate which flow sent the notification, with a link to said flow.": "Wenn aktiviert, fügt am Ende der Slack Nachricht eine Erwähnung hinzu, um anzugeben, welcher Fluss die Benachrichtigung mit einem Link zu diesem Fluss gesendet hat.",
|
|
113
|
+
"See https://api.slack.com/block-kit for specs": "Siehe https://api.slack.com/block-kit für Spezifikationen",
|
|
114
|
+
"Enable link unfurling for this message": "Aktiviere Link unfurling für diese Nachricht",
|
|
115
|
+
"The text of your message. When using Block Kit blocks, this is used as a fallback for notifications.": "Der Text deiner Nachricht. Wenn du Block Kit blockierst, wird dies als Fallback für Benachrichtigungen verwendet.",
|
|
116
|
+
"Provide the ts (timestamp) or link 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.": "Geben Sie die ts (Zeitstempel) oder den Link-Wert der **Eltern** Nachricht an, um diese Nachricht zu einer Antwort zu machen. Verwenden Sie nicht den ts Wert der Antwort selbst; verwenden Sie stattdessen den übergeordneten Wert. Zum Beispiel `1710304378.475129`. lternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der übergeordneten Nachricht klickst und die Option `Link kopieren` auswählst.",
|
|
117
|
+
"When replying to a thread, also make the message visible to everyone in the channel (only applicable when Thread Timestamp is provided)": "Wenn Sie auf einen Thread antworten, machen Sie die Nachricht auch für alle im Kanal sichtbar (nur anwendbar, wenn Thread-Zeitstempel zur Verfügung steht)",
|
|
118
|
+
"You can pass the file ID from the New Message Trigger payload.": "Sie können die Datei-ID von der Payload der neuen Message Trigger übergeben.",
|
|
119
|
+
"User handle (display name), without the leading @": "Benutzerhandle (Anzeigename), ohne führende @",
|
|
120
|
+
"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.": "Bitte geben Sie den Zeitstempel der Nachricht an, die Sie aktualisieren möchten, wie z.B. `1710304378.475129`. Alternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der Nachricht klickst und die Option `Link kopieren` auswählst.",
|
|
121
|
+
"The updated text of your message": "Der aktualisierte Text Ihrer Nachricht",
|
|
122
|
+
"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.": "Bitte geben Sie den Zeitstempel der Nachricht an, die Sie abrufen möchten, wie zum Beispiel `1710304378.475129`. Alternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der Nachricht klickst und die Option `Link kopieren` auswählst.",
|
|
123
|
+
"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.": "Ändern der E-Mail-Adresse eines Benutzers sendet eine E-Mail sowohl an die alten als auch an die neuen Adressen, und posten auch eine Sackbot-Nachricht an den Benutzer, der sie über die Änderung informiert.",
|
|
124
|
+
"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 des zu ändernden Benutzers. Dieses Argument kann nur von Administratoren bei bezahlten Teams angegeben werden. du kannst **Benutzer per E-Mail finden** Aktion zum Abrufen der ID verwenden.",
|
|
125
|
+
"Only messages after this timestamp will be included in results": "Nur Nachrichten nach diesem Zeitstempel werden in die Ergebnisse aufgenommen",
|
|
126
|
+
"Only messages before this timestamp will be included in results. Default is the current time": "Nur Nachrichten bevor dieser Zeitstempel in den Ergebnissen enthalten ist. Standard ist die aktuelle Zeit",
|
|
127
|
+
"Include messages with oldest or latest timestamps in results. Ignored unless either timestamp is specified": "Fügen Sie Nachrichten mit ältesten oder neuesten Zeitstempeln in die Ergebnisse ein. Ignorieren, es sei denn, der Zeitstempel wurde angegeben",
|
|
128
|
+
"Return all metadata associated with each message": "Gibt alle Metadaten zurück, die mit jeder Nachricht verknüpft sind",
|
|
129
|
+
"Emoji shortname (standard or custom), e.g. :tada: or :train:": "Emoji Shortname (Standard oder benutzerdefiniert), z.B. :tada: oder :train:",
|
|
130
|
+
"Unix timestamp - if not set, the status will not expire": "Unix-Zeitstempel - wenn nicht gesetzt, läuft der Status nicht ab",
|
|
131
|
+
"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.": "Geben Sie den ts (Zeitstempel) Wert der **Eltern** Nachricht an, um Antworten dieser Nachricht zu erhalten. Verwenden Sie nicht den ts Wert der Antwort selbst; verwenden Sie stattdessen den übergeordneten Wert. Zum Beispiel `1710304378.475129`. lternativ kannst du einfach den Nachrichtenlink erhalten, indem du auf die drei Punkte neben der übergeordneten Nachricht klickst und die Option `Link kopieren` auswählst.",
|
|
132
|
+
"Authorization headers are injected automatically from your connection.": "Autorisierungs-Header werden automatisch von Ihrer Verbindung injiziert.",
|
|
133
|
+
"Enable for files like PDFs, images, etc.": "Aktivieren für Dateien wie PDFs, Bilder usw.",
|
|
134
|
+
"Use user token instead of bot token": "Benutzer-Token statt Bot-Token verwenden",
|
|
135
|
+
"GET": "ERHALTEN",
|
|
136
|
+
"POST": "POST",
|
|
137
|
+
"PATCH": "PATCH",
|
|
138
|
+
"PUT": "PUT",
|
|
139
|
+
"DELETE": "LÖSCHEN",
|
|
140
|
+
"HEAD": "HEAD",
|
|
141
|
+
"None": "Keine",
|
|
142
|
+
"JSON": "JSON",
|
|
143
|
+
"Form Data": "Formulardaten",
|
|
144
|
+
"Raw": "Rohe",
|
|
145
|
+
"New Public Message Posted Anywhere": "Neue öffentliche Nachricht überall veröffentlicht",
|
|
146
|
+
"New Message Posted to Channel": "Neue Nachricht gepostet in Kanal",
|
|
147
|
+
"New Direct Message": "Neue Direktnachricht",
|
|
148
|
+
"New Mention in Channel": "Neue Erwähnung im Kanal",
|
|
149
|
+
"New Mention in Direct Message": "Neue Erwähnung in Direktnachricht",
|
|
150
|
+
"New Reaction": "Neue Reaktion",
|
|
151
|
+
"Channel created": "Kanal erstellt",
|
|
152
|
+
"New Command in Channel": "Neuer Befehl im Kanal",
|
|
153
|
+
"New Command in Direct Message": "Neuer Befehl in Direktnachricht",
|
|
154
|
+
"New User": "Neuer Benutzer",
|
|
155
|
+
"New Saved Message": "Neue gespeicherte Nachricht",
|
|
156
|
+
"New Team Custom Emoji": "Neues Team Custom Emoji",
|
|
157
|
+
"New Modal Interaction": "Neue Modale Interaktion",
|
|
158
|
+
"Triggers when a new message is posted to any channel.": "Wird ausgelöst, wenn eine neue Nachricht an einen beliebigen Kanal gesendet wird.",
|
|
159
|
+
"Triggers when a new message is posted to a specific #channel you choose.": "Wird ausgelöst, wenn eine neue Nachricht an einen bestimmten #channel gesendet wird, den du wählst.",
|
|
160
|
+
"Triggers when a message was posted in a direct message channel.": "Wird ausgelöst, wenn eine Nachricht in einem Direktnachrichten gesendet wurde.",
|
|
161
|
+
"Triggers when a username is mentioned.": "Wird ausgelöst, wenn ein Benutzername erwähnt wird.",
|
|
162
|
+
"Triggers when a username is mentioned in a direct message channel.": "Wird ausgelöst, wenn ein Benutzername in einem Direktnachrichtenkanal erwähnt wird.",
|
|
163
|
+
"Triggers when a new reaction is added to a message": "Wird ausgelöst, wenn eine neue Reaktion einer Nachricht hinzugefügt wird",
|
|
164
|
+
"Triggers when a channel is created": "Wird ausgelöst, wenn ein Kanal erstellt wird",
|
|
165
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Trigger wenn ein bestimmter Befehl an den Bot gesendet wird (z.B. @bot Befehl arg1 arg2)",
|
|
166
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Trigger wenn ein bestimmter Befehl an den Bot (z.B. @bot Befehl arg1 arg2) via Direct Message gesendet wird.",
|
|
167
|
+
"Triggers when a new user is created / first joins your org.": "Wird ausgelöst, wenn ein neuer Benutzer erstellt wird / zuerst deiner Org beitritt.",
|
|
168
|
+
"Triggers when you save a message.": "Wird ausgelöst, wenn Sie eine Nachricht speichern.",
|
|
169
|
+
"Triggers when a custom emoji has been added to a team.": "Trigger wenn ein benutzerdefinierter Emoji einem Team hinzugefügt wurde.",
|
|
170
|
+
"Triggers when a user interacts with a modal.": "Wird ausgelöst, wenn ein Benutzer mit einem Modal interagiert.",
|
|
171
|
+
"Ignore Bot Messages ?": "Bot Nachrichten ignorieren ?",
|
|
172
|
+
"Ignore Message from Yourself ?": "Nachricht von Ihnen selbst ignorieren ?",
|
|
173
|
+
"Channels": "Kanäle",
|
|
174
|
+
"Emojis (E.g fire, smile)": "Emojis (Feuer, Lächeln)",
|
|
175
|
+
"Commands": "Befehle",
|
|
176
|
+
"Interaction Type": "Interaktionstyp",
|
|
177
|
+
"\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\tBitte stelle sicher, dass du den Bot zum Kanal hinzufügst, indem du folgende Schritte folgst:\n\t 1. Tippe /invite in den Chat des Channels.\n\t 2. Klicke auf Apps zu diesem Kanal hinzufügen.\n\t 3. Suche nach und füge den Bot hinzu.\n \n**Notiz**: Wenn du den Kanal in der Dropdown-Liste nicht finden kannst (welche bis zu 2000 Kanäle abruft) bitte klicken Sie auf das **(F)** und tippen Sie die Kanal-ID direkt in ein Array wie folgt: `{`{ ['your_channel_id_1', 'your_channel_id_2', . .] `}`}",
|
|
178
|
+
"If no channel is selected, the flow will be triggered for username mentions in all channels": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Benutzername Erwähnungen in allen Kanälen ausgelöst",
|
|
179
|
+
"Select emojis to trigger on": "Wähle Emojis zum Auslösen aus",
|
|
180
|
+
"If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Reaktionen in allen Kanälen ausgelöst, auf die die App Zugriff hat",
|
|
181
|
+
"List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Liste gültiger Befehle, auf die der Bot reagieren soll (z.B. help, ocr, remind)",
|
|
182
|
+
"If no channel is selected, the flow will be triggered for commands in all channels": "Wenn kein Kanal ausgewählt ist, wird der Fluss für Befehle in allen Kanälen ausgelöst",
|
|
183
|
+
"Select the type of modal interaction to trigger on.": "Wählen Sie die Art der modalen Interaktion aus, die ausgelöst werden soll.",
|
|
184
|
+
"View Submission": "Einreichung anzeigen",
|
|
185
|
+
"View Closed": "Ansicht geschlossen"
|
|
186
|
+
}
|
package/src/i18n/es.json
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Channel-based messaging platform": "Plataforma de mensajería basada en canales",
|
|
3
|
+
"Add Reaction to Message": "Añadir reacción al mensaje",
|
|
4
|
+
"Send Message To A User": "Enviar mensaje a un usuario",
|
|
5
|
+
"Send Message To A Channel": "Enviar mensaje a un canal",
|
|
6
|
+
"Request Approval from A User": "Solicitar aprobación de un usuario",
|
|
7
|
+
"Request Approval in a Channel": "Solicitar aprobación en un canal",
|
|
8
|
+
"Request Action from A User": "Solicitar acción de un usuario",
|
|
9
|
+
"Request Action in A Channel": "Solicitar acción en un canal",
|
|
10
|
+
"Upload file": "Subir archivo",
|
|
11
|
+
"Get File": "Obtener archivo",
|
|
12
|
+
"Search messages": "Buscar mensajes",
|
|
13
|
+
"Find User by Email": "Buscar usuario por email",
|
|
14
|
+
"Find User by Handle": "Buscar usuario por mano",
|
|
15
|
+
"Find User by ID": "Buscar usuario por ID",
|
|
16
|
+
"List users": "Listar usuarios",
|
|
17
|
+
"Update message": "Actualizar mensaje",
|
|
18
|
+
"Delete Message": "Borrar mensaje",
|
|
19
|
+
"Create Channel": "Crear canal",
|
|
20
|
+
"Update Profile": "Actualizar perfil",
|
|
21
|
+
"Get channel history": "Obtener historial de canales",
|
|
22
|
+
"Set User Status": "Establecer estado del usuario",
|
|
23
|
+
"Markdown to Slack format": "Markdown to Slack format",
|
|
24
|
+
"Retrieve Thread Messages": "Recuperar mensajes del hilo",
|
|
25
|
+
"Set Channel Topic": "Establecer tema del canal",
|
|
26
|
+
"Get Message by Timestamp": "Obtener mensaje por Timestamp",
|
|
27
|
+
"Invite User to Channel": "Invitar usuario al canal",
|
|
28
|
+
"Custom API Call": "Llamada API personalizada",
|
|
29
|
+
"Add an emoji reaction to a message.": "Agrega una reacción emoji a un mensaje.",
|
|
30
|
+
"Send message to a user": "Enviar mensaje a un usuario",
|
|
31
|
+
"Send message to a channel": "Enviar mensaje a un canal",
|
|
32
|
+
"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",
|
|
33
|
+
"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",
|
|
34
|
+
"Send a message to a user and wait until the user selects an action": "Enviar un mensaje a un usuario y esperar hasta que el usuario seleccione una acción",
|
|
35
|
+
"Send a message in a channel and wait until an action is selected": "Enviar un mensaje en un canal y esperar hasta que se seleccione una acción",
|
|
36
|
+
"Upload file without sharing it to a channel or user": "Subir archivo sin compartirlo a un canal o usuario",
|
|
37
|
+
"Return information about a given file ID.": "Devolver información sobre un archivo ID dado.",
|
|
38
|
+
"Searches for messages matching a query": "Buscar mensajes que coincidan con una consulta",
|
|
39
|
+
"Finds a user by matching against their email address.": "Encuentra un usuario coincidiendo con su dirección de correo electrónico.",
|
|
40
|
+
"Finds a user by matching against their Slack handle.": "Encuentra a un usuario coincidiendo con su manejador Slack.",
|
|
41
|
+
"Finds a user by their ID.": "Encuentra un usuario por su ID.",
|
|
42
|
+
"List all users of the workspace": "Listar todos los usuarios del área de trabajo",
|
|
43
|
+
"Update an existing message": "Actualizar un mensaje existente",
|
|
44
|
+
"Deletes a specific message from a channel using the message's timestamp.": "Elimina un mensaje específico de un canal usando la marca de tiempo del mensaje.",
|
|
45
|
+
"Creates a new channel.": "Crea un nuevo canal.",
|
|
46
|
+
"Update basic profile field such as name or title.": "Actualizar el campo básico del perfil, como nombre o título.",
|
|
47
|
+
"Retrieve all messages from a specific channel (\"conversation\") between specified timestamps": "Recuperar todos los mensajes de un canal específico (\"conversación\") entre las marcas de tiempo especificadas",
|
|
48
|
+
"Sets a user's custom status": "Establece el estado personalizado de un usuario",
|
|
49
|
+
"Convert Markdown-formatted text to Slack's pseudo - markdown syntax": "Convierte el texto con formato Markdown a pseudo de Slack - sintaxis markdown",
|
|
50
|
+
"Retrieves thread messages by channel and thread timestamp.": "Recuperar mensajes del hilo por canal y timestamp del hilo.",
|
|
51
|
+
"Sets the topic on a selected channel.": "Establece el tema en un canal seleccionado.",
|
|
52
|
+
"Retrieves a specific message from a channel history using the message's timestamp.": "Recuperar un mensaje específico del historial de un canal usando la marca de tiempo del mensaje.",
|
|
53
|
+
"Invites an existing User to an existing channel.": "Invita a un usuario existente a un canal existente.",
|
|
54
|
+
"Make a custom API call to a specific endpoint": "Hacer una llamada API personalizada a un extremo específico",
|
|
55
|
+
"Markdown": "Markdown",
|
|
56
|
+
"Channel": "Canal",
|
|
57
|
+
"Message Timestamp": "Marca de tiempo del mensaje",
|
|
58
|
+
"Reaction (emoji) name": "Reacción (emoji) nombre",
|
|
59
|
+
"User": "Usuario",
|
|
60
|
+
"Message": "Mensaje",
|
|
61
|
+
"Username": "Usuario",
|
|
62
|
+
"Profile Picture": "Foto de Perfil",
|
|
63
|
+
"Icon Emoji": "Icon Emoji",
|
|
64
|
+
"Mention flow of origin?": "¿Mencionar el flujo de origen?",
|
|
65
|
+
"Block Kit blocks": "Bloquear Kit",
|
|
66
|
+
"Unfurl Links": "Desenganchar Enlaces",
|
|
67
|
+
"Send as a bot?": "¿Enviar como bot?",
|
|
68
|
+
"Reply to Thread (Thread Message Link/Timestamp)": "Responder al hilo (mensaje del hilo enlace/fecha del mensaje)",
|
|
69
|
+
"Attachment": "Adjunto",
|
|
70
|
+
"Broadcast reply to channel": "Respuesta de difusión al canal",
|
|
71
|
+
"Action Buttons": "Botones de acción",
|
|
72
|
+
"Title": "Título",
|
|
73
|
+
"Filename": "Nombre de archivo",
|
|
74
|
+
"File ID": "ID de archivo",
|
|
75
|
+
"Search query": "Buscar consulta",
|
|
76
|
+
"Email": "E-mail",
|
|
77
|
+
"Handle": "Manejo",
|
|
78
|
+
"ID": "ID",
|
|
79
|
+
"Include bots?": "¿Incluye bots?",
|
|
80
|
+
"Include disabled users?": "¿Incluye usuarios desactivados?",
|
|
81
|
+
"Channel Name": "Nombre del canal",
|
|
82
|
+
"Is Private?": "¿Es privado?",
|
|
83
|
+
"First Name": "Nombre",
|
|
84
|
+
"Last Name": "Apellido",
|
|
85
|
+
"Oldest": "Menos",
|
|
86
|
+
"Latest": "Última",
|
|
87
|
+
"Inclusive": "Inclusivo",
|
|
88
|
+
"Include all metadata": "Incluye todos los metadatos",
|
|
89
|
+
"Text": "Texto",
|
|
90
|
+
"Emoji": "Emoji",
|
|
91
|
+
"Expires at": "Expira el",
|
|
92
|
+
"Markdown text": "Texto Markdown",
|
|
93
|
+
"Thread ts": "Hilos",
|
|
94
|
+
"Topic": "Tema",
|
|
95
|
+
"Method": "Método",
|
|
96
|
+
"Headers": "Encabezados",
|
|
97
|
+
"Query Parameters": "Parámetros de consulta",
|
|
98
|
+
"Body Type": "Tipo de cuerpo",
|
|
99
|
+
"Body": "Cuerpo",
|
|
100
|
+
"Response is Binary ?": "¿Respuesta es binaria?",
|
|
101
|
+
"No Error on Failure": "No hay ningún error en fallo",
|
|
102
|
+
"Timeout (in seconds)": "Tiempo de espera (en segundos)",
|
|
103
|
+
"Follow redirects": "Seguir redirecciones",
|
|
104
|
+
"Use user token": "Usar token de usuario",
|
|
105
|
+
"\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 ",
|
|
106
|
+
"You can get the Channel ID by right-clicking on the channel and selecting 'View Channel Details.'": "Puede obtener el ID del canal haciendo clic derecho en el canal y seleccionando 'Ver detalles del canal'.",
|
|
107
|
+
"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.": "Por favor proporcione la marca de tiempo del mensaje que desea reaccionar, como `1710304378.475129`. Alternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje y seleccionando la opción `Copy link`.",
|
|
108
|
+
"e.g.`thumbsup`": "e.g.`thumbsup`",
|
|
109
|
+
"The username of the bot": "El nombre de usuario del bot",
|
|
110
|
+
"The profile picture of the bot": "La foto de perfil del bot",
|
|
111
|
+
"The icon emoji of the bot": "El icono emoji del bot",
|
|
112
|
+
"If checked, adds a mention at the end of the Slack message to indicate which flow sent the notification, with a link to said flow.": "Si está marcado, añade una mención al final del mensaje de Slack para indicar qué flujo envió la notificación, con un enlace a dicho flujo.",
|
|
113
|
+
"See https://api.slack.com/block-kit for specs": "Ver https://api.slack.com/block-kit para especificaciones",
|
|
114
|
+
"Enable link unfurling for this message": "Habilitar el desenvolvimiento de enlaces para este mensaje",
|
|
115
|
+
"The text of your message. When using Block Kit blocks, this is used as a fallback for notifications.": "El texto de tu mensaje. Cuando se usan bloques del kit de bloques, esto se utiliza como un respaldo para las notificaciones.",
|
|
116
|
+
"Provide the ts (timestamp) or link 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.": "Proporcione el valor de los enlaces (timestamp) del mensaje **padre** para hacer de este mensaje una respuesta. No utilice el valor ts de la respuesta en sí misma; utilice su padre en su lugar. Por ejemplo `1710304378.475129`. lternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje padre y seleccionando la opción `Copy link`.",
|
|
117
|
+
"When replying to a thread, also make the message visible to everyone in the channel (only applicable when Thread Timestamp is provided)": "Al responder a un hilo, también hacer el mensaje visible para todos en el canal (sólo aplicable cuando se proporciona la marca de tiempo del hilo)",
|
|
118
|
+
"You can pass the file ID from the New Message Trigger payload.": "Puedes pasar el ID del archivo desde la carga de Nuevo Mensaje Trigger.",
|
|
119
|
+
"User handle (display name), without the leading @": "Usuario identificador (nombre de visualización), sin los siguientes @",
|
|
120
|
+
"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.": "Por favor, proporcione la marca de tiempo del mensaje que desea actualizar, como `1710304378.475129`. Alternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje y seleccionando la opción `Copy link`.",
|
|
121
|
+
"The updated text of your message": "El texto actualizado de tu mensaje",
|
|
122
|
+
"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.": "Por favor proporcione la marca de tiempo del mensaje que desea recuperar, como `1710304378.475129`. Alternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje y seleccionando la opción `Copy link`.",
|
|
123
|
+
"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.": "Cambiar la dirección de correo electrónico de un usuario enviará un correo electrónico a las direcciones antiguas y nuevas, y también publicar un mensaje slackbot al usuario informándoles del cambio.",
|
|
124
|
+
"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 del usuario a cambiar. Este argumento sólo puede ser especificado por administradores en equipos de pago. o puede utilizar la acción **Encontrar usuario por correo electrónico** para recuperar el ID.",
|
|
125
|
+
"Only messages after this timestamp will be included in results": "Sólo los mensajes después de esta marca de tiempo se incluirán en los resultados",
|
|
126
|
+
"Only messages before this timestamp will be included in results. Default is the current time": "Solo los mensajes antes de esta marca de tiempo se incluirán en los resultados. Por defecto es la hora actual",
|
|
127
|
+
"Include messages with oldest or latest timestamps in results. Ignored unless either timestamp is specified": "Incluye mensajes con marcas de tiempo más antiguas o más recientes en los resultados. Ignorados a menos que se especifique la marca de tiempo",
|
|
128
|
+
"Return all metadata associated with each message": "Devuelve todos los metadatos asociados con cada mensaje",
|
|
129
|
+
"Emoji shortname (standard or custom), e.g. :tada: or :train:": "Nombre corto de Emoji (estándar o personalizado), p. ej., :tada: o :train:",
|
|
130
|
+
"Unix timestamp - if not set, the status will not expire": "Marca de tiempo Unix - si no se establece, el estado no expirará",
|
|
131
|
+
"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.": "Proporciona el valor ts (timestamp) del mensaje **padre** para recuperar las respuestas de este mensaje. No utilice el valor ts de la respuesta en sí misma; utilice su padre en su lugar. Por ejemplo `1710304378.475129`. lternativamente, puede obtener fácilmente el enlace del mensaje haciendo clic en los tres puntos junto al mensaje padre y seleccionando la opción `Copy link`.",
|
|
132
|
+
"Authorization headers are injected automatically from your connection.": "Las cabeceras de autorización se inyectan automáticamente desde tu conexión.",
|
|
133
|
+
"Enable for files like PDFs, images, etc.": "Activar para archivos como PDFs, imágenes, etc.",
|
|
134
|
+
"Use user token instead of bot token": "Usar token de usuario en lugar del token de bot",
|
|
135
|
+
"GET": "RECOGER",
|
|
136
|
+
"POST": "POST",
|
|
137
|
+
"PATCH": "PATCH",
|
|
138
|
+
"PUT": "PUT",
|
|
139
|
+
"DELETE": "BORRAR",
|
|
140
|
+
"HEAD": "LIMPIO",
|
|
141
|
+
"None": "Ninguna",
|
|
142
|
+
"JSON": "JSON",
|
|
143
|
+
"Form Data": "Datos de Formulario",
|
|
144
|
+
"Raw": "Rápido",
|
|
145
|
+
"New Public Message Posted Anywhere": "Nuevo mensaje público publicado en cualquier lugar",
|
|
146
|
+
"New Message Posted to Channel": "Nuevo mensaje publicado en el canal",
|
|
147
|
+
"New Direct Message": "Nuevo mensaje directo",
|
|
148
|
+
"New Mention in Channel": "Nueva mención en el canal",
|
|
149
|
+
"New Mention in Direct Message": "Nueva mención en mensaje directo",
|
|
150
|
+
"New Reaction": "Nueva Reacción",
|
|
151
|
+
"Channel created": "Canal creado",
|
|
152
|
+
"New Command in Channel": "Nuevo comando en el canal",
|
|
153
|
+
"New Command in Direct Message": "Nuevo comando en mensaje directo",
|
|
154
|
+
"New User": "Nuevo usuario",
|
|
155
|
+
"New Saved Message": "Nuevo mensaje guardado",
|
|
156
|
+
"New Team Custom Emoji": "Emoji nuevo equipo personalizado",
|
|
157
|
+
"New Modal Interaction": "Nueva interacción modal",
|
|
158
|
+
"Triggers when a new message is posted to any channel.": "Dispara cuando se publica un nuevo mensaje en cualquier canal.",
|
|
159
|
+
"Triggers when a new message is posted to a specific #channel you choose.": "Dispara cuando un nuevo mensaje se publica en un #canal específico que elijas.",
|
|
160
|
+
"Triggers when a message was posted in a direct message channel.": "Dispara cuando un mensaje fue publicado en un canal de mensaje directo.",
|
|
161
|
+
"Triggers when a username is mentioned.": "Dispara cuando se menciona un nombre de usuario.",
|
|
162
|
+
"Triggers when a username is mentioned in a direct message channel.": "Dispara cuando un nombre de usuario es mencionado en un canal de mensaje directo.",
|
|
163
|
+
"Triggers when a new reaction is added to a message": "Dispara cuando se agrega una nueva reacción a un mensaje",
|
|
164
|
+
"Triggers when a channel is created": "Dispara cuando se crea un canal",
|
|
165
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2)": "Dispara cuando se envía un comando específico al bot (por ejemplo, @bot comando arg1 arg2)",
|
|
166
|
+
"Triggers when a specific command is sent to the bot (e.g., @bot command arg1 arg2) via Direct Message.": "Dispara cuando se envía un comando específico al bot (por ejemplo, @bot comando arg1 arg2) a través del mensaje directo.",
|
|
167
|
+
"Triggers when a new user is created / first joins your org.": "Dispara cuando un nuevo usuario es creado / se une por primera vez a su órgano.",
|
|
168
|
+
"Triggers when you save a message.": "Dispara cuando guardas un mensaje.",
|
|
169
|
+
"Triggers when a custom emoji has been added to a team.": "Dispara cuando se ha añadido un emoji personalizado a un equipo.",
|
|
170
|
+
"Triggers when a user interacts with a modal.": "Dispara cuando un usuario interactúa con un modal.",
|
|
171
|
+
"Ignore Bot Messages ?": "¿Ignorar mensajes de bot?",
|
|
172
|
+
"Ignore Message from Yourself ?": "¿Ignorar mensaje de ti mismo?",
|
|
173
|
+
"Channels": "Canales",
|
|
174
|
+
"Emojis (E.g fire, smile)": "Emojis (Ej. fuego, sonrisa)",
|
|
175
|
+
"Commands": "Comandos",
|
|
176
|
+
"Interaction Type": "Tipo de interacción",
|
|
177
|
+
"\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', ...] `}`}",
|
|
178
|
+
"If no channel is selected, the flow will be triggered for username mentions in all channels": "Si no se selecciona ningún canal, el flujo se activará por menciones de nombre de usuario en todos los canales",
|
|
179
|
+
"Select emojis to trigger on": "Selecciona emojis para activar",
|
|
180
|
+
"If no channel is selected, the flow will be triggered for reactions in all channels the app has access to": "Si no se selecciona ningún canal, el flujo se activará para reacciones en todos los canales a los que la aplicación tiene acceso",
|
|
181
|
+
"List of valid commands that the bot should respond to (e.g., help, ocr, remind)": "Lista de comandos válidos a los que el bot debe responder (por ejemplo, ayuda, ocr, recordatorio)",
|
|
182
|
+
"If no channel is selected, the flow will be triggered for commands in all channels": "Si no se selecciona ningún canal, el flujo se activará para comandos en todos los canales",
|
|
183
|
+
"Select the type of modal interaction to trigger on.": "Seleccione el tipo de interacción modal a activar.",
|
|
184
|
+
"View Submission": "Ver envío",
|
|
185
|
+
"View Closed": "Ver cerrados"
|
|
186
|
+
}
|