i18n - docs translations (#22273)

Created by Github action

<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/22273?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2026-06-29 04:44:55 +02:00
committed by GitHub
parent 01cba39f71
commit 7b17cac772
241 changed files with 249 additions and 249 deletions
@@ -1,7 +1,7 @@
---
title: 对象
description: 使用 defineObject 声明新的记录类型——具有其自身字段的自定义表。
icon: 表格
icon: table
---
自定义**对象**是你的应用在工作区中添加的新记录类型——Post Card、Invoice、Subscription,或任何特定于你业务领域的内容。 每个对象都会声明其模式(字段、关系、默认值)以及一个在多次同步和部署中保持稳定的通用标识符。
@@ -26,7 +26,7 @@ Twenty 应用的 **数据层(data layer)** 是你的应用*添加*到工作
## 本节内容
<CardGroup cols={2}>
<Card title="对象" icon="表格" href="/l/zh/developers/extend/apps/data/objects">
<Card title="对象" icon="table" href="/l/zh/developers/extend/apps/data/objects">
`defineObject` —— 声明具有自有字段的新记录类型。
</Card>
<Card title="扩展对象" icon="wand-magic-sparkles" href="/l/zh/developers/extend/apps/data/extending-objects">
@@ -20,7 +20,7 @@ icon: rocket
<Card title="CLI" icon="terminal" href="/l/zh/developers/extend/apps/operations/cli">
`yarn twenty` 参考——exec、logs、uninstall、remotes。
</Card>
<Card title="同步与恢复" icon="指南针" href="/l/zh/developers/extend/apps/operations/sync-and-recovery">
<Card title="同步与恢复" icon="compass" href="/l/zh/developers/extend/apps/operations/sync-and-recovery">
在阅读同步差异时应使用哪些命令,以及分步恢复流程。
</Card>
<Card title="测试" icon="flask" href="/l/zh/developers/extend/apps/operations/testing">
@@ -1,6 +1,6 @@
---
title: 发布
icon: 上传
icon: upload
description: 将你的 Twenty 应用分发到应用市场,或进行内部部署。
---