i18n - docs translations (#17434)

Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-01-26 09:06:17 +01:00
committed by GitHub
parent 2353bc62cc
commit e0d4492013
651 changed files with 37463 additions and 32557 deletions
@@ -1,51 +1,51 @@
---
title: Create Custom Objects
description: Step-by-step guide to creating custom objects in Twenty.
title: 创建自定义对象
description: 在 Twenty 中创建自定义对象的分步指南。
---
Custom objects let you store information unique to your business that standard objects don't cover. For example: Projects, Products, Tickets, or Listings.
自定义对象可用于存储您业务独有而标准对象未涵盖的信息。 例如:项目、产品、工单或列表项。
<Note>
**Not sure if you need an object or a field?** See [Understanding Your Data Model](/l/zh/user-guide/data-model/overview) for guidance.
**不确定该创建对象还是字段?** 请参阅[了解您的数据模型](/l/zh/user-guide/data-model/overview)以获取指导。
</Note>
## Steps
## 步骤
1. Go to **Settings → Data Model**
2. Click **+ New object**
3. Fill in:
* **Singular name** (e.g., "Listing")
* **Plural name** (e.g., "Listings")
* **Icon**
* **Description** (optional)
4. Click **Save**
1. 进入 **设置 → 数据模型**
2. 点击 **+ 新建对象**
3. 填写:
* **单数名称**(例如,"Listing"
* **复数名称**(例如,"Listings"
* **图标**
* **描述**(可选)
4. 单击 **保存**
Your object appears in the sidebar immediately.
您的对象会立即显示在侧边栏中。
## Next: Add Fields
## 下一步:添加字段
New objects start with basic fields. Add custom fields to capture the data you need:
新建对象默认包含一些基础字段。 添加自定义字段以捕获所需数据:
1. In **Settings → Data Model**, select your object
2. Click **+ Add Field**
3. Choose a field type, configure, and save
1. **设置 → 数据模型** 中,选择您的对象
2. 点击 **+ 添加字段**
3. 选择字段类型,配置并保存
See [How to Create Custom Fields](/l/zh/user-guide/data-model/how-tos/create-custom-fields) for details on field types and configuration.
有关字段类型和配置的详细信息,请参阅[如何创建自定义字段](/l/zh/user-guide/data-model/how-tos/create-custom-fields)
## Connecting to Other Objects
## 连接到其他对象
To link your object to People, Companies, or other objects, create a relation field. See [How to Create Relation Fields](/l/zh/user-guide/data-model/how-tos/create-relation-fields).
要将您的对象与人员、公司或其他对象关联,请创建关系字段。 请参阅[如何创建关系字段](/l/zh/user-guide/data-model/how-tos/create-relation-fields)
## Deactivating an Object
## 停用对象
If you no longer need an object:
如果您不再需要某个对象:
1. Go to **Settings → Data Model**
2. Toggle the object off
1. 进入 **设置 → 数据模型**
2. 将该对象切换为关闭状态
The object is hidden but data is preserved. You can reactivate or permanently delete later.
该对象会被隐藏,但数据会被保留。 您可以稍后重新启用或永久删除。
## Related
## 相关内容
* [Objects](/l/zh/user-guide/data-model/capabilities/objects) — standard vs custom objects
* [Data Model FAQ](/l/zh/user-guide/data-model/how-tos/data-model-faq) — common questions
* [对象](/l/zh/user-guide/data-model/capabilities/objects) — 标准对象与自定义对象
* [数据模型常见问题解答](/l/zh/user-guide/data-model/how-tos/data-model-faq) — 常见问题