i18n - translations (#15803)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-11-13 17:12:39 +01:00
committed by GitHub
parent 0fdc7ba834
commit 9bc5486d0d
1061 changed files with 6646 additions and 3055 deletions
@@ -78,13 +78,13 @@ Projekt ma prosty i czysty stos technologiczny, z minimalną ilością szablonow
[React Router](https://reactrouter.com/) obsługuje routing.
Aby uniknąć niepotrzebnych [ponownych renderowań](/developers/frontend-development/best-practices-front#managing-re-renders), cała logika routingu znajduje się w `useEffect` w `PageChangeEffect`.
Aby uniknąć niepotrzebnych [ponownych renderowań](/l/pl/developers/frontend-development/best-practices-front#managing-re-renders), cała logika routingu znajduje się w `useEffect` w `PageChangeEffect`.
### Zarządzanie Stanem
[Recoil](https://recoiljs.org/docs/introduction/core-concepts) obsługuje zarządzanie stanem.
Zobacz [najlepsze praktyki](/developers/frontend-development/best-practices-front#state-management) aby uzyskać więcej informacji na temat zarządzania stanem.
Zobacz [najlepsze praktyki](/l/pl/developers/frontend-development/best-practices-front#state-management) aby uzyskać więcej informacji na temat zarządzania stanem.
## Testowanie