i18n - docs translations (#16779)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-12-23 17:06:38 +01:00
committed by GitHub
parent 1bc344c6fa
commit e3757f300a
1080 changed files with 89730 additions and 9944 deletions
@@ -1,5 +1,5 @@
---
title: Campos de Relación
title: Relation Fields
description: Connect records across different objects using relation fields.
---
@@ -56,7 +56,7 @@ Many records in Object A can be linked to many records in Object B.
* **Field name on source object**: The name of the relation field on the object you're editing
* **Field name on destination object**: The name of the relation field that will appear on the target object
* Relation type (one-to-many, many-to-one)
7. Haga clic en **Guardar**
7. Click **Save**
## Standard Relations
@@ -64,11 +64,11 @@ Twenty comes with pre-built relations between standard objects:
| From Object | To Object | Relation Type |
| ------------- | --------- | ------------- |
| Personas | Empresas | Many-to-One |
| Oportunidades | Empresas | Many-to-One |
| Oportunidades | Personas | Many-to-One |
| People | Companies | Many-to-One |
| Opportunities | Companies | Many-to-One |
| Opportunities | People | Many-to-One |
## Mejores prácticas
## Best Practices
### Planning Relations