From 8d3047c1fcf5435e40d15a6aad6dbe77106f27d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:44:15 +0200 Subject: [PATCH] i18n - docs translations (#20097) Created by Github action Co-authored-by: github-actions --- .../billing/capabilities/pricing-plans.mdx | 22 +++++++++---------- .../extend/apps/logic-functions.mdx | 20 ++++++++--------- .../billing/capabilities/pricing-plans.mdx | 22 +++++++++---------- .../extend/apps/logic-functions.mdx | 20 ++++++++--------- .../billing/capabilities/pricing-plans.mdx | 22 +++++++++---------- .../extend/apps/logic-functions.mdx | 20 ++++++++--------- .../billing/capabilities/pricing-plans.mdx | 22 +++++++++---------- 7 files changed, 74 insertions(+), 74 deletions(-) diff --git a/packages/twenty-docs/l/de/user-guide/billing/capabilities/pricing-plans.mdx b/packages/twenty-docs/l/de/user-guide/billing/capabilities/pricing-plans.mdx index 1cb5e70db9..edad64af6a 100644 --- a/packages/twenty-docs/l/de/user-guide/billing/capabilities/pricing-plans.mdx +++ b/packages/twenty-docs/l/de/user-guide/billing/capabilities/pricing-plans.mdx @@ -19,7 +19,7 @@ Für Teams, die bereit sind zu skalieren: * Standard-Support -Premium features (SSO, row-level permissions and AI usage data) are not included in the Pro plan. +Premiumfunktionen (SSO, Berechtigungen auf Zeilenebene und KI-Nutzungsdaten) sind im Pro-Tarif nicht enthalten. ### Organisation (Cloud) @@ -27,7 +27,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included Für größere Teams mit erweiterten Anforderungen: * Alles aus Pro -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Premiumfunktionen**: SSO-Integration, Berechtigungen auf Zeilenebene und KI-Nutzungsdaten * Vorrangiger Support ## Selbstgehostete Pläne @@ -45,7 +45,7 @@ Hosten Sie Twenty auf Ihrer eigenen Infrastruktur kostenlos: Für Teams, die beim Selbsthosting Premiumfunktionen benötigen: * Alle Pro-Funktionen -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Premiumfunktionen**: SSO-Integration, Berechtigungen auf Zeilenebene und KI-Nutzungsdaten * Support durch das Twenty-Team * Keine Verpflichtung, benutzerdefinierten Code vor der Weitergabe als Open Source zu veröffentlichen @@ -55,7 +55,7 @@ Premiumfunktionen sind nur in den Organisation-Plänen (Cloud oder Selbstgehoste * **SSO-Integration**: Single Sign-On mit Ihrem Identitätsanbieter * **Berechtigungen auf Zeilenebene**: Feingranulare Zugriffskontrolle auf Datensatzebene -* **AI usage data**: Track AI consumption across the workspace +* **KI-Nutzungsdaten**: Verfolgen Sie den KI-Verbrauch in Ihrem Arbeitsbereich ## Pläne wechseln @@ -79,14 +79,14 @@ Wenden Sie sich an den Support, um Ihren Plan herabzustufen. Wenden Sie sich an den Support, um wieder zur monatlichen Abrechnung zu wechseln. -## Obtain an Enterprise Key for Organization (Self-Hosted) +## Enterprise-Schlüssel für Organization (Self-Hosted) abrufen -To use the Organization (Self-Hosted) plan, you need to obtain an Enterprise key: +Um den Tarif Organization (Self-Hosted) zu verwenden, müssen Sie einen Enterprise-Schlüssel abrufen: -1. Go to **Settings → Admin Panel → Enterprise** +1. Gehen Sie zu **Einstellungen → Admin-Panel → Enterprise** -Enterprise key +Enterprise-Schlüssel -2. Click **Get Enterprise Key** -3. When you are redirected to Stripe, enter your payment details and confirm -4. When your Enterprise key is displayed, paste it into the Enterprise settings page and activate the Organization license +2. Klicken Sie auf **Enterprise-Schlüssel abrufen** +3. Wenn Sie zu Stripe weitergeleitet werden, geben Sie Ihre Zahlungsdaten ein und bestätigen Sie +4. Wenn Ihr Enterprise-Schlüssel angezeigt wird, fügen Sie ihn auf der Seite Enterprise-Einstellungen ein und aktivieren Sie die Organization-Lizenz diff --git a/packages/twenty-docs/l/pt/developers/extend/apps/logic-functions.mdx b/packages/twenty-docs/l/pt/developers/extend/apps/logic-functions.mdx index 588b388c3f..e155bfc875 100644 --- a/packages/twenty-docs/l/pt/developers/extend/apps/logic-functions.mdx +++ b/packages/twenty-docs/l/pt/developers/extend/apps/logic-functions.mdx @@ -94,16 +94,16 @@ const handler = async (event: RoutePayload) => { O tipo `RoutePayload` tem a seguinte estrutura: - | Propriedade | Tipo | Descrição | Exemplo | - | ---------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | - | `headers` | `Record\` | Cabeçalhos HTTP (apenas aqueles listados em `forwardedRequestHeaders`) | veja a seção abaixo | - | `queryStringParameters` | `Record\` | Parâmetros de query string (valores múltiplos unidos por vírgulas) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | - | `pathParameters` | `Record\` | Parâmetros de caminho extraídos do padrão de rota | `/users/:id`, `/users/123` -> `{ id: '123' }` | - | `body` | `object \| null` | Corpo da requisição analisado (JSON) | `{ id: 1 }` -> `{ id: 1 }` | - | `rawBody` | `string \| undefined` | Original UTF-8 request body, before JSON parsing. Useful for verifying HMAC-style webhook signatures (e.g. GitHub's `X-Hub-Signature-256`, Stripe). `undefined` when the runtime did not preserve it. | | - | `isBase64Encoded` | `boolean` | Se o corpo está codificado em base64 | | - | `requestContext.http.method` | `string` | Método HTTP (GET, POST, PUT, PATCH, DELETE) | | - | `requestContext.http.path` | `string` | Caminho bruto da requisição | | + | Propriedade | Tipo | Descrição | Exemplo | + | ---------------------------- | ------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | + | `headers` | `Record\` | Cabeçalhos HTTP (apenas aqueles listados em `forwardedRequestHeaders`) | veja a seção abaixo | + | `queryStringParameters` | `Record\` | Parâmetros de query string (valores múltiplos unidos por vírgulas) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | + | `pathParameters` | `Record\` | Parâmetros de caminho extraídos do padrão de rota | `/users/:id`, `/users/123` -> `{ id: '123' }` | + | `body` | `object \| null` | Corpo da requisição analisado (JSON) | `{ id: 1 }` -> `{ id: 1 }` | + | `rawBody` | `string \| undefined` | Corpo da solicitação UTF-8 original, antes da análise de JSON. Útil para verificar assinaturas de webhook no estilo HMAC (por exemplo, `X-Hub-Signature-256` do GitHub, Stripe). `undefined` quando o ambiente de execução não o preservou. | | + | `isBase64Encoded` | `boolean` | Se o corpo está codificado em base64 | | + | `requestContext.http.method` | `string` | Método HTTP (GET, POST, PUT, PATCH, DELETE) | | + | `requestContext.http.path` | `string` | Caminho bruto da requisição | | #### forwardedRequestHeaders diff --git a/packages/twenty-docs/l/pt/user-guide/billing/capabilities/pricing-plans.mdx b/packages/twenty-docs/l/pt/user-guide/billing/capabilities/pricing-plans.mdx index 944555af2c..62e17f034d 100644 --- a/packages/twenty-docs/l/pt/user-guide/billing/capabilities/pricing-plans.mdx +++ b/packages/twenty-docs/l/pt/user-guide/billing/capabilities/pricing-plans.mdx @@ -19,7 +19,7 @@ Para equipes prontas para escalar: * Suporte padrão -Premium features (SSO, row-level permissions and AI usage data) are not included in the Pro plan. +Os recursos Premium (SSO, permissões em nível de linha e dados de uso de IA) não estão incluídos no plano Pro. ### Organização (Nuvem) @@ -27,7 +27,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included Para equipes maiores com necessidades avançadas: * Tudo do Pro -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Recursos Premium**: integração com SSO, permissões em nível de linha e dados de uso de IA * Suporte prioritário ## Planos auto-hospedados @@ -45,7 +45,7 @@ Hospede o Twenty na sua própria infraestrutura sem custo: Para equipes que precisam de recursos premium enquanto se auto-hospedam: * Todos os recursos do Pro -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Recursos Premium**: integração com SSO, permissões em nível de linha e dados de uso de IA * Suporte da equipe Twenty * Sem necessidade de publicar código personalizado como código aberto antes de distribuir @@ -55,7 +55,7 @@ Os recursos premium estão disponíveis apenas nos planos Organização (Nuvem o * **Integração SSO**: Single Sign-On com seu provedor de identidade * **Permissões em nível de linha**: controle de acesso granular no nível de registro -* **AI usage data**: Track AI consumption across the workspace +* **Dados de uso de IA**: Acompanhe o consumo de IA em todo o espaço de trabalho ## Mudança de planos @@ -79,14 +79,14 @@ Entre em contato com o suporte para fazer downgrade do seu plano. Entre em contato com o suporte para voltar ao faturamento mensal. -## Obtain an Enterprise Key for Organization (Self-Hosted) +## Obtenha uma chave Enterprise para Organization (Self-Hosted) -To use the Organization (Self-Hosted) plan, you need to obtain an Enterprise key: +Para usar o plano Organization (Self-Hosted), você precisa obter uma chave Enterprise: -1. Go to **Settings → Admin Panel → Enterprise** +1. Vá para **Configurações → Painel de Administração → Enterprise** -Enterprise key +Chave Enterprise -2. Click **Get Enterprise Key** -3. When you are redirected to Stripe, enter your payment details and confirm -4. When your Enterprise key is displayed, paste it into the Enterprise settings page and activate the Organization license +2. Clique em **Obter chave Enterprise** +3. Quando você for redirecionado ao Stripe, insira seus dados de pagamento e confirme +4. Quando sua chave Enterprise for exibida, cole-a na página de configurações do Enterprise e ative a licença do Organization diff --git a/packages/twenty-docs/l/ru/developers/extend/apps/logic-functions.mdx b/packages/twenty-docs/l/ru/developers/extend/apps/logic-functions.mdx index f549419bfd..2271358ceb 100644 --- a/packages/twenty-docs/l/ru/developers/extend/apps/logic-functions.mdx +++ b/packages/twenty-docs/l/ru/developers/extend/apps/logic-functions.mdx @@ -94,16 +94,16 @@ const handler = async (event: RoutePayload) => { Тип `RoutePayload` имеет следующую структуру: - | Свойство | Тип | Описание | Пример | - | ---------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | - | `headers` | `Record\` | HTTP-заголовки (только перечисленные в `forwardedRequestHeaders`) | см. раздел ниже | - | `queryStringParameters` | `Record\` | Параметры строки запроса (несколько значений объединяются запятыми) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | - | `pathParameters` | `Record\` | Параметры пути, извлечённые из шаблона маршрута | `/users/:id`, `/users/123` -> `{ id: '123' }` | - | `body` | `object \| null` | Разобранное тело запроса (JSON) | `{ id: 1 }` -> `{ id: 1 }` | - | `rawBody` | `string \| undefined` | Original UTF-8 request body, before JSON parsing. Useful for verifying HMAC-style webhook signatures (e.g. GitHub's `X-Hub-Signature-256`, Stripe). `undefined` when the runtime did not preserve it. | | - | `isBase64Encoded` | `boolean` | Является ли тело закодированным в base64 | | - | `requestContext.http.method` | `string` | Метод HTTP (GET, POST, PUT, PATCH, DELETE) | | - | `requestContext.http.path` | `string` | Необработанный путь запроса | | + | Свойство | Тип | Описание | Пример | + | ---------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | + | `headers` | `Record\` | HTTP-заголовки (только перечисленные в `forwardedRequestHeaders`) | см. раздел ниже | + | `queryStringParameters` | `Record\` | Параметры строки запроса (несколько значений объединяются запятыми) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | + | `pathParameters` | `Record\` | Параметры пути, извлечённые из шаблона маршрута | `/users/:id`, `/users/123` -> `{ id: '123' }` | + | `body` | `object \| null` | Разобранное тело запроса (JSON) | `{ id: 1 }` -> `{ id: 1 }` | + | `rawBody` | `string \| undefined` | Исходное тело запроса в кодировке UTF-8, до разбора JSON. Полезно для проверки подписей вебхуков в стиле HMAC (например, `X-Hub-Signature-256` от GitHub, Stripe). `undefined`, если среда выполнения не сохранила его. | | + | `isBase64Encoded` | `boolean` | Является ли тело закодированным в base64 | | + | `requestContext.http.method` | `string` | Метод HTTP (GET, POST, PUT, PATCH, DELETE) | | + | `requestContext.http.path` | `string` | Необработанный путь запроса | | #### forwardedRequestHeaders diff --git a/packages/twenty-docs/l/ru/user-guide/billing/capabilities/pricing-plans.mdx b/packages/twenty-docs/l/ru/user-guide/billing/capabilities/pricing-plans.mdx index bf37dc8f40..4db0da26cf 100644 --- a/packages/twenty-docs/l/ru/user-guide/billing/capabilities/pricing-plans.mdx +++ b/packages/twenty-docs/l/ru/user-guide/billing/capabilities/pricing-plans.mdx @@ -19,7 +19,7 @@ Twenty предлагает гибкие тарифы для команд люб * Стандартная поддержка -Premium features (SSO, row-level permissions and AI usage data) are not included in the Pro plan. +Премиальные функции (SSO, разрешения на уровне строк и данные об использовании ИИ) не включены в тариф Pro. ### Организация (облако) @@ -27,7 +27,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included Для крупных команд с расширенными потребностями: * Все, что есть в Pro -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Премиальные функции**: интеграция SSO, разрешения на уровне строк и данные об использовании ИИ * Приоритетная поддержка ## Планы для самостоятельного размещения @@ -45,7 +45,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included Для команд, которым нужны премиальные функции при самостоятельном размещении: * Все возможности Pro -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **Премиальные функции**: интеграция SSO, разрешения на уровне строк и данные об использовании ИИ * Поддержка от команды Twenty * Не требуется публиковать пользовательский код с открытым исходным кодом перед распространением @@ -55,7 +55,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included * **Интеграция с SSO**: единый вход через вашего поставщика идентификации * **Разрешения на уровне записей**: тонкая настройка управления доступом на уровне записей -* **AI usage data**: Track AI consumption across the workspace +* **Данные об использовании ИИ**: Отслеживайте потребление ИИ в рабочем пространстве ## Переключение планов @@ -79,14 +79,14 @@ Premium features (SSO, row-level permissions and AI usage data) are not included Свяжитесь со службой поддержки, чтобы вернуться на ежемесячную оплату. -## Obtain an Enterprise Key for Organization (Self-Hosted) +## Получите ключ Enterprise для организации (самостоятельный хостинг) -To use the Organization (Self-Hosted) plan, you need to obtain an Enterprise key: +Чтобы использовать тариф Organization (Self-Hosted), необходимо получить ключ Enterprise: -1. Go to **Settings → Admin Panel → Enterprise** +1. Перейдите в **Настройки → Панель администратора → Enterprise** -Enterprise key +Ключ Enterprise -2. Click **Get Enterprise Key** -3. When you are redirected to Stripe, enter your payment details and confirm -4. When your Enterprise key is displayed, paste it into the Enterprise settings page and activate the Organization license +2. Нажмите **Получить ключ Enterprise** +3. Когда вы будете перенаправлены на Stripe, введите платёжные данные и подтвердите +4. Когда ваш ключ Enterprise будет отображён, вставьте его на странице настроек Enterprise и активируйте лицензию Organization diff --git a/packages/twenty-docs/l/tr/developers/extend/apps/logic-functions.mdx b/packages/twenty-docs/l/tr/developers/extend/apps/logic-functions.mdx index b321a7acda..3aaa12edc8 100644 --- a/packages/twenty-docs/l/tr/developers/extend/apps/logic-functions.mdx +++ b/packages/twenty-docs/l/tr/developers/extend/apps/logic-functions.mdx @@ -95,16 +95,16 @@ const handler = async (event: RoutePayload) => { `RoutePayload` türünün yapısı şu şekildedir: - | Özellik | Tür | Açıklama | Örnek | - | ---------------------------- | ------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | - | `headers` | `Record\` | HTTP başlıkları (`forwardedRequestHeaders` içinde listelenenlerle sınırlı) | aşağıdaki bölüme bakın | - | `queryStringParameters` | `Record\` | Sorgu dizesi parametreleri (birden çok değer virgülle birleştirilir) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | - | `pathParameters` | `Record\` | Rota deseninden çıkarılan yol parametreleri | `/users/:id`, `/users/123` -> `{ id: '123' }` | - | `body` | `object \| null` | Ayrıştırılmış istek gövdesi (JSON) | `{ id: 1 }` -> `{ id: 1 }` | - | `rawBody` | `string \| undefined` | Original UTF-8 request body, before JSON parsing. Useful for verifying HMAC-style webhook signatures (e.g. GitHub's `X-Hub-Signature-256`, Stripe). `undefined` when the runtime did not preserve it. | | - | `isBase64Encoded` | `boolean` | Gövdenin base64 ile kodlanıp kodlanmadığı | | - | `requestContext.http.method` | `string` | HTTP yöntemi (GET, POST, PUT, PATCH, DELETE) | | - | `requestContext.http.path` | `string` | Ham istek yolu | | + | Özellik | Tür | Açıklama | Örnek | + | ---------------------------- | ------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | + | `headers` | `Record\` | HTTP başlıkları (`forwardedRequestHeaders` içinde listelenenlerle sınırlı) | aşağıdaki bölüme bakın | + | `queryStringParameters` | `Record\` | Sorgu dizesi parametreleri (birden çok değer virgülle birleştirilir) | `/users?ids=1&ids=2&ids=3&name=Alice` -> `{ ids: '1,2,3', name: 'Alice' }` | + | `pathParameters` | `Record\` | Rota deseninden çıkarılan yol parametreleri | `/users/:id`, `/users/123` -> `{ id: '123' }` | + | `body` | `object \| null` | Ayrıştırılmış istek gövdesi (JSON) | `{ id: 1 }` -> `{ id: 1 }` | + | `rawBody` | `string \| undefined` | JSON ayrıştırılmadan önceki özgün UTF-8 istek gövdesi. HMAC tarzı webhook imzalarını doğrulamak için kullanışlıdır (ör. GitHub'ın `X-Hub-Signature-256`, Stripe). Çalışma zamanı onu korumadığında `undefined` olur. | | + | `isBase64Encoded` | `boolean` | Gövdenin base64 ile kodlanıp kodlanmadığı | | + | `requestContext.http.method` | `string` | HTTP yöntemi (GET, POST, PUT, PATCH, DELETE) | | + | `requestContext.http.path` | `string` | Ham istek yolu | | #### forwardedRequestHeaders diff --git a/packages/twenty-docs/l/zh/user-guide/billing/capabilities/pricing-plans.mdx b/packages/twenty-docs/l/zh/user-guide/billing/capabilities/pricing-plans.mdx index 8d53101cc5..21ea5c3743 100644 --- a/packages/twenty-docs/l/zh/user-guide/billing/capabilities/pricing-plans.mdx +++ b/packages/twenty-docs/l/zh/user-guide/billing/capabilities/pricing-plans.mdx @@ -19,7 +19,7 @@ description: 了解 Twenty 的定价方案以及如何在它们之间切换。 * 标准支持 -Premium features (SSO, row-level permissions and AI usage data) are not included in the Pro plan. +Pro 方案不包含高级功能(SSO、行级权限和 AI 使用数据)。 ### 组织计划(云端) @@ -27,7 +27,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included 适用于具有高级需求的大型团队: * 包含 Pro 的全部内容 -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **高级功能**:SSO 集成、行级权限和 AI 使用数据 * 优先支持 ## 自托管方案 @@ -45,7 +45,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included 适用于在自托管同时需要高级功能的团队: * 所有 Pro 功能 -* **Premium features**: SSO integration, row-level permissions and AI usage data +* **高级功能**:SSO 集成、行级权限和 AI 使用数据 * Twenty 团队支持 * 分发前无需将自定义代码开源 @@ -55,7 +55,7 @@ Premium features (SSO, row-level permissions and AI usage data) are not included * **SSO 集成**:与您的身份提供商进行单点登录 * **行级权限**:在记录级别进行细粒度访问控制 -* **AI usage data**: Track AI consumption across the workspace +* **AI 使用数据**:在整个工作区跟踪 AI 消耗 ## 切换计划 @@ -79,14 +79,14 @@ Premium features (SSO, row-level permissions and AI usage data) are not included 联系支持以切换回按月计费。 -## Obtain an Enterprise Key for Organization (Self-Hosted) +## 为 Organization (Self-Hosted) 获取企业密钥 -To use the Organization (Self-Hosted) plan, you need to obtain an Enterprise key: +要使用 Organization (Self-Hosted) 方案,您需要获取企业密钥: -1. Go to **Settings → Admin Panel → Enterprise** +1. 转到 **设置 → 管理员面板 → 企业版** -Enterprise key +企业密钥 -2. Click **Get Enterprise Key** -3. When you are redirected to Stripe, enter your payment details and confirm -4. When your Enterprise key is displayed, paste it into the Enterprise settings page and activate the Organization license +2. 单击 **获取企业密钥** +3. 当您被重定向到 Stripe 时,输入您的付款信息并确认 +4. 当显示出您的企业密钥时,将其粘贴到企业版设置页面并激活 Organization 许可证