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 @@ Projektet har en ren og simpel stack, med minimal boilerplate kode.
|
||||
|
||||
[React Router](https://reactrouter.com/) håndterer rutingen.
|
||||
|
||||
For at undgå unødvendige [re-renders](/developers/frontend-development/best-practices-front#managing-re-renders) er al rutelogik i en `useEffect` i `PageChangeEffect`.
|
||||
For at undgå unødvendige [re-renders](/l/da/developers/frontend-development/best-practices-front#managing-re-renders) er al rutelogik i en `useEffect` i `PageChangeEffect`.
|
||||
|
||||
### State Management
|
||||
|
||||
[Recoil](https://recoiljs.org/docs/introduction/core-concepts) håndterer tilstandsadministration.
|
||||
|
||||
Se [best practices](/developers/frontend-development/best-practices-front#state-management) for mere information om tilstandsadministration.
|
||||
Se [best practices](/l/da/developers/frontend-development/best-practices-front#state-management) for mere information om tilstandsadministration.
|
||||
|
||||
## Testning
|
||||
|
||||
|
||||
@@ -8,17 +8,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
|
||||
## Kom i gang
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card href="/developers/local-setup" img="/images/user-guide/fields/field.png">
|
||||
<Card href="/l/da/developers/local-setup" img="/images/user-guide/fields/field.png">
|
||||
<CardTitle>Lokal opsætning</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/da/developers/self-hosting/docker-compose" img="/images/user-guide/integrations/plug.png">
|
||||
<CardTitle>Selv-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/da/developers/api-and-webhooks/api" img="/images/user-guide/api/api.png">
|
||||
<CardTitle>API og Webhooks</CardTitle>
|
||||
REST and GraphQL APIs, webhooks, and integrations
|
||||
</Card>
|
||||
@@ -27,17 +27,17 @@ import { CardTitle } from "/snippets/card-title.mdx"
|
||||
## Bidrag
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card href="/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
||||
<Card href="/l/da/developers/bug-and-requests" img="/images/user-guide/api/api.png">
|
||||
<CardTitle>Fejl og forespørgsler</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/da/developers/frontend-development/frontend-commands" img="/images/user-guide/create-workspace/workspace-cover.png">
|
||||
<CardTitle>Frontend-udvikling</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/da/developers/backend-development/server-commands" img="/images/user-guide/kanban-views/kanban.png">
|
||||
<CardTitle>Backend-udvikling</CardTitle>
|
||||
NestJS, Custom Objects, Queues...
|
||||
</Card>
|
||||
|
||||
@@ -254,7 +254,7 @@ Hvis du har brug for en klient GUI, anbefaler vi [redis insight](https://redis.i
|
||||
|
||||
## Step 5: Setup environment variables
|
||||
|
||||
Brug miljøvariabler eller `.env`-filer til at konfigurere dit projekt. Mere info [her](https://docs.twenty.com/developers/self-hosting/setup)
|
||||
Brug miljøvariabler eller `.env`-filer til at konfigurere dit projekt. Mere info [her](https://docs.twenty.com/l/da/developers/self-hosting/setup)
|
||||
|
||||
Kopiér `.env.example`-filerne i `/front` og `/server`:
|
||||
|
||||
@@ -327,4 +327,4 @@ Du kan logge ind med standard demo kontoen: `tim@apple.dev` (password: `tim@appl
|
||||
|
||||
## Fejlfinding
|
||||
|
||||
Hvis du støder på et problem, tjek [Fejlfinding](https://docs.twenty.com/developers/self-hosting/troubleshooting) for løsninger.
|
||||
Hvis du støder på et problem, tjek [Fejlfinding](https://docs.twenty.com/l/da/developers/self-hosting/troubleshooting) for løsninger.
|
||||
@@ -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/da/developers/local-setup).
|
||||
</Warning>
|
||||
|
||||
## Oversigt
|
||||
@@ -17,7 +17,7 @@ Denne vejledning giver trin-for-trin instruktioner til at installere og konfigur
|
||||
|
||||
**Important:** Only modify settings explicitly mentioned in this guide. Ændringer i andre konfigurationer kan føre til problemer.
|
||||
|
||||
Se docs [Opsæt miljøvariabler](https://docs.twenty.com/developers/self-hosting/setup) for avanceret konfiguration. Alle miljøvariabler skal erklæres i docker-compose.yml-filen på server- og/eller arbejderniveau afhængigt af variablen.
|
||||
Se docs [Opsæt miljøvariabler](https://docs.twenty.com/l/da/developers/self-hosting/setup) for avanceret konfiguration. Alle miljøvariabler skal erklæres i docker-compose.yml-filen på server- og/eller arbejderniveau afhængigt af variablen.
|
||||
|
||||
## Systemkrav
|
||||
|
||||
@@ -210,5 +210,5 @@ Vi anbefaler stærkt at opsætte Twenty bag en reverse proxy med SSL-terminering
|
||||
|
||||
## Fejlfinding
|
||||
|
||||
Hvis du støder på et problem, tjek [Fejlfinding](https://docs.twenty.com/developers/self-hosting/troubleshooting) for løsninger.
|
||||
Hvis du støder på et problem, tjek [Fejlfinding](https://docs.twenty.com/l/da/developers/self-hosting/troubleshooting) for løsninger.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ import OptionTable from '@site/src/theme/OptionTable'
|
||||
# Konfigurationsadministration
|
||||
|
||||
<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/da/developers/self-hosting/docker-compose) to get Twenty running, then return here for configuration.
|
||||
</Warning>
|
||||
|
||||
Twenty tilbyder **to konfigurationsmetoder** til at opfylde forskellige implementeringsbehov:
|
||||
|
||||
Reference in New Issue
Block a user