Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sectionInfo: أتمتة العمليات والاندماج مع الأدوات

**المشكلة**: الوصول إلى حد 100 سير عمل متزامن لكل مساحة عمل.

<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning>
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: This line has 27 opening <Warning> tags but only 2 closing </Warning> tags at the end, causing invalid MDX syntax. The correct format should be a single <Warning> tag pair:

Suggested change
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning></Warning>
<Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning>
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ar/user-guide/workflows/workflow-troubleshooting.mdx
Line: 60:60

Comment:
**syntax:** This line has 27 opening `<Warning>` tags but only 2 closing `</Warning>` tags at the end, causing invalid MDX syntax. The correct format should be a single `<Warning>` tag pair:

```suggestion
<Warning>لا يمكنك تشغيل أكثر من 100 سير عمل بالتوازي في أي وقت لكل مساحة عمل.</Warning>
```

How can I resolve this? If you propose a fix, please make it concise.


**حلول**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Los formularios están diseñados actualmente solo para disparadores manuales. P

**Problema**: Se alcanza el límite de 100 flujos de trabajo concurrentes por espacio de trabajo.

<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning>
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: This line has 27 opening <Warning> tags but only 2 closing </Warning> tags at the end, causing invalid MDX syntax. The correct format should be a single <Warning> tag pair:

Suggested change
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning></Warning>
<Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning>
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/es/user-guide/workflows/workflow-troubleshooting.mdx
Line: 60:60

Comment:
**syntax:** This line has 27 opening `<Warning>` tags but only 2 closing `</Warning>` tags at the end, causing invalid MDX syntax. The correct format should be a single `<Warning>` tag pair:

```suggestion
<Warning>No puedes ejecutar más de 100 flujos de trabajo en paralelo en cualquier momento por espacio de trabajo.</Warning>
```

How can I resolve this? If you propose a fix, please make it concise.


**Soluciones**:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Vous pouvez **voir, modifier, supprimer des enregistrements** à partir de là a
- Utilisez la **barre de recherche** (appuyez sur `/` pour y accéder instantanément)
- Ouvrir la section **Paramètres**

<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning>
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning>

- </Warning>
Comment on lines +28 to 30
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: This has 27 opening <Warning> tags but only 2 closing tags, causing invalid MDX syntax. The correct format should be:

Suggested change
<Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning><Warning>Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.</Warning></Warning>
- </Warning>
<Warning>
Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.
</Warning>
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/fr/user-guide/getting-started/getting-around-twenty.mdx
Line: 28:30

Comment:
**syntax:** This has 27 opening `<Warning>` tags but only 2 closing tags, causing invalid MDX syntax. The correct format should be:

```suggestion
<Warning>
Veuillez noter que notre documentation API est accessible sous la section Paramètres et non dans le guide de l'utilisateur.
</Warning>
```

How can I resolve this? If you propose a fix, please make it concise.

Ayez un accès direct à vos **vues favorites**. Les favoris sont uniques pour chaque utilisateur.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Figma プラットフォームの学習に関するより包括的な詳細と
これは推奨拡張機能の一部です。
これは推奨拡張機能の一部です。
これは推奨拡張機能の一部です。
これは推奨拡張機能の一部です。

## コラボレーション

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ SSL(HTTPS)は、特定のブラウザ機能が正しく動作するために

2. **.env ファイルを更新**

.env`ファイルを開き、`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\\\`を更新します:
.env`ファイルを開き、`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\\\\`を更新します:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

syntax: The line contains 26 backslashes in SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\\\\ which is incorrect. Should be plain text without excessive escaping:

Suggested change
.env`ファイルを開き、`SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\\\\`を更新します:
.env`ファイルを開き、`SERVER_URL`を更新します:
Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/developers/self-hosting/docker-compose.mdx
Line: 161:161

Comment:
**syntax:** The line contains 26 backslashes in `SERVER_URL\\\\\\\\\\\\\\\\\\\\\\\\\\` which is incorrect. Should be plain text without excessive escaping:

```suggestion
   .env`ファイルを開き、`SERVER_URL`を更新します:
```

How can I resolve this? If you propose a fix, please make it concise.


```ini
SERVER_URL=http(s)://your-domain-or-ip:your-port
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Twentyは、日常をサポートする最適なデータモデルを形成す
既存のオブジェクトの特性に過ぎないもの(例:会社の「業種」や機会の「ステータス」)はフィールドにします。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。 カテゴリ、ラベル、属性にはフィールドが最適です。
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: This line contains "カテゴリ、ラベル、属性にはフィールドが最適です。" repeated 23 times. This is a translation system error that needs to be fixed.

Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/user-guide/data-model/customize-your-data-model.mdx
Line: 30:30

Comment:
**logic:** This line contains "カテゴリ、ラベル、属性にはフィールドが最適です。" repeated 23 times. This is a translation system error that needs to be fixed.

How can I resolve this? If you propose a fix, please make it concise.


**3. 単独で存在する場合には新しいオブジェクトを作成してください。**
概念が独自のライフサイクル、プロパティ、または関係を持つ場合、それは通常オブジェクトに値します。 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば:
概念が独自のライフサイクル、プロパティ、または関係を持つ場合、それは通常オブジェクトに値します。 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば: 例えば:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic: This line contains "例えば:" (For example:) repeated 26 times. This is a translation system error that needs to be fixed.

Prompt To Fix With AI
This is a comment left during a code review.
Path: packages/twenty-docs/l/ja/user-guide/data-model/customize-your-data-model.mdx
Line: 33:33

Comment:
**logic:** This line contains "例えば:" (For example:) repeated 26 times. This is a translation system error that needs to be fixed.

How can I resolve this? If you propose a fix, please make it concise.


- **プロジェクト**:独自の期限、所有者、タスクを持つもの
- **サブスクリプション**:会社、製品、請求書を結ぶもの
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@ sectionInfo: 配置您的Twenty工作空间设置和偏好
刪除您的帳號將永久移除您對所有工作空間的訪問。
刪除您的帳號將永久移除您對所有工作空間的訪問。 此操作無法撤銷,您將失去所有工作空間權限,如您只想退出特定的團隊,應考慮退出個別的工作空間。 刪除您的帳號將永久移除您對所有工作空間的訪問。
刪除您的帳號將永久移除您對所有工作空間的訪問。 此操作無法撤銷,您將失去所有工作空間權限,如您只想退出特定的團隊,應考慮退出個別的工作空間。
</Warning> 刪除您的帳號將永久移除您對所有工作空間的訪問。
</Warning> 刪除您的帳號將永久移除您對所有工作空間的訪問。
刪除您的帳號將永久移除您對所有工作空間的訪問。 此操作無法撤銷,您將失去所有工作空間權限,如您只想退出特定的團隊,應考慮退出個別的工作空間。

</Warning>

要删除您的帐户:
Expand Down
Loading