i18n - translations (#15803)
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
committed by
GitHub
parent
0fdc7ba834
commit
9bc5486d0d
@@ -78,13 +78,13 @@ El projecte té una pila neta i simple, amb un codi mínim d'estructura.
|
||||
|
||||
[React Router](https://reactrouter.com/) gestiona el routing.
|
||||
|
||||
To avoid unnecessary [re-renders](/developers/frontend-development/best-practices-front#managing-re-renders) all the routing logic is in a `useEffect` in `PageChangeEffect`.
|
||||
To avoid unnecessary [re-renders](/l/ca/developers/frontend-development/best-practices-front#managing-re-renders) all the routing logic is in a `useEffect` in `PageChangeEffect`.
|
||||
|
||||
### Gestió de l'estat
|
||||
|
||||
[Recoil](https://recoiljs.org/docs/introduction/core-concepts) gestiona la gestió de l'estat.
|
||||
|
||||
Consulta [pràctiques recomanades](/developers/frontend-development/best-practices-front#state-management) per obtenir més informació sobre la gestió de l'estat.
|
||||
Consulta [pràctiques recomanades](/l/ca/developers/frontend-development/best-practices-front#state-management) per obtenir més informació sobre la gestió de l'estat.
|
||||
|
||||
## Proves
|
||||
|
||||
|
||||
@@ -8,17 +8,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
|
||||
## Getting started
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card href="/developers/local-setup" img="/images/user-guide/fields/field.png">
|
||||
<Card href="/l/ca/developers/local-setup" img="/images/user-guide/fields/field.png">
|
||||
<CardTitle>Configuració local</CardTitle>
|
||||
The guide for contributors (or curious developers) who want to run Twenty locally (on laptop, PC...)
|
||||
</Card>
|
||||
|
||||
<Card href="/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
||||
<Card href="/l/ca/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
||||
<CardTitle>Self-Hosting</CardTitle>
|
||||
Learn how to host Twenty on your own server
|
||||
</Card>
|
||||
|
||||
<Card href="/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
||||
<Card href="/l/ca/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
||||
<CardTitle>API i Webhooks</CardTitle>
|
||||
REST and GraphQL APIs, webhooks, and integrations
|
||||
</Card>
|
||||
@@ -27,17 +27,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
|
||||
## Contribució
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card href="/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
||||
<Card href="/l/ca/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
||||
<CardTitle>Errors i Peticions de Funcionalitat</CardTitle>
|
||||
Ask for help on GitHub or Discord
|
||||
</Card>
|
||||
|
||||
<Card href="/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
||||
<Card href="/l/ca/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
||||
<CardTitle>Desenvolupament Frontend</CardTitle>
|
||||
Frontend commands, Figma, React Best Practices...
|
||||
</Card>
|
||||
|
||||
<Card href="/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
||||
<Card href="/l/ca/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
||||
<CardTitle>Desenvolupament Backend</CardTitle>
|
||||
NestJS, Custom Objects, Queues...
|
||||
</Card>
|
||||
|
||||
@@ -254,7 +254,7 @@ Si necessites una interfície gràfica de client, recomanem [redis insight](http
|
||||
|
||||
## Pas 5: Configura les variables d'entorn
|
||||
|
||||
Use environment variables or `.env` files to configure your project. Més informació [aquí](https://docs.twenty.com/developers/self-hosting/setup)
|
||||
Use environment variables or `.env` files to configure your project. Més informació [aquí](https://docs.twenty.com/l/ca/developers/self-hosting/setup)
|
||||
|
||||
Copy the `.env.example` files in `/front` and `/server`:
|
||||
|
||||
@@ -327,4 +327,4 @@ Podeu iniciar sessió utilitzant el compte de demostració per defecte: `tim@app
|
||||
|
||||
## Resolució de problemes
|
||||
|
||||
Si trobeu algun problema, consulteu [Resolució de problemes](https://docs.twenty.com/developers/self-hosting/troubleshooting) per trobar solucions.
|
||||
Si trobeu algun problema, consulteu [Resolució de problemes](https://docs.twenty.com/l/ca/developers/self-hosting/troubleshooting) per trobar solucions.
|
||||
@@ -8,7 +8,7 @@ image: /images/user-guide/objects/objects.png
|
||||
</Frame>
|
||||
|
||||
<Warning>
|
||||
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://docs.twenty.com/developers/local-setup).
|
||||
Docker containers are for production hosting or self-hosting, for the contribution please check the [Local Setup](https://docs.twenty.com/l/ca/developers/local-setup).
|
||||
</Warning>
|
||||
|
||||
## Visió general
|
||||
@@ -17,7 +17,7 @@ Aquesta guia proporciona instruccions pas a pas per instal·lar i configurar l'a
|
||||
|
||||
**Important:** Només modifiqueu la configuració esmentada explícitament en aquesta guia. Modificar altres configuracions pot portar a problemes.
|
||||
|
||||
Consulteu la documentació [Configuració de Variables d'Entorn](https://docs.twenty.com/developers/self-hosting/setup) per a configuracions avançades. Totes les variables d'entorn han de ser declarades al fitxer docker-compose.yml al nivell de servidor i / o de treballador, depenent de la variable.
|
||||
Consulteu la documentació [Configuració de Variables d'Entorn](https://docs.twenty.com/l/ca/developers/self-hosting/setup) per a configuracions avançades. Totes les variables d'entorn han de ser declarades al fitxer docker-compose.yml al nivell de servidor i / o de treballador, depenent de la variable.
|
||||
|
||||
## Requisits del Sistema
|
||||
|
||||
@@ -210,5 +210,5 @@ Recomanem fortament configurar Twenty darrere d'un proxy invers amb terminació
|
||||
|
||||
## Resolució de problemes
|
||||
|
||||
Si trobeu algun problema, consulteu [Resolució de problemes](https://docs.twenty.com/developers/self-hosting/troubleshooting) per trobar solucions.
|
||||
Si trobeu algun problema, consulteu [Resolució de problemes](https://docs.twenty.com/l/ca/developers/self-hosting/troubleshooting) per trobar solucions.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import OptionTable from '@site/src/theme/OptionTable'
|
||||
# Gestió de configuracions
|
||||
|
||||
<Warning>
|
||||
**First time installing?** Follow the [Docker Compose installation guide](https://docs.twenty.com/developers/self-hosting/docker-compose) to get Twenty running, then return here for configuration.
|
||||
**First time installing?** Follow the [Docker Compose installation guide](https://docs.twenty.com/l/ca/developers/self-hosting/docker-compose) to get Twenty running, then return here for configuration.
|
||||
</Warning>
|
||||
|
||||
Twenty ofereix **dos modes de configuració** per satisfer diferents necessitats de desplegament:
|
||||
|
||||
Reference in New Issue
Block a user