add documentation i18n workflows for Crowdin (#15538)

Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
Abdul Rahman
2025-11-08 15:54:07 +05:30
committed by GitHub
parent 154fb4665e
commit f740bac988
31 changed files with 1302 additions and 725 deletions
@@ -4,6 +4,9 @@ info: "Learn how to customize and navigate Table Views."
image: /images/user-guide/table-views/table.png
sectionInfo: Discover how to use standard and custom objects in your workspace.
---
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
<Frame>
<img src="/images/user-guide/table-views/table.png" alt="Header" />
</Frame>
@@ -18,24 +21,7 @@ Add records as needed, without limits. To add a record, you can either click on
Enter the record name then press `Enter` to save. To edit a record name, click on its name on its detail page.
<div style={{padding:'69.01% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
<iframe
src="https://player.vimeo.com/video/927071691?autoplay=1&loop=1&autopause=0&background=1&amp;app_id=58479"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
style={{
position:'absolute',
top:0,
left:0,
width:'100%',
height:'100%',
borderRadius: '16px',
border:'2px solid black'
}}
title="Export data"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<VimeoEmbed videoId="927071691" title="Video demonstration" />
## Delete record
@@ -45,24 +31,7 @@ Enter the record name then press `Enter` to save. To edit a record name, click o
**Record Page:** Tap the `⋮` icon in the top right corner, then select delete.
<div style={{padding:'69.01% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
<iframe
src="https://player.vimeo.com/video/927073570?autoplay=1&loop=1&autopause=0&background=1&amp;app_id=58479"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
style={{
position:'absolute',
top:0,
left:0,
width:'100%',
height:'100%',
borderRadius: '16px',
border:'2px solid black'
}}
title="Export data"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<VimeoEmbed videoId="927073570" title="Video demonstration" />
## Add a Custom Field
@@ -1,6 +1,6 @@
---
title: Data Model FAQ
info: Frequently asked questions about data model configuration, limitations, and upcoming features.
info: "Frequently asked questions about data model configuration, limitations, and upcoming features."
image: /images/user-guide/what-is-twenty/faq.png
sectionInfo: Flexible data model designed to support your unique business processes
---
@@ -4,6 +4,9 @@ info: "Understand the role of fields and how to handle them."
image: /images/user-guide/fields/field.png
sectionInfo: Flexible data model designed to support your unique business processes
---
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
<Frame>
<img src="/images/user-guide/fields/field.png" alt="Header" />
</Frame>
@@ -42,24 +45,7 @@ To add a custom field to any object, follow these steps:
Your newly created field is now available within the application's fields. To display it on a specific view, click on the options menu, then select `Fields`.
<div style={{padding:'71.15% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
<iframe
src="https://player.vimeo.com/video/927628219?autoplay=1&loop=1&autopause=0&background=1&amp;app_id=58479"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
style={{
position:'absolute',
top:0,
left:0,
width:'100%',
height:'100%',
borderRadius: '16px',
border:'2px solid black'
}}
title="Export data"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<VimeoEmbed videoId="927628219" title="Video demonstration" />
**Quick way:** Click the **+** button at the top right of any object table, then select `Customize fields`. This takes you directly to the Data Model settings.
@@ -4,6 +4,9 @@ info: "Learn about standard objects and how to create custom ones for your busin
image: /images/user-guide/objects/objects_orange.png
sectionInfo: Flexible data model designed to support your unique business processes
---
import { VimeoEmbed } from '/snippets/vimeo-embed.mdx';
<Frame>
<img src="/images/user-guide/objects/objects_orange.png" alt="Header" />
</Frame>
@@ -40,24 +43,7 @@ To create a new custom object:
2. Under Workspace, go to Data model. Here you'll be able to see an overview of all your existing Standard and Custom objects (both active and disabled).
<div style={{padding:'71.24% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
<iframe
src="https://player.vimeo.com/video/926288174?autoplay=1&loop=1&autopause=0&background=1&amp;app_id=58479"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
style={{
position:'absolute',
top:0,
left:0,
width:'100%',
height:'100%',
borderRadius: '16px',
border:'2px solid black'
}}
title="Export data"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<VimeoEmbed videoId="926288174" title="Video demonstration" />
3. Click on `+ New object` at the top. Enter the name (both singular and plural), choose an icon, and add a description for your custom object and hit Save (at the top right). Using Listing as an example of custom object, the singular would be "listing" and the plural would be "listings" along with a description like "Listings that hosts created to showcase their property."
@@ -65,24 +51,7 @@ To create a new custom object:
The singular and plural names must be different. This is required for our GraphQL API to work properly.
</Warning>
<div style={{padding:'71.24% 0 0 0', position:'relative', margin: '32px 0px 0px'}}>
<iframe
src="https://player.vimeo.com/video/926293493?autoplay=1&loop=1&autopause=0&background=1&amp;app_id=58479"
frameBorder="0"
allow="autoplay; fullscreen; picture-in-picture; clipboard-write"
style={{
position:'absolute',
top:0,
left:0,
width:'100%',
height:'100%',
borderRadius: '16px',
border:'2px solid black'
}}
title="Export data"
></iframe>
</div>
<script src="https://player.vimeo.com/api/player.js"></script>
<VimeoEmbed videoId="926293493" title="Video demonstration" />
4. Once you create your custom object, you'll be able to manage it. You can edit the name, icon and description, view the different fields, and add more fields.