i18n - translations (#10735)

Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
This commit is contained in:
github-actions[bot]
2025-03-07 18:19:42 +01:00
committed by GitHub
parent f45a682249
commit 18de7efaaa
63 changed files with 2313 additions and 483 deletions

View File

@ -149,7 +149,7 @@ msgstr "Aktywuj przepływ pracy"
msgid "Active"
msgstr "Aktywny"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
msgid "Active API keys created by you or your team."
msgstr "Aktywne klucze API utworzone przez Ciebie lub Twój zespół."
@ -296,6 +296,10 @@ msgstr "Wystąpił błąd podczas aktualizacji hasła"
msgid "An optional description"
msgstr "Opcjonalny opis"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "An unexpected error occurred"
msgstr ""
#: src/modules/auth/sign-in-up/components/FooterNote.tsx
msgid "and"
msgstr "i"
@ -304,13 +308,17 @@ msgstr "i"
msgid "Anyone with an email address at these domains is allowed to sign up for this workspace."
msgstr "Każda osoba z adresem e-mail w tych domenach może się zarejestrować do tego miejsca pracy."
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "API"
msgstr ""
#: src/pages/onboarding/ChooseYourPlan.tsx
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
msgid "API & Webhooks"
msgstr "API i Webhooks"
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "API Key"
msgstr "Klucz API"
@ -318,7 +326,7 @@ msgstr "Klucz API"
msgid "API Key copied to clipboard"
msgstr "Klucz API został skopiowany do schowka"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
msgid "API keys"
msgstr "Klucze API"
@ -338,6 +346,16 @@ msgstr "Nazwa API (pojedyncza)"
msgid "API values"
msgstr "Wartości API"
#: src/pages/settings/developers/playground/SettingsRestPlayground.tsx
#: src/pages/settings/developers/playground/SettingsGraphQLPlayground.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
msgid "APIs"
msgstr ""
#: src/pages/settings/profile/appearance/components/SettingsExperience.tsx
msgid "Appearance"
msgstr "Wygląd"
@ -689,6 +707,10 @@ msgstr "Skopiuj link"
msgid "Copy this key as it will not be visible again"
msgstr "Skopiuj ten klucz, ponieważ nie będzie on widoczny ponownie"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "Core"
msgstr ""
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterMenuContent.tsx
#: src/modules/object-record/record-table/record-table-footer/components/RecordTableColumnAggregateFooterDropdownContent.tsx
#: src/modules/object-record/record-board/record-board-column/components/RecordBoardColumnHeaderAggregateDropdownMenuContent.tsx
@ -719,7 +741,7 @@ msgstr "Utwórz"
msgid "Create a workflow and return here to view its versions"
msgstr "Stwórz przepływ pracy i wróć tutaj, aby zobaczyć jego wersje"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
msgid "Create API key"
msgstr "Stwórz klucz API"
@ -745,7 +767,7 @@ msgstr "Utwórz pole wyboru"
msgid "Create view"
msgstr "Utwórz widok"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
msgid "Create Webhook"
msgstr "Stwórz Webhook"
@ -1001,11 +1023,6 @@ msgstr "Opis"
msgid "Destroy"
msgstr "Zniszcz"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
msgid "Developers"
msgstr "Deweloperzy"
@ -1246,7 +1263,7 @@ msgstr "Błąd podczas wysyłania ponownego zaproszenia"
msgid "Error while switching subscription {to}."
msgstr "Błąd podczas zmiany subskrypcji {to}."
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
msgid "Establish Webhook endpoints for notifications on asynchronous events."
msgstr "Ustal punkty końcowe webhook dla powiadomień o zdarzeniach asynchronicznych."
@ -1284,6 +1301,10 @@ msgstr "Wyklucz następujące osoby i domeny z synchronizacji mojej poczty. Rozm
msgid "Existing objects"
msgstr "Istniejące obiekty"
#: src/modules/ui/layout/fullscreen/components/FullScreenContainer.tsx
msgid "Exit Full Screen"
msgstr ""
#: src/modules/navigation/components/AppNavigationDrawer.tsx
msgid "Exit Settings"
msgstr "Wyjdź z ustawień"
@ -1380,6 +1401,10 @@ msgstr "Eksportuj przepływy pracy"
#~ msgid "Export Workflows"
#~ msgstr "Export Workflows"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "Failed to validate API key. Please check your API key and try again."
msgstr ""
#: src/modules/settings/data-model/fields/forms/boolean/components/SettingsDataModelFieldBooleanForm.tsx
msgid "False"
msgstr "Fałsz"
@ -1504,6 +1529,14 @@ msgstr "Przejdź do ustawień"
msgid "Grant Twenty support temporary access to your workspace so we can troubleshoot problems or recover content on your behalf. You can revoke access at any time."
msgstr "Udziel tymczasowego dostępu wsparciu Twenty do Twojego miejsca pracy, byśmy mogli rozwiązać problemy lub odzyskać zawartość w Twoim imieniu. Możesz odwołać dostęp w każdej chwili."
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "GraphQL"
msgstr ""
#: src/pages/settings/developers/playground/SettingsGraphQLPlayground.tsx
msgid "GraphQL API Playground"
msgstr ""
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Greater than"
msgstr "Większe niż"
@ -1776,6 +1809,10 @@ msgstr "Najnowszy"
msgid "Latest date"
msgstr "Najnowsza data"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "Launch"
msgstr ""
#: src/modules/object-record/object-filter-dropdown/utils/getOperandLabel.ts
msgid "Less than"
msgstr "Mniej niż"
@ -1846,6 +1883,7 @@ msgstr "Maks"
msgid "Members"
msgstr "Członkowie"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
#: src/modules/settings/accounts/components/SettingsAccountsMessageVisibilityCard.tsx
#: src/modules/settings/accounts/components/SettingsAccountsCalendarVisibilitySettingsCard.tsx
#: src/modules/onboarding/components/onboardingSyncEmailsOptions.tsx
@ -2229,6 +2267,10 @@ msgstr "Numer telefonu został skopiowany do schowka"
msgid "Picture"
msgstr "Zdjęcie"
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
msgid "Playground"
msgstr ""
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx
msgid "Please enter a valid URL"
msgstr "Proszę wprowadzić prawidłowy adres URL"
@ -2297,8 +2339,8 @@ msgid "Pseudo-English"
msgstr "Pseudoangielski"
#: src/modules/settings/developers/components/SettingsReadDocumentationButton.tsx
msgid "Read documentation"
msgstr "Przeczytaj dokumentację"
#~ msgid "Read documentation"
#~ msgstr "Przeczytaj dokumentację"
#: src/modules/settings/profile/components/ChangePassword.tsx
msgid "Receive an email containing password update link"
@ -2404,6 +2446,11 @@ msgstr "Zresetuj hasło"
msgid "Reset to"
msgstr "Zresetuj do"
#: src/pages/settings/developers/playground/SettingsRestPlayground.tsx
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "REST"
msgstr ""
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfigV2.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfigV2.ts
#: src/modules/action-menu/actions/record-actions/constants/DefaultActionsConfigV1.ts
@ -2451,6 +2498,10 @@ msgstr "Zapisz"
msgid "Save as new view"
msgstr "Zapisz jako nowy widok"
#: src/modules/settings/playground/components/PlaygroundSetupForm.tsx
msgid "Schema"
msgstr ""
#: src/modules/sign-in-background-mock/components/SignInAppNavigationDrawerMock.tsx
#: src/modules/settings/admin-panel/components/SettingsAdminGeneral.tsx
#: src/modules/navigation/components/MainNavigationDrawerItems.tsx
@ -2931,6 +2982,10 @@ msgstr "Typ wyzwalacza powinien być ustawiony na „Manualny” - gdy nie wybra
msgid "True"
msgstr "Prawda"
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
msgid "Try our REST or GraphQL API playgrounds."
msgstr ""
#: src/pages/settings/profile/appearance/components/LocalePicker.tsx
msgid "Turkish"
msgstr "turecki"
@ -3102,7 +3157,10 @@ msgstr "Wyślemy ci link do weryfikacji własności domeny"
msgid "Webhook"
msgstr "Kotwica WWW"
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
#: src/modules/settings/hooks/useSettingsNavigationItems.tsx
msgid "Webhooks"
msgstr "Kotwice WWW"
@ -3143,10 +3201,13 @@ msgstr "Wykonanie przepływu pracy nie powiodło się"
#: src/pages/settings/security/SettingsSecurity.tsx
#: src/pages/settings/roles/SettingsRoles.tsx
#: src/pages/settings/integrations/SettingsIntegrations.tsx
#: src/pages/settings/developers/SettingsDevelopers.tsx
#: src/pages/settings/developers/webhooks/components/SettingsWebhooks.tsx
#: src/pages/settings/developers/webhooks/components/SettingsDevelopersWebhookDetail.tsx
#: src/pages/settings/developers/playground/SettingsRestPlayground.tsx
#: src/pages/settings/developers/playground/SettingsGraphQLPlayground.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeysNew.tsx
#: src/pages/settings/developers/api-keys/SettingsDevelopersApiKeyDetail.tsx
#: src/pages/settings/developers/api-keys/SettingsApiKeys.tsx
#: src/pages/settings/data-model/SettingsObjects.tsx
#: src/pages/settings/data-model/SettingsObjectFieldEdit.tsx
#: src/pages/settings/data-model/SettingsObjectDetailPage.tsx