i18n - docs translations (#22280)
Created by Github action <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22280?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
8cee8d7212
commit
655b788e8d
File diff suppressed because one or more lines are too long
@@ -11,7 +11,7 @@ Permet aux utilisateurs de choisir une valeur parmi une liste d'options prédéf
|
||||
<Tabs>
|
||||
<Tab title="Utilisation">
|
||||
|
||||
````jsx
|
||||
```jsx
|
||||
import { IconTwentyStar } from 'twenty-ui/display';
|
||||
|
||||
import { Select } from '@/ui/input/components/Select';
|
||||
@@ -22,7 +22,7 @@ export const MyComponent = () => {
|
||||
<Select
|
||||
className
|
||||
disabled={false}
|
||||
label="Sélectionnez une option"
|
||||
label="Select an option"
|
||||
options={[
|
||||
{ value: 'option1', label: 'Option A', Icon: IconTwentyStar },
|
||||
{ value: 'option2', label: 'Option B', Icon: IconTwentyStar },
|
||||
@@ -31,9 +31,8 @@ export const MyComponent = () => {
|
||||
/>
|
||||
);
|
||||
};
|
||||
'}]}``` processData ```json
|
||||
{
|
||||
````
|
||||
|
||||
```
|
||||
|
||||
</Tab>
|
||||
<Tab title="Propriétés">
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 파이프라인에 예상 금액 표시{
|
||||
title: Show Expected Amount in Your Pipeline
|
||||
description: 단계별 확률을 기준으로 거래 금액에 가중치를 적용하여 계산하고 표시합니다.
|
||||
---
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Руководство по стилю
|
||||
icon: кисть},{
|
||||
icon: paintbrush
|
||||
description: Соглашения по коду и лучшие практики для внесения вклада в Twenty.
|
||||
---
|
||||
|
||||
|
||||
@@ -168,7 +168,8 @@ IS_WORKSPACE_CREATION_LIMITED_TO_SERVER_ADMINS=true
|
||||
**Режим только для среды:** если вы установили `IS_CONFIG_VARIABLES_IN_DB_ENABLED=false`, добавьте эти переменные в свой `.env` файл вместо этого.
|
||||
</Warning>
|
||||
|
||||
соответствующий исходный код](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/auth/utils/get-google-apis-oauth-scopes.ts#L4-L10)
|
||||
**Required scopes** (automatically configured):
|
||||
[See relevant source code](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/auth/utils/get-google-apis-oauth-scopes.ts#L4-L10)
|
||||
|
||||
* `https://www.googleapis.com/auth/calendar.events`
|
||||
* `https://www.googleapis.com/auth/gmail.readonly`
|
||||
@@ -231,7 +232,7 @@ IS_WORKSPACE_CREATION_LIMITED_TO_SERVER_ADMINS=true
|
||||
|
||||
### Настройка областей доступа
|
||||
|
||||
соответствующий исходный код](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/auth/utils/get-microsoft-apis-oauth-scopes.ts#L2-L9)
|
||||
[See relevant source code](https://github.com/twentyhq/twenty/blob/main/packages/twenty-server/src/engine/core-modules/auth/utils/get-microsoft-apis-oauth-scopes.ts#L2-L9)
|
||||
|
||||
* 'openid'
|
||||
* 'электронная почта'
|
||||
|
||||
Reference in New Issue
Block a user