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: Objekty
description: Deklarujte nové typy záznamů vlastní tabulky s jejich vlastními poli pomocí defineObject.
icon: tabulka
icon: table
---
Vlastní **objekty** jsou nové typy záznamů, které vaše aplikace přidává do pracovního prostoru — pohlednice, faktura, předplatné, cokoli specifického pro vaši doménu. Každý objekt definuje své schéma (pole, vztahy, výchozí hodnoty) a stabilní univerzální identifikátor, který přetrvá mezi synchronizacemi a nasazeními.
@@ -26,7 +26,7 @@ icon: database
## V této části
<CardGroup cols={2}>
<Card title="Objekty" icon="tabulka" href="/l/cs/developers/extend/apps/data/objects">
<Card title="Objekty" icon="table" href="/l/cs/developers/extend/apps/data/objects">
`defineObject` — deklarujte nové typy záznamů s jejich vlastními poli.
</Card>
<Card title="Rozšiřování objektů" icon="wand-magic-sparkles" href="/l/cs/developers/extend/apps/data/extending-objects">