Skip to content

Commit e79b303

Browse files
author
github-actions
committed
chore: update docs translations from Crowdin and fix internal links
1 parent 8ab52ea commit e79b303

File tree

9 files changed

+73
-73
lines changed
  • packages/twenty-docs/l
    • ar/developers/extend/capabilities
    • cs/developers/extend/capabilities
    • de/developers/extend/capabilities
    • it/developers/extend/capabilities
    • pt/developers/extend/capabilities
    • ro/developers/extend/capabilities
    • ru/developers/extend/capabilities
    • tr/developers/extend/capabilities
    • zh/developers/extend/capabilities

9 files changed

+73
-73
lines changed

packages/twenty-docs/l/ar/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| المعلمة | النوع | الوصف |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| المعلمة | النوع | الوصف |
845+
| ---------------------------------- | -------- | ---------------------------------------------------------------------------------- |
846+
| `fileBuffer` | `Buffer` | المحتوى الخام للملف |
847+
| `filename` | `string` | اسم الملف (يُستخدم للتخزين والعرض) |
848+
| `contentType` | `string` | نوع MIME للملف (القيمة الافتراضية هي `application/octet-stream` إذا لم يتم تحديده) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | قيمة `universalIdentifier` لحقل نوع الملف في كائنك |
850850

851851
النقاط الرئيسية:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installed — consistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* ترسل هذه الطريقة الملف إلى **نقطة نهاية البيانات الوصفية** (وليست نقطة النهاية الرئيسية لـ GraphQL)، حيث تُنفَّذ عملية الرفع.
854+
* تستخدم `universalIdentifier` الخاص بالحقل (وليس المعرّف الخاص بمساحة العمل)، ليعمل كود الرفع لديك عبر أي مساحة عمل مُثبَّت فيها تطبيقك — بما يتماشى مع كيفية إشارة التطبيقات إلى الحقول في كل مكان آخر.
855+
* العنوان `url` المُعاد هو عنوان URL موقّع يمكنك استخدامه للوصول إلى الملف المرفوع.
856856

857857
### مثال Hello World
858858

packages/twenty-docs/l/cs/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Parametr | Typ | Popis |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| Parametr | Typ | Popis |
845+
| ---------------------------------- | -------- | --------------------------------------------------------------------------- |
846+
| `fileBuffer` | `Buffer` | Surový obsah souboru |
847+
| `filename` | `string` | Název souboru (používá se pro ukládání a zobrazení) |
848+
| `contentType` | `string` | Typ MIME souboru (pokud je vynechán, výchozí je `application/octet-stream`) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | `universalIdentifier` pole typu souboru ve vašem objektu |
850850

851851
Hlavní body:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installed — consistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* Metoda odešle soubor na **koncový bod metadat** (nikoli na hlavní koncový bod GraphQL), kde se provede mutace nahrání.
854+
* Používá `universalIdentifier` pole (nikoli jeho ID specifické pro pracovní prostor), takže váš kód pro nahrávání funguje ve všech pracovních prostorech, kde je vaše aplikace nainstalována — v souladu s tím, jak aplikace odkazují na pole všude jinde.
855+
* Vrácená hodnota `url` je podepsaná adresa URL, kterou můžete použít k přístupu k nahranému souboru.
856856

857857
### Příklad Hello World
858858

packages/twenty-docs/l/de/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Parameter | Typ | Beschreibung |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| Parameter | Typ | Beschreibung |
845+
| ---------------------------------- | -------- | ------------------------------------------------------------------------------- |
846+
| `fileBuffer` | `Buffer` | Der Rohinhalt der Datei |
847+
| `filename` | `string` | Der Name der Datei (wird für Speicherung und Anzeige verwendet) |
848+
| `contentType` | `string` | MIME-Typ der Datei (standardmäßig `application/octet-stream`, wenn weggelassen) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | Der `universalIdentifier` des Dateityp-Felds in Ihrem Objekt |
850850

851851
Hauptpunkte:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installedconsistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* Die Methode sendet die Datei an den **metadata endpoint** (nicht den main GraphQL endpoint), wo die Upload-Mutation ausgeführt wird.
854+
* Sie verwendet den `universalIdentifier` des Feldes (nicht dessen arbeitsbereichsspezifische ID), sodass Ihr Upload-Code in jedem Arbeitsbereich funktioniert, in dem Ihre App installiert istim Einklang damit, wie Apps Felder überall sonst referenzieren.
855+
* Die zurückgegebene `url` ist eine signierte URL, mit der Sie auf die hochgeladene Datei zugreifen können.
856856

857857
### Hello-World-Beispiel
858858

packages/twenty-docs/l/it/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Parametro | Tipo | Descrizione |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| Parametro | Tipo | Descrizione |
845+
| ---------------------------------- | -------- | ------------------------------------------------------------------------ |
846+
| `fileBuffer` | `Buffer` | Il contenuto grezzo del file |
847+
| `filename` | `string` | Il nome del file (utilizzato per l'archiviazione e la visualizzazione) |
848+
| `contentType` | `string` | Tipo MIME del file (predefinito su `application/octet-stream` se omesso) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | L'`universalIdentifier` del campo di tipo file nel tuo oggetto |
850850

851851
Punti chiave:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installedconsistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* Il metodo invia il file al **metadata endpoint** (non all'endpoint GraphQL principale), dove la mutation di upload viene risolta.
854+
* Usa l'`universalIdentifier` del campo (non il suo ID specifico dello spazio di lavoro), quindi il tuo codice di upload funziona in qualsiasi spazio di lavoro in cui la tua app è installatacoerentemente con il modo in cui le app fanno riferimento ai campi altrove.
855+
* L'`url` restituito è un URL firmato che puoi usare per accedere al file caricato.
856856

857857
### Esempio Hello World
858858

packages/twenty-docs/l/pt/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Parâmetro | Tipo | Descrição |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| Parâmetro | Tipo | Descrição |
845+
| ---------------------------------- | -------- | ------------------------------------------------------------------------ |
846+
| `fileBuffer` | `Buffer` | O conteúdo bruto do arquivo |
847+
| `filename` | `string` | O nome do arquivo (usado para armazenamento e exibição) |
848+
| `contentType` | `string` | Tipo MIME do arquivo (padrão para `application/octet-stream` se omitido) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | O `universalIdentifier` do campo do tipo arquivo no seu objeto |
850850

851851
Pontos-chave:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installedconsistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* O método envia o arquivo para o **endpoint de metadados** (não para o endpoint GraphQL principal), onde a mutação de upload é resolvida.
854+
* Ele usa o `universalIdentifier` do campo (não o ID específico do espaço de trabalho), de modo que seu código de upload funcione em qualquer espaço de trabalho onde seu app esteja instaladoconsistente com a forma como os apps referenciam campos em qualquer outro lugar.
855+
* A `url` retornada é um URL assinado que você pode usar para acessar o arquivo enviado.
856856

857857
### Exemplo Hello World
858858

packages/twenty-docs/l/ro/developers/extend/capabilities/apps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ uploadFile(
838838
filename: string,
839839
contentType: string,
840840
fieldMetadataUniversalIdentifier: string,
841-
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
841+
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844844
| Parametru | Tip | Descriere |

packages/twenty-docs/l/ru/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Параметр | Тип | Описание |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `строка` | The name of the file (used for storage and display) |
848-
| `contentType` | `строка` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `строка` | The `universalIdentifier` of the file-type field on your object |
844+
| Параметр | Тип | Описание |
845+
| ---------------------------------- | -------- | ------------------------------------------------------------------------ |
846+
| `fileBuffer` | `Buffer` | Необработанное содержимое файла |
847+
| `filename` | `строка` | Имя файла (используется для хранения и отображения) |
848+
| `contentType` | `строка` | Тип MIME файла (по умолчанию `application/octet-stream`, если не указан) |
849+
| `fieldMetadataUniversalIdentifier` | `строка` | Значение `universalIdentifier` для поля типа файла в вашем объекте |
850850

851851
Основные моменты:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installed — consistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* Метод отправляет файл на **metadata endpoint** (не на основной GraphQL endpoint), где обрабатывается мутация загрузки.
854+
* Он использует `universalIdentifier` поля (а не его идентификатор, специфичный для рабочего пространства), поэтому ваш код загрузки будет работать в любом рабочем пространстве, где установлено ваше приложение — в соответствии с тем, как приложения ссылаются на поля повсюду.
855+
* Возвращаемый `url` — это подписанный URL, который можно использовать для доступа к загруженному файлу.
856856

857857
### Пример Hello World
858858

packages/twenty-docs/l/tr/developers/extend/capabilities/apps.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -841,18 +841,18 @@ uploadFile(
841841
): Promise<{ id: string; path: string; size: number; createdAt: string; url: string }>
842842
```
843843

844-
| Parametre | Tür | Açıklama |
845-
| ---------------------------------- | -------- | ------------------------------------------------------------------------- |
846-
| `fileBuffer` | `Buffer` | The raw file contents |
847-
| `filename` | `string` | The name of the file (used for storage and display) |
848-
| `contentType` | `string` | MIME type of the file (defaults to `application/octet-stream` if omitted) |
849-
| `fieldMetadataUniversalIdentifier` | `string` | The `universalIdentifier` of the file-type field on your object |
844+
| Parametre | Tür | Açıklama |
845+
| ---------------------------------- | -------- | ------------------------------------------------------------------------------------------ |
846+
| `fileBuffer` | `Buffer` | Dosyanın ham içeriği |
847+
| `filename` | `string` | Dosyanın adı (depolama ve görüntüleme için kullanılır) |
848+
| `contentType` | `string` | Dosyanın MIME türü (belirtilmezse varsayılan olarak `application/octet-stream` kullanılır) |
849+
| `fieldMetadataUniversalIdentifier` | `string` | Nesnenizdeki dosya türü alanının `universalIdentifier` değeri |
850850

851851
Önemli noktalar:
852852

853-
* The method sends the file to the **metadata endpoint** (not the main GraphQL endpoint), where the upload mutation is resolved.
854-
* It uses the field's `universalIdentifier` (not its workspace-specific ID), so your upload code works across any workspace where your app is installed — consistent with how apps reference fields everywhere else.
855-
* The returned `url` is a signed URL you can use to access the uploaded file.
853+
* Yöntem dosyayı, yükleme mutasyonunun çözümlendiği **metadata endpoint**'e (ana GraphQL endpoint'ine değil) gönderir.
854+
* Alan için `universalIdentifier` kullanılır (çalışma alanına özgü kimliği değil), böylece yükleme kodunuz uygulamanızın yüklü olduğu herhangi bir çalışma alanında çalışır — uygulamaların başka her yerde alanlara nasıl atıfta bulunduğuyla tutarlıdır.
855+
* Döndürülen `url`, yüklenen dosyaya erişmek için kullanabileceğiniz imzalı bir URL'dir.
856856

857857
### Hello World örneği
858858

0 commit comments

Comments
 (0)