Files
smoothschedule/activepieces-fork/packages/pieces/community/microsoft-teams/src/i18n/zh.json
poduck 3aa7199503 Add Activepieces integration for workflow automation
- Add Activepieces fork with SmoothSchedule custom piece
- Create integrations app with Activepieces service layer
- Add embed token endpoint for iframe integration
- Create Automations page with embedded workflow builder
- Add sidebar visibility fix for embed mode
- Add list inactive customers endpoint to Public API
- Include SmoothSchedule triggers: event created/updated/cancelled
- Include SmoothSchedule actions: create/update/cancel events, list resources/services/customers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-18 22:59:37 -05:00

71 lines
5.7 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and ad": "\n1. Sign in to [Microsoft Azure Portal](https://portal.azure.com/).\n2. From the left sidebar, go to **Microsoft Enfra ID**.\n3. Under **Manage**, click on **App registrations**.\n4. Click the **New registration** button.\n5. Enter a **Name** for your app.\n6. For **Supported account types**, choose:\n - **Accounts in any organizational directory (Any Microsoft Entra ID tenant - Multitenant) and personal Microsoft accounts**\n - Or select based on your requirement.\n7. In **Redirect URI**, select **Web** and add the given URL.\n8. Click **Register**.\n9. After registration, youll be redirected to the apps overview page. Copy the **Application (client) ID**.\n10. From the left menu, go to **Certificates & secrets**.\n - Under **Client secrets**, click **New client secret**.\n - Provide a description, set an expiry, and click **Add**.\n - Copy the **Value** of the client secret (this will not be shown again).\n11. Go to **API permissions** from the left menu.\n - Click **Add a permission**.\n - Select **Microsoft Graph** → **Delegated permissions**.\n - Add the following scopes:\n\t - User.Read\n - Channel.Create\n\t - Channel.ReadBasic.All\n\t - ChannelMessage.Send\n\t - Team.ReadBasic.All\n\t - Chat.ReadWrite\n\t - ChannelMessage.Read.All\n\t - User.ReadBasic.All\n\t - Presence.Read.All\n\t - TeamMember.Read.All\n - openid\n - email\n - profile\n\t - offline_access\n - Click **Add permissions**.\n12. Copy your **Client ID** and **Client Secret**.\n",
"Create Channel": "Create Channel",
"Send Channel Message": "Send Channel Message",
"Send Chat Message": "Send Chat Message",
"Reply to Channel Message": "Reply to Channel Message",
"Create Chat & Send Message": "Create Chat & Send Message",
"Create Private Channel": "Create Private Channel",
"Get Chat Message": "Get Chat Message",
"Get Channel Message": "Get Channel Message",
"Find Channel": "Find Channel",
"Find Team Member": "Find Team Member",
"Custom API Call": "自定义 API 呼叫",
"Create a new channel in Microsoft Teams.": "Create a new channel in Microsoft Teams.",
"Sends a message to a teams's channel.": "Sends a message to a teams's channel.",
"Sends a message in an existing chat.": "Sends a message in an existing chat.",
"Post a reply to an existing channel message.": "Post a reply to an existing channel message.",
"Start a new chat and send an initial message.": "Start a new chat and send an initial message.",
"Create a new private channel in a team.": "Create a new private channel in a team.",
"Fetch a specific chat message by chat and message ID.": "Fetch a specific chat message by chat and message ID.",
"Fetch a specific channel message by team, channel, and message ID (optionally a reply).": "Fetch a specific channel message by team, channel, and message ID (optionally a reply).",
"Finds channels by name.": "Finds channels by name.",
"Finds a team member by email or display name.": "Finds a team member by email or display name.",
"Make a custom API call to a specific endpoint": "将一个自定义 API 调用到一个特定的终点",
"Team ID": "Team ID",
"Channel Name": "Channel Name",
"Channel Description": "Channel Description",
"Channel ID": "Channel ID",
"Content Type": "Content Type",
"Message": "Message",
"Chat ID": "Chat ID",
"Message ID": "Message ID",
"Member": "成员",
"Message Content Type": "Message Content Type",
"Initial Message": "Initial Message",
"Reply ID (optional)": "Reply ID (optional)",
"Search By": "Search By",
"searchValue": "searchValue",
"Method": "方法",
"Headers": "信头",
"Query Parameters": "查询参数",
"Body": "正文内容",
"Response is Binary ?": "Response is Binary ?",
"No Error on Failure": "失败时没有错误",
"Timeout (in seconds)": "超时(秒)",
"ID of the parent message to reply to.": "ID of the parent message to reply to.",
"The ID of the message to retrieve.": "The ID of the message to retrieve.",
"The ID of the channel message to retrieve.": "The ID of the channel message to retrieve.",
"Provide to fetch a specific reply under the message.": "Provide to fetch a specific reply under the message.",
"Email address or name to search for.": "Email address or name to search for.",
"Authorization headers are injected automatically from your connection.": "授权头自动从您的连接中注入。",
"Enable for files like PDFs, images, etc..": "Enable for files like PDFs, images, etc..",
"Text": "文本",
"HTML": "HTML",
"Email": "电子邮件地址",
"Name": "名称",
"GET": "获取",
"POST": "帖子",
"PATCH": "PATCH",
"PUT": "弹出",
"DELETE": "删除",
"HEAD": "黑色",
"New Channel Message": "New Channel Message",
"New Channel": "New Channel",
"New Chat": "New Chat",
"New Chat Message": "New Chat Message",
"Triggers when a new message is posted in a channel.": "Triggers when a new message is posted in a channel.",
"Triggers when a new channel is created in a team.": "Triggers when a new channel is created in a team.",
"Triggers when a new chat is created.": "Triggers when a new chat is created.",
"Triggers when a new message is received in a chat.": "Triggers when a new message is received in a chat."
}