i18n - docs translations (#18541)

Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-03-10 17:44:34 +01:00
committed by GitHub
parent 621962e049
commit e7fe435f60
26 changed files with 3392 additions and 107 deletions
@@ -1,7 +1,6 @@
---
title: 扩展
description: 使用 API、网络钩子和自定义应用扩展 Twenty 的功能。
redirect: /developers/introduction
---
<Frame>
@@ -16,18 +15,18 @@ Twenty 的设计旨在实现可扩展性。 使用我们的 API、网络钩子
* **API**:使用 REST 或 GraphQL 以编程方式查询和修改您的客户关系管理数据
* **网络钩子**:当 Twenty 中发生事件时接收实时通知
* **应用**:构建扩展 Twenty 功能的自定义应用程序 - 即将推出!
* **应用**:构建扩展 Twenty 功能的自定义应用程序
## 开始使用
<CardGroup cols={2}>
<Card title="接口" icon="代码" href="/l/zh/developers/api">
<Card title="接口" icon="代码" href="/l/zh/developers/extend/api">
以编程方式连接到 Twenty
</Card>
<Card title="Webhooks" icon="bell" href="/l/zh/developers/webhooks">
<Card title="Webhooks" icon="bell" href="/l/zh/developers/extend/webhooks">
实时接收事件通知
</Card>
<Card title="应用" icon="puzzle-piece" href="/l/zh/developers/apps/apps">
以代码方式构建自定义项 (Alpha)
<Card title="应用" icon="puzzle-piece" href="/l/zh/developers/extend/apps/getting-started">
以代码方式构建自定义项
</Card>
</CardGroup>